* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--ff-geist);
}

:root {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

img,
svg {
  vertical-align: middle;
}

.img-fluid {
  width: 100%;
  height: auto;
}


/* attr __________ selector ______  Starts */

[class*="flex"] {
  display: flex;
}

[class*="grid"] {
  display: grid;
}

[class*="flex"][class*="column"] {
  flex-direction: column;
  /*align-items: start;*/
}

:where([class*="flex"]:not([class*="flex"][class*="column"]), [class*="grid"]),
[class*="items-center"] {
  align-items: center;
}

[class*="-between"] {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

[class*="flex"][class*="wrap"] {
  flex-wrap: wrap;
}

[class*="row-gap"] {
  row-gap: 1.25rem;
}

.row-gap-3 {
  row-gap: 2rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 1.25rem;
}

.mb-auto {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 3.125rem !important;
}

.mt-3 {
  margin-top: 1.875rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-auto {
  margin-inline: auto;
}


/*--------------------Site Btns---------------------------*/

.flex-pair-btn {
  gap: 0.625rem 1.25rem;
}

.flex-btn,
.flex-tabs button {
  gap: 0.625rem;
  width: fit-content;
  margin-top: auto;
}

.flex-btn {
  padding: 0.75rem 1.5rem;
}

.full-btn {
  width: 100%;
  justify-content: center;
}


/*--------------------Site Topbar---------------------------*/

.header-main-wrapper {
  position: fixed;
  top: 0.625rem;
  width: 100%;
}

.flex-column--header .flex--topbar {
  align-self: center;
}

.flex--social li a {
  height: 1.563rem;
  width: 1.563rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*--------------------Site Header---------------------------*/

header>.flex--header-container {
  padding-block: 0.625rem;
}

header {
  background: var(--white);
  position: relative;
}

.header-main-wrapper {
  z-index: 9999;
}

header nav ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.438rem;
}

.flex--head-right #searchBtn {
  border: 1px solid var(--border-color);
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}

header .search-form {
  position: absolute;
  right: 0;
  top: 4.6875rem;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  transform: translateY(-0.9375rem);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

header form.show {
  transition: all .3s ease;
  transform: translateY(0);
  z-index: 9;
  opacity: 1;
  visibility: visible;
}

header .search-form input {
  padding: 0.625rem 2.5rem 0.625rem 0.9375rem !important;
}

header .search-form button {
  position: absolute;
  right: 0.9375rem;
  cursor: pointer;
}


/*--------------------Homepage Hero Start----------------------*/

.homepage-hero {
  background: linear-gradient(0deg, #E5F0FF 0%, rgba(255, 255, 255, 0) 47.7%, rgba(255, 255, 255, 0) 65.24%, #FDF3EA 100%);
  padding-block: 13.5rem 6.5rem;
}

.default-hero{
                padding-top:11rem;
            }

            .page-hero{
                padding-bottom: 3.5rem;
            }

.flex-hero-ftrs {
  padding: 0.75rem 1rem;
  margin-top: 0.625rem;
}

.homepage-hero .hero-certificate {
  writing-mode: sideways-lr;
  width: 100%;
  padding: 1.25rem;
  position: relative;
}

.homepage-hero .hero-certificate .img-wrapper--texture {
  position: absolute;
  left: 4.0625rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (width <=1400px) {

  .homepage-hero {
    padding-block: 11rem 3rem;
  }

  .homepage-hero .hero-certificate .img-wrapper--texture:after{
    display: none !important;
  }
}

/*--------------------Why Choose Stats Start----------------------*/

.grid-stats {
  grid-template-columns: repeat(2, auto);
}

.grid-stats .stats-col {
  height: 6.25rem;
  justify-content: center;
}

.gradient-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.438rem;
  width: 3.438rem;
}

.gradient-card {
  gap: 1rem;
  height: 100%;
  padding: 1.5rem;
}

/*--------------------Tabs Section---------------------------*/

.tabsCon .tab {
  border-radius: var(--rad-lg);
  border: 1px solid var(--border-color);
  padding: 0.438rem;
  gap: 0.313rem;
  width: fit-content;
  margin-inline: auto;
}

.tabsCon .tabcontent {
  animation: fadeEffect 0.5s ease both;
  display: none;
}


/*--------------------Steps Section---------------------------*/

.step-card {
  background: var(--white);
  border-radius: var(--rad-sm);
  padding: 1rem 1.25rem;
  height: 100%;
}

.step-card .flex-icon {
  height: 3.438rem;
  width: 3.438rem;
  border-radius: 50%;
  background: var(--pc);
  position: relative;
}

.step-card .flex-icon>.flex-step-no {
  position: absolute;
  left: -0.938rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.375rem;
  width: 1.375rem;
}


/*--------------------Site Accordians---------------------------*/

details summary {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1rem 3.2rem 1rem 1.25rem;
}

details summary span {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  background: var(--sc);
  display: flex;
  align-items: center;
  justify-content: center;
}


/*--------------------Blog Card Start----------------------*/

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

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

.blog-card .blog-card-content {
  padding: 1.25rem;
  flex: 1;
}

.blog-card [class*="-title"] {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.light-pc-bg {
  background: #EAF8FD;
  padding: 3.125rem;
  overflow: hidden;
}

.light-blue-texture:before {
  background: url(https://rahulgromo.batterseaconsultant.com/wp-content/uploads/2026/09/light-blue-texture.webp) no-repeat center center / contain;
  bottom: -9.375rem;
  left: 50%;
  transform: translateX(-50%);
  height: 30rem;
  width: 27.5rem;
  opacity: 0.2;
}

.testimonial-wrapper {
  padding: 1.785rem 3.125rem;
}

.review-card .flex-user img {
  height: 2.1875rem;
  width: 2.1875rem;
  border-radius: 50%;
}

.swiper {
  padding-bottom: 3.125rem !important;
}

.review-faqs-container .light-pc-bg {
  height: 43.75rem;
}

/*--------------------Single pg. Start----------------------*/

.yoast-breadcrumbs > span{
                display: flex;
                align-items: center;
                gap: 10px;
                justify-content: center;
                margin-bottom: 10px
            }

/*--------------------Footer Start----------------------*/

footer .footer-content {
  margin-top: 1.875rem;
  padding: 3rem 2.5rem 1.5rem;
}

footer .info-cols .flex-column {
  gap: 0.3125rem;
}

footer .menu-wrap ul {
  gap: 0.9375rem;
}

footer .flex-foot-rating {
  gap: 0.125rem;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0;
  bottom: 4.0625rem;
  z-index: 996;
  width: 2.3125rem;
  height: 2.5rem;
  transition: all 0.4s;
  border: none;
  flex-direction: column;
  color: var(--white);
  padding: 3rem 0.625rem;
  gap: 0.625rem;
  cursor: pointer;
}


/*--------------------MediaQuery CSS Start----------------------*/

/* Only for Desktop ================*/

@media (min-width: 1024px) {

  header nav>ul>li {
    padding: 0.5rem 1rem;
  }

  header nav ul li.dropdown>ul {
    position: absolute;
    left: 0.625rem;
    white-space: nowrap;
    top: 2.5rem;
    visibility: hidden;
    opacity: 0;
    gap: 0.938rem;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  header .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }

  header #toggleBtn,
  .header-main-wrapper#scrolled .flex--topbar,
  header nav>ul>li:first-child {
    display: none;
  }

  .homepage-hero>.container {
    padding-inline: 3.125rem;
  }

  footer .cta-wrap {
    padding-inline: 2.5rem;
  }

  footer .social-media,
  footer .cta-wrap .flex-pair-btn {
    justify-content: flex-end;
  }

  footer .social-media .ggl-ttl {
    align-items: flex-end;
  }
}


/* Small Device According to Desktop ================*/

@media (max-width: 1024px) {

  .flex-column--header .flex--topbar {
    padding: 0.313rem 0.625rem 0.313rem !important;
  }

  header>.flex--header-container {
    padding: 0.625rem 0 !important;
  }

  header>.flex--header-container .bwe-service-logo img {
    height: 2.188rem;
  }

  header nav>ul {
    flex-direction: column;
    position: fixed;
    height: 100vh;
    width: 85%;
    background: var(--white);
    align-items: start;
    inset: 0;
    padding: 3rem 1.25rem 1.25rem;
    transition: transform .45s cubic-bezier(.34, 1.56, .64, 1);
    transform: translate(130%);
    will-change: transform;
    overflow-y: auto;
    z-index: 9999;
  }

  header nav>ul#show-ul>li:first-child {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
  }

  header nav ul {
    gap: 0.938rem;
    box-shadow: 0rem 0rem 0.5rem rgba(16, 24, 40, 0.1);
  }

  header nav>ul#show-ul {
    transform: translate(18%);
  }

  header nav ul li.dropdown {
    flex-direction: column;
    align-items: self-start;
    width: 100%;
  }

  header nav ul li.dropdown>svg {
    position: absolute;
    right: 0;
    top: 0.438rem;
  }

  header nav ul li.dropdown>ul,
  .header-main-wrapper :is(.flex--topbar > a, header .flex-btn),
  .header-main-wrapper .flex--topbar {
    display: none;
  }

  header nav ul li.showDropdown>ul {
    display: flex;
  }

  .header-main-wrapper {
    background: var(--white);
    top: 0;
  }

  .homepage-hero {
    padding-block: 5rem 2.5rem;
  }

  .homepage-hero h1 {
    font-size: 1.75rem;
  }

  .homepage-hero:after {
    opacity: 0.3;
  }

  .homepage-hero .hero-certificate .img-wrapper--texture img {
    height: 14rem;
  }

  .brand-logos {
    padding-block: 1rem !important;
  }

  .brand-logos .container {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    width: 100%;
    gap: 1.5rem;
  }

  .brand-logos .container.flex--between::-webkit-scrollbar {
    display: none;
  }

  .brand-logos .logo-box {
    flex: 0 0 auto;
  }

  .tabsCon .tab {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    justify-content: flex-start;
  }

  .tabcontent .content-wrap,
  .sc-light-bg {
    padding: 1.25rem !important;
  }

  .mb-auto {
    margin-bottom: 3rem;
  }

  .mt-5 {
    margin-top: 2.125rem !important;
  }

  .testimonial-wrapper,
  .light-pc-bg {
    padding: 1.25rem !important;
    height: auto !important;
  }

  .review-faqs-container {
    display: block !important;
  }

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

  footer {
    padding-block: 1.5rem 0 !important;
  }

  footer .footer-content {
    padding: 1.5rem;
  }

  footer .copyright>.row .col-lg-4:nth-child(2) {
    order: 3;
  }

  footer .copyright>.row .col-lg-4:nth-child(2) p {
    order: 1;
  }

  .about-container img{
    height: 100%;
    width: 100%;
  }
}


/* Only for Mobile ================*/

@media (width <=600px) {
  .homepage-hero .hero-certificate .img-wrapper--texture img {
    height: 11.5625rem;
  }

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

  .stats-col{
    border-right: 0 !important;
    border-bottom: 1px solid var(--border-color);
    padding-inline: 0 !important;
    width: 100% !important;
  }

  .abt-stats .stats-col:not(.stats-col:nth-of-type(2n-4)) {
    padding-bottom: 20px;
  }

  .wcu-stats {
    padding: 1.5rem !important;
  }

  .flex-tabs button {
    padding: 0.5rem 0.85rem !important;
    font-size: var(--fs-3) !important;
  }
}