@import url("https://fonts.googleapis.com/css2?display=swap&family=Parkin+Sans:wght@400;500;600;700&family=Rethink+Sans:wght@400;500;600;700&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Rethink Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

.w-100 {
  width: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.main-container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 44px 20px;
}

/* banner */
.post-header-container {
  background-image: url("img/single-bg.png");
  padding: 45px 56px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}
.post-header-container:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.post-header {
  position: relative;
  z-index: 2;
}

.header-content-box {
  color: #ffffff;
  max-width: 750px;
}

.header-content-box .ban-cap-cta {
  font-size: 50px;
  font-weight: 600;
  line-height: 72px;
  margin: 0px;
}
.header-content-box .ban-subacp-cta {
  font-size: 32px;
  line-height: 44px;
  margin: 0px;
}

.tag-box {
  margin-top: 100px;
  display: flex;
  gap: 15px;
}

.tag-box span {
  padding: 8px 16px;
  border-radius: 60px;
  color: #fff;
  font-size: 14px;
}

.light-bg-20 {
  background: #eaeaea33;
}

.back-button-box {
  margin-bottom: 25px;
}

.back-button {
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 80px;
  display: flex;
  width: fit-content;
}

/* end banner */

/* tab section */
.main-content-container {
  display: flex;
  gap: 35px;
  margin-top: 40px;
}
.main-content-container .tab-container,
.main-content-container .right-sidebar {
  width: 24%;
  position: sticky;
  top: 20px;
  align-self: flex-start;
}
.main-content-container .single-content-container {
  width: 76%;
}

.button-border {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #ebebeb;
}

.download-btn-box {
  margin-top: 20px;
  width: 100%;
  padding: 12px 26px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.like-button {
  width: 100% !important;
}

.consultation-box {
  margin-top: 16px;
  padding: 22px 24px;
}

.consultation-box h4 {
  font-size: 18px;
}

.consultation-box a {
  font-size: 18px;
  color: #212529;
  text-decoration: none;
}

span.cons-box {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
span.cons-box a {
  font-size: 18px;
  color: #0078fa;
  display: flex;
  gap: 2px;
  font-weight: 600;
}

span.cons-box a:hover {
  font-weight: 800;
}

.social-media-box {
  margin-top: 16px;
}

.media-account {
  padding: 12px;
  line-height: 0px;
}

.social-box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.about-us-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}

.about-us-box .about-box {
  width: calc(50% - 20px);
}

.single-content-container h2 {
  font-size: 30px;
  color: #212529;
  line-height: 44px;
}

.single-content-container p,
.single-content-container li {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2%;
  color: #5d5f66;
}

.single-content-container img {
  /* margin-top: 32px; */
}

/*left tab css */

.vertical-menu .menu-item {
  padding: 14px 18px;
  border-left: 5px solid #e1efff;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s;
}

.vertical-menu .menu-item.active {
  font-weight: bold;
  border-left: 5px solid #0078fa;
  /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}

/* single content container order list */
.single-content-container ol {
  padding-left: 25px;
}

.single-content-container h4 {
  color: #212529;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.single-content-container span {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.single-content-container p {
  font-size: 20px;
  color: #5d5f66;
  margin: 16px 0px;
}
.single-content-container ul li::marker {
  color: #5d5f66;
}
/* end single content container order list */

/* logo box */
.info-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.info-row .info-box {
  display: flex;
  align-items: center;
  width: calc(33% - 54px);
  padding: 20px;
  border: 1px solid #ebebeb;
  background: #fafcfe;
  border-radius: 5px;
  gap: 20px;
}
.info-box .info-title {
  color: #6c6c6c;
  font-weight: 400;
}

.info-box img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.info-title {
  font-size: 18px;
  font-weight: 600;
  color: #003b37;
}
/* end logo box */

/* number info box  */
.num-info-box {
  display: flex;
  align-items: start;
  gap: 16px;
  background: #fafcfe;
  border-bottom: 4px solid #0078fa;
  padding: 40px 28px;
  margin: 20px 0;
}

.num-point {
  font-size: 50px;
  font-weight: 400;
  color: #0078fa;
  line-height: 1;
  text-align: center;
}

.num-content {
  font-size: 20px;
  color: #5d5f66;
  line-height: 32px;
}
/* end number info box  */

/*  link box  */

.service-link-box {
  background-image: url("img/content-link-bg.png");
  padding: 24px 32px;
  background-repeat: no-repeat;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-size: cover;
}

.service-link-box p {
  margin: 0px !important;
}

.service-link-box img {
  margin-bottom: -3px;
  margin-left: -4px;
}
.service-link-box .link-box.box-1 {
  margin-bottom: 10px;
}

.service-link-box .link-box a {
  text-decoration: none;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #0078fa;
}

/*  end link box  */

/* vedio section */
.user-detail-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.user-detail-box .user-info-box {
}

.user-detail-box .user-info-box p.name {
  margin: 0px;
  font-size: 20px;
  color: #212529;
}

.user-detail-box .user-info-box p.designation {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #0078fa;
}

.rating-box {
  color: #0078fa;
  padding: 7px 15px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  font-weight: 500;
}
.rating-box span {
  margin-right: 5px;
  color: #0078fa;
  font-weight: 600;
}

.video-section {
  max-width: 800px;
  margin: 24px auto;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.video-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end vedio section */

/* slider container */
.slider-container {
  background: #fafcfe;
}
/* end slider container */

/* review css */
/* Basic reset for this block */
.review-container,
.review-container * {
  box-sizing: border-box;
}

/*  .review-container {
                    background: linear-gradient(to bottom, #dce9f5, #e8f1f8);
                    padding: 48px 64px;
                    border-radius: 12px;
                    max-width: 1200px;
                    margin: 32px auto;
                  }*/

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.author-section {
  display: flex;
  gap: 12px;
  align-items: center;
}
.author-image {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
}
/*.author-title { font-size:13px; color:#666; }*/

.review-viewport {
  overflow: hidden;
  width: 100%;
}
.review-carousel {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 100%;
  padding: 28px;
  border-radius: 12px;
  background: #fff;
  margin-right: 16px;
  /*box-shadow: 0 6px 18px rgba(0,0,0,0.08);*/
  min-height: 140px;
}

.rating-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #034ea2;
}

.navigation-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.nav-buttons {
  display: flex;
  gap: 8px;
}

.review-container .nav-btn {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-wrap {
  flex: 1;
  min-width: 160px;
}
.progress-track {
  height: 6px;
  background: #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  width: 0%;
  background: #0066ff;
  transition: width 0.1s linear;
}

.review-container .pause-btn {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  border: 2px solid #ebebeb;
  border-radius: 0px 0px 20px 0px;
  align-items: center;
  justify-content: center;
}

/* ✅ Progress bar style */
.progress-wrap {
  width: 100%;
  margin-top: 0; /* no gap */
}

.progress-track {
  width: 100%; /* same width as white box */
  height: 4px;
  background-color: #e0e0e0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.progress-f

                  /* Play/Pause icon */
                  .pause-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
/* two bars for pause */
.pause-icon::before,
.pause-icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  background: #333;
  border-radius: 1px;
}
.pause-icon::before {
  left: 0;
}
.pause-icon::after {
  right: 0;
}

/* .playing -> show pause bars; .paused -> show play triangle */
.pause-btn.paused .pause-icon {
  background: transparent;
}
.pause-btn.paused .pause-icon::before,
.pause-btn.paused .pause-icon::after {
  content: "";
  left: -9999px; /* hide bars */
}
.pause-btn.paused .pause-icon::after {
  left: -9999px;
}

.pause-btn.paused .pause-icon {
  width: 0;
  height: 0;
  border-left: 10px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}



.text-review .text-box {
    padding: 46px 58px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    text-align: center;
}
/*    .header-content-box .ban-cap-cta {
  font-size: 50px;
  font-weight: 600;
  line-height: 72px;
  margin: 0px;
}*/
/*.header-content-box h1.ban-subacp-cta {
        font-size: 32px;
    line-height: 44px;
    margin: 0px;
    font-weight: 500;
}*/
.consultation-box .getfree-cta {
  font-size: 18px;
}
.consultation-box {
  font-family: "Parkinsans", sans-serif;
}
.mt-40 {
    margin-top: 40px;
}

.single-content-container h2,
.single-content-container h2 b {
    font-weight: 700;
    margin-top: 20px;
}

.single-content-container h3, .single-content-container h3 span {
    font-size: 20px;
    font-weight: 700 !important;
}
.single-content-container h4, .single-content-container h4 span {
    font-size: 22px;
}
.single-content-container p span {
    color: #5d5f66 !important;
}
.single-content-container b {
    font-weight: 400;
    color: #212529;
}
.mt-40 {
 margin-top: 0px;   
}

.single-content-container .yes p {
    padding-left: 40px;
}
.single-content-container .yes p.services-involved-cta {
    padding-left: 0px;
}
.mtp-40 {
  margin-top: 40px;
}

.check-box-container input[type="checkbox"] {
    appearance: none;          /* Remove default checkbox */
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #0078fa; /* Your custom border color */
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.check-box-container input[type="checkbox"]:checked {
    background-color: #0078fa; /* fill color */
}

.check-box-container input[type="checkbox"]:checked::after {
    content: "✔";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
}

#contactForm .check-box-container input  {
    border: 2px solid #0078fa;
    border-radius: 2px;
    margin: 0px;
}

.vertical-menu .menu-item {
  white-space: pre-wrap;
}
 
 .single-content-container li h3 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2%;
    color: #212529;
    font-weight: 500;
}

 .single-content-container p.services-involved-cta {
      font-size: 16px !important;
      font-weight: 500 !important;
      line-height: 28px !important;
  }
  .single-content-container p span {
      font-size: 20px !important;
      color: #5d5f66;
      line-height: 32px !important;
  }

   .single-content-container li span {
      font-family: "Rethink Sans", sans-serif !important;
   }

   .text-block .talk-exp-cta {
    /* margin: 0; */
    font-size: 56px;
    line-height: 72px;
    font-weight: 700;
}

.designation-box .design-cta {
  font-size: 32px;
  font-weight: 600;
  color: #212529;
  font-family: "Parkinsans", sans-serif !important;
  margin-top: 10px;
  line-height: 38px;
  margin-bottom: 0px;
}

.single-content-container ul > li > ul {
  margin-top: 10px;
}


.text-block h2 {

}

.single-content-container li {
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .review-container {
    padding: 80px 16px;
  }
  .review-card {
    padding: 20px;
  }
}
.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.pause-btn.paused {
  background: #0078fa !important;
}

.pause-btn.paused .pause-icon {
  filter: brightness(0) invert(1); /* Makes icon white */
}
/* end review css */

/* text review */
.text-review .text-box {
  padding: 50px 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  text-align: center;
}
/* end text review */

/* testimonial custome slider box */

.user-profile-box {
  max-width: calc(45% - 15px);
}

.user-detail-container {
  max-width: calc(55% - 10px);
}

.user-profile-box img {
  width: 100%;
}

.testimonial-content-box {
  display: flex;
  gap: 25px;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin: 0 auto;
}

.user-profile-box {
  line-height: 0px;
}
.designation-box h3 {
  font-size: 24px;
  line-height: 32px;
  color: #212529;
  font-weight: 600;
}

.designation-box p {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  color: #0078fa;
}

.user-detail-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0px;
}

.review-content-box p {
  font-size: 24px;
  margin: 0px;
  line-height: 32px;
  margin-bottom: 24px;
}

.video-watch-box {
  display: flex;
  width: fit-content;
  padding: 10px 20px;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  color: #0078fa;
  font-size: 20px;
  font-weight: 600;
  background: #ffffff;
  gap: 10px;
  cursor: pointer;
}

.video-watch-box:hover {
  border: 1px solid #0078fa;
}

.video-watch-box:hover svg path {
  fill: #0078fa;
}
.video-watch-box:active {
  border: 1px solid #0078fa;
  background: #0078fa;
  color: #ffffff;
}

.video-watch-box:hover svg path {
  fill: #0078fa;
}
.video-watch-box:active svg path {
  fill: #ffffff;
}

/* end testimonial custome slider box */

@media (min-width: 1024px) and (max-width: 1300px) {
  .post-header-container,
  .main-content-container {
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .main-content-container .single-content-container {
    width: 52%;
  }
  .main-content-container {
    gap: 15px;
  }
  .post-header-container {
    margin-bottom: 28px;
  }
  .header-content-box .ban-cap-cta {
    font-size: 44px;
    line-height: 64px;
  }
  .header-content-box .ban-subacp-cta,
  .single-content-container h2,
  .header-title {
    font-size: 28px !important;
    line-height: 39px !important  ;
  }
  .single-content-container h2 {
    font-weight: 600;
  }
  .tag-box span,
  .vertical-menu .menu-item,
  .download-btn-box {
    font-size: 12px;
    line-height: 21px;
  }
  .vertical-menu .menu-item {
    padding: 10px 18px;
  }
  .single-content-container p,
  .about-us-box .about-box p,
  .num-info-box .num-content,
  .single-content-container li,
  .single-content-container p span {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .about-us-box .about-box h3,
  .consultation-box h4,
  span.cons-box a {
    font-size: 21px;
    line-height: 21px;
  }
  .about-us-box .about-box h3 {
    font-weight: 500;
  }
  .about-us-box .about-box p {
    margin: 7px 0px 0px;
  }
  .single-content-container span,
  .user-detail-box .user-info-box p.name {
    font-size: 18px;
    line-height: 28px;
  }
  .info-box img {
    width: 28px;
  }
  .info-row .info-box {
    gap: 12px;
  }
  .num-info-box .num-point {
    font-size: 44px;
  }
  .user-detail-box .user-info-box p.designation,
  .single-content-container .rating-box span.about-box {
    font-size: 14px;
    line-height: 18px;
  }
  .header-subtitle {
    font-size: 22px !important;
    line-height: 29px;
  }
  .card-category,
  .card-content p.card-description,
  .card-link {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .card-link {
    padding: 7px 14px !important;
  }
  .card-title {
    font-size: 12px;
    line-height: 21px;
  }
}

/* responsive max 899  */

@media (max-width: 899px) {
  /*  */
  .single-content-container ol {
    margin-top: 24px;
  }
  .single-content-container p,
  .single-content-container li {
    font-size: 16px;
    line-height: 28px;
  }
  .about-us-box {
    padding-left: 24px;
    gap: 24px;
    margin-top: 24px;
  }
  #more-case-stdies-cta .header {
    margin-bottom: 24px;
  }

  .user-detail-container {
    padding: 8px 0px;
  }
  .designation-box h3,
  .designation-box p,
  .review-content-box p,
  .video-watch-box {
    font-size: 14px;
    line-height: 18px;
  }
  .video-watch-box {
    padding: 5px 12px;
    border-radius: 6px;
  }
  .review-content-box p {
    margin-bottom: 16px;
  }
  .video-watch-box svg {
    width: 12px;
    height: 12px;
  }
  /*  */
  /* main container */
  .main-container {
    padding: 0px;
  }
  /* main container */
  /* banner */
  .post-header-container {
    padding: 32px 18px;
    margin: 15px;
  }

  .header-content-box .ban-cap-cta {
    font-size: 32px;
    line-height: 44px;
  }
  .header-content-box .ban-subacp-cta {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
  }
  .tag-box {
    margin-top: 30px;
  }
  /* end banner */

  .single-content-container h2 {
    font-size: 30px;
    line-height: 44px;
  }

  .about-us-box .about-box {
    width: 100%;
  }
  .about-us-box .about-box h3 {
    font-size: 24px !important;
  }
  .about-us-box .about-box p {
    margin: 0px !important;
  }

  .info-row .info-box {
    width: calc(50% - 52px);
  }
  /* tab main container */
  .main-content-container {
    padding: 15px 30px;
    flex-direction: column;
  }

  .main-content-container .tab-container {
    width: 100%;
    position: static;
  }
  .main-content-container .right-sidebar {
    display: none;
  }
  .main-content-container .single-content-container {
    width: 100%;
  }

  /* end tab main container */
  /* menu tab */
  .vertical-menu {
    display: flex;
    width: 100%;
    border-left: none;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 6px;
  }
  .vertical-menu::-webkit-scrollbar {
    display: none;
  }

  .vertical-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    border-left: none;
    border-bottom: 4px solid #e1efff;
    border-radius: 4px 4px 0 0;
  }

  .vertical-menu .menu-item.active {
    border-bottom: 4px solid #0078fa;
    border-left: none;
  }
  /* menu tab */

  /* slider container */
  .slider-container-box {
    padding: 20px 0px !important;
    margin-bottom: 40px !important;
  }

  .slider-container-box .footer-cta {
    flex-direction: column;
  }
  .slider-container-box .header {
    padding-top: 0px;
  }
  /* end slider container */
  /* services tab single page  */
  .service-link-box p,
  .service-link-box .link-box a {
    font-size: 16px;
  }
  .service-link-box .link-box.box-1 {
    margin-bottom: 0px;
  }
  /* end services tab single page  */
}

/* end responsive max 899  */

@media (max-width: 480px) {
  .single-content-container h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
  .single-content-container h2.testimonial-title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    padding: 0px 16px 0px 0px;
  }
  .single-content-container span {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
  }
  .single-content-container .rating-box {
    padding: 8px 16px;
  }
  .single-content-container .rating-box span {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
  }
  .info-row .info-box {
    gap: 16px;
  }
  .review-container .navigation-controls {
    justify-content: center !important;
  }

  #pauseBtn {
    display: none !important;
  }

  .tag-box {
    gap: 0;
  }

  .tag-list {
    flex: 0 0 65%;
  }

  .tag-list.tag-list-cta {
    flex: 0 0 35%;
  }

  .tag-box span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 420px) {
  .tag-box span {
      font-size: 12px;
      line-height: 22px;
  }
}

@media (max-width: 361px) {
  .tag-box span {
      font-size: 11px;
      line-height: 21px;
  }
}

/* end left tab css */
