body,
html {
  height: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-family: "Roboto", sans-serif;
}
/* 
.container {
  width: 100%;
  max-width: 1493px;
} */

.custom-nav nav.navbar.navbar-expand-lg.navbar-dark {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-bottom: 1px solid #606060;
}

.custom-nav .navbar {
  /* background-color: rgba(0, 0, 0, 0.6); */
  padding: 1rem 2rem;
}

.custom-nav .navbar-brand img {
  width: 100%;
  max-width: 175px;
}

.custom-nav li.nav-item {
  position: relative;
      padding: 0px 10px 0 10px;
}

a.search img {
  width: 100%;
  max-width: 30px;
}

.nav-btn {
  gap: 35px;
}

a.profile img {
  width: 100%;
  max-width: 30px;
}

.custom-nav li.nav-item::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  max-height: 27px;
}
.custom-nav li.nav-item:last-child::after{
  display: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  border-bottom: 1px solid #FFFFFF;
}

.custom-nav .nav-link {
  color: #ffffff;
  margin: 0 10px;
  font-family: 'Poppins';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
      text-transform: capitalize;
}
a.nav-link.custom-active {
  border-bottom: 1px solid #FFFFFF !important;
}
/* .custom-nav .nav-link:hover {
  color: #f39c12;
} */

.hero-section {
  /* background: url('/project/img/background.svg') no-repeat center center/cover; */
  background: url('../img/background.svg') no-repeat center center/cover;
 min-height: 970px;
     /* min-height: calc(100vh - 70px); */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  border-bottom-right-radius: 150px !important;
  border-bottom-left-radius: 150px !important;
  overflow: auto;
  background-position: top;
}
/* section.hero-section .container {
    height: 100vh;
        height: 100vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
} */

.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  background: radial-gradient(50% 50% at 50% 50%,
      rgba(0, 0, 0, 0.0075) 37.98%,
      rgba(0, 0, 0, 0.00750001) 37.99%,
      rgba(0, 0, 0, 0.75) 100%);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  border: 3px solid;
  border-image-source: linear-gradient(90deg, rgba(74, 69, 71, 0) 0%, #3F68E0 60.1%);
  border-image-slice: 1;
  border-radius: 2px;
}



img.main-logo {
  width: 100%;
  max-width: 400px;
  margin: 0 0 50px 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  margin: 180px 0 0 0;
}

.card-line.top-line {
  width: 100%;
  max-width: 502px;
}

.down-arrow-sec {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  bottom: 0;
}

.down-arrow-sec img {
  width: 100%;
  max-width: 56px;
}

h3.main-text11 {
  font-family: 'Poppins';
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  leading-trim: NONE;
  line-height: 38px;
  letter-spacing: 0%;
}

.secnd-main-text {
  margin: 74px 0 0px 0;
}

h3.main-text12 {
  font-family: 'Poppins';
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  leading-trim: NONE;
  line-height: 38px;
  letter-spacing: 0%;
  margin: 0 0 32px 0;
}

.main-text13 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    width: 100%;
    max-width: 581px;
    margin: 0 auto;
    padding: 0 0 135px 0;
}
.hero-buttons {
    margin: 0 0 60px 0;
}

a.hero-btn {
width: 100%;
    max-width: 530px;
    display: block;
    margin: auto;
    background: #fff;
    border-radius: 37.59px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    text-decoration: none;
    font-family: 'Roboto';
    font-weight: 600;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;

}

a.hero-btn.explor-service {
  margin: 16px auto;
}


/* Why Section Styling */
.why-section {
  background-color: #fff;
  color: #000;
}

.section-title {
  font-weight: 700;
  font-size: 2.2rem;
}

.section-subtitle {
  font-weight: 700;
  font-size: 1.8rem;
}

.why-section p {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #333;
}

/* Solve Section */
.solve-section {
  background-color: #f5f5f5;
  padding: 60px 0;
  color: #000;
}

.solve-title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.solve-points {
  padding-left: 1.2rem;
  margin-bottom: 20px;
}

.solve-points li {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #333;
}

.solve-note {
  font-size: 1rem;
  color: #444;
  margin-bottom: 30px;
}

/* Buttons */
.solve-buttons .btn {
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 500;
  margin-right: 10px;
}

.black-btn {
  background-color: #000;
  color: #fff;
  border: none;
}

.black-btn:hover {
  background-color: #333;
}

.black-btn-outline {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.black-btn-outline:hover {
  background-color: #000;
  color: #fff;
}

/* Services Section */
.service-section {
  position: relative;
  display: inline-block;
  width: 100%;
}

.background-text {
  color: #000000;
  position: absolute;
  left: 0;
  z-index: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  white-space: nowrap;
  right: 0;
  bottom: 30px;
  margin: auto;
  opacity: 5%;
}

.foreground-text {
  color: #000000;
  position: relative;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  white-space: nowrap;
}

.service-top {
  margin: 0 0 120px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.services-preview-section {
  padding: 200px 0 200px 0;
  background-color: #fff;
}

.services-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Custom spacing instead of mt-4 */
.mt-custom {
  margin-top: 40px;
}

.card-items1 a {
  text-decoration: none;
  font-family: 'Roboto';
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;

}

.service-card.first-service-box {
  max-height: 660px;
  position: relative;
      border-top-left-radius: 30px;
}

.services-items {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card-items1 {
  width: 293px;
  height: 89px;
  opacity: 1;
  border-radius: 50px;
  transform: rotate(106.14deg);
  background: #B0D9FF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 96px;
  left: -66px;
  margin: 0 0 0px 0;
}

.card-items2 {
  width: 276px;
  height: 89px;
  opacity: 1;
  border-radius: 50px;
  background: #6E6F84;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0px 0;
}

.card-items2 a {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: #fff;

}

.card-items3 {
  width: 293px;
  height: 89px;
  opacity: 1;
  border-radius: 50px;
  background: #F5AD00;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 26px 0px 0;
}

.card-items3 a {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: #fff;

}

.card-items4 {
  width: 326px;
  height: 89px;
  opacity: 1;
  border-radius: 50px;
  background: #3F68E0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-items4 a {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.service-card {
  background-color: #F3F4F8;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.services-items {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 10px;
  text-align: -webkit-right;
}

.left-items {
  display: flex;
  gap: 10px;
}

.right-items {
  gap: 10px;
}


h6.service-text11 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin: 32px 0 8px 0;
}

p.service-text12 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 0 24px 0;
    color: #000000;
    margin: 0px;
}

.service-card.first-service-box {
  max-height: 660px;
  position: relative;
      border-top-left-radius: 30px;
}

/* Button area */
.view-services-btn {
  margin-top: 30px;
  width: 100%;
  background: #000;
  height: 80px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.view-service {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height:18px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.view-img img {
  width: 100%;
  max-width: 20px;
  height: 20px;
}


/* Background full-screen section */
.enable-section {
  /* background: url('/project/img/what-we-able.svg') no-repeat center center/cover; */
  /* background: url('../img/what-we-able.svg') no-repeat center center/cover; */
  height: 100%;
  padding: 100px 0;
  position: relative;
  min-height: 937px;
}

.enable-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  background: radial-gradient(50% 50% at 50% 50%,
      rgba(0, 0, 0, 0.0075) 37.98%,
      rgba(0, 0, 0, 0.00750001) 37.99%,
      rgba(0, 0, 0, 0.75) 100%);

  backdrop-filter: blur(10.3px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}
.enable-overlay.Client-Testimonials-overlay{
  background: #0000001A;
backdrop-filter: blur(10px)

}



.background-text.enable-text-background {
  opacity: 10%;
  color: #fff;
  font-size: 70px;
}

.foreground-text.enable-text-foreground {
  color: #fff;
}

.enable-section .container{
  position: relative;
  z-index: 2;
}

/* Typography */
.enable-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.enable-features11 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

p.enable-features12 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 16px 0 0 0 !important;
}

.feature-item p {
  margin: 0;
}
.feature-item{
      padding: 0px 64px;
}
.border-end {
  border-right: 1px solid #ffffff50;
}

/* Bottom Text */
.enable-bottom-text {
  font-size: 1rem;
  color: #fff;
}

/* Button */
.talk-btn {
z-index: 9;
    font-family: 'Poppins';
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;

}
.talk-btn:active{
  border: none;
}

/* .talk-btn:hover {
    background-color: #eaeaea;
  } */
/* Portfolio Section */
.portfolio-section {
  background-color: #fff;
  padding: 200px 0px;
}
.container-fluid.portfolio-container {
    padding: 0px;
    width: 100%;
}
.portfolio-top {
  margin: 0 0 100px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-title {
font-family: 'Poppins';
    font-weight: 500;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    color: #000;
    margin: 0 0 118px 0;

}

.portfolio-desc {
font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 80px;
}

/* Cards */
.portfolio-card {
  background: #E6E6E6;
  padding: 40px 40px;
  border-radius: 30px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.portfolio-card h6 {
  font-size: 1rem;
  margin-bottom: 1px;
}

.portfolio-text13 {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000;
  text-align: start;
  margin: 10px 0 0 0;
      width: 100%;
    max-width: 302px;

}

.img-container {
    width: 100%;
    max-width: 338px;
    background: #fff;
    margin: auto;
    border: 10px solid #ebebeb;
    min-height: 243px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-width: 10px;
}
.img-container img {
    width: 164px;
    height: 166px;
}
.portfolio-second-img {
  width: 100%;
  max-width: 144px;
}

.portfolio-third-img {
  width: 100%;
  max-width: 198px;
}

.portfolio-4th-img {
  width: 100%;
  max-width: 136px;
}

.card-line {
  /* height: 3px; */
  width: 100%;
  margin: 27px auto 57px;
  background-color: #195ef0;
  border: 6.94px solid transparent;
  /* Important: use transparent */
  border-image-source: linear-gradient(90deg, #3F68E0 39.9%, #E6E6E6 100%);
  border-image-slice: 1;
  /* Required for border-image to show */
  border-radius: 2px;
}


.portfolio-box {
  text-align: start;
    position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 50px 0;
}

.portfolio-box ::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  border: 3px solid;
  border-image-source: linear-gradient(90deg, #3F68E0 7%, rgba(255, 255, 255, 0.5) 109%);
  border-image-slice: 1;
  border-radius: 2px;
}

h6.portfolio-text11 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000;
}


p.portfolio-text12 {
font-family: 'Poppins';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
}

/* View Portfolio Link */
.portfolio-link {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    color: #000;

}

.view-all-portfolio {
  margin: 96px 0 0 0;
  text-align: end;
}

/* Insights Section */
.insights-section {
 background: linear-gradient(180deg, rgba(243, 244, 248, 0) 0%, #F3F4F8 100%);
  /* padding: 200px 0 200px 0; */
  margin: 200px 0px;
  min-height: 1010px;
}
/* .view-services-btn.view-service-insights {
    margin-bottom: 200px;
} */
.insights-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}
.insight-content P {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000 !important;
    margin-bottom: 0px;
}


.insights-sub {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #555;
}

/* Insight Card */
.insight-card {
 background: #E6E6E6;
  overflow: hidden;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 350px;
}

.insight-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
/* .insight-card.insight-border11 {
    border-top-left-radius: 64px;
} */
.insight-card.insight-border12{
  border-top-right-radius: 30px;
}
.row > .col-lg-6:nth-child(2) .service-card {
    border-radius: 0 30px 0 0;
}


.insight-img {
  width: 100%;
  object-fit: cover;
}

.insight-body {
  padding: 24px 24px 16px 24px;
}
h6.insight-text11 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000;
    /* height: 48px; */
}
p.insight-text12 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 0px;
}

/* Button */
.insights-btn {
  background-color: #000;
  color: #fff;
  padding: 12px 40px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.insights-btn:hover {
  background-color: #333;
  color: #fff;
}

/* CTA Section */
.cta-section {
  background-color: #fff;
  padding: 200px 0;
  position: relative;
}

.cta-icon-block {
  text-align: center;
  margin-bottom: 30px;
}

.icon-circle {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    font-size: 1.5rem;
    color: #333;
}

.cta-icon-block p {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}

.cta-together {
font-family: 'Poppins';
font-weight: 700;
font-style: Bold;
font-size: 28px;
leading-trim: NONE;
line-height: 25px;
letter-spacing: 0%;
color: #000;
}

/* .icon-circle img {
    width: 100%;
    max-width: 48px;
} */

.row > .col-12:nth-child(1) .icon-circle img {
  width: 48.87px;
}

.row > .col-12:nth-child(2) .icon-circle img {
  width: 62px;
}

.row > .col-12:nth-child(3) .icon-circle img {
  width: 50.03px;
}
/* CTA Buttons */
a.cta-btn1 {
    width: 100%;
    max-width: 290px;
    opacity: 1;
    border-top-left-radius: 37.59px;
    border-bottom-left-radius: 37.59px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 22px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}
a.cta-btn1.cta-btn2 {
  border-top-right-radius: 37.59px;
  border-bottom-right-radius: 37.59px;
      border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cta-message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 110px 0 0 0;
  flex-wrap: wrap;
}

.cta-buttons {
  margin: 0 0 0 20px;
}

/* Who We Are Section */
.who-section {
  background-color: #fff;
  padding: 0px 0 0 0;
}

h3.who-i-am {
font-family: 'Poppins';
    font-weight: 600;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 50px;
    letter-spacing: 0%;
    color: #000;
}
h3.who-i-am .text-highlight{
  display: block;
}

.soh-div {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 80px 0;
}

.soh-div ::after {
     content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #3F68E0 39.9%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    border-radius: 2px;
    width: 100%;
    max-width: 611px;
}
.afterbefore-line{
    position: relative;
  display: inline-block;
  width: 100%;
}
/*.afterbefore-line::after{
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    border: 5px solid;
    border-image-source: linear-gradient(270deg, #3F68E0 39.9%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    border-radius: 2px;
    width: 100%;
    max-width: 731px;
}
*/



p.who-description {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: justify;
    color: #000;
}


.who-img {
    max-width: 100%;
    border-radius: 0px;
    max-width: 513px;
    height: 480px;
}

/* Info Box */
.who-box {
  background: #ededed;
  padding: 30px 25px;
  border-radius: 12px;
  max-width: 850px;
  font-size: 0.96rem;
  text-align: left;
}

.who-box ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  color: #333;
}

.icon-start {
  position: absolute;
  left: 0;
  top: 3px;
  color: #195ef0;
}

/* Work Values Section */
.work-values {
  background-color: #fff;
  padding: 60px 20px;
}

.value-box {
  background: #f5f6f9;
  padding: 25px 20px;
  border-radius: 18px;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #195ef0;
  margin-top: 10px;
}

/* Optional: Custom spacing/positioning for style matching */
.number-1 {
  text-align: end;
}

.number-2 {
  text-align: start;
}

.number-3 {
  text-align: end;
}
h2.insights-heading {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #000000;
    padding: 0 0 107px 0;
}

.portfolio-top.insights-top {
    margin: 0 0 63px 0;
}

.core-values-section {
  /* background: url(/project/img/core-value.svg) no-repeat center center / cover; */
  background: url('../img/core-value.svg') no-repeat center center / cover;
  min-height: 1025px;
  position: relative;
}

.timeline {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 60px 0 0 0;
}

.timeline-line {
position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #195ef0;
  z-index: 1;
  right: 0;
  /*max-width: 940px;*/
  margin: auto;
}
/* 
.timeline-line::before,
.timeline-line::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #195ef0;
    font-weight: bold;
    z-index: 2;
} */
.timeline-line::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #195ef0;
    font-weight: bold;
    z-index: 2;
}
 
/*  
.timeline-line::before {
      content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
    left: -4px;
    top: 1px;
} */
 
.timeline-line::after {
  content: " "; 
  width: 14px;
    height: 14px;
    background-color: #195ef0;
    border-radius: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
    right: -4px;
    top: 1px;
}

.timeline-point {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: 2;
}

.timeline-point .dot {
  width: 14px;
  height: 14px;
  background-color: #195ef0;
  border-radius: 50%;
}

.timeline-point .line {
  width: 2px;
  height: 230px;
  background-color: #195ef0;
}

.timeline-point .text {
  max-width: 344px;
  text-align: center;
}

.timeline-point .text strong {
  font-weight: 700;
}

/* Positions */
.point1 {
  left: 0;
  top: 0;
}

.point2 {
  left: 25%;
  bottom: -89px;
  flex-direction: row;
}
.point-3{
    left: 50%;
  top: 0;
}
.point-4{
    left: 80%;
 bottom: -89px;
}


.left-align {
  flex-direction: row;
  top: -29%;
  align-items: flex-start;
}

.text-left {
  text-align: left;
  margin-left: 12px;
}

.line-dot-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.point1.left-align .line {
  height: 60px;
  margin-bottom: 0px;
  height: 230px;
}

p.timeline-text11 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 15px;
}

p.timeline-text12 {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 0px;
}
section.why-train {
    padding: 200px 0;
}

.container.text-center.why-train-container {
    position: relative;
}

.why-box-top {
    display: flex;
    justify-content: center;
}
.extra-div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 190px;
    width: 100%;
    max-width: 1305px;
    margin: auto;
    height: auto;
}

.extra-div img {
    width: 100%;
}
.why-how-what-wrapper {
      border-radius: 20px;
      padding: 40px 0px;
      position: relative;
      z-index: 999;
      margin: 195px 0 0 0;
    }
.icon {
    width: 100%;
    min-height: 185px;
    margin-bottom: 40px;
}
.Why-section-box {
    background: #e6e6e6;
    padding: 30px 26px;
    width: 400;
    /* height: 324; */
    opacity: 1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 20px 0px 0 0;
}
.Why-section-box1 {
    background: #e6e6e6;
    padding: 30px 26px;
    opacity: 1;
    top: 11087px;
    left: 2138px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 20px 0px;
    width: 100%;
    max-width: 380px;
    min-height: 250px;
}


.Why-section-box2 {
    background: #e6e6e6;
    padding: 30px 26px;
    margin: 50px 0px 0 0;
    opacity: 1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%;
    max-width: 350px;
    min-height: 220px;

}
.Why-section-box3 {
    background: #e6e6e6;
    padding: 30px 26px;
    margin: 20px 0px;
      opacity: 1;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      border-bottom-left-radius: 50px;
      width: 100%;
    max-width: 380px;
    min-height: 250px;
}


.icon {
    width: 100%;
    min-height: 150px;
}

p.why-11 {
font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    margin: 0 0 24px 0;
}

p.why-12 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    margin: 0 0 10px 0;
}

p.why-13 {
font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
}

.client-testimonials-section {
  /* background: url(/project/img/client-testimonials.svg) no-repeat center center / cover; */
  background: url('../img/client-testimonials.svg') no-repeat center center / cover;
  position: relative;
  padding: 200px 0 !important;
      min-height: 1177px;
}
 
ul.review-list {
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 0;
}

p.review-text {
     margin-bottom: 0px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}

img.review-drop {
    width: 100%;
    max-width: 33px;
}
.client-reviews-section{
  width: 100%;
    max-width: 570px;
}
.review-firs-box {
    opacity: 1;
    border-width: 0.88px;
    border-top-left-radius: 22.16px;
    border-top-right-radius: 22.16px;
    background: #88888880;
    border: 0.88px solid #C6C6C6;
    padding: 10px 20px;
}

.review-second-box {
  position: relative;
    opacity: 1;
    border-width: 0.88px;
    /* border-bottom-right-radius: 22.16px;
    border-bottom-left-radius: 22.16px; */
    background: #88888880;
    border: 0.88px solid #C6C6C6;
    margin: 5px 0 0 0;
    /* padding: 40px 40px; */
    height: 430px;
}

p.review-text11 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 38px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin: 60px 0 10px 0;
}
li.review-star-list img
 {
    width: 42px;
    height: 42px;
}

.review-text12 p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

ul.review-star {
    display: flex;
    list-style: none;
    margin: 40px 0 40px 0;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
p.your {
    color: #DEB43A;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 22.28px;
    letter-spacing: 0.37px;
    text-align: start;
    margin: 60px 0 0 0;
}


 .testimonial-list {
     list-style: none;
    margin: auto !important;
    padding: 0px 50px 0 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 550px;
}

    .testimonial-item {
      display: flex;
          background: #FFFFFF1A;
    border: 1.16px solid #C6C6C6;
      border-radius: 20px;
      padding: 20px;
      /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
      align-items: center;

    }
li.testimonial-item.first-testimonial {
    backdrop-filter: blur(8px);
    filter: blur(8px);
    width: 100%;
    max-width: 735px;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
}
li.testimonial-item.second-testimonial {
    backdrop-filter: blur(8px);
    filter: blur(8px);
    width: 100%;
    max-width: 735px;
    margin: auto;
    position: absolute;
    z-index: -1;
    bottom: 0;
}


    .testimonial-img {
      flex-shrink: 0;
      width: 100px;
      height: 100px;
      border-radius: 16px;
      object-fit: cover;
      margin-right: 20px;
    }

    .testimonial-content {
      flex-grow: 1;
    }

   .testimonial-name {
      margin-bottom: 5px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: start;
    color: #fff;
}

    .testimonial-stars {
      color: #f5b50a;
      margin-bottom: 10px;
      font-size: 16px;
      text-align: start;
    }

    .testimonial-text {
      font-family: 'Poppins';
      font-weight: 300;
      font-style: Light;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 22px;
      letter-spacing: 0%;
      color: #fff;
      text-align: start;
      filter: blur(10px);
    }

    li.testimonial-item.active-list {
    background: #E6E6E6;
    border: 1.16px solid #E6E6E6;
    box-shadow: 0px 0px 40.63px 0px #000000B5;
}
li.testimonial-item.zoomed .testimonial-name {
    color: #000;
    filter: none;
}
li.testimonial-item.zoomed .testimonial-text {
    color: #000;
    filter: none;
    
}
section.footer-section-top {
    background-color: #000;
    color: white;
    padding-top: 55px;
    text-align: center;
}

.footer-section {
      background-color: #000;
      color: white;
      padding-bottom: 20px;
      text-align: center;
    }

    p.footer-hed {
font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 50px;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 0 0 22px 0;
}

    .footer-top {
      padding-bottom: 100px;
    }

    .newsletter-input {
    max-width: 445px;
    border: none;
    padding: 0 12px;
    border-radius: 4px;
    background: #E6E6E6;
    width: 445px;
    height: 65px;
    opacity: 1;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: start;
    color: #656565;
    }

    .newsletter-button {
    width: 100%;
    max-width: 128px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 65px;
    border: none;
    background-color: white;
    color: black;
    font-weight: 600;
    margin-left: 10px;
    font-family: 'Poppins';
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    }

    .footer-divider {
      border-top: 2px solid #fff;
      margin: 40px auto 30px;
      width: 100%;
      position: absolute;
      margin: auto;
      left: 0;
      box-shadow: 0px 4px 4px 0px #00000040;
    }
    .footer-logo img {
    width: 100%;
    max-width: 400px;
}

    .scroll-up-btn {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f1f1f1;
    padding: 6px 12px;
    border-radius: 21.82px;
    color: #333;
    font-size: 18px;
    box-shadow: 0px 0px 20.87px 0px #00000040;
    height: 80px;
    width: 80px;
    display: flex
;
    justify-content: center;
    align-items: center;
    }
    .scroll-up-btn img {
    width: 100%;
    max-width: 53px;
}

    .footer-logo {
      font-size: 36px;
      font-weight: bold;
     margin: 100px 0 0 0;
       position: relative;
  display: inline-block;
    }

   .footer-logo::after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    border: 3px solid;
    border-image-source: linear-gradient(270deg, rgba(74, 69, 71, 0) 0%, #3F68E0 60.1%);
    border-image-slice: 1;
    border-radius: 2px;
}







    .footer-tagline {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 51px 0 54px 0;
    }

    .footer-links .footer-items-link {
      font-family: 'Poppins';
      font-weight: 400;
      font-style: Regular;
      font-size: 18px;
      leading-trim: NONE;
      line-height: 18px;
      letter-spacing: 0%;
      text-align: center;
      color: white;
      margin: 0 10px;
      text-decoration: none;
    }
        .footer-links .footer-items-link::after {
  content: '';
 content: '';
    display: inline-block;
    width: 1px;
    height: 27px;
    background-color: #fff;
    margin-left: 15px;
    vertical-align: middle;
}
.footer-links .footer-items-link:last-child::after {
    content: none;
}

.footer-icons {
    margin: 81px 0 0 0;
}

    .footer-icons a {
      color: white;
      font-size: 18px;
      margin: 0 10px;
    }
    .footer-icons a img
 {
    width: 100%;
    max-width: 35px;
}

    .footer-bottom {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 35px 0 15px 0;

    }

    .footer-blue-underline {
      height: 4px;
      width: 50px;
      background-color: #3F68E0;
      margin: 0 auto 8px;
      border-radius: 2px;
    }










    /* ==================10-07-2025==================== */

    li.rovew-item img {
    width: 100%;
    max-width: 36px;
}
    p.review-text {
    padding: 10px 0 0 10px;
  }
.portfolio-text13{
  text-align: start;
}
.timeline-point .text{
  text-align: start;
}
.afterbefore-line{
    position: relative;
  display: inline-block;
  width: 100%;
}
.afterbefore-line::after{
    content: "";
    position: absolute;
    top: 474px;
    left: 0;
    width: 100%;
    border: 3px solid;
    border-image-source: linear-gradient(270deg, #3F68E0 39.9%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    border-radius: 2px;
    width: 100%;
    max-width: 565px;
}

.insight-img2{display: none;}

.navbar-toggler-icon {
  background-image: none !important;
}
.custom-toggler-icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent;
}
.navbar-toggler:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
img.customer-edu-img {
    width: 100%;
    max-width: 320px;
}
.service-card img{ width: 100%; height: 100%; min-height: 196px; margin-bottom: 0px !important;}
form.wpcf7-form.init {
    width: 100%;
}
form.wpcf7-form.init p{
   display: flex;
    justify-content: center;
    align-items: center;
}
.col-12.footer-icons a {
    text-decoration: none;
}
img.portfolio-first-img {
    width: 100%;
     max-width: 136px;
}

div#wpcf7-f220-o1 {
    width: 100%;
}
 
 
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    margin: 10px 0 0 0;
}
 
form.wpcf7-form.invalid p {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
 
.wpcf7-spinner{
 
position: absolute;
    right: 15%;
}

.wpcf7-response-output {
  border: none !important;
}

img.why {
    width: 100%;
    max-width: 140px;
}
img.how {
    width: 100%;
    max-width: 140px;
}
img.what
 {
    width: 100%;
    max-width: 140px;
}
.soh-div-section{
  width: 100%;
  max-width: 502px;
}
.service-space-div.who-section-space{
      width: 100%;
    max-width: 1071px;
    margin: auto;
}
.service-space-div.insights-space-div{
      width: 100%;
    max-width: 1115px;
    margin: auto;
}
.service-space-div.enable-space-div{
      width: 100%;
    max-width: 1340px;
    margin: auto;
} 
.service-space-div {
    width: 100%;
    max-width: 1097px;
    margin: auto;
}
.portfolio-space-div{
      width: 100%;
    max-width: 100%;
    margin: auto;
}
.core-space-div{
      width: 100%;
    max-width: 1600px;
    margin: auto;
}
.testimonisals-space-div{
  width: 100%;
  max-width: 1300px;
   margin: auto;
}
.train-space-div{
    width: 100%;
  max-width: 1254px;
   margin: auto;
}
section.custom-nav .container-fluid{
       max-width: 1526px; 
      /* padding: 0px 120px; */
}
.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #195ef0;
    z-index: 1;
    margin: auto;

    transform: scaleX(1);
    transform-origin: left center;
}

.timeline.active .timeline-line {
    animation: growLine 2.5s ease-in-out forwards;
}

/* Keyframes for smooth grow */
@keyframes growLine {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}
/* Timeline initial state */
.timeline .dot {
    width: 16px;
    height: 16px;
    background: #007bff;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.8s ease;
}

.timeline .line {
    width: 3px;
    background: #007bff;
    flex-grow: 1;
    transform: scaleY(0);
    transform-origin: top;
   transition-delay: 0.4s;
  transition: transform 1.8s ease-in-out;
}


.timeline .text {
    opacity: 0;
    transform: translateY(15px);
    transition: all 1.2s ease-in-out;
    transition-delay: 0.7s; /* line ke saath thoda delay */
}

/* Active states */
.timeline-point.active .dot {
    opacity: 1;
    transform: scale(1);
}

.timeline-point.active .text {
    opacity: 1;
    transform: translateY(0);
}

.timeline-point.active .line {
    transform: scaleY(1);
}


/* Skeleton Loader Styles */
        #skeleton-wrapper {
            position: fixed;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
            background: #f2f2f2;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            z-index: 9999;
            transition: opacity 0.4s ease, visibility 0.4s ease;
        }
        #skeleton-wrapper.hidden {
            opacity: 0;
            visibility: hidden;
        }
        .skeleton-card {
            display: flex;
            align-items: center;
            background: #fff;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin: 10px;
            width: 100%;
            max-width: 80%;
            animation: pulse 1.5s infinite ease-in-out;
        }
        .skeleton-avatar {
            width: 50px;
            height: 50px;
            background: #ddd;
            border-radius: 50%;
            margin-right: 15px;
        }
        .skeleton-lines {
            flex: 1;
        }
        .skeleton-line {
            height: 10px;
            background: #ddd;
            margin: 6px 0;
            border-radius: 4px;
        }
        .skeleton-line.short { width: 40%; }
        .skeleton-line.long { width: 80%; }
        @keyframes pulse {
            0% { background-color: #e0e0e0; }
            50% { background-color: #f0f0f0; }
            100% { background-color: #e0e0e0; }
        }

.main-section-bottom {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #606060;
}

ul.bottom-links {
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 24px 0 0 250px;
}

li.bottom-links-list a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px 0 0px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}
.insights-main-text {
    position: relative;
    z-index: 9;
}

/* ===================Privacy policy================ */

.site-main.privacy-policy-section{
  padding: 200px 0;
}

.article-section {
    width: 100%;
    max-width: 766px;
    margin: auto;
}
.entry-content
 {
    position: relative;
    padding: 49px 0px;
}
.entry-content::before {
      content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #3F68E0 39.9%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    border-radius: 2px;
    width: 100%;
}
p.list-heading {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 70px;
    letter-spacing: 0%;
    text-align: start;
    color: #000;
}
p.article-dates {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: st;
    color: #000;
    margin-bottom: 49px;
}


p.list-sub-heading {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
    text-align: start;
}
li.privacy-list-text {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
    text-align: start;
}

ul.privacy-list {
    margin-left: 20px;
}
p.train-heading {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
    color: #000;
    margin-bottom: 0px;
}

p.train-email {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
    color: #000;
}

span.train-email11 {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #3F68E0;
}

.train-mail-section {
    margin: 72px 0 0 0;
}
p.inset-year {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
    text-align: start;
}
.entry-content.inset-year-section {
    padding: 26px 0px;
}

/* ===================END Privacy policy================ */
/* =================== SINGLE section insight-second-section================ */
section.contact-div-section.insight-div-section{
  padding: 200px 0;
}
.form-check .form-check-input {
    float: left;
    width: 100%;
    max-width: 25px !important;
    height: 25px !important;
    margin-right: 10px;
}
.custom-checkbox {
    margin: 36px 0 24px 0;
    font-size: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
}
/* ===================END SINGLE insight-second-section================ */

/* ===================section insight-second-section================ */
.col-lg-4.col-md-6.insight-item a {
    text-decoration: none;
}
section.insights-listing-section.insight-second-section {
    padding: 200px 0px;
}

.insights-sub-title p {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 107px;
}
.insight-space-div-section {
    width: 100%;
    max-width: 1114px;
    margin: auto;
}
.insight-item{
  padding: 0px;
}
.insight-card.second-insight-card
 {
    border-radius: 0px;
    background-color: #E6E6E6;
    border: none;
}
h3.insight-title {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000;
}
.insight-excerpt{
  font-family: 'Poppins';
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0px;
color: #000;
margin-bottom: 0px;
}
.row.insight-div-content p {
    color: #000;
    /* margin-top: 80px; */
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
}
.insights-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}
.w-100.d-none.d-lg-block {
    position: relative;
}
.w-100.d-none.d-lg-block::after {
   content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #3F68E0 7%, rgba(255, 255, 255, 0.5) 109%);
    border-image-slice: 1;
    border-radius: 2px;
}
.w-100.d-none.d-lg-block:nth-child(even of .w-100.d-none.d-lg-block)::after {
  border-image-source: linear-gradient(270deg, #3F68E0 7%, rgba(255, 255, 255, 0.5) 109%);
}


.row > .col-lg-4:nth-child(1) .insight-card {
      opacity: 1;
    border-top-left-radius: 30px;
}
.row > .col-lg-4:nth-child(3) .insight-card {
      opacity: 1;
    border-top-right-radius: 30px;
}
/* ==============404====================================== */

h1.mb-4.page-title {
    font-size: 38px;
    color: #000;
    line-height: 38px;
    font-family: 'Poppins';
}
p.mb-5.page-title-second {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: 'Poppins';
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.searchform input#s {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.searchform input#searchsubmit {
    height: 50px;
    width: 100%;
    max-width: 100px;
    border-radius: 5px;
    border: none;
    background-color: #3F68E0;
    color: #fff;
}
a.button.back-button {
    border: none;
    background-color: #3F68E0;
    color: #fff;
    text-decoration: none;
}

.back-button-section {
    height: 50px;
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
    border: none;
    background-color: #3F68E0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
/* ===========search================== */
h1.mb-5.search-heading{
      font-size: 38px;
    color: #000;
    line-height: 38px;
    font-family: 'Poppins';
}
p.no-result12 {
    color: #000;
    margin-bottom: 50px;
}
h2.no-result11 {
    font-size: 38px;
    color: #000;
    line-height: 38px;
    font-family: 'Poppins';
}
p.no-result12 {
    color: #000;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Poppins';
    padding: 15px 0 0 0;
}

/* =========================Dark nav===================== */
nav.navbar.navbar-expand-lg.navbar-lights {
    background: #000000;
}




/* Keep your slots as they are */
.svc-slots {
  position: relative;
  width: 100%;
}
.svc-slot {
  font-family: 'Poppins';
  position: absolute;
  user-select: none;
  padding: 26px 20px;
  border-radius: 50px;
  font-size: 14px;
  cursor: grab;
  font-family: 'Roboto';
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  transition: none;
  white-space: nowrap;
}
.svc-slot.svc-slot1 {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 9px;
  top: 10px;
  background:#3F68E0;
  opacity: 0.2;
}
.svc-slot.svc-slot2 {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 9px;
  top: 80px;
  background:#F5AD00;
  opacity: 0.2;
}
.svc-slot.svc-slot3 {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 9px;
  top: 135px;
  background:#B0D9FF;
  opacity: 0.2;
}
.svc-slot.svc-slot4 {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 9px;
  top: 195px;
  background:#6E6F84;
  opacity: 0.2;
}

/* NEW capsule styling */
.capsule {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 20px;
  border-radius: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  cursor: grab;
  color: #fff; /* text visible */
  background: #00cc97; /* fallback background */
  z-index: 2; /* ensure capsules are above slots */
  will-change: transform;
}


/* Logo Loader Styles */
.logo-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.blinking-logo {
    width: 150px; /* Adjust based on your logo size */
    height: auto;
    animation: blink 1s infinite ease-in-out;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}


/*---------------------------FAQ PAGE ------------------------*/

/* ===================FAQ section ================ */
li.bottom-links-list img {
    margin-right: 10px;
}
    section.second-hero-section {
        padding: 200px 0px;
        border-radius: 0px !important;
        display: flex; 
        justify-content: center;
        align-items: center;
       
    }
    .FAQ-question-section{
        padding: 200px 0px;
    }
    .service-top.faq-question {
    margin: 0 0 112px 0;
}
.faq-space-div {
    width: 100%;
    max-width: 1030px;
    margin: auto;
}
    section.second-hero-section{
 background: url(../img/faqq-background.png) no-repeat center center / cover !important;
 height: 820px;
    }
    h3.main-text12.hero-section-head {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 32px;
}
p.mission-sub-text.hero-section-sub {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}
 
    .FAQ-question-section .accordion {
      width: 100%;
      margin: 50px auto;
    }
 
   
    h2.FAQ-hed {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 60px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000;
        text-align: center;
        margin: 0 0 100px 0;
    }
 
    .accordion-button {
    background-color: #E6E6E6;
    color: #000000 !important;
    border-radius: 10px !important;
    color: #333;
    padding: 14px 18px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    height: 60px;
 
    }
 
    .accordion-button:not(.collapsed) {
      background-color: #e3e3e3;
      box-shadow: none;
    }
 
.accordion-body {
    background-color: #fff;
    font-size: 14px;
    color: #555;
    padding: 14px 18px;
    border-radius: 0 0 6px 6px;
    text-align: start;
    font-size: 18px;
    font-family: 'Poppins';
}
    .accordion-item {
      border: none;
      margin-bottom: 48px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }
    .contact-box-start {
    text-align: center;
    }
 
    section.contact-section {
        padding: 0 0 300px 0;
    }
    h3.contact-hed {
        font-family: 'Roboto';
        font-weight: 500;
        font-style: Medium;
        font-size: 64px;
        leading-trim: NONE;
        line-height: 25px;
        letter-spacing: 0%;
        color: #000;
        margin: 0 0 150px 0;
 
    }
 
    .contact-box-content {
        display: flex;
        justify-content: center;
        gap: 300px;
        align-items: center;
        flex-wrap: wrap;
    }
    p.email-text{
        margin: 16px 0 0 0;
    }
 
    p.email-text a{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #000;
    text-decoration: none;
    }
   .search-container {
    max-width: 100%;
    margin: 78px auto 0;
}
 
    .search-input {
    border-radius: 28px;
    padding: 10px 75px 10px 10px;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: start;
    height: 56px;
    background-color: #ECE6F0;
    color: #414141;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .search-input::placeholder {
    color: #414141;
}
 
    .search-input:focus {
      outline: none;
      border-color: #007bff;
      box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    }
button.search-submit {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 65px;
    border: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.search-submit img {
    width: 100%;
    max-width: 100%;
}
 
    .search-wrapper {
      position: relative;
          position: relative;
    width: 100%;
    max-width: 360px;
    margin: auto;
    }
    .accordion-button::after
 {
    transform: rotate(0deg);
    background-image: url(../img/faq-icon.png);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 24px;
 
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(90deg);
    background-image: url(../img/faq-icon.png);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 24px;
}
.email-box img {
    width: 100%;
    max-width: 60.47px;
}
.call-box img {
    width: 100%;
    max-width: 60.47px;
}


/* ======================Insight section =========================== */

.insight-div {
    width: 100%;
    max-width: 1180px;
    margin: auto;
}
.insight-div-content {
    background: #E6E6E6;
    opacity: 1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
        padding: 72px 100px 56px 100px;
}
.submission-form {
    padding: 0px;
    margin: 32px 0 0 0;
}
h2.effect-product {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 25px;
}
.date-section {
    display: flex;
    justify-content: start;
    align-items: center;
    gap:109px;
    position: relative;
}
.date-section::after {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 0;
    width: 100%;
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #3F68E0 39.9%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    border-radius: 2px;
    width: 100%;
}
.date-div span img {
    width: 100%;
    max-width: 38px;
    margin-right:10px;
}
.date-section .date-div:nth-child(1) img {
    width: 100%;
    max-width: 38px;
    margin-right:10px;
}

.date-section .date-div:nth-child(2) img {
     width: 100%;
    max-width: 28px;
    margin-right:10px;
}
span.date-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    color: #000;
}
p.line-one {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    color: #000;
}
p.line-head {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    margin-bottom: 30px;
    color: #000;
}
.conent-image img {
    width: 100%;
}
.first-section {
    margin: 92px 0px 0px 0px;
}
.edit-div span img {
    width: 100%;
    max-width: 20px;
}
span.edit-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    margin-bottom: 0px;
    color: #000;
}

span.edit-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    margin-bottom: 0px;
    color: #000;
}
.edit-div {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    position: relative;
    margin: 50px 0 0 0;
}
.edit-div::after{
  content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #3F68E0 39.9%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    border-radius: 2px;
    width: 100%;
}
.submission-section {
    width: 100%;
    max-width: 580px;
    margin: 150px auto 0;
}
.submission-text {
    width: 580px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 18px 32px;
    background: #fff;
    color: #000;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 16px;
}
.submission-button {
    width: 580px;
    height: 56px;
    angle: 0 deg;
    opacity: 1;
    top: 3597px;
    left: 671px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.subimt-comment {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-decoration: none;
    color: #fff;
}
.custom-input-box {
    width: 100%;
    padding: 35px 26px;
    border: none;
    background-color: #F3F4F8;
    color: #000;
    margin-bottom: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #828282;
    height: 80px;
}
    .custom-textarea {
      height: 300px;
      resize: none;
    }
   .custom-checkbox {
    margin: 36px 0 24px 0;
    font-size: 14px;
}
.custom-submit-btn {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 0 0 30px 30px;
    height: 80px;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
    .custom-submit-btn:hover {
      background-color: #333;
    }
    label.form-check-label {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}



.insights-listing-section { padding: 50px 0; background: #f9f9f9; }
.insights-title { font-size: 2.5rem; font-weight: bold; text-align: center; margin-bottom: 40px; }
.insight-item { flex: 1 1 calc(33.333% - 20px); max-width: calc(33.333% - 20px); }



/*--------------------------------CONTACT PAGE------------------------------------*/
span.wpcf7-form-control-wrap input {
    width: 100%;
    padding: 12px 16px;
    border: none;
    background-color: #F3F4F8;
    font-size: 14px;
    color: #000;
    border-radius: 4px;
    height: 65px;
    max-width: 350px;
}
select.wpcf7-form-control.wpcf7-select{
    width: 100%;
    padding: 12px 40px 12px 16px;
    border: none;
    background-color: #F3F4F8;
    font-size: 14px;
    color: #000;
    border-radius: 4px;
    height: 65px;
    max-width: 350px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/input-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 32px;
}
.row.input-main-div .col-md-4 p {
    display: block !important;
}
.row.input-main-div .col-md-8 p {
    display: block !important;
}
span.wpcf7-form-control-wrap {
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 65px;
    background-color: #F3F4F8;
    border:none;
}
.row.input-main-div .col-md-4 label {
display: block;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: start;
}
.why-content1.contact-content p {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #000000;
    margin: 0 0 24px 0;
}

.why-content1.contact-content pre.wp-block-code {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.wp-block-code code {
    display: inline-block;
}

pre code {
 font-family: 'Poppins';
}
pre{
    overflow: hidden;
}
.contact-space-div {
    width: 100%;
    max-width: 1105px;
    margin: auto;
}
.down-arrow-row img {
    width: 100%;
    max-width: 28px;
    margin: 80px 0px 160px 0;
}
.contact-div-section {
    background-color: #fff;
    padding: 200px 0px;
}
.contact-top{
  margin: 0 0 120px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.custom-nav.contact-us-page a.nav-link
{
  color: #000000 !important;
}
.custom-label {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Poppins';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: start;

}

.custom-input {
width: 100%;
    padding: 12px 16px;
    border: none;
    background-color: #F3F4F8;
    font-size: 14px;
    color: #000;
    border-radius: 4px;
    height: 65px;
    max-width: 350px;
}
select.custom-input{
      width: 100%;
    padding: 12px 40px 12px 16px; /* right padding for arrow */
    border: none;
    background-color: #F3F4F8;
    font-size: 14px;
    color: #000;
    border-radius: 4px;
    height: 65px;
    max-width: 350px;

    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Custom arrow */
    background-image: url('../img/input-arrow.png');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 32px;
}

.custom-input option {
  color: #888;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 12px 0;
    border: none;
    cursor: pointer;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    height: 65px;
}

/* .contact-info-box {
  padding: 20px 0;
  margin-top: 30px;
} */

.qr-code {
  width: 150px;
  height: 150px;
}

img.form-icon.me-2 {
    width: 100%;
    max-width: 32px;
}
.contact-text {
color: #000;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: right;
}
p.contact-text1 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #000000;
    margin: 0 0 24px 0;
}
p.contact-text2 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}
.row.input-main-div {
    margin: 0 0 70px 0;
}
textarea.custom-input.message-input {
    width: 100%;
    max-width: 100%;
}
/* ===================END Contact section ================ */

/*==============================LOGIN PAGE===============*/
.login-div-section,
.register-div-section,
.forgot-password-div-section {
    padding: 50px 0;
    background-color: #fff;
}

.login-space-div,
.register-space-div,
.forgot-password-space-div {
    max-width: 1660px;
    margin: 0 auto;
    height: 856px;
}

.contact-top .service-section,
.login-top .service-section,
.register-top .service-section,
.forgot-password-top .service-section {
    position: relative;
    margin-bottom: 20px;
}
.left-login-div img {
    width: 100%;
    max-width: 177px;
}
.left-login-div {
    position: relative;
    width: 100%;
    max-width: 177px;
}
.left-login-div::before{
  content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #3F68E0 39.9%, rgba(74, 69, 71, 0) 100%);
    border-image-slice: 1;
    border-radius: 2px;
}
.left-login-side {
    background: #000;
    height: 100%;
    padding: 48px;
    text-align: start;
}
.main-section-left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
p.forgot-password-text1 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 70px;
    letter-spacing: 0%;
    color: #000;
    text-align: start;
}
.regester-password-text1{
  font-family: 'Poppins';
font-weight: 700;
font-style: Bold;
font-size: 60px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #000;
margin-bottom: 16px;

}
.input-forgot-form.regester-sub-btn button.tml-button {
    width: 100%;
    max-width: 338px;
    margin: auto;
}
.right-login-side {
    width: 100%;
    max-width: 600px;
    text-align: start;
}
.right-login-side .tml-field-wrap.tml-message-wrap
 {
    display: none;
}
.right-login-side .tml-field-wrap.tml-indicator-wrap {
    display: none;
}
.right-login-side .tml-field-wrap.tml-indicator_hint-wrap
 {
    display: none;
}
.right-login-side .tml-field-wrap.tml-submit-wrap {
    margin-top: 56px;
}
p.forgot-password-text2 {
    display: none;
}
.right-login-side .tml-field{
  background: #F3F4F8;
    border: none;
    height: 64px;
}
button.tml-button {
    background: #000;
    width: 100%;
    border: none;
    border-radius: 32px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.tml .tml-field-wrap {
    margin-bottom: 16px;
}
li.tml-login-link {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #7A7A7A;
    list-style: none;
}
li.tml-login-link a{
  color: #7A7A7A;
  text-decoration: none;
}
li.tml-register-link {
    display: none;
}
.row.forgot-page-row{
  height: 100%;
  background-color: #fff;
}
.left-cente-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.left-cente-regester {
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
}
p.register-text1 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
    padding: 15px 0px;
}
/* .contact-content,
.login-content,
.register-content,
.forgot-password-content {
    margin-bottom: 30px;
} */
p.register-text2 {
font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 64px;
    width: 100%;
    max-width: 408px;
    margin: 0 auto 64px;
}
button.sign-in-btn {
    border: 1px solid #FFFFFF;
    background: transparent;
    border-radius: 32px;
    height: 64px;
    width: 100%;
    max-width: 338px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: auto;
}
.regester-right-text {
    text-align: center;
}
ul.social-media-list {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.down-arrow-row img {
    width: 20px;
    height: auto;
}

.input-main-div {
    margin-bottom: 20px;
}

.custom-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.custom-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.message-input {
    height: 100px;
}

.submit-btn {
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact-info-box {
    margin-top: 20px;
}

.qr-code {
    width: 100px;
    height: auto;
}

.form-icon {
    width: 16px;
    height: auto;
}

.contact-text {
    color: #333;
}

/* Theme My Login Form Styles */
.tml-login-form,
.tml-register-form,
.tml-lostpassword-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.tml-login-form label,
.tml-register-form label,
.tml-lostpassword-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.tml-login-form input[type="text"],
.tml-login-form input[type="password"],
.tml-register-form input[type="text"],
.tml-register-form input[type="email"],
.tml-register-form input[type="password"],
.tml-lostpassword-form input[type="text"],
.tml-lostpassword-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.tml-login-form input[type="submit"],
.tml-register-form input[type="submit"],
.tml-lostpassword-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.tml-user-links {
    margin-top: 10px;
    text-align: center;
}

.tml-user-links a {
    color: #0073aa;
    text-decoration: none;
}
.input-forgot-form.regester-sub-btn label.tml-label {
    display: none;
}
.right-login-side .tml-field {
    background: #F3F4F8;
    border: none;
    height: 64px;
    padding: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: start;
}
.right-login-side .tml-field::placeholder{
  color:#7A7A7A !important;
}
.right-login-side ul.tml-links {
    display: none;
}
section.login-div-section .right-login-side ul.tml-links {
    display: block;
}
section.forgot-password-div-section .right-login-side ul.tml-links {
    display: block;
}
section.forgot-password-div-section li.tml-login-link a{
    display: none;
}
section.forgot-password-div-section li.tml-register-link{
  display: block;     
      font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 50%;
    text-decoration-thickness: 0%;
        margin-top: 32px;

}
section.forgot-password-div-section li.tml-register-link a{
  text-decoration: none;
  color: #434343;
}
section.forgot-password-div-section label.tml-label {
    display: none !important;
}
section.login-div-section .tml-field-wrap.tml-rememberme-wrap{
  display: none;
}
li.tml-lostpassword-link {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 50%;
    text-decoration-thickness: 0%;
        margin-top: 32px;
}
li.tml-lostpassword-link a{
  text-decoration: none;
  color: #434343;
}
/*============================ LOGIN PAGE ENDS =========================*/








 @media (max-width: 1500px){
  img.about-section-image {
    width: 100%;
}
 }

 @media (max-width: 1440px){
  .core-space-div{
      width: 100%;
    max-width: 1180px;
    margin: auto;
}
.secnd-main-text {
    margin: 60px 0 0px 0;
}

.main-text13 {
    padding: 0 0 100px 0;
}

/* .hero-section {
    min-height: 850px;
} */
        section.custom-nav .container-fluid{
      /* max-width: 1526px; */
      padding: 0px 100px;
}
  
} 
@media (min-width: 1381px) and (max-width: 1399px) {
        section.custom-nav .container-fluid{
      /* max-width: 1526px; */
      padding: 0px 0px;
}
 .Why-section-box2{
  max-width: 320px;
 }
 .why-how-what-wrapper{
    margin-top: 12%
  }
}
 @media (max-width: 1380px){
      section.custom-nav .container-fluid{
      /* max-width: 1526px; */
      padding: 0px 0px;
}
  .Why-section-box1{
        width: 100%;
    max-width: 350px;
    min-height: 250px;
  }
  .Why-section-box2 {
        width: 100%;
    max-width: 320px;
    min-height: 220px;
  }
  .Why-section-box3{
            width: 100%;
    max-width: 350px;
    min-height: 250px;
  }
    .extra-div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateY(229px);
 }
 .icon {
    width: 100%;
    margin-bottom: 20px;
}
}
@media (max-width: 1200px){
  p.enable-features-text1{
    text-align: center !important;
}

  .video-div {
    margin-right: 10px !important;
}
.video-right {
    text-align: center !important;
    max-width: 100% !important;
    width: 100%;
    margin-left: 10px !important;
    position: relative;
}
.video-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -27px;
    height: 100%;
    border-left: 6px solid;
    border-image: linear-gradient(180deg, rgba(119, 117, 115, 0) 0%, #3F68E0 100%);
    border-image-slice: 1;
    border-radius: 2px;
    transform: rotate(180deg);
}
  .who-img {
    border-radius: 0px;
    max-width: 100%;
    height: auto;
}
  .extra-div {
    display: none;
}
  .insights-section{
        height: auto;
        min-height: auto;
  }
  .enable-section{
          height: auto;
        min-height: auto;
  }
  .core-values-section{
          height: auto;
  }
      .cta-together {
        font-size: 25px;
         margin-bottom: 60px;
    }
}
@media (max-width: 1200px){
  .afterbefore-line{
  display: none;
}
}
@media (max-width: 1024px){
  .insights-section{
        height: auto;
        min-height: auto;
  }
  .enable-section{
          height: auto;
        min-height: auto;
  }
  .core-values-section{
          height: auto;
  }
      .cta-together {
        font-size: 25px;
        margin-bottom: 50px;
    }
    .who-img {
    max-width: 100%;
    height: auto;
}
  .custom-nav .nav-link{font-size: 16px;}
  .custom-nav .navbar-brand img {width: 100%; max-width: 170px;}
.card-items4 {width: 290px; height: 70px;}
.card-items3 {width: 250px; height: 70px; }
.card-items2 {width: 240px; height: 70px;}
.card-items1 {width: 250px; height: 70px;}
.card-items1 a {font-size: 25px;}
.card-items2 a {font-size: 25px;}
.card-items3 a {font-size: 25px;}
.card-items4 a {font-size: 25px;}
.icon {width: 100%;min-height: 100px; margin-bottom: 20px;}
p.why-11 {font-size: 30px; line-height: 20px; margin: 0 0 20px 0;}
.extra-div{ bottom: 47px;}
p.why-12 {font-size: 20px; line-height: 28px;margin: 0 0 10px 0;}
p.why-13 {font-size: 20px; line-height: 30px; margin-bottom: 0px;}
li.rovew-item img {width: 100%; max-width: 25px;}
.background-text.enable-text-background {color: #fff; font-size: 111px;}
.cta-together {font-size: 28px;}
p.footer-hed {font-size: 30px;}
.newsletter-button {max-width: 250px;}
.wpforms-field-medium.wpforms-field-required {max-width: 350px;}
.footer-links .footer-items-link {font-size: 26px;}
p.who-description {font-size: 28px; line-height: 50px;}
h3.who-i-am {font-size: 60px; line-height: 60px;}
.afterbefore-line::after { max-width: 520px;}
}


@media (max-width: 991px){
  .regester-password-text1{
    font-size: 40px !important;
  }
  .main-section-left{
    padding: 40px 0px;
  }
  .login-space-div, .register-space-div, .forgot-password-space-div{
    height: auto !important;
  }
  .left-login-div img {
    margin-bottom: 60px !important;
}
p.register-text1 {
  font-size: 40px !important;
}
.left-login-side{
  height: auto !important;
}
  .intable-box-first {
    margin-bottom: 50px !important;
}
.video-right {
    width: 100%;
    max-width: 100%;
    margin-left: 0px !important;
    text-align: center;
    position: relative;
    margin-top: 30px;
}
.video-div {
    margin-right: 0px !important;
}
  .about-section{
    height: auto !important;
  }
  img.about-section-image {
    width: 100%;
}
  p.article-dates{
    margin-bottom: 20px;
      font-size: 24px;
  }
  .entry-content {
    position: relative;
    padding: 20px 0px;
}
  .site-main.privacy-policy-section
 {
    padding: 50px 0;
}
  section.contact-div-section.insight-div-section {
    padding: 50px 0;
}
  .submission-text {
    width: 100%;
  }
  .submission-button {
    width: 100%;
  }
  .submission-section {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
}
  .date-section {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    position: relative;
    flex-wrap: wrap;
}
  h2.effect-product{
        font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .insight-div-content {
        padding: 40px 20px;
  }
  ul.bottom-links{
        padding: 24px 0 0 20px;
}
  .footer-section-top .wpforms-field-container .wpforms-field-large.wpforms-field-required{
    width: 100%;
    max-width: 100%;
  }
  button#wpforms-submit-474{
    margin-left: 0px !important;
  }
  .wpforms-validate.wpforms-form {
    width: 100%;
    display: block !important;
    justify-content: center;
    align-items: center;
}
button#wpforms-submit-474 {
    width: 100% !important;
    max-width: 100% !important; 
    border-radius: 50px !important;
}
  .insight-card{
        width: 100%;
    max-width: 100%;
  }
  .review-second-box{
        height: 390px;
}
  .review-text12 p{
        font-size: 18px;
  }

  .strong-form .form-field .after {
    padding: 20px 0 0 0px;
  }
  .client-reviews-section {
    width: 100%;
    max-width: 570px;
    margin: auto;
}
    #scene {
    height: 670px;
    min-height: 670px !important;
  }
  .main-text13 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 0;
}
  h2.insights-heading {
    font-size: 20px;
    padding: 0 0 30px 0;
}
  .view-services-btn.view-service-insights {
    margin-bottom: 0;
}
  .custom-nav nav.navbar.navbar-expand-lg.navbar-dark {padding: 0px;}
  .custom-nav .navbar-brand img {display: none;}
  .custom-nav nav.navbar.navbar-expand-lg.navbar-dark{padding: 13px 17px;}
  .hero-content {margin: 68px 0 0 0;}
  .image-wrapper::after { content: ""; position: absolute; bottom: 18px; left: 0; width: 100%; border: 2.84px solid; border-image-source: linear-gradient(90deg, rgba(74, 69, 71, 0) 0%, #3F68E0 60.1%); border-image-slice: 1; border-radius: 2px;}
  img.main-logo {width: 100%; max-width: 161px; margin: 0 0 50px 0;}
  .secnd-main-text {margin: 48px 0 73px 0;}
  h3.main-text11 {font-size: 15.5px;}
  h3.main-text12 {font-size: 20px;}
  p.main-text13 {font-size: 16px; line-height: 100%;}
  a.hero-btn { width: 100%; max-width: 280px; height: 36px; font-size: 14px; line-height: 100%;}
  a.hero-btn.explor-service {margin: 10px auto;}
  .hero-section { border-bottom-right-radius: 50px !important; border-bottom-left-radius: 50px !important; min-height: 0px;}
  .down-arrow-sec{display: none;}
  .hero-buttons {margin: 0 0 31px 0;}
  .custom-nav nav.navbar.navbar-expand-lg.navbar-dark{border: none;}
  .services-preview-section{padding: 50px 0px 50px 0}
  .service-card.first-service-box { height: 100%; position: relative; margin: 0px 0 20px 0; max-height: 670px;}
  .service-top { margin: 0 0 50px 0 !important;}
  .card-items4 {width: 290px; height: 50px;}
.card-items3 {width: 250px; height: 50px; }
.card-items2 {width: 240px; height: 50px;}
.card-items1 {width: 250px; height: 50px;}
.card-items1 a {font-size: 18px;}
.card-items2 a {font-size: 18px;}
.card-items3 a {font-size: 18px;}
.card-items4 a {font-size: 18px;}
.background-text {font-size: 25px !important; bottom: 12px !important;}
.foreground-text {font-size: 24px !important;}
h6.service-text11 {font-size: 16px; line-height: 22px; margin: 16px 0 5px 0;}
p.service-text12 {font-size: 14px; line-height: 22.2px; padding: 0 0 15px 0;}
.enable-section{height: auto; min-height: 300px;}
.view-services-btn {margin-top: 16px; height: 36px;}
a.view-service {font-size: 13px;}
.enable-features11 {font-size: 16px; line-height: 20px; margin: 10px 0 0 0;}
.feature-item {border: none !important; position: relative; display: inline-block; margin: 0 0 30px 0;}
p.enable-features12{font-size: 14px; line-height: 20px;}
.feature-item::after {content: ""; position: absolute; bottom: -17px; left: 0; width: 100%; border: 2.84px solid; border-image-source: linear-gradient(90deg, rgba(74, 69, 71, 0) 0%, #3F68E0 60.1%); border-image-slice: 1; border-radius: 2px;}
.background-text.enable-text-background {font-size: 30px !important;}
.talk-btn{margin-top: 0px; font-size: 14px; font-weight: 400; line-height: 100%;}
.portfolio-section {padding: 50px 0px;}
.portfolio-top {margin: 0 0 15px 0 !important;}
.portfolio-title {font-size: 16px; line-height: 25px; margin: 0 0 10px 0;}
.portfolio-desc {font-size: 15px; line-height: 25px; margin-bottom: 38px;}
h6.portfolio-text11 {font-size: 16px; line-height: 25.3px;}
p.portfolio-text12 {font-size: 15px; line-height: 25.3px;}
.portfolio-box {margin: 0 0 25px 0;}
.portfolio-box ::after {content: ""; position: absolute; top: 74px; left: 0; width: 100%; border: 2.84px solid; border-image-source: linear-gradient(90deg, #3F68E0 7%, rgba(255, 255, 255, 0.5) 109%); border-image-slice: 1; border-radius: 2px;}
img.customer-edu-img {width: 100%; max-width: 180px;}
.portfolio-text13 {font-size: 16px; line-height: 26.99px; margin: 15px 0 0 0;}
/* .img-container{max-width: 177px; min-height: 132px;} */
.portfolio-second-img {width: 100%; max-width: 110px;}
.portfolio-third-img {width: 100%; max-width: 120px;}
.portfolio-4th-img {width: 100%; max-width: 90px;}
.view-all-portfolio {margin: 32px 0 0 0; text-align: center;}
.portfolio-link {font-size: 13px;}
.left-align {flex-direction: row; top: 0%; align-items: flex-start;}
.point1.left-align .line {height: 60px; margin-bottom: 0px; height: 140px;}
p.timeline-text11{font-size: 14px; line-height: 20px;}
p.timeline-text12{font-size: 14px; line-height: 20px;}
.timeline-point .text{max-width: 160px;}
.point2 { bottom: 0;}
.timeline-point .line {width: 2px; height: 140px;}
.core-values-section {max-height: 600px ;height: 100%; min-height: 0px;}
.insights-section {padding: 50px 0 50px 0; margin: 20px 0;}
.insight-card.insight-border11 {border-top-left-radius: 52px; border-top-right-radius: 52px;}
h6.insight-text11 {font-size: 16px; line-height: 20px;}
h6.insight-text11 {font-size: 16px; line-height: 20px;}
p.insight-text12 {font-size: 11.5px; line-height: 20px; letter-spacing: -0.5px;}
.insight-img1{display: none;}
.insight-img1{display: block; width: 100%;}
.insight-card.insight-border12 {border-top-right-radius: 0;}
.afterbefore-line {display: none;}
h3.who-i-am .text-highlight {display: inline;}
h3.who-i-am {font-size: 39.28px; line-height: 49.1px; text-align: start; margin: 28px 0 0 0;}
h3.who-i-am { font-size: 39.28px; line-height: 49.1px; text-align: start; margin: 28px 0 0 0;}
.soh-div ::after { content: ""; position: absolute; bottom: -17px; left: 0; width: 100%; border: 2.84px solid; border-image-source: linear-gradient(90deg, #3F68E0 39.9%, rgba(255, 255, 255, 0) 100%); border-image-slice: 1; border-radius: 2px; width: 100%; max-width: 611px;}
.soh-div {margin: 0 0 35px 0;}
p.who-description {font-size: 14px; line-height: 25px; margin-bottom:0px}
section.why-train { padding: 50px 0;}
.extra-div {display: none;}
.why-how-what-wrapper{padding: 0px; margin: 15px 0 0 0;}
.why-col {margin: 0 0 0px 0;}.how-col {margin: 0 0 0px 0;}
    p.why-13 {font-size: 14px; line-height: 20px; margin-bottom: 0px;}
    p.why-12 {font-size: 1.6px; line-height: 20px; margin: 0 0 5px 0;}
    p.why-11 { font-size: 16px; line-height: 20px; margin: 0 0 10px 0;}
    .Why-section-box1 { background: #e6e6e6; padding: 20px 15px;}
      .Why-section-box1{
        width: 100%;
    max-width: 350px;
    min-height: 100%;
  }
  .Why-section-box2 {
        width: 100%;
    max-width: 320px;
    min-height: 100%;
        margin: 0px 0px 0 0;
  }
  .Why-section-box3{
            width: 100%;
    max-width: 350px;
    min-height: 100%;
        margin: 0px 0px 0 0;
  }
    .icon {width: 100%; min-height: 0; margin-bottom: 0px;
    }
    .client-testimonials-section{padding: 50px 0 !important; }
    p.review-text {font-size: 14px;}
    p.review-text11 {font-size: 25px; line-height: 20px; margin: 15px 0 0px 0;
}
p.review-text12{ font-size: 18px;}
ul.review-star {display: flex; list-style: none; margin: 20px 0 30px 0;}
p.your {font-size: 24px};
.review-second-box {margin: 5px 0 0 0; padding: 20px 20px;}
.testimonial-text {font-size: 12.31px; line-height: 20px;}
.testimonial-name{font-size: 16px; line-height: 20px;}
.testimonial-list {list-style: none; margin: auto !important; padding: 0px 0px 0 0px; min-height: 480px;}

  /* .right-testimonial{margin-top: 50px auto !important;} */
  .right-testimonial {
  margin-top: 70px !important;
}
.cta-section{padding: 50px 0;}
.icon-circle {width: 79px; height: 79px; margin: 0 auto 20px;}
.icon-circle img {width: 100%; max-width: 26.91px;}
.cta-icon-block p {font-size: 14px; line-height: 25px;}
    .cta-together { font-size: 15px; line-height: 25px;}
    .cta-message {display: block; margin: 0px 0 0 0;}
a.cta-btn1 { display: block; width: 100%; max-width: 100%; border-top-left-radius: 37.59px; border-bottom-left-radius: 0; border-top-right-radius: 37.5px; margin: 10px 0 0 0; font-size: 13.5px; line-height: 100%;padding: 15px;}
.cta-buttons{margin: 0px;}
a.cta-btn1.cta-btn2 {border-top-right-radius:0; border-bottom-right-radius: 20px; border-top-left-radius: 0; border-bottom-left-radius: 20px;}
    p.footer-hed {font-size: 16px; line-height: 20px;}
    .newsletter-button {max-width: 100%; border-radius: 20px; font-size: 15px; height: 50px; margin: 25px 0 0 0;}
    form.wpcf7-form.invalid p {
    display: block;
}
.wpcf7-not-valid-tip {
    margin: 0px 0 0 0;
}
.footer-top { padding-bottom: 70px;}
.scroll-up-btn { position: absolute; left: 50%; transform: translateX(-50%); background-color: #f1f1f1; padding: 9px 12px; border-radius: 12px; color: #333; font-size: 18px; box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);}
.scroll-up-btn img { width: 100%; max-width: 23px;}
    .wpforms-field-medium.wpforms-field-required { max-width: 100%; width: 100%; font-size: 16px;  height: 50px; }
    .footer-logo img { width: 100%; max-width: 161px;}
    .footer-logo::after {content: ""; position: absolute; bottom: -36px; left: 0; width: 100%; border: 2.84px solid; border-image-source: linear-gradient(270deg, rgba(74, 69, 71, 0) 0%, #3F68E0 60.1%);
 border-image-slice: 1; border-radius: 2px;
}
.footer-links .footer-items-link::after {content: ''; display: inline-block; width: 1px; height: 18px; background-color: #fff; margin-left: 10px; vertical-align: middle; padding: 0 0 0 0;}
    .footer-links .footer-items-link {font-size: 14px;}
.footer-tagline {font-size: 15.5px;}
.footer-logo {margin: 50px 0 31px 0;}
.footer-tagline { margin: 50px 0 31px 0;}
.footer-icons { margin: 15px 0 0 0;}
.col-12.footer-icons a img{width: 100%; max-width: 11.5px;}
.footer-bottom{ font-size: 7.88px; margin: 12px 0 12px 0;}
.navbar-collapse { background-color: #111; padding: 10px; width: 100%; margin: 10px 0 0 0;}
.custom-nav li.nav-item::after{ display: none;}
a.profile img { width: 100%;  max-width: 28px;}
a.search img { width: 100%; max-width: 28px;}
.nav-btn { gap: 5px;}
.testimonial-item{
  max-width: 500px !important;
}
form.wpcf7-form.init p{
  display: block;
}
}
@media (max-width: 767px){
  .point-3{
    display: none;
  }
    .point-4{
    display: none;
  }
    .service-card.first-service-box { height: 100%; position: relative; margin: 0px 0 20px 0; height: 670px;}
  .testimonial-item{
  max-width: 100% !important;
}
    .number {
    text-align: left !important;
    margin-top: 10px;
  }
}
    @media (max-width: 600px) {
      .testimonial-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
      }

      .testimonial-img {
        margin: 0 0 15px 0;
      }
    }


/* ==========================testimonial================ */
#leave-review-form {
  text-align: left;
}
textarea#review-text {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Poppins';
}
textarea#review-text::placeholder {
    color: grey;
}
.review-third-box{
    margin: 5px 0 0 0;
    opacity: 1;
    border-width: 0.88px;
    border-bottom-left-radius: 22.16px;
    border-bottom-right-radius: 22.16px;
    background: #88888880;
    border: 0.88px solid #C6C6C6;
    padding: 10px 20px;
    height: 139px;
}
.testimonial-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 478px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
}
.right-testimonial {
    width: 100%;
    max-width: 570px;
    margin: auto;
    height: 636px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.testimonial-list{
  width: 100%;
}
img.testimonial-img {
    display: none;
}


/* Testimonials Section */
.client-testimonials-section {
    padding: 40px 0;
    background-size: cover;
    background-position: center;
}

.testimonial-list {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    gap: 20px;
    width: 100%;
    max-height: 400px;
    scrollbar-width: none;
    scrollbar-color: #888 #f1f1f1;
}

.testimonial-list::-webkit-scrollbar {
    width: none;
}

.testimonial-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.testimonial-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.testimonial-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.testimonial-item {
    flex: 0 0 auto;
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
}

.testimonial-item.zoomed {
    transform: scale(1.2);
    opacity: 1;
    z-index: 1;
    background-color: #fff;
    color: #000;
}


.testimonial-stars {
    display: flex;
    justify-content: start;
    gap: 5px;
}

.testimonial-stars .fas,
.testimonial-stars .far {
    font-size: 28px;
    color: #DEB43A;
}

.testimonial-stars .far {
    color: #ccc;
}

.review-list .rovew-item img,
.review-star .review-star-list img {
    width: 30px;
    height: 30px;
}

.review-drop {
    width: 16px;
    height: 16px;
}
li.review-star-list img {
    width: 42px !important;
    height: 42px !important;
}
@media (max-width: 991.98px) {
    .testimonial-item {
        width: 100%;
    }
}

#scene {
    width: 100%;
    max-width: 100%;
     min-height: 660px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    isolation: isolate; /* Adds extra safety for z-index and transform bugs */
    transition: opacity 0.4s ease;
} 

.capsule a{
  text-decoration: none;
  color: #fff;
}

.capsule {
  font-family: 'Poppins';
  position: absolute;
  user-select: none;
  padding: 26px 20px;
  border-radius: 50px;
  font-size: 14px;
  cursor: grab;
  font-family: 'Roboto';
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  transition: none;
  white-space: nowrap;
}

.row {
  display: flex;
  align-items: stretch; /* Make columns stretch to match tallest */
}
.scene-wrapper {
  min-height: 670px; /* or adjust as needed */
  position: relative;
  overflow: hidden;
}

#scene.active {
  opacity: 1;
}




/* @media screen and (max-width: 768px) {

  .capsule {
    font-size: 13px;
    padding: 8px 16px;
  }
} */

.portfolio-scroll-wrapper {
  overflow: hidden; 
  position: relative;
  padding: 20px 0px;
}

.portfolio-scroll {
  display: flex;
  gap: 20px; 
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;  
  scrollbar-width: none;    
  padding-left: 20px; 
  padding-right: 20px; 
}

.portfolio-scroll::-webkit-scrollbar {
  display: none;
}
.image-text-container {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 32px;
}
.portfolio-card {
  flex: 0 0 800px; 
  background: #E6E6E6;
  border-radius: 30px;
  padding: 48px 64px 57px 64px;
}

.strong-form textarea {
    opacity: 1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-width: 0.88px;
    background: #88888880;
    border: 0.88px solid #C6C6C6;
}
.strong-form{
  position: static;
  margin: 0px 0 0 0 !important;
}
.strong-form textarea {
    height: 8em !important;
    padding: 20px;
}
textarea#wpmtst_post_content::placeholder {
    color: #A2A2A2 !important;
}
.form-field.field-post_content {
width: 100%;
    position: absolute;
    top: 181%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
p.required-notice {
    display: none;
}


.strong-view.wpmtst-default {
    display: block;
    width: 100%;
    background: none;
    border: none;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: none !important;
    padding: 40px !important;
    text-align: left;
    border-radius: 34.5px;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
    margin: 20px auto;
    text-align: left;
    border: 1.09px solid #C6C6C6;
    background: #FFFFFF1A;
    backdrop-filter: blur(8.205601692199707px);
    border-radius: 34.5px;
        backdrop-filter: blur(8px) !important;
    filter: blur(3px) !important;
}
.wpmtst-testimonial.testimonial.zoomed{
      transform: scale(1.2);
    opacity: 1;
    z-index: 1;
    background-color: #fff;
    color: #000;
    z-index: 999 !important;
    position: relative;
            backdrop-filter: blur(0px) !important;
    filter: blur(0px) !important;
}

.wpmtst-testimonial.testimonial {
    flex: 0 0 auto;
    width: 100%;
    transition: transform 0.9s ease, opacity 0.9s ease;
    opacity: 0.7;
}
h3.wpmtst-testimonial-heading.testimonial-heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: start;
}
.wpmtst-testimonial.testimonial:hover h3.wpmtst-testimonial-heading.testimonial-heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: start;
}
.wpmtst-testimonial-content.testimonial-content p {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: justify;
}
.strong-form textarea:focus-visible {
  outline: none;
}
.strong-form input[type="text"],
.strong-form input[type="email"],
.strong-form input[type="url"],
.strong-form input[type="file"],
.strong-form select,
.strong-form textarea {
    color: #A2A2A2 ; 
}
.strong-form .form-field .after {
    margin: 40px 0 0 0;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 28px !important;
    line-height: 28px;
    letter-spacing: 0.37px;
    font-style: normal !important;
    text-align: center;
        color: #DEB43A;
}
input.wpmtst_submit_testimonial {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    border: none;
    height: 64px;
    opacity: 1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 230px;
    margin: auto;
    bottom: -65px;
}

.strong-rating-wrapper .star svg {
    width: 30px !important;
}

form.wpmtst-submission-form .strong-rating-wrapper .star svg {
    width: 42.7px !important;
}
.strong-rating-wrapper.in-form .strong-rating {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.wpmtst-testimonial-field.testimonial-field.rating-icon {
    position: absolute;
    top: 65px;
}

.wpmtst-testimonial-content.testimonial-content {
    margin: 45px 0 0 0;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: start;
}
span.strong-rating-wrapper.in-view span.strong-rating span.star svg {
    width: 20px !important;
}
.wpmtst-testimonial.testimonial.zoomed span.strong-rating-wrapper.in-view span.strong-rating span.star svg {
    width: 25px !important;
}
@media (max-width: 991px) {
  .insights-sub-title p {
    font-size: 20px;
    margin-bottom: 50px;
}
  section.contact-section {
    padding: 0 0 100px 0;
}
  .contact-box-content{
    gap: 100px;
  }
  .FAQ-question-section {
    padding: 50px 0px;
}
  .service-top.faq-question {
        margin: 0 0 20px 0;
  }
  section.insights-listing-section.insight-second-section
 {
    padding: 50px 0px;
}
  .footer-section-top .wpforms-field-container .wpforms-field-large.wpforms-field-required{
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer-section-top .wpforms-field-container{
    width: 100% !important;
    max-width: 100% !important;
  }

.client-reviews-section {
width: 100%;
max-width: 570px;
margin: auto;
min-height: 550px;
}
.wpmtst-testimonial.testimonial.zoomed h3.wpmtst-testimonial-heading.testimonial-heading {
font-family: 'Poppins';
font-weight: 600;
font-size: 18px;
line-height: 18px;
letter-spacing: 0%;
text-align: start;
color: #000000 !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
width: 100%;
}
}
 
@media (max-width: 767px) {
 .wpmtst-testimonial.testimonial { 
  width: 100%; 
  max-width: 280px !important; }
 }
 @media (max-width: 768px) {
    .insight-item { flex: 1 1 calc(50% - 15px); max-width: calc(50% - 15px); }
}
@media (max-width: 576px) {
    .insight-item { flex: 1 1 100%; max-width: 100%; }
}
.insight-card { background: #fff; border: 1px solid #eee; border-radius: 8px; overflow: hidden; transition: box-shadow 0.3s; }
.insight-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.insight-image img { width: 100%; height: 200px; object-fit: cover; }
.insight-content { padding: 20px; }
.insight-title { font-size: 1.5rem; font-weight: bold; margin-bottom: 10px; }
.insight-date { display: flex; align-items: center; gap: 5px; font-size: 0.9rem; color: #666; margin-bottom: 10px; }
.insight-date img { width: 16px; height: 16px; }
.read-more { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; }
.read-more:hover { text-decoration: underline; }
.insights-pagination { text-align: center; margin-top: 30px; }
.insights-pagination a, .insights-pagination span { padding: 10px 15px; margin: 0 5px; background: #fff; border: 1px solid #ddd; color: #007bff; text-decoration: none; }
.insights-pagination a:hover { background: #007bff; color: #fff; }
.insights-pagination .current { background: #007bff; color: #fff; font-weight: bold; }





 .svc-capsule{
    padding: 15px;
    width: 100%;
    max-width: 211px;
    border-radius: 30px;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
}

 .svc-scene-wrapper {
    height: 670px;
}
.svc-scene {
    height: 670px;
}

.wpforms-submit-container {
    margin-top: 0px !important;
    padding: 0px;
}
.wpforms-validate.wpforms-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern{
      width: 100%;
}
.footer-section-top .wpforms-field-container {
    width: 100%;
    max-width: 445px;
}
.footer-section-top .wpforms-field-container .wpforms-field-large.wpforms-field-required {
    max-width: 445px ;
    border: none !important;
    padding: 0 12px !important;
    background: #E6E6E6 !important;
    width: 100% ;
    height: 65px !important;
    opacity: 1 !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 18px !important;
    line-height: 18px !important;
    letter-spacing: 0% !important;
    text-align: start !important;
    color: #656565 !important;
}
button#wpforms-submit-474 {
    width: 128px;
    max-width: 128px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 65px;
    border: none;
    background-color: white;
    color: black;
    margin-left: 10px;
    font-family: 'Poppins';
    font-weight: 500;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
}

.wpforms-container.wpforms-container-full.wpforms-render-modern {
    width: 100%;
    max-width: 1105px;
    margin: auto;
}
.wpforms-field-container {
    width: 100% !important;
}

label.wpforms-field-label {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 18px !important;
    leading-trim: NONE;
    line-height: 18px !important;
    letter-spacing: 0%;
    text-align: start;
}
.row.text-start.contact-form-start input {
    width: 100%;
    padding: 12px 16px;
    border: none;
    background-color: #F3F4F8 !important;
    font-size: 14px;
    color: #000;
    border-radius: 4px;
    height: 65px;
    max-width: 100% !important;
}
.row.text-start.contact-form-start select#wpforms-481-field_5 {
    width: 100%;
    padding: 12px 16px;
    border: none;
    background-color: #F3F4F8 !important;
    font-size: 14px !important;
    color: #000;
    border-radius: 4px;
    height: 65px;
}
.row.text-start.contact-form-start .wpforms-validate.wpforms-form
{
  display: block !important;
}
.row.text-start.contact-form-start textarea#wpforms-481-field_3 {
    width: 100% !important;
    max-width: 100% !important;
    border: none;
    background-color: #F3F4F8 !important;
    font-size: 14px;
    color: #000;
    border-radius: 4px;
    height: 65px;
}
.row.text-start.contact-form-start input#wpforms-481-field_7_1 {
    width: 100%;
    max-width: 20px !important;
    height: auto;
    background: transparent !important;
}
.row.text-start.contact-form-start button#wpforms-submit-481 {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 12px 0;
    border: none;
    cursor: pointer;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    height: 65px;
    margin: 30px 0px;
    text-transform: uppercase;
}
section.contact-div-section.text-center.contact-single-page {
    padding: 250px 0px 200px 0px;
}
.row.align-items-center.contact-info-box {
    background: linear-gradient(90deg, #FFFFFF -5.7%, #F3F4F8 100%);
    width: 100%;
    max-width: 1105px;
    margin: 20px auto;
}

.wpforms-container.wpforms-container-full.booking-call.wpforms-render-modern input {
  max-width: 100% !important;
    border: none !important;
    padding: 0 12px !important;
    background: #F3F4F8 !important;
    width: 100% !important;
    height: 65px !important;
    opacity: 1 !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 18px !important;
    line-height: 18px !important;
    letter-spacing: 0% !important;
    text-align: start !important;
    color: #656565 !important;
}
.wpforms-container.wpforms-container-full.booking-call.wpforms-render-modern ul#wpforms-497-field_5 li input {
    background: transparent !important;
    width: 20px !important;
}
.wpforms-container.wpforms-container-full.booking-call.wpforms-render-modern form#wpforms-form-497 {
    display: block;
}
.booking-call input#wpforms-497-field_4{
  padding-left: 50px !important;
}
.booking-call input#wpforms-497-field_7_1 {
    width: 100%;
    max-width: 20px !important;
    background: transparent !important;
    height: 20px;
}
.wpforms-submit.booking-btn
 {
    width: 100%;
    background-color: #000 !important;
    color: #fff;
    padding: 12px 0;
    border: none;
    cursor: pointer;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    height: 65px !important;
    margin: 30px 0px 200px 0px;
    text-transform: uppercase;
}

.booking-call legend.wpforms-field-label {
    font-size: 18px !important;
    line-height: 24px;
    margin-bottom: 50px !important;
}
ul#wpforms-497-field_5 li label {
    font-size: 18px !important;
    line-height: 18px !important;
}
h1.booking-text {
    color: #000000;
    position: relative;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    white-space: nowrap;
    text-align: center;
    margin: 200px 0px 120px 0px;
}




.video-div {
    margin-right: 60px;
}
.video-right {
    width: 100%;
    max-width: 409px;
    margin-left: 60px;
    text-align: start;
    position: relative;
}
.video-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    height: 100%;
    border-left: 6px solid;
    border-image: linear-gradient(180deg, rgba(119, 117, 115, 0) 0%, #3F68E0 100%);
    border-image-slice: 1;
    border-radius: 2px;
        transform: rotate(180deg);
}
.intable-box-first {
    margin-bottom: 81px;
}
.intable-box-first:last-child {
  margin-bottom: 30px;
}
p.enable-features-text1 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: start;
    color: #fff;
    margin-bottom: 16px;
}
p.enable-features-text2 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0px;
}