  @import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  scroll-behavior: smooth;
  color: var(--heading-color);
}

:root {
  --primary-color: #d3212c;
  --secondary-color: #d3212c;
  --heading-color: #232323;
  --txt-color: #49484c;
  --f-15: 15px;
  --transition: all 0.3s;
  --gradient-color: linear-gradient(
    359.91deg,
    #000 -273.26%,
    #d3212c 138.6%
  );
}

.secondary-color {
  color: var(--secondary-color);
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

p {
  color: var(--txt-color);
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
}

ul li {
  line-height: 1.7;
}

h2 {
  font-weight: 600;
}

.content > :is(h2, h3, h4, h5, h6) {
  font-weight: 600 !important;
  margin-block-end: 20px !important;
  line-height: 1.5;
}

.fs-34 {
  font-size: clamp(1.53125rem, 1.1071rem + 1.131vw, 2.125rem);
  font-weight: 600;
}

.fs-18 {
  font-size: 18px;
}

.p-60 {
  /* 60px */
  padding-block: clamp(2.5rem, 1.6071rem + 2.381vw, 3.75rem);
}

/* topbar start */
.topbar {
  background-color: var(--primary-color);
  font-size: var(--f-15);
}
.topbar a {
  text-decoration: none;
  transition: var(--transition);
}
.topbar .mail-id :is(strong, a){
	color: #fff;
}
body a:hover {
  color: var(--secondary-color);
}
body a strong {
  color: var(--primary-color);
}

.social-icon a {
  background-color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}




.topbar .company-details a {
  position: relative;
}

.topbar .company-details a::before {
  content: "";
  top: 3px;
  left: -15px;
  position: absolute;
  width: 1px;
  height: 15px;
  background: var(--primary-color);
}
.topbar .company-details a::before {
  left: -8px;
}

.topbar .company-details li:first-of-type a::before {
  display: none;
}
/* topbar end */

/* mid-bar start */
.main-nav {
  padding-block: 20px 15px;
}
.search {
  position: relative;
}
.search button {
  position: absolute;
  background: transparent;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  display: flex;
}

.search .form-control {
  margin-left: auto;
  transition: var(--transition);
}
.search input {
  background-color: #f4f5fb;
  font-size: 15px;
}

.search input:focus-visible {
  border-color: var(--primary-color);
  box-shadow: unset;
  width: 100%;
}

.search input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.inner-search input {
  margin-left: unset !important;
  width: 100% !important;
}
/* mid-bar end */

/* navigation start */
header {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff;
}

.bwe-service-logo img{
	height: 40px;
	width: auto
}

header nav .nav-link {
  padding: 0 !important;
}

header nav li .nav-link {
  position: relative;
}

header nav li .nav-link::before {
  content: "";
  top: 5px;
  left: -15px;
  position: absolute;
  width: 1px;
  height: 15px;
  background: #fff;
}

header nav li:first-of-type .nav-link::before {
  display: none;
}

.dropdown svg{
	display: none
}

header nav.navbar {
  padding-block: 0.7rem !important;
  box-shadow: 0px 0px 7px 0px #d5d5d5;
  top: -5px;
}

header nav.navbar .nav-item:not(:first-of-type) {
  margin-left: 36px;
}

header nav.navbar .navbar-nav li a:has(svg) {
  display: flex;
  fill: #fff;
}

header .navbar-nav .dropdown-menu a {
  position: relative;
  padding-left: 30px;
}

header .navbar-nav .dropdown-menu a::before {
  background: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 9 4-4-4-4'/%3E%3C/svg%3E")
    no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  content: "";
  left: 14px;
  top: 12px;
}

header nav.navbar .navbar-nav {
  display: flex;
  row-gap: 14px;
}

header nav li .nav-link.active {
  color: var(--secondary-color) !important;
}

header .navbar-toggler {
  border: unset;
  cursor: pointer;
}
header button:focus:not(:focus-visible) {
  box-shadow: unset;
}

header .navbar-nav .dropdown-menu {
  margin-top: 10px;
  width: 100vw;
  max-width: 298px;
}

header .dropdown-item.active,
header .dropdown-item:active {
  background-color: transparent;
	color: #000;
}

header .navbar-nav .dropdown-menu a {
  text-wrap: wrap;
}

header nav button.navbar-toggler{
	transition: unset !important
}


/* navigation end */

/* hero-header start */
.hero-header .swiper {
  width: 100%;
  height: 100%;
}
.hero-header .swiper-slide {
  font-size: 18px;
  background: #fff;
}

.hero-header .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-header .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 40% !important;
  right: 12% !important;
  left: unset !important;
  width: auto !important;
}

.hero-header .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff !important;
  border: 1px solid gray !important;
  opacity: unset;
}

.hero-header .swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}
.sub-heading {
  font-size: 14px;
  color: var(--secondary-color);
  display: inline-block;
  padding: 7px 15px;
  background-color: #f1dff1;
  border-radius: 27px;
  width: fit-content;
}

.hero-header .carousel-inner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.hero-header .swiper-slide {
  padding-block: 50px 100px;
  display: flex;
  align-items: center;
}

.hero-header .slid-bg-1 {
  background: linear-gradient(to right,#000000eb,#00000063) , url(https://media.licdn.com/dms/image/v2/D5612AQH_bJJrjlEfog/article-cover_image-shrink_720_1280/B56Zq_cO2ZKwAI-/0/1764148441196?e=2147483647&v=beta&t=2-a95bn8cWPS1mWJeO5Qd5W6QZp_RrgScTjsqcCxI9U), no-repeat;
  background-size: cover;
}
.hero-header .slid-bg-2 {
  background: url(http://dataqix.batterseaconsultant.com/wp-content/uploads/2026/05/hero-banner-4.webp) no-repeat;
  background-size: cover;
}
.hero-header .slid-bg-3 {
  background: url(http://dataqix.batterseaconsultant.com/wp-content/uploads/2026/05/hero-banner-6.webp) no-repeat;
  background-size: cover;
}
.hero-header .slid-bg-5 {
  background: url(http://dataqix.batterseaconsultant.com/wp-content/uploads/2026/05/hero-banner-img5.webp) no-repeat;
  background-size: cover;
}

.hero-header .slid-bg-7 {
  background: url(http://dataqix.batterseaconsultant.com/wp-content/uploads/2026/05/hero-banner-img7.webp) no-repeat;
  background-size: cover;
}
/* hero-header end */

.gradient-btn {
  background: var(--gradient-color);
  border-radius: 30px;
  padding: 8px 20px;
  color: #fff !important;
  width: fit-content;
  transition: var(--transition);
}
.gradient-btn:hover {
  box-shadow: 0px 0px 8px 0px #f5f5f557;
}

.gradient-btn:hover svg,
.primary-btn:hover svg {
  transition: var(--transition);
  transform: rotate(44deg);
}

.primary-btn {
  background-color: var(--primary-color);
  color: #fff;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--primary-color) !important;
}

.primary-btn svg {
  stroke: #fff;
  transition: var(--transition);
}
.primary-btn:hover svg {
  stroke: var(--primary-color);
}

/* section space */
.sec-space {
  /* 60px */
  margin-top: 70px;
}
/* section space */

/* hero-form start */
.top-form {
  /* padding: 35px; */
  /* background: rgb(255, 255, 255); */
  /* width: fit-content; */
  margin-left: auto;
  margin-top: -58px;
  position: relative;
  z-index: 1;
  display: flex;
  /* gap: 20px; */
  /* border-radius: 8px; */
  /* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.11); */
}

.top-form input,
.contact-form :is(input, textarea, select) {
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding-inline: 16px;
}

.top-form input::placeholder {
  font-size: 15px;
}

.top-form input:focus-visible {
  outline: 0;
}

/* hero-form end */

/* welcome sec start */
.heading-w {
  color: #fff;
}

.welcome-sec {
  border-radius: 10px;
  overflow: hidden;
}
.welcome-sec img {
  border-radius: 10px 0 0 10px;
  height: 100%;
  object-fit: cover;
}

.ws-2 img {
  border-radius: 0 10px 10px 0;
  height: 100%;
  object-fit: cover;
}
.welcome-content {
  background-color: #000;
  color: #fff;
  padding: 30px;
  background-image: url(http://dataqix.batterseaconsultant.com/wp-content/uploads/2026/05/lines-abstract.webp);
}
.welcome-content p,
.r-img-overlap-sec p {
  color: #babdca;
}
/* welcome sec end */

/* section 3 start */
.verticals {
  background: #cccccc17;
  /*background: url(http://dataqix.batterseaconsultant.com/wp-content/uploads/2026/05/verticals-bg.webp) no-repeat center;*/
  background-size: cover;
}

.vertical-card {
  background-color: #fff;
  padding: 14px;
  height: 100%;
  transition: var(--transition);
}

.vertical-card .card-link:hover {
  text-decoration: underline;
}
.vertical-card .card-link:hover svg {
  transition: var(--transition);
  transform: rotate(44deg);
}

.vertical-card:hover {
  background-color: #f2f2f280;
}

.flop-am:hover .icon img,
.flop-am:hover .icon svg {
  transform: rotateY(360deg);
  transition: transform 0.8s 0.1s;
}

.vertical-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-body h3 a {
	color: #000
}

.card-body h3 a:hover{
	color: var(--primary-color) !important
}

/* section 3 end */

/* seaction 4 start */
.circle-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.circle-card .img-box img {
  border: 4px solid #cb206b73;
  border-radius: 50%;
  position: relative;
  z-index: 2;
	height: 165px;
    width: 165px;
}

.circle-card .info-box .btn {
  background-color: #fff;
  color: #000;
  width: 100%;
  box-shadow: 0px 0.857762px 6.8621px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.circle-card .info-box .btn:focus {
  color: var(--heading-color) !important;
}
.circle-card:hover .info-box .btn {
  background: var(--gradient-color);
  color: #fff;
  transition: all 0.5s;
}

.circle-card:hover .img-box img {
  border-color: #cb206b73;
}

.circle-card .info-box::after {
  content: "";
  width: 2px;
  height: 50px;
  z-index: 1;
  border-left: 1px dashed #0a4235;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.addressable-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.addressable-sec {
	position: relative;
}
.addressable-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    opacity: 0.03;
    height: 100%;
    width: 50%;
    background: url(https://cdn-icons-png.flaticon.com/512/11634/11634019.png) no-repeat;
}

/* seaction 4 end */

/* section 5 start */
.r-img-overlap-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-block: clamp(2.5rem, 0.7143rem + 4.7619vw, 3.5rem); /* 80px */
}
.r-img-overlap-sec::before {
  content: "";
  background: #000;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
	filter:brightness(0.2) invert(0)
}

.card-body {
  border-color: var(--primary-color) !important;
}

.wtc-arrow {
  position: absolute;
  bottom: 0px;
  right: 0px;
  animation: wtc-arrow 3s ease-in-out infinite;
}

.r-img-overlap-sec img {
  border-radius: 10px;
  width: 100%;
}
.wtc-img {
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: end;
}
/* section 5 end*/

/* section 6 start*/
.btn-overlay {
  position: relative;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}
/* section 6 end*/

/* section 7*/
.founder-sec {
  background: url(http://dataqix.batterseaconsultant.com/wp-content/uploads/2026/05/founder-bg.webp) no-repeat;
  background-size: cover;
}

.testimonial{
	padding-bottom: 40px !important
}

.testimonial,
.testimonial .swiper-wrapper,
.testimonial .swiper-slide:has(.review-card) {
    height: auto;
}

.review-card {
  position: relative;
	height: 100%
}
.review-card:after{
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
	background:url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="%23444" d="M9 9V2h7v7.1c0 4.8-4.5 5.4-4.5 5.4l-.6-1.4s2-.3 2.4-1.9c.4-1.2-.4-2.2-.4-2.2zM0 9V2h7v7.1c0 4.8-4.5 5.4-4.5 5.4l-.6-1.4s2-.3 2.4-1.9C4.7 10 3.9 9 3.9 9z"/></svg>') no-repeat;
  bottom: 20px;
  right: 30px;
	opacity: 0.2;
}

.quotes span {
  font-size: 22px;
  display: block;
}
/* section 7*/

/* section 8 */
.partners {
  box-shadow: 0px 1.2px 11.4326px rgba(90, 90, 90, 0.18);
  transition: var(--transition);
}

.partners:hover {
  transform: translateY(-10px);
}

.callta {
  background-color: var(--primary-color);
  padding: 40px 55px;
  border-radius: 10px;
  color: #fff;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
	    overflow: hidden;
    z-index: 0;
}

.callta::after {
    content: "";
    width: 30%;
    height: 400px;
    top: -70px;
    right: -60px;
    position: absolute;
    background: url(https://www.octavic.io/wp-content/uploads/2023/11/Artboard-16-1-1024x1024.png) no-repeat;
    opacity: .2;
    background-size: cover;
    z-index: -1;
}

.callta::before {
  content: "";
  position: absolute;
  background: url("http://dataqix.batterseaconsultant.com/wp-content/uploads/2026/05/heading-design.webp") no-repeat;
  width: 50px;
  height: 50px;
  top: 14px;
  left: 24px;
}

.callta .gradient-btn{
    background: #000;
}

/* section 8 */

/* footer start */
footer {
  background-color: #000;
  margin-top: 100px;
  position: relative;
  padding-block: 70px 35px;
/*   background-image: url(http://dataqix.batterseaconsultant.com/wp-content/uploads/2026/05/footer-bg.webp); */
  z-index: 0;
}

footer .f-logo {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
  padding: 20px;
  background: #fff;
}

footer .f-logo::after,
footer .f-logo::before {
  content: "";
  position: absolute;
  z-index: -1;
	  top: 7.5px;
}

footer .f-logo::before {
  left: -25px;
  border-bottom: 25px solid #c6c6d7;
  border-left: 25px solid transparent;
  rotate: 358deg;
}
footer .f-logo::after {
  right: -25px;
  border-bottom: 25px solid #c6c6d7;
  border-right: 25px solid transparent;
}

.foot-sep {
  width: 25px;
  height: 4px;
  background-color: var(--primary-color);
  margin-bottom: 20px;
}

.menu-links {
  list-style: none;
  padding-left: 0px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
footer a {
  color: #c8c8c8 !important;
}

:is(footer a, .email-box a):hover{
  color: var(--primary-color) !important;
}

footer .nav-item .dropdown-toggle {
	white-space: unset !important
}

.grid-50 {
  display: grid;
  grid-template-columns: auto 50%;
}

.menu-links a strong {
  color: var(--heading-color);
}

.email-box {
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-icon.filled svg {
  fill: #fff;
}
.social-icon.filled a {
  background-color: var(--primary-color);
  transition: all 0.3s;
}
.social-icon a:hover {
  transform: scale(1.1);
}

.locations {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
  margin-top: 30px;
  border-top: 1px solid #82828259;
  padding-top: 25px;
}

.locations span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
}
.locations span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--primary-color);
  left: -11px;
}
.locations span:first-child::before {
  display: none;
}
.copyright {
  padding-block: 10px;
  background-color: var(--primary-color);
}

.app-store {
  border: 1px solid #cfd1e2;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #e3e5f0;
}

.primary-color {
  color: var(--primary-color);
}
/* footer end */

/* page header start */
.pg-header {
  /* padding-block: 60px; */
  display: flex;
  align-items: center;
/*   min-height: 300px; */
  background: #ebebeb61 url(https://outsourcedataworks.com/wp-content/uploads/2023/01/banner-bg.png);
  margin-bottom: clamp(2.5rem, 1.6071rem + 2.381vw, 3.75rem);
	background-position: left bottom;
}

.pg-header a {
  color: var(--secondary-color);
  font-weight: 600;
}
/* page header end */

/* page content start */

.content .auth-social-follow ul {
    list-style: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.breadcrumbs {
  color: var(--primary-color);
}

.content ul li,
.content ol li {
  margin-bottom: 16px;
}

.content > img {
  margin-bottom: 20px;
  max-width: 100%;
}

/* page content end*/

/* video-slider start */
.video-slider .swiper {
  width: 100%;
  height: 100%;
}

.video-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-slider .swiper-pagination {
  bottom: unset;
}

.video-slider .swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  background: var(--secondary-color);
  text-align: center;
  border-radius: 2px;
}

.video-slider .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bolder;
  color: white;
}

.video-slider .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 18px;
  font-weight: bolder;
  color: white;
}

/* video-slider end */

/* carrer opportunity start */
.carrer-opp .accordion-button span {
  line-height: 1.6;
}
/* carrer opportunity end */

.wp-block-create-block-bwe-addons-faq.accordion
  .wp-block-create-block-bwe-addons-details {
  margin-top: 1rem;
}
.wp-block-create-block-bwe-addons-faq.accordion
  .wp-block-create-block-bwe-addons-details:first-child {
  margin-top: 0;
}
.wp-block-create-block-bwe-addons-faq.accordion details {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  border-radius: var(--bs-accordion-border-radius);
  overflow: hidden;
  transition: var(--bs-accordion-transition);
}
.wp-block-create-block-bwe-addons-faq.accordion details:not(:first-of-type) {
  border-top: 0;
}
.wp-block-create-block-bwe-addons-faq.accordion details:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.wp-block-create-block-bwe-addons-faq.accordion details:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.wp-block-create-block-bwe-addons-faq.accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-create-block-bwe-addons-faq.accordion summary {
    transition: none;
  }
}
.wp-block-create-block-bwe-addons-faq.accordion
  summary::-webkit-details-marker {
  display: none;
}
.wp-block-create-block-bwe-addons-faq.accordion summary::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-create-block-bwe-addons-faq.accordion summary::after {
    transition: none;
  }
}
.wp-block-create-block-bwe-addons-faq.accordion details[open] summary {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.wp-block-create-block-bwe-addons-faq.accordion details[open] summary::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.wp-block-create-block-bwe-addons-faq.accordion .content {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.wp-block-create-block-bwe-addons-faq.accordion .content p {
  margin: 0;
}

/* blog-card start */

.blog-card{
	overflow: hidden
}

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card .img-placeholder{
	aspect-ratio: 16 / 9;
    background: #c7c7c7;
}

.blog-card .card-title,
.blog-card .card-body p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card .card-body p {
  -webkit-line-clamp: 3;
}
.blog-card .card-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.blog-card .card-title a {
  color: var(--heading-color);
  text-decoration: none;
}
.blog-card .card-title a:hover {
  color: var(--secondary-color);
  text-transform: capitalize;
}

.card-body .author-details a {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.card-body .author-details a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #80808091;
}

.date-b {
  font-size: 14px;
}

.sidebar-vertical {
  list-style: none;
  padding-left: 0;
}
.sidebar-vertical li {
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #c9c8c8;
  border-radius: 10px;
  line-height: 1.5;
}
.sidebar-vertical li:has(a:hover) {
  background-color: #f2f2ff;
}

.sidebar-active {
  background-color: #f2f2ff;
  color: var(--secondary-color);
  font-weight: 600;
}

.sidebar-vertical li a {
  font-weight: 600;
  color: var(--heading-color);
}

.sep {
  width: 100%;
  height: 1px;
  background-color: #d2d2e0;
  margin-bottom: 25px;
  position: relative;
}

.sep::before {
  content: "";
  background: var(--primary-color);
  width: 25px;
  height: 4px;
  position: absolute;
  top: -1px;
}

.cta-sidebar {
  background:
    url("http://dataqix.batterseaconsultant.com/wp-content/uploads/2026/05/cta-side-bg.webp"),
    var(--primary-color) no-repeat;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  background-size: cover;
  top: 80px;
}

.cta-sidebar img {
  width: 50px;
}
/* blog-card end */

/* blog single page start */
.author-page-sec .author-details img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
/* blog single page end */

/* contact form start */
.contact-form :is(input, textarea, select) {
  width: 100%;
  padding-block: 10px;
  border-radius: 5px;
}

.contact-pg :is(h2, h3, h4, h5, h6) {
  line-height: 1.4;
}
.contact-form {
  padding: 30px;
  border: 1px solid #8080803d;
  border-radius: 10px;
}
/* contact form end */

/* icon-list start */
.icon-list li {
  position: relative;
  list-style: none;
}
.icon-list li::before {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_705_7)'%3E%3Cpath d='M10 1.875C12.1549 1.875 14.2215 2.73102 15.7452 4.25476C17.269 5.77849 18.125 7.84512 18.125 10C18.125 12.1549 17.269 14.2215 15.7452 15.7452C14.2215 17.269 12.1549 18.125 10 18.125C7.84512 18.125 5.77849 17.269 4.25476 15.7452C2.73102 14.2215 1.875 12.1549 1.875 10C1.875 7.84512 2.73102 5.77849 4.25476 4.25476C5.77849 2.73102 7.84512 1.875 10 1.875ZM10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20ZM14.4141 8.16406C14.7812 7.79688 14.7812 7.20313 14.4141 6.83984C14.0469 6.47656 13.4531 6.47266 13.0898 6.83984L8.75391 11.1758L6.91797 9.33984C6.55078 8.97266 5.95703 8.97266 5.59375 9.33984C5.23047 9.70703 5.22656 10.3008 5.59375 10.6641L8.09375 13.1641C8.46094 13.5312 9.05469 13.5312 9.41797 13.1641L14.4141 8.16406Z' fill='%2318224D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_705_7'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    no-repeat;
  width: 30px;
  left: -32px;
  height: 30px;
  top: 3px;
}
/* icon-list end */

/* icon floating start */
@keyframes wtc-arrow {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}
/* icon floating end */

.Error-pg img {
  width: 350px;
}

/* responsive start */
@media (max-width: 1024px) {
	
	.sec-space{
		margin-top: 40px !important
	}
	
	.bwe-service-logo img{
	height: 30px;
	width: auto
}
	
  header nav {
    background-color: #fff;
  }

  header nav.navbar .nav-item {
    margin-left: 10px !important;
  }

  header nav li .nav-link {
    color: var(--heading-color);
  }

  header nav.navbar .navbar-nav li a:has(svg) {
    fill: var(--heading-color);
  }

  header .navbar-nav .dropdown-menu {
    max-width: 350px;
  }

  header nav.navbar .navbar-collapse {
    margin-block: 15px;
  }

  .wtc-img {
    position: static;
    width: 100%;
    transform: unset;
  }

  .r-img-overlap-sec::before {
    width: 100%;
  }

  header nav li .nav-link:hover,
  header .nav-link:focus {
    color: #000000ad !important;
  }

  header {
    position: relative;
  }
	
	header form{
		display: none;
		position: absolute !important;
    	right: 50px;
    	bottom: -40px;
	}
	
	header form#showSearch{
		display: block !important;
	}
	
	header .navbar-collapse{
		position: absolute !important
	}

  .pg-header {
    min-height: fit-content;
    padding-block: 30px;
  }
}
@media (max-width: 768px) {
  .addressable-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .btn-overlay {
    position: static;
    transform: unset;
  }

  .hero-header .swiper-slide {
    padding-block: 50px 50px;
  }
}
@media (max-width: 600px) {
  header nav .logo img {
    width: 260px;
  }
  header nav #navbarNavDropdown > ul{
      position: fixed !important;
    height: 100%;
    z-index: 99999;
    background: #fff;
    left: 0;
    width: 300px;
    overflow-y: auto;
    top: 0;
    align-items: start !important;
    padding: 30px;
}
  .addressable-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .circle-card .info-box .btn {
    width: 70%;
  }

  .grid-50 {
    grid-template-columns: auto;
  }

  .callta {
    padding: 24px 20px;
    border-radius: 0;
  }
  .callta::before {
    display: none;
  }

  .locations span::before {
    background-color: transparent;
  }

  .welcome-content,
  .locations {
    padding: 20px;
  }

  .hero-header .swiper-slide {
    padding-block: 35px 70px;
  }
  .hero-header .swiper-pagination {
    display: none;
  }

  .welcome-sec img {
    border-radius: 10px;
  }

/*   footer .f-logo::after,
  footer .f-logo::before {
    display: none;
  } */

  .content :is(h2, h3, h4, h5, h6) {
    margin-block-end: 20px !important;
  }

  header .navbar-nav .dropdown-menu {
    width: auto;
    transform: unset !important;
    position: relative !important;
  }

  .contact-form {
    padding: 15px !important;
  }

  .content a {
    word-break: break-word;
  }

  .hero-header .fs-1 {
    font-size: 24px !important;
  }
}
/* responsive end*/

.process-card {
  position: relative;
  z-index: -1;
}

/* Arrow element */
.process-arrow {
  position: absolute;
  top: 50%;
  right: -42px; /* sits between slides */
  transform: translateY(-50%);

  width: 60px;
  height: 60px;
  border-radius: 50%;

  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.29 4.29a1 1 0 011.42 0l7 7a1 1 0 010 1.42l-7 7a1 1 0 01-1.42-1.42L17.59 13H4a1 1 0 110-2h13.59l-5.3-5.29a1 1 0 010-1.42z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;

  z-index: 99999;
}

/* Hide arrow on last visible slide (approximation for loop off) */
.process-card:last-child .process-arrow {
  display: none;
}

.read-more {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

/* button line */
.readmore-btn {
  display: block;
  margin-top: 4px;
  font-weight: 600;
  cursor: pointer;
}

.vertical-card-2 {
  padding: 14px;
  height: 100%;
  transition: var(--transition);
}

.vertical-card-2 .card-link:hover {
  text-decoration: underline;
}
.vertical-card-2 .card-link:hover svg {
  transition: var(--transition);
  transform: rotate(44deg);
}

.vertical-card-2 .card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial {
  padding-bottom: clamp(2.5rem, 1.6071rem + 2.381vw, 3.75rem);
}

.testimonial .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--secondary-color);
}

.mt-60 {
  margin-top: clamp(2.5rem, 1.6071rem + 2.381vw, 3.75rem);
}

.py-50 {
  padding-block: clamp(2rem, 1.6071rem + 2.381vw, 3.2rem);
}

.pt-60 {
  padding-top: clamp(2.5rem, 1.6071rem + 2.381vw, 3.75rem);
}

.testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  overflow: hidden;
}

.process-card .vertical-card {
  border: none;
  background-color: transparent;
}

.theme-table-wrapper {
  border: 1px solid rgba(24, 34, 77, 0.12);
  background-color: #fff;
  overflow-x: auto; /* enables horizontal scroll */
}

.theme-table {
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.timeline {
  position: relative;
  padding-left: 38px;
  margin-top: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 4px;
  height: 100%;
  background: rgba(24, 34, 77, 0.12);
  border-radius: 999px;
}

.timeline-item {
  position: relative;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.timeline-marker {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--secondary-color);
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px rgba(232, 30, 102, 0.12);
  margin-top: 0.5rem;
}

.timeline-card {
  background: #fff;
  border: 1px solid rgba(24, 34, 77, 0.12);
  border-radius: 22px;
  padding: 24px;
  width: 100%;
}

@media (max-width: 768px) {
  .timeline {
    padding-left: 0;
  }

  .timeline::before {
    display: none;
  }

  .timeline-item {
    flex-direction: column;
    gap: 1rem;
    padding-left: 10px;
  }

  .timeline-marker {
    display: none;
  }

  .timeline-card {
    padding: 20px;
  }
}

.theme-table caption {
  caption-side: top;
  text-align: left;
  padding: 1rem 1rem 0.5rem;
  font-weight: 700;
  color: var(--primary-color);
}

.theme-table thead th {
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
  border-bottom: 0;
  padding: 18px 20px;
}

.theme-table td {
  padding: 18px 20px;
  border-top: 1px solid rgba(24, 34, 77, 0.08);
  vertical-align: middle;
}

.theme-table tbody tr:nth-child(even) {
  background: #f8f9ff;
}

.theme-table tbody tr:hover {
  background: rgba(232, 30, 102, 0.08);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 0.95rem;
}

.sticky-col {
  position: sticky;
  top: 65px;
}

@media (max-width: 768px) {
  .top-form {
    margin-top: -30px;
  }
  .theme-table {
    min-width: 700px;
  }
  .sticky-col {
    position: static;
  }
}


.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
	margin-inline: auto;
    gap: 10px 15px;
    flex-wrap: wrap
}

.pagination .nav-links :is(a,span) {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center
}

.pagination .nav-links a {
    background: #f7f7f7;
    color: #000;
    border: 1px solid #afafaf47
}

.pagination .nav-links span.current {
    background: var(--primary-color);
    color: #fff
}

.pagination .nav-links a:hover {
    background: #e1e0e0
}