.color-primary,
a.a-light,
button:hover {
  color: var(--primary-color) !important;
}

h1,
h2,
h3,
h4,
h6,
p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h6 {
  font-family: 'Lexend Deca', sans-serif;
}

body,
p {
  font-family: 'Lexend Deca', sans-serif;
}

a.a-light:hover,
button {
  background-color: var(--accent-dark);
  border: none !important;
}

a,
a.a-light,
button {
  padding: 12px 16px;
}

a.a-light,
button:hover {
  background-color: var(--secondary-color);
}

a:hover,
button:hover {
  border-color: var(--primary-color);
}

a.a-light:hover,
a:hover,
button:hover {
  border-width: 2px;
}

a,
a.a-light,
a.a-light:hover,
a:hover,
button,
button:hover {
  text-decoration: none;
}

.navigation-container,
.navigation-header {
  background-color: var(--background-color-light);
  top: 0;
  padding: 18px 0;
}

.form-group.buttons,
button {
  cursor: pointer;
}

.header-btn:hover {
  background-color: var(--accent-dark);
  color: #fff !important;
  ;
}

.btn:hover {
  background-color: var(--accent-dark);
  color: #fff !important;
  ;
}

@font-face {
  font-family: Spartan;
  src: url("fonts/league-spartan/LeagueSpartan-SemiBold.ttf") format("truetype");
  font-weight: 450;
  font-display: swap;
}

@font-face {
  font-family: Spartan;
  src: url("fonts/league-spartan/LeagueSpartan-Medium.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Spartan;
  src: url("fonts/league-spartan/LeagueSpartan-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Spartan;
  src: url("fonts/league-spartan/LeagueSpartan-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Spartan;
  src: url("fonts/league-spartan/LeagueSpartan-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}


@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca/LexendDeca-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca/LexendDeca-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca/LexendDeca-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca/LexendDeca-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca/LexendDeca-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca/LexendDeca-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca/LexendDeca-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca/LexendDeca-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca/LexendDeca-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}

.button-style-reset {
  outline: 0;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
}

:root {
  --primary-color: #0d3936;
  --secondary-color: #ffffff;
  --tertiary-color: #fafafa;
  --accent-light: #30d5c8;
  --accent-dark: #00577D;
  --red-color: #a4021a;
  --background-color-dark: #f4f4f4;
  --background-color-light: #ffffff;
  --success-color: #83d400;
  --text-lighter: #b8b8b8;
  --text-darker: #07201e;
  --text-dark-lighter: #475467;
  --text-black: #202020;
  --grey-text: #ebebeb;
  --primary-shade-1: #edf7ff;
  --primary-shade-2: #cbe8ff;
  --primary-shade-3: #231f20;
}

.text-lighter {
  color: var(--text-lighter) !important;
}

.color-secondary,
a.a-light:hover,
button {
  color: var(--secondary-color) !important;
}

.color-grey {
  color: var(--grey-text) !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.width-auto {
  width: auto !important;
}

.bold {
  font-weight: 700 !important;
}

.color-accent-light {
  color: var(--accent-light) !important;
}

.color-accent-dark {
  color: #00a799 !important;
}

.bg-accent-light {
  background-color: var(--accent-light) !important;
}

body {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Lexend Deca', sans-serif;
  color: var(--text-black);
  background-color: #fff;
}

a:hover,
h1,
h2,
h3 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h6 {
  color: var(--text-darker);
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

p {
  font-size: 16px;
  color: var(--text-dark-lighter);
}

a.a-light:hover {
  border-color: var(--secondary-color) !important;
  border-style: solid;
}

a {
  color: var(--text-lighter) !important;
  transition: color 0.3s ease-in, font-weight 0.3s ease-in,
    border-color 0.3s ease-in;
}

a:hover {
  color: var(--text-black) !important;
}

.iti,
.location-frame,
button,
form a {
  width: 100%;
}


#about_section {
  padding-top: 4rem !important;
}

section .section-h {
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--text-darker);
}

.navigation-header {
  background-color: #000;
  position: sticky;
  z-index: 1000;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
}

.navigation-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}

.navigation-container {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100px;
}

.banner-para-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.banner-image-container {
  position: relative;
  background-image: url("../images/banner/banner-new.webp");
  width: 100%;
  /* height: 45vw; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.banner-image-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
}

.banner-content .row:nth-child(1){
  position: relative;
  z-index: 2;
}

.banner-bottom-strip-container {
  height: 283px;
  width: 100%;
  position: absolute;
  bottom: -90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-bottom-strip {
  background-color: var(--primary-color);
  width: 90%;
  padding: 37px 65px;
}

.banner-content {
  padding-top: 180px;
  padding-bottom: 114px;
}

.banner-h1,
.banner-h2,
.banner-h3 {
  font-weight: 700;
  padding: 8px 17px;
  width: fit-content;
}

.banner-h2 {
  color: var(--primary-shade-3);
}

.banner-h1,
.banner-h3 {
  color: var(--secondary-color);
}

.banner-h3 {
  margin-bottom: 15px !important;
}

.banner-h1,
.banner-h2 {
  margin: 0;
}

.banner-h1-subtitle {
  color: #fff !important;
  font-weight: 700;
}

.form-list p {
  color: var(--background-color-light) !important;
}

.form-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

.form-container {
  border-radius: 10px;
  background-color: var(--secondary-color);
  padding: 36px;
  margin: 0 0 50px 5vw;
  position: relative;
  z-index: 100;
}

.form-header {
  background-color: var(--red-color);
  padding: 10px 0 !important;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  box-shadow: 2px 4px 7px 0 rgba(169, 2, 26, 0.6);
}

.form-header p,
.inquire-now-container p {
  margin: 0;
  color: var(--background-color-light);
}

.form-h {
  margin-bottom: 28px;
  color: var(--text-black);
}

label {
  margin-bottom: 4px !important;
}

.grade-select,
input {
  /* background-color: var(--grey-text) !important; */
  border: none !important;
  border-bottom: 1px solid var(--grey-text) !important;
  padding-bottom: 12px !important;
}

.phone-select-div {
  width: 20%;
}

.phone-input-div {
  width: 100%;
  margin-top: 1px;
}

.confirmation-row {
  display: flex;
}

.content-text {
  justify-content: center;
  margin: 0 auto;
}

.content-img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.gallery-img {
  width: 100%;
  height: auto;
}

.icon-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem;
  background-color: var(--tertiary-color);
  margin-bottom: 24px;
  border-radius: 10px;
  min-height: 200px;
}

.card-head {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.icon-card .card-head {
  width: 80%;
}

.icon-card .card-head h4 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.swiper-content {
  width: 65vw;
  cursor: pointer;
}

.inquire-now-container {
  background-color: var(--primary-shade-3);
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  position: fixed;
  right: -45px;
  top: 50%;
  border-radius: 10px;
  z-index: 999;
}

ul li {
  margin-top: 10px;
}

.footer-section {
  background-color: var(--primary-color);
  padding: 46px 0;
}

.footer-top .footer-logo {
  width: 70%;
}

.footer-section p {
  margin: 0;
  color: var(--secondary-color);
}

.footer-text-col {
  text-align: right;
}

.thank-banner,
.thank-btn {
  text-align: center;
}

.display-mobile {
  display: none;
}

.footer-logo-col img,
.logo-container img {
  max-width: 60%;
  height: auto;
}

a.logo {
  color: inherit !important;
  text-decoration: underline !important;
  font-weight: inherit !important;
  background-color: transparent;
  border-color: transparent;
}

.thank {
  background: url(../images/banner-v2.webp) center center/cover no-repeat;
  padding: 33px 0 20%;
}

.thank-banner {
  background: 0 0;
  margin: 5% 0 50px;
}

.thank-content {
  padding: 30px 15px;
}

.thank-content h3 {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 25px;
  color: #fff;
}

.thank-content p {
  margin-bottom: 0;
  padding: 0 80px;
}

.btn {
  border-radius: 10px !important;
  padding: 10px !important;
}

.thank-btn a {
  color: #fff;
  background: #000;
  padding: 8px 20px;
  display: inline-block;
}

.thank-btn a:hover {
  color: #000;
  background: #fff;
}

.header-right-wrap {
  display: flex;
  justify-content: end;
  display: none;
}

.header-btn {
  width: fit-content !important;
  margin-left: auto;
  border-radius: 8px;
}

#brands-section {
  border-bottom: 2px solid var(--grey-text) !important;
  padding: 20px 0 40px 0 !important;
}

#brands-section h4 {
  margin-bottom: 40px;
}

/* ------------stats-section----- */

.stat-card-left {
  text-align: left;
  width: 30%;
}

.stat-card-dark {
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--primary-color);
}

.stat-card-dark h4,
.stat-card-dark h5,
.stat-card-dark h3 {
  color: var(--accent-light);
  margin: 0;
}

.stat-card-dark p {
  color: var(--grey-text);
  margin-bottom: 0;
}

/* ---------------- */
.stat-card-light {
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--accent-light);
}

.stat-card-light h4,
.stat-card-light h5,
.stat-card-light h3 {
  color: var(--grey-text);
  margin: 0;
}

.stat-card-light p {
  color: var(--grey-text);
  margin-bottom: 0;
}

/* ---------------- */

#consultation-section {
  background-position: center;
  background-size: cover;
  /* height: 393px; */
}

#consultation-section img {
  max-width: 100%;
  /* max-height: 100%; */
}

.member-card {
  /* height: 100px; */
}

.member-card img {
  width: 100%;
}

.label {
  background-color: var(--accent-light);
  padding: 16px 24px;
  border-radius: 50px;
  width: fit-content;
  color: var(--grey-text);
  margin-bottom: 30px;
}

.icon-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.case-study-wrap .casestudy-img {
  width: 70%;
}

.testimonial-card {
  background-color: var(--tertiary-color);
  padding: 36px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--accent-light);
}

.swiper-slide-3 {
  display: flex !important;
  height: auto !important;
}

.footer-top {
  background-color: var(--primary-shade-3);
  padding: 40px 0;
}

.footer-loc,
.whatsapp-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatsapp-wrap {
  background-color: #000;
  border: 1px solid var(--accent-light);
  width: fit-content;
  border-radius: 8px;
  padding: 14px 40px;
}

.whatsapp-wrap p {
  margin: 0;
  line-height: 1;
}

.footer-loc p {
  color: var(--text-lighter);
  width: 70%;
}

.footer-bottom {
  background-color: #000;
  padding: 20px 0;
}

.footer-bottom img {
  max-width: 100%;
  height: auto;
}

.book-consultation {
  display: flex;
  align-items: center;
  height: 100%;
}

.book-consultation .header-btn {
  padding: 12px 34px;
}


#companyType:invalid {
  color: #999;
  /* Grey color when no real option is selected */

}

#companyType {
  padding-left: 6px;
}

#companyType.select option {
  padding-left: 0;
}

#companyType.select option[value=""] {
  color: #999;
}

.stats-wrap .stat-card {
  background: #000;
  /* your brand blue */
  color: #fff !important;
  padding: 2rem 1rem;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.stats-wrap .stat-card:hover {
  transform: translateY(-5px);
}

.stats-wrap .stat-card h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.stats-wrap .stat-card p {
  color: #fff;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  opacity: 0.9;
}


#why_cbs_section {
  font-family: 'Lexend Deca', sans-serif;
}

#why_cbs_section h2.section-h {
  font-weight: 700;
}

#why_cbs_section .lead {
  color: #555;
  line-height: 1.7;
}

.why-cbs-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

.why-cbs-list li {
  margin-bottom: 1.1rem;
  padding-left: 32px;
  position: relative;
  line-height: 1.6;
  color: #333;
}

.why-cbs-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #00c4ac;
  font-weight: bold;
  font-size: 1.1rem;
}

.why-cbs-img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}


#cbs_advantage_section {
  background: transparent;
  font-family: 'Lexend Deca', sans-serif;
}

#cbs_advantage_section .section-h {
  font-weight: 700;
}

#cbs_advantage_section .lead {
  color: #555;
  line-height: 1.7;
}

.cbs-advantage-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

.cbs-advantage-list li {
  margin-bottom: 1rem;
  padding-left: 32px;
  position: relative;
  line-height: 1.6;
  color: #333;
}

.cbs-advantage-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #00c4ac;
  /* brand color */
  font-weight: bold;
  font-size: 1.1rem;
}

.cbs-advantage-img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}


/* Bootstrap media queries: min-width from small (sm) to extra extra large (xxl) */

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {

  .header-right-wrap {
    display: flex;
  }
}

@media (min-width: 1400px) {
  /* Extra extra large devices (larger desktops, 1400px and up) */
}

@media (max-width: 576px) {
  .floating-btn-wrapper.show {
    bottom: 20px;
  }
}

@media (max-width: 1024px) {

  /* Floating Button Wrapper */
  .floating-btn-wrapper {
    position: fixed;
    bottom: -60px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
  }

  .floating-btn {
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--accent-dark);
    color: white !important;
    height: 47px;
    width: 226px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }

  .floating-btn:hover {
    transform: scale(1.05);
    color: white !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .floating-btn-wrapper.show {
    bottom: 20px;
    /* Slide in from the bottom */
  }

  .floating-btn:hover {
    background-color: var(--accent-dark);
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  }

  #footer {
    background-color: #231F20;
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1024px) {
  .floating-btn-wrapper {
    display: none;
  }
}

.thankyou-body .header {
  padding: 10px 10px;
  height: 100px;
  width: 100%;
  background-color: #000;
}

.thankyou-body .header .container {
  height: 100%;
}

.thankyou-body .logo-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}

.thankyou-body .logo-wrap img {
  width: 218px;
  height: auto;
}


.thankyou-body #contact-us {
  color: #fff;
  background-color: #000;
}

.thankyou-body #contact-us p {
  color: #fff;
}

.floating-whatsapp-wrapper {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  z-index: 100000001;
}

.floating-whatsapp-wrapper img {
  height: 50px;
  width: auto;

}

.form-group{
  padding-bottom: 1rem;
  position: relative;
}

.invalid-feedback{
  position: absolute;
  z-index: 10;
}

.custom-btns-container svg{
    display:none!important;
}