/******************************

    00 - Home
    01 - Inner Page
		01 - Our History
		02 - Faq
		03 - Service Detail
        04 - Portfolio Single 
        05 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        06 - Team Single
        07 - Contact Us
        08 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/

body {
  background-color: var(--pbmit-body-color);
}
/** Homepage 01 **/
.ihbox-section-one {
  margin-top: -130px;
  position: relative;
  z-index: 2;
}
.about-one-leftbox {
  position: relative;
}
.about-one-leftbox .about-img img {
  border-radius: 50px 50px 400px 400px;
}
.about-one-leftbox .spinner-box {
  position: absolute;
  left: -10px;
  top: 97px;
}
.pbmit-firstletter::first-letter {
  margin-right: 10px;
  font-size: 50px;
  line-height: 57px;
  font-weight: 500;
  float: left;
  color: var(--pbmit-blackish-color);
  font-family: var(--pbmit-body-typography-font-family);
}
.about-one-rightbox {
  padding: 90px 0 0 105px;
}
.about-us-section-one {
  padding: 95px 70px 110px;
}
.about-us-one-bg {
  position: relative;
  background-image: url(../images/homepage-1/bg/image-01.png);
  border-radius: 20px 20px 0 0;
  padding: 118px 0 107px;
  overflow: hidden;
  z-index: 1;
}
.about-us-one-bg:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
  background-image: url(../images/homepage-1/bg/bg-overlay.png);
  --background-overlay: "";
  background-repeat: no-repeat;
}
.about-us-one-bg .pbmit-heading-title {
  font-size: 55px;
  letter-spacing: -0.6px;
  margin-bottom: 0;
  color: var(--pbmit-white-color);
}
.about-us-one-content {
  border-radius: 0 0 20px 20px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-us-one-content:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
  background-color: rgba(var(--pbmit-secondary-color-rgb), 0.6);
  background-image: url(../images/homepage-1/bg/progressbar-bg.png);
  --background-overlay: "";
  background-position: -18px -155px;
  background-repeat: no-repeat;
}
.about-us-one-content .pbmit-custom-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 2.1px;
  margin-bottom: 0;
  color: var(--pbmit-white-color);
}
.about-us-one-content .first-box .pbmit-custom-title {
  padding-bottom: 140px;
}
.about-us-one-content .second-box {
  border-right: 1px solid #ffffff0d;
  margin-right: 60px;
}
.about-us-one-content .second-box .pbmit-custom-title,
.about-us-one-content .third-box .pbmit-custom-title {
  padding-bottom: 70px;
}
.about-us-one-content .third-box {
  padding-left: 20px;
}
.testimonial-one,
.client-section-one {
  padding: 0 65px;
}
.testimonial-one-col1 {
  width: 55%;
}
.testimonial-one-col2 {
  width: 45%;
}
.testimonial-one-bg {
  background-image: url(../images/homepage-1/bg/testimonial-bg.png);
  background-size: cover;
  border-radius: 20px 0 0 0;
  height: 100%;
  position: relative;
}
.testimonial-one-bg .ihbox-style {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: auto;
  max-width: 100%;
}
.testimonial-one-rightbox {
  border-radius: 0 20px 0 0;
  background-image: url(../images/homepage-1/bg/testimonial-bg-pattarn.png);
  background-position: 100% 0px;
  background-repeat: no-repeat;
  padding: 75px 110px 55px 90px;
}
.testimonial-one-rightbox > .pbmit-heading-subheading {
  padding-bottom: 60px;
}
.testimonial-one .swiper-button-next,
.testimonial-one .swiper-button-prev {
  top: auto;
  bottom: 17px;
  left: auto;
}
.testimonial-one .swiper-button-prev {
  right: 65px;
}
.client-slider-one {
  padding: 70px 0 50px 0;
  border-radius: 0 0 20px 20px;
}
.team-section-one {
  padding: 135px 0 60px;
}
.appointment-section-one {
  padding: 0 65px 135px;
}
.tab-one-col {
  width: 32%;
}
.tab-one-box {
  border-radius: 20px;
  padding: 75px 65px 50px 55px;
  height: 100%;
}
.tab-one-box .pbmit-heading-title {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 30px;
  letter-spacing: 0;
  color: var(--pbmit-white-color);
}
.tab-one-box .list-group .list-group-item {
  margin-bottom: 0;
}
.form-one-col {
  width: 68%;
}
.form-one-area {
  background-image: url(../images/homepage-1/bg/form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}
.form-one-area .form-col {
  width: 44%;
}
.form-one-area .pbmit-appointment-form {
  border-radius: 20px;
  background: rgba(4, 12, 6, 0.5);
  backdrop-filter: blur(10px);
  padding: 60px 50px 40px;
  position: relative;
}
.form-one-area .pbmit-form-heading {
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 30px;
  color: var(--pbmit-white-color);
}
.form-one-area .pbmit-appointment-form input,
.form-one-area .pbmit-appointment-form select,
.form-one-area .pbmit-appointment-form textarea {
  padding: 10px 25px;
  height: 55px;
  font-size: 16px;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
}
.form-one-area .pbmit-appointment-form select {
  background-size: 14px 17px;
  color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
  background-position: right 25px center;
}
.form-one-area .pbmit-appointment-form select.error {
  margin-bottom: 0;
}
.form-one-area .pbmit-appointment-form textarea {
  height: 120px;
  padding-top: 20px;
}
.form-one-area .pbmit-appointment-form input::placeholder,
.form-one-area .pbmit-appointment-form textarea::placeholder {
  color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
}
.form-one-area .pbmit-appointment-form button.pbmit-btn {
  border: none;
  opacity: 1;
}
.form-one-area .pbmit-appointment-form button.pbmit-btn:before {
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
}
.form-one-area .pbmit-appointment-form button.pbmit-btn .pbmit-button-text {
  color: var(--pbmit-white-color);
}
.form-one-area .pbmit-appointment-form button.pbmit-btn:hover:before {
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
}
.form-one-area
  .pbmit-appointment-form
  button.pbmit-btn:hover
  .pbmit-button-text {
  color: var(--pbmit-blackish-color);
}
.form-one-area
  .pbmit-appointment-form
  button.pbmit-btn:hover
  .pbmit-button-text:before {
  color: var(--pbmit-blackish-color);
}
.form-one-area .pbmit-appointment-form button.pbmit-btn:disabled,
.pbmit-team-single .pbmit-team-form form button.pbmit-btn:disabled {
  padding: 14px 30px;
}
/** Homepage 02 **/
.service-section-two {
  padding: 135px 0 110px;
}
.about-section-two {
  padding: 0 65px;
}
.about-two-bg-img {
  background-image: url(../images/homepage-2/about-img-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 0px 0px 20px;
  height: 100%;
}
.about-two-rightbox {
  position: relative;
  padding: 115px 115px 70px 70px;
  border-radius: 0 20px 20px 0;
}
.about-two-rightbox:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
  background-color: rgba(var(--pbmit-secondary-color-rgb), 0.6);
  background-image: url(../images/homepage-2/bg/bg-pattern.png);
  background-position: 108% -55%;
  background-repeat: no-repeat;
  border-radius: 0px 20px 20px 0px;
}
.pbmit-bg-color-secondary .pbmit-firstletter::first-letter {
  color: var(--pbmit-global-color);
}
.about-two-inner-box-left {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.about-two-inner-box-left .pbmit-desc {
  color: #ffffffc9;
  margin-top: -10px;
}
.about-two-inner-box-right {
  border-left: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
  position: relative;
  z-index: 1;
  margin-top: 55px;
  margin-left: -35px;
}
.about-two-inner-box-right .fid-style-wrap {
  padding: 15px 0 40px 50px;
  border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
}
.about-two-inner-box-right .pbmit-element-timeline-style-2 {
  padding: 60px 0 10px 55px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline .swiper-slider {
  padding-bottom: 65px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-year {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  letter-spacing: 0;
  color: var(--pbmit-blackish-color);
  font-weight: 500;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--pbmit-blackish-color);
}
.pbmit-element-timeline-style-2 .pbmit-timeline-desc {
  margin: 0;
}
.pbmit-bg-color-secondary .pbmit-element-timeline-style-2 {
  color: rgba(var(--pbmit-white-color-rgb), 0.8);
}
.pbmit-bg-color-secondary
  .pbmit-element-timeline-style-2
  .pbmit-timeline-title {
  color: var(--pbmit-white-color);
}
.about-section-two .pbmit-element-timeline-style-2 .swiper-button-next,
.about-section-two .pbmit-element-timeline-style-2 .swiper-button-prev {
  top: auto;
  bottom: 0;
  right: auto;
  color: var(--pbmit-white-color);
}
.about-section-two .pbmit-element-timeline-style-2 .swiper-button-prev {
  left: 0px;
}
.about-section-two .pbmit-element-timeline-style-2 .swiper-button-next {
  left: 60px;
}
.border-top {
  border-color: #bfcbc2;
}
.fid-section-two {
  padding: 0 65px;
}
.fid-section-two .fid-style-wrap {
  padding: 50px 50px 50px 90px;
  border-radius: 20px;
  background-color: var(--pbmit-white-color);
}
.home-trustbar.fid-section-two {
  position: relative;
  z-index: 2;
  margin-top: -86px;
  padding: 0 65px 26px;
}
.home-trustbar .row > [class*="col-"] {
  display: flex;
}
.fid-section-two.home-trustbar .fid-style-wrap {
  width: 100%;
  height: 100%;
  padding: 30px 28px 26px;
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
  background-color: rgba(var(--pbmit-white-color-rgb), 0.96);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.1);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
  position: relative;
  overflow: hidden;
}
.fid-section-two.home-trustbar .fid-style-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(var(--pbmit-global-color-rgb), 1) 0%,
    rgba(var(--pbmit-global-color-rgb), 0.35) 55%,
    rgba(var(--pbmit-global-color-rgb), 0) 100%
  );
}
.fid-section-two.home-trustbar .fid-style-wrap:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.25);
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.14);
}
.home-trustbar .pbminfotech-ele-fid-style-2 span.pbmit-fid-title {
  padding: 0 0 12px 18px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: 700 !important;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.78);
}
.home-trustbar .pbminfotech-ele-fid-style-2 span.pbmit-fid-title::after {
  width: 8px;
  height: 8px;
  top: 6px;
}
.home-trustbar .pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -0.6px;
}
.home-trustbar .pbminfotech-ele-fid-style-2 .pbmit-fid-inner span span {
  margin-left: 8px;
  margin-top: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.82);
}
.home-services-modern .pbmit-service-style-4 {
  margin-bottom: 0;
  display: flex;
}
.home-services-modern.service-section-two {
  padding: 100px 0 90px;
}
.home-services-modern .pbmit-service-style-4 .pbminfotech-post-item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 34px 24px 22px 24px;
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}
.home-services-modern .pbmit-service-style-4:hover .pbminfotech-post-item {
  transform: translateY(-4px);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.22);
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.12);
}
.home-services-modern .pbmit-service-style-4 .pbmit-box-content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-services-modern .pbmit-service-style-4 .pbmit-content-box {
  padding-left: 0;
}
.home-services-modern .pbmit-service-style-4 .pbminfotech-box-number {
  right: 22px;
  top: 30px;
}
.home-services-modern .pbmit-service-style-4 .pbmit-service-title {
  width: auto;
  padding: 18px 0 10px;
  font-size: 22px;
  line-height: 28px;
}
.home-services-modern .home-service-desc {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-services-modern .pbmit-service-style-4 .pbmit-service-image-wrapper {
  margin-top: auto;
}
.home-services-modern .pbmit-service-style-4 .pbmit-featured-wrapper img {
  height: 170px;
  object-fit: cover;
}
.home-product-desc {
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.portfolio-section-two .home-products-cta {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}
.portfolio-section-two .home-products-cta .pbmit-btn {
  box-shadow: 0 16px 40px rgba(10, 25, 38, 0.12);
}
.home-about-modern.about-section-two {
  margin-top: 70px;
}
.home-about-modern .about-two-rightbox {
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.12);
}
.home-about-modern .about-two-bg-img {
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.1);
}
.home-about-modern .list-group .list-group-item {
  transition:
    transform 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease;
}
.home-about-modern .list-group .list-group-item:hover {
  transform: translateX(4px);
  background-color: rgba(var(--pbmit-white-color-rgb), 0.06);
  border-color: rgba(var(--pbmit-white-color-rgb), 0.16);
}
.home-testimonials {
  padding-top: 90px;
  padding-bottom: 70px;
  background-image: url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) 20px;
  background-size: 420px auto;
}
.ihbox-section-two {
  position: relative;
}
.ihbox-section-two:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat;
  background-position: 3% 100%;
  background-size: 360px auto;
  opacity: 0.18;
}

/* Alternate background patterns across homepage sections for visual variety */
.home-trustbar {
  position: relative;
}
.home-trustbar:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: 96% -10px;
  background-size: 320px auto;
  opacity: 0.14;
  z-index: 0;
  animation: bgDriftTR 16s ease-in-out infinite;
}
.home-services-modern {
  position: relative;
}
.home-services-modern:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: 4% 10%;
  background-size: 360px auto;
  opacity: 0.14;
  z-index: 0;
  animation: bgDriftTL 18s ease-in-out infinite;
}
.about-section-two.home-about-modern {
  position: relative;
}
.about-section-two.home-about-modern:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: 96% 6%;
  background-size: 380px auto;
  opacity: 0.14;
  z-index: 0;
  animation: bgDriftTR 18s ease-in-out infinite;
}
/* Hero/Banner */
.pbmit-slider-area .slider-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.55) 55%,
    rgba(0, 0, 0, 0.32) 100%
  );
}
.pbmit-slider-area .slider-logo-overlay {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 460px;
  max-width: 45vw;
  opacity: 0.65;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: normal;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35)) saturate(1.05)
    contrast(1.05);
}
.error-404-page {
  position: relative;
  padding: 120px 0;
  background-color: #0a1926;
  overflow: hidden;
}
.error-404-page:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat;
  background-position: 85% 15%;
  background-size: 520px auto;
  opacity: 0.22;
  pointer-events: none;
}
.error-404-page:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: -220px;
  top: -220px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(var(--pbmit-global-color-rgb), 0.28) 0%,
    rgba(var(--pbmit-global-color-rgb), 0.08) 45%,
    rgba(0, 0, 0, 0) 70%
  );
  filter: blur(2px);
  pointer-events: none;
}
.error-404-illustration {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  animation: e404float 3.6s ease-in-out infinite;
}
.error-404-illustration svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 60px rgba(0, 0, 0, 0.34));
}
.error-404-card {
  position: relative;
  padding: 44px 44px 38px 44px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.4);
}
.error-404-code {
  font-size: 110px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
  background: linear-gradient(
    135deg,
    rgba(var(--pbmit-global-color-rgb), 1) 0%,
    rgba(var(--pbmit-secondary-color-rgb), 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}
.error-404-card .pbmit-title {
  color: rgba(var(--pbmit-white-color-rgb), 0.98);
  margin-bottom: 12px;
}
.error-404-text {
  color: rgba(var(--pbmit-white-color-rgb), 0.78);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 26px;
  max-width: 520px;
}
.error-404-card .pbmit-btn {
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}
.error-404-links {
  margin-top: 26px;
  color: rgba(var(--pbmit-white-color-rgb), 0.66);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.error-404-links a {
  color: rgba(var(--pbmit-white-color-rgb), 0.78);
  text-decoration: none;
  transition:
    color 200ms ease,
    transform 200ms ease;
}
.error-404-links a:hover {
  color: rgba(var(--pbmit-global-color-rgb), 1);
  transform: translateY(-1px);
}
.error-404-dot {
  opacity: 0.7;
}
@keyframes e404float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bgDriftTR {
  0% {
    background-position: 96% -10px;
  }
  50% {
    background-position: 94% -6px;
  }
  100% {
    background-position: 96% -10px;
  }
}
@keyframes bgDriftTL {
  0% {
    background-position: 4% 10%;
  }
  50% {
    background-position: 6% 8%;
  }
  100% {
    background-position: 4% 10%;
  }
}
@keyframes bgDriftBL {
  0% {
    background-position: 8% 95%;
  }
  50% {
    background-position: 10% 97%;
  }
  100% {
    background-position: 8% 95%;
  }
}
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 118px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.24),
    0 0 0 4px rgba(255, 255, 255, 0.9);
  z-index: 10020;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  animation: pulseWhats 2.8s ease-in-out infinite;
}
.whatsapp-float:hover {
  animation-play-state: paused;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  background-color: #20bd5a;
}
.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: #fff;
  shape-rendering: geometricPrecision;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.28));
}
.whatsapp-float svg path,
.whatsapp-float svg circle {
  stroke: rgba(0, 0, 0, 0.28);
  stroke-width: 1.2px;
}
@keyframes pulseWhats {
  0%,
  100% {
    box-shadow:
      0 12px 30px rgba(0, 0, 0, 0.24),
      0 0 0 4px rgba(255, 255, 255, 0.9);
  }
  60% {
    box-shadow:
      0 16px 40px rgba(0, 0, 0, 0.28),
      0 0 0 6px rgba(255, 255, 255, 0.95);
  }
}
.pbmit-bg-color-global .cta-bar .pbmit-btn.cta-secondary {
  border-color: rgba(255, 255, 255, 0.9);
  color: var(--pbmit-white-color);
}
.pbmit-bg-color-global
  .cta-bar
  .pbmit-btn.cta-secondary
  .pbmit-button-text:before {
  color: var(--pbmit-white-color);
}
.team-section-two {
  position: relative;
  margin: 0 65px;
  padding: 122px 70px 72px 70px;
  border-radius: 20px;
}
.team-section-two:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  background-image: url(../images/homepage-2/bg/team2-bg-patttarn.png);
  --background-overlay: "";
  background-position: bottom right;
  background-repeat: no-repeat;
}
.team-section-two .team-main-img {
  position: relative;
  margin-top: -7px;
}
.team-section-two .team-main-img img {
  border-radius: 20px;
}
.team-section-two .pbmit-element-team-style-4 {
  padding-top: 60px;
}
.team-section-two .team-style-area {
  padding-top: 65px;
}
.team-section-two .team-style-area .pbmit-team-desc {
  padding-right: 130px;
  color: #ffffffcf;
}
.process-section-two {
  padding: 120px 0 65px 0;
}
.process-section-two .pbmit-heading-subheading {
  margin-bottom: 125px;
}
.portfolio-section-two {
  position: relative;
  margin: 0 65px;
  border-radius: 20px;
  padding-top: 90px;
}
.portfolio-section-two:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
  background-image: url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-position: 100% 0px;
  background-repeat: no-repeat;
}
.blog-section-two {
  position: relative;
}
.blog-section-two:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: 8% 95%;
  background-size: 340px auto;
  opacity: 0.14;
  z-index: 0;
  animation: bgDriftBL 16s ease-in-out infinite;
}
.portfolio-section-two .swiper-slider {
  border-radius: 20px;
}
.portfolio-section-two .portfolio-arrow {
  position: relative;
  padding-top: 55px;
}
.portfolio-section-two .portfolio-arrow .swiper-button-prev,
.portfolio-section-two .portfolio-arrow .swiper-button-next {
  top: 0;
}
.portfolio-section-two .portfolio-arrow .swiper-button-prev {
  right: 60px;
}
.portfolio-section-two .portfolio-arrow .swiper-button-next {
  right: 0;
}
.blog-section-two {
  padding: 130px 0 95px;
}
.pbmit-blog-btn .pbmit-btn {
  padding: 12px 55px 11px 30px;
  display: block;
}
.pbmit-blog-btn .pbmit-btn .pbmit-button-text {
  position: relative;
  display: initial;
}
.pbmit-blog-btn .pbmit-btn .pbmit-button-text:before {
  top: -4px;
  right: -27px;
}

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Our History **/
.our-history {
  padding: 100px 0 30px;
}
.pbmit-timeline-style-1 .pbmit-timeline-year {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  letter-spacing: 0;
  color: var(--pbmit-blackish-color);
  font-weight: 500;
  font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-timeline-style-1 .pbmit-timeline-title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
  padding: 0 50px;
  text-transform: capitalize;
  color: var(--pbmit-global-color);
}
.pbmit-timeline-style-1 .pbmit-timeline-desc {
  margin: 0;
  padding: 0 90px;
}
.pbmit-timeline-style-1 .pbmit-timeline-wrapper {
  display: grid;
  width: 100%;
  height: auto;
  position: relative;
  justify-items: center;
  grid-template-rows: 1fr 1fr;
  text-align: center;
  grid-gap: 160px;
}
.pbmit-timeline-style-1 .pbmit-same-height.steps-content_wrap {
  justify-content: flex-start;
}
.pbmit-timeline-style-1
  .pbmit-slide-even
  .pbmit-same-height.steps-content_wrap {
  justify-content: flex-end;
}
.pbmit-timeline-style-1 .pbmit-heading-subheading {
  margin-bottom: 80px;
}
.pbmit-timeline-style-1 .steps-dot .dot {
  background-color: var(--pbmit-blackish-color);
  display: block;
  line-height: normal;
  font-size: 14px;
  margin: auto;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  z-index: 2;
  position: relative;
}
.pbmit-timeline-style-1 .pbmit-timeline-wrapper .steps-dot {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto !important;
}
.pbmit-timeline-style-1 .steps-dot .dot::after {
  content: "";
  position: absolute;
  left: -11px;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 40px;
  margin: 0;
  background: rgb(var(--pbmit-blackish-color-rgb), 0.9);
  transform: rotate(-45deg);
}
.pbmit-timeline-style-1 .pbmit-slide-even .steps-dot .dot::after {
  left: 19px;
  top: 0;
  bottom: auto;
}
.pbmit-timeline-style-1 .steps-dot .steps-dot-line {
  color: transparent;
  line-height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pbmit-timeline-style-1 .steps-dot .steps-dot-line::before,
.pbmit-timeline-style-1 .steps-dot .steps-dot-line::after {
  content: "";
  width: calc(50% + 10px * 100);
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.pbmit-timeline-style-1 .steps-dot .steps-dot-line::after {
  left: 50%;
  background: linear-gradient(
    90deg,
    rgb(var(--pbmit-blackish-color-rgb), 0.05),
    rgb(var(--pbmit-blackish-color-rgb), 0.05)
  );
}
.pbmit-timeline-style-1 .steps-dot .steps-dot-line::before {
  right: 50%;
  background: linear-gradient(
    90deg,
    rgb(var(--pbmit-blackish-color-rgb), 0.05),
    rgb(var(--pbmit-blackish-color-rgb), 0.05)
  );
}
.pbmit-timeline-style-1 .pbmit-same-height {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.pbmit-timeline-style-1
  .pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2)
  .pbmit-feature-image {
  order: 0;
}
.pbmit-timeline-style-1 .pbmit-slide-even .pbmit-feature-image {
  order: 1;
  justify-content: start;
  transition:
    all 0.4s,
    opacity 0.4s 0.9s,
    transform 0.4s 0.9s;
}
.pbmit-timeline-style-1
  .pbmit-timeline-wrapper:not(.pbmit-slide-even)
  .pbmit-feature-image {
  transition:
    all 0.4s,
    opacity 0.4s 0.9s,
    transform 0.4s 0.9s;
}
.pbmit-timeline-style-1 .pbmit-feature-image img {
  border-radius: 30px;
}
.pbmit-timeline-style-1 .steps-dot,
.pbmit-timeline-style-1 .pbmit-feature-image,
.pbmit-timeline-style-1 .steps-content_wrap {
  opacity: 1;
}
.pbmit-column-five.pbmit-timeline-style-1 .pbmit-timeline-desc {
  padding: 0 15px;
}
/** 02 - Faq **/
.faq .accordion.left {
  padding-right: 30px;
}
.faq .accordion.right {
  padding-left: 30px;
}
.faq .accordion .accordion-body {
  padding: 0px 50px 0 58px;
}
/** 03 - Service Detail **/
.service-details > .container > .row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.page-content .section-xl.service-details{
  position: relative;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.45) 0%, rgba(255, 255, 255, 1) 100%);
  overflow: hidden;
}
.page-content .section-xl.service-details:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/portfolio-bg-pattarn.png), url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 4% 92%, 96% 6%;
  background-size: 320px auto, 420px auto;
  opacity: 0.1;
  z-index: 0;
}
.page-content .section-xl.service-details .container{
  position: relative;
  z-index: 1;
}
.service-details .sr-svc-hero{
  margin: 12px auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 16px;
  border: 2px solid rgba(var(--pbmit-global-color-rgb), 0.45);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,250,255,1) 100%);
  box-shadow: 0 12px 30px rgba(10, 25, 38, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.service-details .sr-svc-hero .sr-svc-icon{
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,1);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.28);
  box-shadow: 0 10px 24px rgba(10, 25, 38, 0.08);
}
.service-details .sr-svc-hero .sr-svc-icon svg{
  width: 36px;
  height: 36px;
}
.service-details .sr-svc-hero .sr-svc-text{
  font-size: 16px;
  line-height: 22px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
  font-weight: 600;
}
.service-details .sr-svc-hero--install .sr-svc-icon{ color: rgba(16,168,84,.95); }
.service-details .sr-svc-hero--om .sr-svc-icon{ color: rgba(31,44,115,.95); }
.service-details .sr-svc-hero--consult .sr-svc-icon{ color: rgba(13,148,136,.95); }
.service-details .sr-svc-hero--ppa .sr-svc-icon{ color: rgba(217,119,6,.95); }
.service-details .sr-svc-hero:hover{
  transform: translateY(-2px);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.65);
  box-shadow: 0 16px 36px rgba(10, 25, 38, 0.12);
}
.service-details .sr-svc-hero .sr-svc-icon:before{
  content:"";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(var(--pbmit-global-color-rgb), .12), transparent 55%);
  transform: scale(1);
}
.service-details .pbmit-entry-content{
  background-color: var(--pbmit-white-color);
  border-radius: 20px;
  padding: 28px 28px;
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.service-details .pbmit-entry-content:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.12);
}
.service-details .pbmit-service-feature-image img{
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(10, 25, 38, 0.10);
  transition: transform 300ms ease;
}
.service-details .pbmit-service-feature-image:hover img{
  transform: scale(1.02);
}
.service-details .pbmit-custom-heading .pbmit-title{
  font-size: 30px;
  line-height: 36px;
  margin: 18px 0 12px;
}
.service-details .pbmit-heading-subheading{
  margin-bottom: 8px;
}
.service-details .pbmit-heading-subheading .pbmit-title{
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -0.3px;
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
}
.service-details .pbmit-heading-subheading .pbmit-title:after{
  content:"";
  display:block;
  width: 80px;
  height: 3px;
  margin: 10px auto 0;
  background: rgba(var(--pbmit-global-color-rgb), 1);
  border-radius: 3px;
}
.service-details .pbmit-heading-subheading p{
  max-width: 900px;
  margin: 8px auto 0;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.8);
}
.service-details ul.list-unstyled li{
  position: relative;
  padding-left: 22px;
  margin: 6px 0;
}
.service-details ul.list-unstyled li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(var(--pbmit-global-color-rgb), 0.9);
  box-shadow: 0 2px 6px rgba(10, 25, 38, 0.18);
}
.service-details .all-post-list li a{
  border-radius: 12px;
  display: block;
  padding: 12px 14px;
  border: 1px solid #e8eef4;
  background: #fff;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
  transition: all 160ms ease;
  margin-bottom: 8px;
}
.service-details .all-post-list li a:hover{
  border-color: rgba(var(--pbmit-global-color-rgb), 0.35);
  color: var(--pbmit-global-color);
  background: rgba(var(--pbmit-global-color-rgb), 0.05);
}
.service-details .all-post-list li a.active{
  border-color: rgba(var(--pbmit-global-color-rgb), 0.55);
  color: var(--pbmit-global-color);
  background: rgba(var(--pbmit-global-color-rgb), 0.08);
}
.service-details .widget{
  background-color: var(--pbmit-white-color);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(10, 25, 38, 0.08);
  padding: 20px;
}
@media (max-width: 991.98px){
  .service-details .pbmit-heading-subheading .pbmit-title{
    font-size: 32px;
    line-height: 40px;
  }
  .service-details .sr-svc-hero{
    gap: 10px;
    padding: 10px 12px;
  }
  .service-details .sr-svc-hero .sr-svc-icon{
    width: 50px;
    height: 50px;
  }
  .service-details .sr-svc-hero .sr-svc-icon svg{
    width: 30px;
    height: 30px;
  }
}
.sr-product-card{
  height: 100%;
  background: #fff;
  border: 1px solid rgba(10, 25, 38, 0.08);
  border-radius: 18px;
  padding: 20px 20px 22px;
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  transition: box-shadow 200ms ease, border-color 200ms ease;
  display: flex;
  flex-direction: column;
}
.sr-product-card:hover{
  transform: none;
  border-color: rgba(10, 25, 38, 0.08);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
}
.sr-product-media{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 175px;
  margin-bottom: 16px;
  background: rgba(var(--pbmit-secondary-color-rgb), 0.06);
}
.sr-product-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: none;
  transform: none;
}
.sr-product-media:after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}
.sr-product-card:hover .sr-product-media img{
  transform: none;
}
.sr-product-icon{
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow: 0 14px 30px rgba(10, 25, 38, 0.18);
  backdrop-filter: blur(8px);
  z-index: 1;
}
.sr-product-icon i{
  font-size: 20px;
  color: rgba(var(--pbmit-global-color-rgb), 1);
}
.sr-product-badge{
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  background: rgba(var(--pbmit-global-color-rgb), 0.12);
  color: rgba(var(--pbmit-global-color-rgb), 1);
  margin-bottom: 14px;
}
.sr-product-badge--blue{
  background: rgba(31,44,115,0.10);
  color: rgba(31,44,115,1);
}
.sr-product-badge--teal{
  background: rgba(13,148,136,0.10);
  color: rgba(13,148,136,1);
}
.sr-product-badge--orange{
  background: rgba(217,119,6,0.12);
  color: rgba(217,119,6,1);
}
.sr-product-title{
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 6px;
}
.sr-product-range{
  font-size: 14px;
  font-weight: 700;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.8);
  margin-bottom: 12px;
}
.sr-product-range i{
  margin-right: 8px;
  color: rgba(var(--pbmit-global-color-rgb), 1);
  font-size: 13px;
}
.sr-product-desc{
  color: rgba(var(--pbmit-secondary-color-rgb), 0.84);
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 18px;
}
.sr-product-points{
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.sr-product-points li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 20px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
  margin: 8px 0;
}
.sr-product-points li i{
  color: rgba(var(--pbmit-global-color-rgb), 1);
  margin-top: 2px;
}
.products .sr-readmore{
  margin-top: auto;
  width: 100%;
  justify-content: center;
}
.sr-modal .modal-content{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(10, 25, 38, 0.08);
}
.sr-modal .modal-header{
  background: linear-gradient(180deg, rgba(var(--pbmit-global-color-rgb), 0.10) 0%, rgba(255,255,255,1) 100%);
  border-bottom: 1px solid rgba(10, 25, 38, 0.06);
}
.sr-modal .modal-title{
  font-size: 20px;
  line-height: 26px;
}
.sr-modal .modal-body{
  padding: 18px 20px 22px;
  max-height: 70vh;
  overflow: auto;
}
.sr-modal-top{
  display: flex;
  gap: 14px;
  align-items: stretch;
  margin-bottom: 14px;
}
.sr-modal-media{
  flex: 0 0 210px;
  height: 140px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(10, 25, 38, 0.08);
}
.sr-modal-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sr-modal-meta{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.sr-modal-range{
  font-size: 14px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
}
.sr-modal-range i{
  margin-right: 8px;
  color: rgba(var(--pbmit-global-color-rgb), 1);
}
.sr-modal-section-title{
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 18px 0 8px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.9);
}
.sr-modal-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
}
.sr-modal-list li{
  margin: 6px 0;
}
.sr-icon-list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.sr-icon-list{
  list-style: none;
  padding-left: 0;
}
.sr-icon-list li i{
  color: rgba(var(--pbmit-global-color-rgb), 1);
  margin-top: 3px;
}
.sr-modal .modal-body p{
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
}
.sr-modal .modal-body p strong{
  color: rgba(var(--pbmit-secondary-color-rgb), 0.95);
}
.sr-modal .sr-modal-cta{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 25, 38, 0.06);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sr-modal .sr-modal-cta-label{
  font-weight: 700;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
}
.projects-page .section-xl{
  padding-top: 80px;
  padding-bottom: 80px;
}
.projects-page .section-xl.projects-hero{
  padding-top: 60px;
  padding-bottom: 60px;
}
.projects-page .section-xl.projects-hero{
  padding-bottom: 40px;
}
.projects-page .section-xl.projects-hero + .section-xl{
  padding-top: 50px;
}
.projects-page .sr-projects-cta{
  padding-top: 80px;
  padding-bottom: 80px;
}
.projects-page .sr-projects-cta-inner{
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(var(--pbmit-global-color-rgb), 1) 0%, rgba(18, 95, 245, 1) 60%, rgba(3, 157, 100, 1) 100%);
  color: #fff;
  padding: 34px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 24px 70px rgba(10, 25, 38, 0.22);
  position: relative;
  overflow: hidden;
}
.projects-page .sr-projects-cta-inner:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat;
  background-position: 96% 10%;
  background-size: 520px auto;
  opacity: 0.10;
}
.projects-page .sr-projects-cta-inner:after{
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  left: -180px;
  top: -220px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.26), transparent 55%);
  pointer-events: none;
}
.projects-page .sr-projects-cta-text{
  position: relative;
  z-index: 1;
}
.projects-page .sr-projects-cta-title{
  margin: 0 0 8px;
  color: #fff;
  font-size: 34px;
  line-height: 42px;
}
.projects-page .sr-projects-cta-desc{
  color: rgba(255,255,255,0.92);
  font-size: 15px;
  line-height: 24px;
  max-width: 820px;
}
.projects-page .sr-projects-cta-btn{
  position: relative;
  z-index: 1;
  background: #fff;
  color: rgba(var(--pbmit-secondary-color-rgb), 1);
  border-radius: 14px;
  padding: 12px 46px 12px 18px;
  box-shadow: 0 16px 40px rgba(10, 25, 38, 0.18);
}
.projects-page .sr-projects-cta-btn:before{
  background-color: rgba(var(--pbmit-secondary-color-rgb), 1);
}
.projects-page .sr-projects-cta-btn .pbmit-button-text:before{
  top: 12px;
  right: 18px;
  color: rgba(var(--pbmit-secondary-color-rgb), 1);
}
.projects-page .sr-projects-cta-btn:hover .pbmit-button-text:before{
  color: #fff;
}
@media (max-width: 767.98px){
  .projects-page .section-xl{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .projects-page .section-xl.projects-hero{
    padding-bottom: 34px;
  }
  .projects-page .section-xl.projects-hero + .section-xl{
    padding-top: 44px;
  }
  .projects-page .sr-projects-cta-inner{
    padding: 26px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .projects-page .sr-projects-cta-title{
    font-size: 26px;
    line-height: 34px;
  }
  .projects-page .sr-projects-cta-btn{
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575.98px){
  .sr-product-media{
    height: 165px;
  }
  .sr-modal-top{
    flex-direction: column;
  }
  .sr-modal-media{
    flex: 0 0 auto;
    width: 100%;
  }
}
.projects-page #gallery .pbmit-sortable-list{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px !important;
}
.projects-page #gallery .pbmit-sortable-list a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  min-width: auto;
  border: 1px solid rgba(10, 25, 38, 0.10);
  background: rgba(255,255,255,0.92);
  color: rgba(var(--pbmit-secondary-color-rgb), 0.88);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease, border-color 200ms ease, color 200ms ease;
}
.projects-page #gallery .pbmit-sortable-list a:hover{
  transform: none;
  border-color: rgba(var(--pbmit-global-color-rgb), 0.35);
  box-shadow: 0 14px 30px rgba(10, 25, 38, 0.10);
}
.projects-page #gallery .pbmit-sortable-list a.pbmit-selected{
  background: rgba(var(--pbmit-global-color-rgb), 1);
  border-color: rgba(var(--pbmit-global-color-rgb), 1);
  color: #fff;
  box-shadow: 0 16px 36px rgba(10, 25, 38, 0.14);
}
.projects-page #gallery .pbmit-portfolio-style-1{
  overflow: visible;
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbminfotech-post-content{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(10, 25, 38, 0.08);
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  transition: box-shadow 240ms ease, border-color 240ms ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.projects-page #gallery .pbmit-portfolio-style-1:hover .pbminfotech-post-content{
  transform: none;
  border-color: rgba(10, 25, 38, 0.08);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbmit-featured-wrapper{
  position: relative;
  height: 240px;
  overflow: hidden;
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbmit-featured-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
  transition: none !important;
}
.projects-page #gallery .pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img{
  transform: none !important;
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbmit-featured-wrapper:after{
  content: none;
}
.projects-page #gallery .pbmit-portfolio-style-1:hover .pbmit-featured-wrapper:after{
  content: none;
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbminfotech-box-content{
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  transform: none;
  background: rgba(255,255,255,0.96);
  border-top: 1px solid rgba(10, 25, 38, 0.06);
  padding: 16px 16px;
  margin-top: auto;
}
.projects-page #gallery .pbmit-portfolio-style-1:hover .pbminfotech-box-content{
  opacity: 1 !important;
  transform: none !important;
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbminfotech-titlebox{
  padding-right: 0;
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbmit-port-cat{
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.projects-page #gallery .pbmit-portfolio-style-1:hover .pbmit-port-cat{
  opacity: 1 !important;
  transform: none !important;
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbmit-portfolio-title{
  margin: 6px 0 0;
  font-size: 24px;
  line-height: 32px;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.projects-page #gallery .pbmit-portfolio-style-1:hover .pbmit-portfolio-title{
  opacity: 1 !important;
  transform: none !important;
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbmit-portfolio-title{
  color: rgba(var(--pbmit-secondary-color-rgb), 0.95);
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbmit-portfolio-btn{
  right: 16px;
  top: 16px;
}
.sr-project-chip{
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.75);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.92);
  backdrop-filter: blur(8px);
}
.sr-project-chip--rooftop{
  color: rgba(var(--pbmit-global-color-rgb), 1);
}
.sr-project-chip--openaccess{
  color: rgba(31,44,115,1);
}
.sr-project-chip--parks{
  color: rgba(217,119,6,1);
}
.sr-project-mark{
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow: 0 14px 30px rgba(10, 25, 38, 0.18);
  backdrop-filter: blur(8px);
}
.sr-project-mark i{
  font-size: 20px;
  color: rgba(var(--pbmit-global-color-rgb), 1);
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbmit-portfolio-btn{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--pbmit-global-color-rgb), 1);
  color: #fff;
  box-shadow: 0 14px 30px rgba(10, 25, 38, 0.14);
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbmit-portfolio-btn:hover{
  background: rgba(var(--pbmit-global-color-rgb), 1);
}
@media (max-width: 575.98px){
  .projects-page #gallery .pbmit-portfolio-style-1 .pbmit-featured-wrapper{
    height: 220px;
  }
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbminfotech-box-content{
  text-align: left;
}
.projects-page #gallery .pbmit-portfolio-style-1 .pbmit-port-cat a{
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(var(--pbmit-global-color-rgb), 0.10);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.16);
  color: rgba(var(--pbmit-global-color-rgb), 1);
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
}
.projects-page #gallery .sr-project-details{
  list-style: none;
  padding: 12px 0 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.projects-page #gallery .sr-project-details li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.82);
}
.projects-page #gallery .sr-project-details li i{
  font-size: 16px;
  margin-top: 2px;
  color: rgba(var(--pbmit-global-color-rgb), 1);
}
.projects-page #gallery .sr-project-details li span{
  font-weight: 800;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.92);
  margin-right: 4px;
}

.projects-page #gallery{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.45) 0%, rgba(255, 255, 255, 1) 100%);
}
.projects-page #gallery:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png), url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 6% 92%, 96% 10%;
  background-size: 340px auto, 420px auto;
  opacity: 0.08;
}
.projects-page #gallery .container{
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px){
  .projects-page #gallery .pbmit-portfolio-style-1 .pbmit-portfolio-title{
    font-size: 20px;
    line-height: 28px;
  }
}
.service-details .widget.sr-brochure{
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid #e8eef4;
}
.service-details .widget.sr-brochure .widget-title{
  font-size: 18px;
  margin-bottom: 8px;
}
.service-details .widget.sr-brochure .sr-brochure-desc{
  font-size: 14px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
  margin-bottom: 14px;
}
.service-details .widget.sr-contact-cta{
  background: rgba(var(--pbmit-global-color-rgb), 1);
  color: #fff;
  border: 1px solid rgba(var(--pbmit-global-color-rgb), .85);
}
.service-details .widget.sr-contact-cta .widget-title{
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.service-details .widget.sr-contact-cta .sr-contact-lines{
  font-size: 15px;
  line-height: 22px;
  opacity: .95;
}
.service-details .widget.sr-contact-cta a{
  color: #fff;
  text-decoration: none;
}
.service-details .widget.sr-contact-cta .pbmit-btn{
  margin-top: 12px;
  background: #fff;
  color: rgba(var(--pbmit-global-color-rgb), 1);
  border-color: #fff;
}
.service-details .sr-chart-box{
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fc 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.service-details .sr-chart-box img{
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  object-fit: contain;
  border-radius: 12px;
}
@media (max-width: 767.98px){
  .service-details .sr-chart-box{
    min-height: 180px;
  }
}
.service-details .sr-benefits .row > [class*="col-"]{
  margin-bottom: 10px;
}
.service-details .all-post-list li {
  position: relative;
  margin-bottom: 1px;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin: 2px 0;
  padding: 0;
}
.service-details .all-post-list li a {
  padding: 17px 35px 17px 36px;
  display: block;
  position: relative;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  border: 1px solid #bfcbc2;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--pbmit-blackish-color);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.service-details .all-post-list li a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 20px;
  top: 27px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--pbmit-global-color);
  transition: all 0.4s ease;
}
.service-details .all-post-list li a:after {
  position: absolute;
  content: "\e878";
  font-family: "pbminfotech-base-icons";
  right: 12px;
  left: auto;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  transform-style: preserve-3d;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 400;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: var(--pbmit-white-color);
  color: var(--pbmit-blackish-color);
}
.service-details .all-post-list li:hover a,
.service-details .all-post-list li.post-active a {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
}
.service-details .all-post-list li.post-active a:before,
.service-details .all-post-list li:hover a:before {
  background-color: var(--pbmit-white-color);
}
.service-details .all-post-list li.post-active a:after,
.service-details .all-post-list li:hover a:after {
  opacity: 1;
  visibility: visible;
}
.widget .pbmit-download .pbmit-item-download a {
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 12px 20px 12px 15px;
  background-color: var(--pbmit-secondary-color);
  color: var(--pbmit-white-color);
  border-radius: 10px;
}
.widget .pbmit-item-download .pbmit-download-content {
  display: flex;
  align-items: center;
}
.widget .pbmit-download .pbmit-item-download a .pbmit-download-content i {
  color: var(--pbmit-blackish-color);
  transition: all 0.3s ease-in-out;
  background-color: var(--pbmit-white-color);
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 10px;
  text-align: center;
  margin-right: 10px;
  font-size: 24px;
}
.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i {
  font-size: 26px;
}
.widget .pbmit-download .pbmit-item-download a:hover,
.widget .pbmit-download .pbmit-item-download:last-child a {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
}
.widget .pbmit-download .pbmit-item-download:last-child a {
  margin-bottom: 0;
}
.widget .pbmit-download .pbmit-item-download:last-child a:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-secondary-color);
}
.service-details .pbmit-entry-content .pbmit-custom-heading .pbmit-title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.pbmit-service-feature-image img {
  margin-bottom: 50px;
  border-radius: 30px;
}
.service-details .service-single-02-img {
  margin: 40px 0 50px 0;
}
.service-details .service-single-02-img img {
  border-radius: 20px;
}
.service-details .pbmit-entry-content .service-single-img-03,
.service-details .pbmit-entry-content .service-single-img-04 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 160px 0;
}
.service-details .pbmit-entry-content .service-single-img-03 {
  background-image: url(../images/service/service-single-03.html);
}
.service-details .pbmit-entry-content .service-single-img-04 {
  background-image: url(../images/service/service-single-04.html);
}
.service-details .pbmit-entry-content .accordion .accordion-body {
  padding-top: 0;
}
/** 04 - Portfolio Single **/
.site-content:has(.pbmit-portfolio-single) {
  padding-top: 100px;
}
.pbmit-single-project-details-list-wrapper {
  padding-bottom: 10px;
}
.pbmit-portfolio-single .pbmit-single-project-details-list-wrapper h3 {
  min-width: 480px;
  width: 480px;
  padding-right: 40px;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 38px;
  letter-spacing: 0;
}
.pbmit-portfolio-single .pbmit-short-description {
  padding-left: 125px;
}
.pbmit-portfolio-single:not(.style-2) .pbmit-portfolio-lines-wrapper {
  padding: 30px 50px;
  border-radius: 20px;
  background-color: var(--pbmit-white-color);
  margin: 25px 0 40px;
}
.pbmit-portfolio-single:not(.style-2) .pbmit-portfolio-lines-wrapper ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.pbmit-portfolio-single li.pbmit-portfolio-line-li {
  padding: 0 0 23px 15px;
  border-bottom: 1px solid #bfcbc2;
  margin: 0 30px 23px 0;
}
.pbmit-portfolio-single li.pbmit-portfolio-line-li:nth-child(5),
.pbmit-portfolio-single li.pbmit-portfolio-line-li:nth-child(6),
.pbmit-portfolio-single li.pbmit-portfolio-line-li:nth-child(7),
.pbmit-portfolio-single li.pbmit-portfolio-line-li:nth-child(8) {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pbmit-portfolio-single
  .pbmit-portfolio-lines-wrapper
  .pbmit-portfolio-line-title {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0;
  color: var(--pbmit-blackish-color);
}
.pbmit-portfolio-single:not(.style-2)
  .pbmit-portfolio-lines-wrapper
  .pbmit-portfolio-line-title::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--pbmit-global-color);
  left: -15px;
  top: 6px;
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
  display: block;
}
.pbmit-portfolio-single .pbmit-featured-img-wrapper img {
  border-radius: 20px;
}
.pbmit-portfolio-single
  .pbmit-entry-content
  .pbmit-custom-heading
  .pbmit-title {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.pbmit-portfolio-single
  .pbmit-entry-content
  .pbmit-custom-heading
  .pbmit-title
  span {
  color: var(--pbmit-global-color);
}
.pbmit-portfolio-single .pbmit-entry-content .portfolio-single-img img {
  border-radius: 20px;
}
.pbmit-portfolio-single .list-group .list-group-item,
.service-details .list-group .list-group-item {
  margin-bottom: 0;
}
.pbmit-portfolio-single .list-group .list-group-item,
.service-details .list-group .list-group-item,
.pbmit-team-single .list-group .list-group-item {
  align-items: start;
}
.pbmit-portfolio-single .list-group .pbmit-icon-list-icon i,
.service-details .list-group .pbmit-icon-list-icon i,
.pbmit-team-single .list-group .pbmit-icon-list-icon i {
  font-size: 22px;
}
.pbmit-portfolio-single .list-group .pbmit-icon-list-icon,
.service-details .list-group .pbmit-icon-list-icon,
.pbmit-team-single .list-group .pbmit-icon-list-icon {
  top: 4px;
}
.pbmit-portfolio-single .list-group .pbmit-icon-list-text,
.service-details .list-group .pbmit-icon-list-text,
.pbmit-team-single .list-group .pbmit-icon-list-text {
  padding-left: 5px;
}
.pbmit-portfolio-single .pbmit-entry-content .pbmit-custom-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.pbmit-portfolio-single .post-navigation {
  margin-top: 50px;
}
.pbmit-portfolio-single.style-2 .pbmit-featured-img-wrapper {
  padding-bottom: 65px;
}
.pbmit-portfolio-single.style-2 .pbmit-single-project-details-list {
  padding-left: 50px;
  max-width: 35%;
}
.pbmit-portfolio-single.style-2 .pbmit-single-project-details-list-inner {
  background-color: var(--pbmit-white-color);
  padding: 40px;
  border-radius: 20px;
}
.pbmit-portfolio-single.style-2
  .pbmit-single-project-details-list
  h3.pbmit-element-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: var(--pbmit-heading-color);
  text-transform: none;
  font-style: normal;
  padding-bottom: 17px;
  border-bottom: 2px solid #bfcbc2;
  position: relative;
  margin-bottom: 20px;
}
.pbmit-portfolio-single.style-2
  .pbmit-single-project-details-list
  h3.pbmit-element-title:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--pbmit-global-color);
}
.pbmit-portfolio-single.style-2 .pbmit-short-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
  padding: 0;
}
.pbmit-portfolio-single.style-2 li.pbmit-portfolio-line-li {
  padding-bottom: 28px;
  margin-bottom: 25px;
  border-bottom: 1px solid hsl(135deg 10.34% 77.25% / 50%);
  padding-left: 85px;
  position: relative;
}
.pbmit-portfolio-single.style-2 li.pbmit-portfolio-line-li:first-child {
  padding-top: 25px;
  border-top: 1px solid hsl(135deg 10.34% 77.25% / 50%);
}
.pbmit-portfolio-single.style-2
  .pbmit-portfolio-lines-wrapper
  .pbmit-portfolio-line-title {
  font-size: 18px;
  line-height: 28px;
}
.pbmit-portfolio-single.style-2 li.pbmit-portfolio-line-li::after {
  position: absolute;
  content: "\e88c";
  font-family: "pbminfotech-base-icons";
  width: 65px;
  height: 65px;
  line-height: 65px;
  left: 0;
  top: -4px;
  text-align: center;
  border: 1px solid hsl(135deg 10.34% 77.25% / 50%);
  border-radius: 50%;
  color: var(--pbmit-global-color);
  font-size: 28px;
}
.pbmit-portfolio-single.style-2 li.pbmit-portfolio-line-li.Client::after {
  content: "\e8a2";
}
.pbmit-portfolio-single.style-2 li.pbmit-portfolio-line-li:first-child:after {
  top: 20px;
}
.pbmit-portfolio-single.style-2 li.pbmit-portfolio-line-li:last-child {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
.pbmit-portfolio-single.style-2 li.pbmit-portfolio-line-li.Category::after {
  content: "\e8a4";
}
.pbmit-portfolio-single.style-2 li.pbmit-portfolio-line-li.City::after {
  content: "\e8a5";
}
.pbmit-portfolio-single.style-2 li.pbmit-portfolio-line-li.Start.Date::after {
  content: "\e8a3";
}
.pbmit-portfolio-single.style-2 li.pbmit-portfolio-line-li.Budget::after {
  content: "\e89f";
}
.pbmit-portfolio-single.style-2 .pbmit-single-project-details-social-share {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--pbmit-global-color);
  margin-top: 40px;
}
.pbmit-portfolio-single.style-2 .pbmit-single-project-details-social-share h3 {
  color: var(--pbmit-white-color) !important;
}
.pbmit-portfolio-single.style-2
  .pbmit-single-project-details-social-share
  h3.pbmit-element-title::after {
  background-color: var(--pbmit-white-color);
}
.pbmit-portfolio-single.style-2
  .pbmit-single-project-details-social-share
  h3.pbmit-element-title {
  border-bottom: 2px solid hsl(135deg 10.34% 77.25% / 50%);
}
.pbmit-portfolio-single.style-2
  .pbmit-single-project-details-social-share
  .pbmit-team-social-links {
  padding-top: 10px;
}
.pbmit-portfolio-single.style-2
  .pbmit-single-project-details-social-share
  .pbmit-team-social-links
  li {
  padding: 0 6px 0 0;
}
.pbmit-portfolio-single.style-2
  .pbmit-single-project-details-social-share
  ul.pbmit-social-links.pbmit-team-social-links
  a {
  background-color: var(--pbmit-white-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.pbmit-portfolio-single.style-2 .pbmit-entry-content .ihbox-style-area {
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #bfcbc280;
  margin-bottom: 40px;
}
.pbmit-portfolio-single.style-2
  .pbmit-entry-content
  .ihbox-style-area
  .pbmit-column:nth-child(odd) {
  padding: 35px 30px 30px 0;
  border-right: 1px solid #bfcbc280;
}
.pbmit-portfolio-single.style-2
  .pbmit-entry-content
  .ihbox-style-area
  .pbmit-column:nth-child(even) {
  padding: 35px 0 30px 55px;
}
.pbmit-portfolio-single.style-2
  .pbmit-entry-content
  .ihbox-style-area
  .pbmit-column:nth-child(3),
.pbmit-portfolio-single.style-2
  .pbmit-entry-content
  .ihbox-style-area
  .pbmit-column:nth-child(4) {
  border-top: 1px solid #bfcbc280;
}
/** 05 - Blog Detail**/
/** Sidebar Right **/
.sidebar .widget {
  padding: 30px 30px 30px 30px;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: var(--pbmit-white-color);
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.widget .search-form {
  position: relative;
}
.widget .search-form label,
.sidebar .widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 17px;
  border-bottom: 2px solid #bfcbc2;
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: #1b2841;
  text-transform: none;
  font-style: normal;
  width: 100%;
}
.widget .search-form label:after,
.sidebar .widget .widget-title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--pbmit-global-color);
}
.widget .search-input-wrap {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 4px;
}
.widget .search-form input.search-input {
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: none;
  padding-right: 60px;
  margin: 0;
}
.widget .search-form input.search-input::placeholder {
  color: rgba(var(--pbmit-blackish-color-rgb), 0.6);
}
.widget .search-form button.search-btn {
  min-width: 50px;
  height: 50px;
  border-radius: 50px;
  border: none;
  padding: 10px;
  margin-left: 10px;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
  transition: all 0.6s;
}
.widget .search-form button.search-btn:after {
  font-family: "pbminfotech-base-icons";
  content: "\e80d";
  font-size: 20px;
  padding: 0;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}
.widget .search-form button.search-btn:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-secondary-color);
}
.blog.sidebar .widget.widget-authorbox {
  padding: 0;
  background-color: transparent;
}
.widget .single-blog-authorbox {
  text-align: center;
  padding: 35px 30px 50px;
  background-color: var(--pbmit-global-color);
  border-radius: 20px;
  position: relative;
}
.widget .single-blog-authorbox:before {
  content: "";
  width: 162px;
  height: 158px;
  background: url(../images/bg/post-banner-image-before.png) no-repeat;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: inline-block;
}
.widget .single-blog-authorbox:after {
  content: "";
  width: 162px;
  height: 158px;
  background: url(../images/bg/post-banner-image-after.png) no-repeat;
  top: 0px;
  right: 0px;
  position: absolute;
  display: inline-block;
}
.widget .single-blog-authorbox .authorbox-img {
  display: inline-block;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}
.widget .single-blog-authorbox img {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  object-fit: cover;
}
.widget .single-blog-authorbox .pbmit-authorbox-title {
  font-size: 26px;
  line-height: 28px;
  margin: 30px 0 0px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--pbmit-white-color);
}
.widget .single-blog-authorbox .pbmit-authorbox-desc {
  color: rgba(var(--pbmit-white-color-rgb), 0.9);
  font-size: 13px;
  line-height: 16px;
  margin: 13px 0 22px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  z-index: 1;
  position: relative;
}
.widget .single-blog-authorbox .pbmit-social-links {
  position: relative;
}
.widget .single-blog-authorbox .pbmit-social-links li {
  padding: 0 4px 0 0;
}
.widget .single-blog-authorbox .pbmit-social-links li a {
  border-radius: 50%;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 14px;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
.widget .single-blog-authorbox .pbmit-social-links li a:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-blackish-color);
}
.sidebar .widget-categories ul li {
  position: relative;
  margin: 10px 0;
  padding: 0;
}
.sidebar .widget ul > li {
  line-height: 20px;
}
.sidebar .widget-categories ul li a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #54655e;
  width: 100%;
  transition: all 0.4s ease-in-out;
  position: relative;
  display: block;
  padding: 14px 45px 14px 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.sidebar .widget-categories ul li a:before {
  position: absolute;
  content: "\e878";
  font-family: "pbminfotech-base-icons";
  left: 14px;
  font-size: 19px;
  top: 50%;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  overflow: hidden;
  margin-top: 1px;
  color: var(--pbmit-global-color);
}
.sidebar .widget-categories ul li .pbmit-brackets {
  color: var(--pbmit-global-color);
  font-size: 15px;
  position: absolute;
  right: 18px;
  top: 17px;
  margin-top: 0;
}
.sidebar .widget-categories ul li a:hover {
  color: var(--pbmit-global-color);
  padding-left: 40px;
}
.sidebar .widget-categories ul li a:hover:before {
  color: var(--pbmit-global-color);
  opacity: 1;
  visibility: visible;
}
.sidebar .widget-recent-post ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-bottom: 0;
}
.sidebar .widget-recent-post ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.sidebar .widget-recent-post ul > li > a {
  width: 85px;
  flex-shrink: 0;
  margin-right: 25px;
  display: inline-block;
}
.sidebar .widget-recent-post ul > li > a img {
  border-radius: 10px;
}
.sidebar .widget-recent-post li .pbmit-rpw-content {
  display: flex;
  flex-direction: column-reverse;
}
.sidebar .widget-recent-post .pbmit-rpw-title a {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: var(--pbmit-blackish-color);
  font-family: var(--pbmit-heading-typography-font-family);
}
.sidebar .widget-recent-post li .pbmit-rpw-content .pbmit-rpw-date a {
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--pbmit-global-color);
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: var(--pbmit-heading-typography-font-family);
}
.sidebar .widget-recent-post ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.widget.pbmit-service-ad:has(.pbmit-widget-ads) {
  padding: 0;
}
.widget.pbmit-service-ad .pbmit-widget-ads {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.widget.pbmit-service-ad .pbmit-widget-ads:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(
    to top,
    rgba(var(--pbmit-blackish-color-rgb), 0.5) 0%,
    rgba(var(--pbmit-blackish-color-rgb), 0.5) 0%,
    rgba(var(--pbmit-blackish-color-rgb), 0) 100%
  );
}
.widget.pbmit-service-ad .pbmit-widget-ads img {
  width: 100%;
  border-radius: 20px;
  height: 430px;
}
.widget.pbmit-service-ad .pbmit-service-ads-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  padding: 0 30px 30px 30px;
}
.widget.pbmit-service-ad .pbmit-service-ads .pbmit-ads-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50px;
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  color: var(--pbmit-global-color);
  background-color: var(--pbmit-white-color);
}
.widget.pbmit-service-ad .pbmit-service-ads span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 20px 45px;
  color: var(--pbmit-white-color);
  font-weight: 500;
  letter-spacing: -0.2px;
  font-family: var(--pbmit-heading-typography-font-family);
}
.widget.pbmit-service-ad .pbmit-service-ads .pbmit-ads-call {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.6px;
  margin-bottom: 15px;
}
.widget.pbmit-service-ad .pbmit-service-ads .pbmit-ads-call a {
  color: var(--pbmit-global-color);
}
aside.widget.widget-tag-cloud a,
.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a {
  margin-bottom: 8px;
  margin-right: 4px;
  display: inline-block;
  font-size: 15px;
  padding: 0 15px;
  height: 30px;
  line-height: 29px;
  letter-spacing: 0;
  color: var(--pbmit-blackish-color);
  border: 1px solid #bfcbc2;
  border-radius: 30px;
  transition: all 0.25s ease-in-out;
}
aside.widget.widget-tag-cloud a:hover,
.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
}
/** Blog Classic **/
.site-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.post.blog-classic {
  position: relative;
  margin-bottom: 60px;
}
.post.blog-classic .pbmit-img-wrapper {
  position: relative;
}
.post.blog-classic .pbmit-featured-img-wrapper {
  margin-bottom: 25px;
}
.post.blog-classic .pbmit-featured-wrapper img {
  border-radius: 20px;
}
.post.blog-classic:last-child {
  margin-bottom: 0px;
}
.post.blog-classic .pbmit-blog-meta,
.post.blog-classic .pbmit-blog-meta a {
  color: var(--pbmit-blackish-color);
}
.post.blog-classic .pbmit-blog-meta-top .pbmit-meta {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--pbmit-blackish-color);
}
.post.blog-classic .pbmit-blog-meta-top .pbmit-meta i {
  margin-right: 2px;
  font-size: 16px;
  color: var(--pbmit-global-color);
}
.post.blog-classic .pbmit-blog-meta-top .pbmit-meta a {
  letter-spacing: 0.4px;
  font-weight: 500;
  font-family: var(--pbmit-btn-typography-font-family);
}
.post.blog-classic .pbmit-blog-meta-top .pbmit-meta a:hover {
  color: var(--pbmit-global-color);
}
.post.blog-classic .pbmit-blog-classic-inner .pbmit-post-title {
  margin-bottom: 28px;
  padding-bottom: 28px;
  font-size: 36px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
/** Blog Single **/
.blog-details .blog-classic {
  margin-bottom: 0;
}
.pbmit-entry-content strong {
  font-weight: 500;
}
.blog-details .pbmit-firstletter::first-letter,
.pbmit-portfolio-single .pbmit-firstletter::first-letter,
.service-details .pbmit-firstletter::first-letter {
  padding: 8px 9px 8px;
  font-size: 28px;
  line-height: 29px;
  float: left;
  font-weight: 600;
  margin-right: 12px;
  margin-top: 5px;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
  border-radius: 10px;
}
.blog-details .pbmit-entry-content blockquote {
  border: 0;
  padding: 34px 40px 30px 55px;
  font-size: 24px;
  line-height: 30px;
  margin: 30px 0 50px;
  position: relative;
  letter-spacing: 0;
  border-radius: 20px;
  font-weight: 500;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
  border-bottom: 3px solid var(--pbmit-global-color);
  font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-entry-content blockquote:before,
.blog-details .pbmit-entry-content blockquote:after {
  content: "";
  display: table;
}
.blog-details .pbmit-entry-content blockquote:after {
  clear: both;
}
.blog-details .pbmit-entry-content blockquote:before {
  font-family: "pbminfotech-base-icons";
  content: "\e894";
  font-size: 70px;
  position: absolute;
  right: 55px;
  bottom: 20px;
  line-height: 60px;
  transform: scaleX(-1);
  text-align: center;
  font-style: normal;
  color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.blog-details .pbmit-entry-content blockquote p {
  margin-bottom: 0;
}
.blog-details .pbmit-entry-content blockquote cite {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--pbmit-global-color);
  display: block;
  line-height: 24px;
  font-style: normal;
  margin-top: 25px;
  font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-entry-content blockquote cite:before {
  content: "-";
  margin-right: 5px;
}
.blog-details .pbmit-custom-title {
  margin-bottom: 20px;
}
.blog-details ul.pbmit-blog-list {
  margin-bottom: 20px;
}
.blog-details ul.pbmit-blog-list li {
  display: flex;
  align-items: self-start;
  line-height: 28px;
  margin: 15px 0;
  font-weight: 500;
  color: var(--pbmit-blackish-color);
  font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details ul.pbmit-blog-list li span {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--pbmit-global-color);
  color: var(--pbmit-white-color);
  font-size: 14px;
  margin-right: 15px;
}
.blog-details .pbmit-entry-content .pbmit-block-columns {
  margin-bottom: 45px;
}
.blog-details .pbmit-block-columns .pbmit-block-column:first-child figure {
  padding-right: 22px;
}
.blog-details .pbmit-entry-content .pbmit-block-columns img {
  margin-top: 15px;
  border-radius: 20px;
}
.blog-details .pbmit-block-columns .pbmit-block-column:last-child figure {
  padding-left: 22px;
}
.blog-details .pbmit-blog-meta-bottom {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.blog-details .pbmit-blog-meta-bottom-left {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a {
  background-color: var(--pbmit-white-color);
  border: 1px solid #bfcbc2;
  font-weight: 500;
  font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-blog-meta-bottom-right {
  width: 50%;
  text-align: right;
}
.blog-details .pbmit-blog-meta-bottom-right ul li {
  margin-right: 2px;
  display: inline-block;
  margin-bottom: 0px;
}
.blog-details .pbmit-blog-meta-bottom-right ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  color: var(--pbmit-white-color);
  font-size: 14px;
  border-radius: 50%;
}
.blog-details .pbmit-blog-meta-bottom-right ul li a:hover {
  transform: translateY(-3px);
}
.blog-details .pbmit-blog-meta-bottom-right ul .pbmit-social-li-facebook a {
  background-color: #3b5998;
}
.blog-details .pbmit-blog-meta-bottom-right ul .pbmit-social-li-twitter a {
  background-color: #55acee;
}
.blog-details .pbmit-blog-meta-bottom-right ul .pbmit-social-li-linkedin a {
  background-color: #007bb5;
}
.blog-details .pbmit-blog-meta-bottom-right ul .pbmit-social-li-instagram a {
  background-color: #125688;
}
.post-navigation {
  border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
  margin-top: 35px;
}
.post-navigation .nav-links {
  padding: 40px 0 8px;
  display: flex;
  align-items: normal;
  width: 100%;
}
.post-navigation .nav-previous {
  width: 50%;
  margin-right: auto !important;
  position: relative;
}
.post-navigation .nav-links a {
  text-align: left;
  width: 350px;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
}
.post-navigation .nav-links a i {
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--pbmit-white-color);
  color: var(--pbmit-global-color);
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  font-size: 23px;
  transition: all 0.3s ease-in;
}
.post-navigation .nav-links .nav-previous a i {
  transform: scaleX(-1);
  margin-right: 25px;
}
.post-navigation .pbmit-post-nav-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 0px;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
  justify-content: flex-start;
}
.post-navigation .nav-links .pbmit-post-nav-head {
  font-size: 14px;
  line-height: 28px;
  transition: all 0.3s ease-in;
  margin-left: 0;
  color: #54655e;
  letter-spacing: 0;
  font-weight: 500;
}
.post-navigation .nav-links .pbmit-post-nav-wrapper {
  display: block;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
  text-align: left;
}
.nav-links .pbmit-post-nav-wrapper {
  text-align: left;
  word-break: break-word;
}
.post-navigation .nav-links .nav-title {
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
  letter-spacing: 0;
  color: var(--pbmit-blackish-color);
  font-weight: 500;
  text-transform: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: var(--pbmit-heading-typography-font-family);
}
.post-navigation .nav-links a:hover i {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
}
.post-navigation .nav-links a:hover .pbmit-post-nav-head {
  color: var(--pbmit-secondary-color);
}
.post-navigation .nav-next {
  width: 50%;
  text-align: right;
  margin-left: auto;
}
.post-navigation .nav-links .nav-next a {
  margin-left: auto;
  justify-content: end;
}
.post-navigation .nav-links .nav-next a i {
  margin-left: 25px;
}
.post-navigation .nav-links .nav-next .pbmit-post-nav-wrapper {
  text-align: right;
}
.post-navigation .nav-links .nav-next .pbmit-post-nav-head {
  margin-right: 8px;
}
.blog-details .pbmit-author-box {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 0;
  padding: 40px;
  padding-right: 30px;
  background-color: var(--pbmit-white-color);
  background-position: center center;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 20px;
}
.blog-details .pbmit-author-image-wrap {
  text-align: center;
  margin-right: 45px;
  padding-right: 45px;
  border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}
.blog-details .pbmit-author-image {
  width: 120px;
  min-width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  border-radius: 20px;
  background-color: var(--pbmit-white-color);
}
.blog-details .pbmit-author-image img {
  width: 120px;
  min-width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0;
  z-index: 1;
  border-radius: 50%;
}
.blog-details .pbmit-author-content {
  -webkit-flex-shrink: 100;
  flex-shrink: 100;
}
.blog-details .pbmit-author-content .pbmit-author-name {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 500 !important;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 5px;
  font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-author-box a {
  color: var(--pbmit-global-color);
}
.blog-details .comments-area {
  margin-top: 60px;
}
.blog-details .comments-area .comment-list li:not(:last-child) .pbmit-comment {
  margin-bottom: 27px;
  border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.blog-details .comments-area .comments-title {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 48px;
}
.comment-list .pbmit-comment-avatar {
  float: left;
}
.comment-list .pbmit-comment-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 20px;
}
.blog-details .pbmit-comment-content {
  position: relative;
  padding: 0px 0px 35px 0;
  margin-left: 115px;
  min-height: 115px;
}
.blog-details .pbmit-comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pbmit-comment-content .pbmit-comment-author {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  display: inline-flex;
  position: relative;
  color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-author-inner {
  margin: 0 5px;
  text-transform: capitalize;
  color: var(--pbmit-secondary-color);
}
.blog-details .pbmit-comment-date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #54655e;
  padding: 0 0 0 15px;
}
.blog-details .pbmit-comment-date a {
  font-size: 14px;
  line-height: 23px;
  position: relative;
  color: #54655e;
  padding: 0 0 0 11px;
  letter-spacing: 0.4px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-comment-date a:before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--pbmit-global-color);
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-details .pbmit-comment-content p {
  margin: 10px 0 18px;
}
.blog-details .pbmit-comment-content .reply a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  border-radius: 30px;
  text-transform: capitalize;
  position: relative;
  color: var(--pbmit-blackish-color);
  -webkit-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.blog-details .pbmit-comment-content .reply a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
  background-color: var(--pbmit-blackish-color);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.blog-details .pbmit-comment-content .reply a::after {
  font-family: "pbminfotech-base-icons";
  content: "\e878";
  position: absolute;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  opacity: 1;
  font-variant: normal;
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  margin-left: 4px;
  width: 25px;
  margin-top: 1px;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  text-align: center;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
  -webkit-transition: 0.6s ease-out 0s;
  transition: 0.6s ease-out 0s;
}
.blog-details .pbmit-comment-content .reply a:hover {
  color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-content .reply a:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-content .reply a:hover:after {
  background-color: var(--pbmit-blackish-color);
}
.comment-list .children {
  margin-left: 100px;
  padding-top: 8px;
}
.blog-details .comment-respond {
  padding: 50px 70px 50px;
  border-radius: 20px;
  margin-top: 28px;
  margin-bottom: 20px;
  position: relative;
}
.blog-details .comment-respond .comment-reply-title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.blog-details .comment-respond .comment-notes {
  font-size: 15px;
}
.blog-details .comment-respond .comment-form .form-control {
  border: 1px solid #ddd;
  font-family: inherit;
}
.blog-details .comment-respond .comment-form .form-control:focus {
  border-color: var(--pbmit-global-color);
}
.blog-details .comment-respond .comment-form .form-check {
  margin: 20px 0 25px;
}
.blog-details .comment-respond .comment-form .form-check .form-check-label {
  font-size: 15px;
}
.blog-details .comment-form button.submit {
  border: none;
  padding: 13px 30px;
}
.blog-details .comment-form button.submit:before {
  display: none;
  transition: all 0.6s;
}
.blog-details .comment-form button.submit:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-blackish-color);
}
/** 06 - Team Single **/
.pbmit-team-single .pbmit-team-single-info {
  margin-bottom: 50px;
}
.pbmit-team-single .pbmit-team-single-info .pbmit-team-left-inner {
  position: relative;
  z-index: 1;
  width: 38.3%;
}
.pbmit-team-single .pbmit-team-single-info .pbmit-featured-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.pbmit-team-single .pbmit-team-left-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbmit-team-single .pbmit-team-single-info .pbmit-team-detail {
  position: relative;
  margin-left: -40px;
  background: var(--pbmit-white-color);
  border-radius: 20px;
  width: 64%;
}
.pbmit-team-single .pbmit-team-single-info .pbmit-team-detail:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 553px;
  height: 244px;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(../images/bg/team-details-pattarn.png);
}
.pbmit-team-single .pbmit-team-single-info .pbmit-team-detail .pbmit-team-des {
  padding: 50px 60px 50px 110px;
  position: relative;
}
.pbmit-team-single .pbmit-team-summary {
  margin-bottom: 35px;
}
.pbmit-team-summary .pbmit-team-designation {
  color: var(--pbmit-global-color);
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  border: 1px solid;
  display: inline-block;
  border-radius: 50px;
  padding: 0 10px;
  margin-bottom: 17px;
  font-weight: 500;
}
.pbmit-team-single .pbmit-team-title {
  font-size: 48px;
  line-height: 40px;
  margin-bottom: 0;
  color: var(--pbmit-blackish-color);
}
.pbmit-team-single .pbmit-short-description {
  margin-bottom: 42px;
}
.pbmit-team-single .pbmit-single-team-info {
  margin-bottom: 40px;
}
.pbmit-single-team-info li {
  margin-bottom: 15px;
  display: flex;
}
.pbmit-single-team-info li,
.pbmit-single-team-info li a {
  font-size: 17px;
  line-height: 27px;
  color: #54655e;
}
.pbmit-team-single .pbmit-single-team-info li label {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  min-width: 175px;
  display: inline-block;
  padding-right: 10px;
  color: var(--pbmit-blackish-color);
  text-transform: capitalize;
  font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-team-single .pbmit-team-social-links li {
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0;
}
.pbmit-team-single .pbmit-team-social-links a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  background-color: transparent;
  color: var(--pbmit-blackish-color);
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}
.pbmit-team-single .pbmit-team-social-links a:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
  border-color: var(--pbmit-global-color);
}
.pbmit-team-single .pbmit-entry-content {
  padding: 30px 0;
}
.pbmit-team-single .pbmit-entry-content .pbmit-custom-heading .pbmit-title {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.pbmit-team-single .pbmit-entry-content .award-box-area {
  border-bottom: 1px solid #bfcbc2;
  padding: 10px 20px 7px 0;
  display: flex;
  gap: 20px;
}
.pbmit-team-single .pbmit-entry-content .award-box-area .award-box {
  display: flex;
  padding: 0 30px;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.pbmit-team-single
  .pbmit-entry-content
  .award-box-area
  .pbmit-heading
  .pbmit-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.pbmit-team-single .pbmit-entry-content .progress-area {
  display: flex;
  gap: 65px;
  padding: 40px 60px 40px 0;
}
.pbmit-team-single .pbmit-entry-content .progress-left,
.pbmit-team-single .pbmit-entry-content .progress-right {
  width: 100%;
}
.pbmit-team-single .pbmit-entry-content .progress-area .progress-label {
  color: var(--pbmit-heading-color);
}
.pbmit-team-single
  .pbmit-entry-content
  .list-group
  .list-group-item:not(:first-child) {
  margin-top: calc(0px / 2);
}
.pbmit-team-single .pbmit-list-group-title {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.pbmit-team-single .pbmit-team-form {
  background: var(--pbmit-white-color);
  border-radius: 20px;
  padding: 40px 40px 30px;
  margin-left: 50px;
}
.pbmit-team-single .pbmit-team-form .pbmit-heading-subheading {
  text-align: center;
  margin-bottom: 22px;
}
.pbmit-team-single .pbmit-team-form .pbmit-heading-subheading .pbmit-title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 10px;
}
.pbmit-team-single .pbmit-team-form form .form-control {
  border: 1px solid #ddd;
}
.pbmit-team-single .pbmit-team-form form .form-control:focus {
  border-color: var(--pbmit-global-color);
}
.pbmit-team-single .pbmit-team-form form .form-select {
  background-size: 18px 20px;
  background-image: url(../images/bg/down-arrow-2.png);
}
.pbmit-team-single .pbmit-team-form form .pbmit-button-wrapper {
  text-align: center;
  margin-top: 10px;
}
.pbmit-team-single .pbmit-team-form form button.pbmit-btn {
  border: none;
  opacity: 1;
}
/** 07 - Contact Us **/
.ihbox-section {
  padding: 125px 0 110px 0;
}
.pbmit-title-bar-wrapper .pbmit-tbar-subtitle{
  max-width: 760px;
  margin: 12px auto 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,0.9);
}
.sr-contact-hero .pbmit-tbar-inner{
  text-align: center;
}
.sr-contact-hero .pbmit-tbar-title{
  font-size: 54px;
  line-height: 62px;
  letter-spacing: -0.5px;
}
.sr-contact-hero .pbmit-tbar-subtitle{
  font-size: 18px;
  line-height: 28px;
  max-width: 860px;
}
.sr-contact-hero .pbmit-breadcrumb{
  justify-content: center;
}
.sr-why-hero .pbmit-tbar-inner{
  text-align: center;
}
.sr-why-hero .pbmit-tbar-title{
  font-size: 54px;
  line-height: 62px;
  letter-spacing: -0.5px;
}
.sr-why-hero .pbmit-tbar-subtitle{
  max-width: 860px;
  margin: 12px auto 0;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255,255,255,0.9);
}
.sr-why-hero .pbmit-title-bar-content-inner{
  text-align: center;
}
.sr-why-hero .pbmit-breadcrumb{
  justify-content: center;
}
.sr-projects-hero .pbmit-title-bar-content-inner{
  text-align: center;
}
.sr-projects-hero .pbmit-tbar-title{
  font-size: 54px;
  line-height: 62px;
  letter-spacing: -0.5px;
}
.sr-projects-hero .pbmit-breadcrumb{
  justify-content: center;
}
.sr-blog-hero .pbmit-tbar-inner{
  text-align: center;
}
.sr-blog-hero .pbmit-tbar-title{
  font-size: 54px;
  line-height: 62px;
  letter-spacing: -0.5px;
}
.sr-blog-hero .pbmit-tbar-subtitle{
  max-width: 860px;
  margin: 12px auto 0;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255,255,255,0.9);
}
.sr-blog-hero .pbmit-breadcrumb{
  justify-content: center;
}
.sr-blog-detail-hero .pbmit-tbar-title{
  font-size: 46px;
  line-height: 56px;
}
.sr-blog-detail-hero .pbmit-tbar-subtitle{
  font-size: 16px;
  line-height: 26px;
  max-width: 980px;
  color: rgba(255,255,255,0.92);
}
.ihbox-section .pbmit-column {
  padding: 0 20px;
}
.ihbox-section .pbmit-column:first-child {
  padding-left: 10px;
}
.ihbox-section .pbmit-column:last-child {
  padding-right: 10px;
}
.ihbox-section .pbmit-ihbox-style-3 {
  padding: 30px 37px 27px;
}
.contact-form-left-box {
  background-image: url(../images/bg/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 15px;
}
.contact-form-left-box .inner-box {
  position: relative;
  border-radius: 20px;
  padding: 35px 48px 40px 35px;
}
.contact-form-left-box .inner-box .pbmit-icon-wrap {
  position: absolute;
  right: 30px;
  width: auto;
  bottom: 11px;
}
.contact-form-left-box .inner-box .pbmit-icon-wrap .pbmit-icon i {
  color: #ffffff59;
  opacity: 0.5;
}
.contact-form-left-box .inner-box .pbmit-icon-wrap .pbmit-icon i::before {
  font-size: 110px;
  margin: 0;
}
.contact-form-left-box .inner-box .pbmit-heading-title h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  color: var(--pbmit-white-color);
  margin: 0;
}
.contact-form-left-box .inner-box .sr-commitment-text{
  padding-top: 18px;
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  line-height: 22px;
}
.contact-form-left-box .inner-box .sr-social-block{
  padding-top: 6px;
}
.contact-form-left-box .inner-box .sr-social-title{
  color: var(--pbmit-white-color);
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}
.contact-form-left-box .inner-box .sr-social-links li + li{
  margin-top: 8px;
}
.contact-form-left-box .inner-box .sr-social-links a{
  color: rgba(255,255,255,0.92);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.contact-form-left-box .inner-box .sr-social-links a:hover{
  color: var(--pbmit-white-color);
}
.contact-form-left-box .inner-box .sr-social-links i{
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255,255,255,0.22);
}
.contact-form-left-box .inner-box .pbmit-ihbox-style-15 {
  padding-top: 20px;
}
.contact-form-right-box {
  padding: 60px 65px 55px 65px;
  border-radius: 20px;
  margin-left: 40px;
}
.contact-form-right-box .alert{
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 18px;
}
.contact-form-right-box form .form-select{
  font-size: 16px;
  border: 1px solid #ddd;
}
.contact-form-right-box form .form-select:focus{
  border-color: var(--pbmit-global-color);
  box-shadow: none;
}
.contact-form-right-box .sr-recaptcha{
  margin-bottom: 20px;
}
.contact-form-right-box .pbmit-custom-heading .pbmit-title {
  font-size: 36px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.contact-form-right-box form .form-control {
  font-size: 16px;
  border: 1px solid #ddd;
}
.contact-form-right-box form .form-control:focus {
  border-color: var(--pbmit-global-color);
}
.contact-form-right-box form .form-check {
  margin-bottom: 30px;
}
.contact-form-right-box form .pbmit-btn.submit {
  border: none;
}
.client-area {
  border-top: 0.5px solid #dddddd;
  margin-top: 80px;
  padding-top: 50px;
}
.client-area .client-custom-heading {
  margin-left: 12px;
}
.client-area .client-custom-heading .pbmit-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.2px;
  margin-bottom: 0;
  text-align: end;
}
.page-content.contact-us .client-area .pbmit-client-style-1 img{
  background-color: transparent;
}
.page-content.contact-us .client-area .pbmit-client-style-1 .pbmit-border-wrapper{
  padding: 6px 0;
}
.page-content.contact-us .client-area .pbmit-client-style-1 .pbmit-client-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  width: 100%;
}
.page-content.contact-us .client-area .pbmit-client-style-1 .pbmit-featured-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 58px;
  background: transparent;
}
.page-content.contact-us .client-area .pbmit-client-style-1 .pbmit-featured-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.page-content.why-us .sr-why-diff .pbmit-heading-subheading{
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.page-content.why-us .section-xl{
  padding-top: 110px;
  padding-bottom: 110px;
}
.page-content.why-us{
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.30) 0%, rgba(255, 255, 255, 1) 40%);
}
.page-content.blog-hub{
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.28) 0%, rgba(255, 255, 255, 1) 42%);
}
.page-content.blog-hub .section-xl{
  padding-top: 110px;
  padding-bottom: 110px;
}
.page-content.blog-hub .sr-blog-cats{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.page-content.blog-hub .sr-blog-cats:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png), url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 6% 88%, 96% 10%;
  background-size: 320px auto, 420px auto;
  opacity: 0.10;
}
.page-content.blog-hub .sr-blog-cats .container,
.page-content.blog-hub .sr-blog-posts .container,
.page-content.blog-hub .sr-blog-faq .container{
  position: relative;
  z-index: 1;
}
.page-content.blog-hub .sr-cat-card{
  height: 100%;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  padding: 26px 24px 22px;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.page-content.blog-hub .sr-cat-card:hover{
  transform: translateY(-4px);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.22);
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.12);
}
.page-content.blog-hub .sr-cat-icon{
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(236, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.25);
  box-shadow: 0 10px 26px rgba(10, 25, 38, 0.10);
  color: rgba(var(--pbmit-global-color-rgb), 1);
  font-size: 26px;
  margin-bottom: 14px;
}
.page-content.blog-hub .sr-cat-title{
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 10px;
}
.page-content.blog-hub .sr-cat-desc{
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.80);
}
.page-content.blog-hub .sr-blog-posts{
  position: relative;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.45) 0%, rgba(255, 255, 255, 1) 100%);
  overflow: hidden;
}
.page-content.blog-hub .sr-blog-posts:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat;
  background-position: 96% 10%;
  background-size: 420px auto;
  opacity: 0.08;
}
.page-content.blog-hub .sr-blog-subtext{
  max-width: 920px;
  margin: 10px auto 0;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.78);
}
.page-content.blog-hub .sr-post-card{
  height: 100%;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.page-content.blog-hub .sr-post-card:hover{
  transform: translateY(-4px);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.22);
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.12);
}
.page-content.blog-hub .sr-post-media{
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.page-content.blog-hub .sr-post-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 320ms ease;
}
.page-content.blog-hub .sr-post-card:hover .sr-post-media img{
  transform: scale(1.05);
}
.page-content.blog-hub .sr-post-body{
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-content.blog-hub .sr-post-meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.page-content.blog-hub .sr-post-chip{
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(var(--pbmit-global-color-rgb), 1);
  background: rgba(var(--pbmit-global-color-rgb), 0.10);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.16);
}
.page-content.blog-hub .sr-post-date{
  font-size: 13px;
  line-height: 13px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.70);
  white-space: nowrap;
}
.page-content.blog-hub .sr-post-title{
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px;
  color: var(--pbmit-blackish-color);
}
.page-content.blog-hub .sr-post-excerpt{
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-content.blog-hub .sr-post-footer{
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.page-content.blog-hub .sr-post-read{
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.70);
}
.page-content.blog-hub .sr-post-cta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: rgba(var(--pbmit-global-color-rgb), 1);
}
.page-content.blog-hub .sr-post-cta i{
  font-size: 16px;
}

.page-content.blog-hub .sr-draft-card{
  height: 100%;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.page-content.blog-hub .sr-draft-card:hover{
  transform: translateY(-4px);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.22);
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.12);
}
.page-content.blog-hub .sr-draft-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.page-content.blog-hub .sr-draft-chip{
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(var(--pbmit-global-color-rgb), 1);
  background: rgba(var(--pbmit-global-color-rgb), 0.10);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.16);
}
.page-content.blog-hub .sr-draft-chip--muted{
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
  background: rgba(var(--pbmit-secondary-color-rgb), 0.06);
  border-color: rgba(var(--pbmit-secondary-color-rgb), 0.12);
}
.page-content.blog-hub .sr-draft-title{
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px;
}
.page-content.blog-hub .sr-draft-desc{
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 18px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.78);
}
.page-content.blog-hub .sr-draft-cta{
  margin-top: auto;
  padding: 10px 46px 10px 18px;
  border-radius: 12px;
}
.page-content.blog-hub .sr-draft-cta .pbmit-button-text:before{
  top: 10px;
  right: 18px;
}
.page-content.blog-hub .sr-blog-faq{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.page-content.blog-hub .sr-blog-faq:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: 6% 92%;
  background-size: 340px auto;
  opacity: 0.10;
}
.page-content.blog-hub .sr-blog-faq-cta{
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.page-content.blog-hub .sr-blog-faq .accordion{
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
}
.page-content.blog-hub .sr-blog-faq .accordion-item{
  background: transparent;
  border: 0;
}
.page-content.blog-hub .sr-blog-faq .accordion-button{
  background: transparent;
  padding: 18px 22px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.page-content.blog-hub .sr-blog-faq .accordion-button:after{
  display: none;
}
.page-content.blog-hub .sr-blog-faq .sr-faq-title{
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: var(--pbmit-blackish-color);
}
.page-content.blog-hub .sr-blog-faq .sr-faq-arrow{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--pbmit-global-color-rgb), 0.10);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.18);
  color: rgba(var(--pbmit-global-color-rgb), 1);
  flex: 0 0 auto;
  transform: rotate(90deg);
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
}
.page-content.blog-hub .sr-blog-faq .accordion-button.collapsed .sr-faq-arrow{
  transform: rotate(0deg);
}
.page-content.blog-hub .sr-blog-faq .accordion-body{
  padding: 0 22px 18px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.82);
}
.page-content.blog-hub .sr-blog-faq .accordion-item + .accordion-item{
  border-top: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
}

@media (max-width: 767.98px){
  .page-content.blog-hub .sr-post-media{
    height: 190px;
  }
  .page-content.blog-hub .sr-post-body{
    padding: 20px 18px 18px;
  }
  .page-content.blog-hub .sr-blog-faq .accordion-button{
    padding: 16px 16px;
  }
  .page-content.blog-hub .sr-blog-faq .accordion-body{
    padding: 0 16px 16px;
  }
}
.page-content.blog-detail{
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.25) 0%, rgba(255, 255, 255, 1) 48%);
}
.page-content.blog-detail .sr-article-section{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.page-content.blog-detail .sr-article-section:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat;
  background-position: 96% 10%;
  background-size: 420px auto;
  opacity: 0.08;
}
.page-content.blog-detail .sr-article-section .container{
  position: relative;
  z-index: 1;
}
.page-content.blog-detail .sr-article-card{
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  overflow: hidden;
}
.page-content.blog-detail .sr-article-cover{
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.page-content.blog-detail .sr-article-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-content.blog-detail .sr-article-meta{
  padding: 18px 26px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.page-content.blog-detail .sr-article-chip{
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(var(--pbmit-global-color-rgb), 1);
  background: rgba(var(--pbmit-global-color-rgb), 0.10);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.16);
}
.page-content.blog-detail .sr-article-dot{
  color: rgba(var(--pbmit-secondary-color-rgb), 0.55);
}
.page-content.blog-detail .sr-article-muted{
  font-size: 13px;
  line-height: 13px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.70);
}
.page-content.blog-detail .sr-article-content{
  padding: 18px 26px 26px;
}
.page-content.blog-detail .sr-article-content p{
  font-size: 16px;
  line-height: 28px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.85);
}
.page-content.blog-detail .sr-article-content h2{
  font-size: 24px;
  line-height: 32px;
  margin: 22px 0 12px;
}
.page-content.blog-detail .sr-article-content h3{
  font-size: 20px;
  line-height: 28px;
  margin: 18px 0 10px;
}
.page-content.blog-detail .sr-article-content ul,
.page-content.blog-detail .sr-article-content ol{
  padding-left: 22px;
  margin: 0 0 14px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.85);
}
.page-content.blog-detail .sr-article-content li{
  margin-bottom: 8px;
  line-height: 26px;
}
.page-content.blog-detail .sr-article-cta{
  margin: 0 26px 26px;
  border-radius: 18px;
  padding: 18px 18px;
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.55) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.page-content.blog-detail .sr-article-cta-title{
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 26px;
}
.page-content.blog-detail .sr-article-cta-desc{
  color: rgba(var(--pbmit-secondary-color-rgb), 0.82);
  font-size: 14px;
  line-height: 22px;
}
.page-content.blog-detail .sr-article-cta-btn{
  padding: 10px 46px 10px 18px;
  border-radius: 12px;
}
.page-content.blog-detail .sr-article-cta-btn .pbmit-button-text:before{
  top: 10px;
  right: 18px;
}
.page-content.blog-detail .sr-article-title{
  padding: 26px 26px 0;
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}
.page-content.blog-detail .sr-article-lead{
  padding: 12px 26px 22px;
  margin: 0;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.82);
}
.page-content.blog-detail .sr-article-back{
  margin: 0 26px 26px;
  padding: 10px 46px 10px 18px;
  border-radius: 12px;
}
.page-content.blog-detail .sr-article-back .pbmit-button-text:before{
  top: 10px;
  right: 18px;
}

@media (max-width: 767.98px){
  .page-content.blog-detail .sr-article-cover{
    height: 220px;
  }
  .page-content.blog-detail .sr-article-meta{
    padding: 16px 18px 0;
  }
  .page-content.blog-detail .sr-article-content{
    padding: 16px 18px 18px;
  }
  .page-content.blog-detail .sr-article-cta{
    margin: 0 18px 18px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-content.why-us .sr-why-diff{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.page-content.why-us .sr-why-diff:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png), url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 6% 88%, 96% 10%;
  background-size: 320px auto, 420px auto;
  opacity: 0.10;
}
.page-content.why-us .sr-why-diff .container{
  position: relative;
  z-index: 1;
}
.page-content.why-us .sr-diff-card,
.page-content.why-us .sr-tech-card{
  height: 100%;
  background: #fff;
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
  border-radius: 20px;
  padding: 28px 24px 24px;
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.page-content.why-us .sr-diff-card:hover,
.page-content.why-us .sr-tech-card:hover{
  transform: translateY(-4px);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.22);
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.12);
}
.page-content.why-us .sr-diff-icon,
.page-content.why-us .sr-tech-icon{
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(236, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.25);
  box-shadow: 0 10px 26px rgba(10, 25, 38, 0.10);
  color: rgba(var(--pbmit-global-color-rgb), 1);
  font-size: 26px;
  margin-bottom: 14px;
}
.page-content.why-us .sr-diff-title,
.page-content.why-us .sr-tech-title{
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 10px;
}
.page-content.why-us .sr-diff-desc,
.page-content.why-us .sr-tech-desc{
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.80);
}
.page-content.why-us .sr-why-tech{
  position: relative;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.45) 0%, rgba(255, 255, 255, 1) 100%);
  overflow: hidden;
}
.page-content.why-us .sr-why-tech:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat;
  background-position: 96% 8%;
  background-size: 420px auto;
  opacity: 0.08;
}
.page-content.why-us .sr-why-tech .container{
  position: relative;
  z-index: 1;
}
.page-content.why-us .sr-why-testimonials .swiper-slider{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.page-content.why-us .sr-why-testimonials{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.page-content.why-us .sr-why-testimonials:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/portfolio-bg-pattarn.png);
  background-repeat: no-repeat;
  background-position: 4% 16%;
  background-size: 420px auto;
  opacity: 0.08;
}
.page-content.why-us .sr-why-testimonials .container{
  position: relative;
  z-index: 1;
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-post-item{
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-post-item{
  position: relative;
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,250,255,1) 100%);
  overflow: hidden;
  min-height: 320px;
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-post-item:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 88% 14%, rgba(var(--pbmit-global-color-rgb), 0.10), transparent 45%);
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-post-item:after{
  content: "\e874";
  font-family: "pbminfotech-base-icons";
  position: absolute;
  right: 18px;
  top: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 14px;
  color: rgba(var(--pbmit-global-color-rgb), 1);
  background: rgba(var(--pbmit-global-color-rgb), 0.10);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.18);
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbmit-box-content-wrap{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 26px 22px;
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings{
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 12px;
  color: rgba(var(--pbmit-global-color-rgb), 0.55);
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-testimonial-text{
  font-size: 18px;
  line-height: 30px;
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-box-desc{
  flex: 1 1 auto;
  padding-bottom: 18px;
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-box-author-wrapper{
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.12);
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-box-author{
  gap: 12px;
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbmit-auther-content{
  padding-left: 0;
}
.page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-box-img img{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: cover;
}
.page-content.why-us .sr-why-testimonials .swiper-slider{
  padding-bottom: 0;
}
.page-content.why-us .sr-why-testimonials .swiper-pagination{
  position: static;
  transform: none;
  margin-top: 18px;
}
.page-content.why-us .sr-why-testimonials .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: rgba(var(--pbmit-global-color-rgb), 0.28);
  opacity: 1;
}
.page-content.why-us .sr-why-testimonials .swiper-pagination-bullet-active{
  background: rgba(var(--pbmit-global-color-rgb), 1);
}
.page-content.why-us .sr-why-impact{
  position: relative;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.45) 0%, rgba(255, 255, 255, 1) 100%);
  overflow: hidden;
}
.page-content.why-us .sr-why-impact:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: 6% 92%;
  background-size: 340px auto;
  opacity: 0.10;
}
.page-content.why-us .sr-why-impact .container{
  position: relative;
  z-index: 1;
}
.page-content.why-us .sr-impact-card{
  height: 100%;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  padding: 22px 22px 18px;
}
.page-content.why-us .sr-impact-card{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-content.why-us .sr-impact-card{
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,250,255,1) 100%);
  overflow: hidden;
  position: relative;
}
.page-content.why-us .sr-impact-card:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 88% 12%, rgba(var(--pbmit-global-color-rgb), 0.10), transparent 48%);
}
.page-content.why-us .sr-impact-card > *{
  position: relative;
  z-index: 1;
}
.page-content.why-us .sr-impact-top{
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-content.why-us .sr-impact-label{
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.78);
}
.page-content.why-us .sr-impact-value{
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 2px;
}
.page-content.why-us .sr-impact-number{
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -0.8px;
  color: var(--pbmit-blackish-color);
}
.page-content.why-us .sr-impact-unit{
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.82);
}
.page-content.why-us .sr-impact-icon{
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(233, 250, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.25);
  box-shadow: 0 10px 26px rgba(10, 25, 38, 0.10);
  color: rgba(var(--pbmit-global-color-rgb), 1);
  font-size: 26px;
}
.page-content.why-us .sr-impact-card .pbmit-fid-title{
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
  font-weight: 700;
}
.page-content.why-us .sr-impact-card .pbmit-fld-wrap{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-content.why-us .sr-impact-card .pbmit-fid-icon-title{
  margin-bottom: 2px;
}
.page-content.why-us .sr-impact-card .pbmit-fid-inner{
  font-size: 46px;
  line-height: 46px;
  letter-spacing: -0.6px;
}
.page-content.why-us .sr-impact-card .pbmit-fid{
  font-size: 18px;
}
.page-content.why-us .sr-impact-desc{
  margin-top: 6px;
}

@media (max-width: 767.98px){
  .page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbmit-box-content-wrap{
    padding: 24px 20px 18px;
  }
  .page-content.why-us .sr-why-testimonials .pbmit-testimonial-style-2 .pbminfotech-testimonial-text{
    font-size: 16px;
    line-height: 26px;
  }
  .page-content.why-us .sr-impact-card .pbmit-fid-inner{
    font-size: 40px;
    line-height: 40px;
  }
  .page-content.why-us .sr-impact-number{
    font-size: 46px;
    line-height: 46px;
  }
}
.page-content.why-us .sr-impact-desc{
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.82);
}

@media (max-width: 575.98px){
  .page-content.why-us .sr-impact-top{
    align-items: flex-start;
  }
}
.iframe-section {
  padding: 105px 70px 100px;
}
.iframe-section .sr-map-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 18px;
}
.iframe-section .sr-map-head .pbmit-title{
  margin: 0;
}
.iframe-section .pbmit-btn.outline.sr-directions{
  padding: 10px 46px 10px 18px;
  border-radius: 12px;
}
.iframe-section .pbmit-btn.outline.sr-directions .pbmit-button-text:before{
  top: 10px;
  right: 18px;
}

@media (max-width: 1199.98px){
  .contact-form-right-box{
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px){
  .sr-contact-hero .pbmit-tbar-title{
    font-size: 34px;
    line-height: 42px;
  }
  .sr-contact-hero .pbmit-tbar-subtitle{
    font-size: 16px;
    line-height: 24px;
  }
  .sr-why-hero .pbmit-tbar-title{
    font-size: 34px;
    line-height: 42px;
  }
  .sr-why-hero .pbmit-tbar-subtitle{
    font-size: 16px;
    line-height: 24px;
  }
  .sr-projects-hero .pbmit-tbar-title{
    font-size: 34px;
    line-height: 42px;
  }
  .sr-blog-hero .pbmit-tbar-title{
    font-size: 34px;
    line-height: 42px;
  }
  .sr-blog-hero .pbmit-tbar-subtitle{
    font-size: 16px;
    line-height: 24px;
  }
  .sr-blog-detail-hero .pbmit-tbar-title{
    font-size: 30px;
    line-height: 38px;
  }
  .page-content.why-us .section-xl{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-content.blog-hub .section-xl{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contact-form-right-box{
    padding: 28px 22px 24px;
  }
  .contact-form-left-box .inner-box{
    padding: 28px 22px 28px 22px;
  }
  .iframe-section{
    padding: 70px 18px 70px;
  }
}
.iframe-area {
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}
.iframe-area iframe {
  height: 600px;
  width: 100%;
}
label.error {
  color: #dc3232;
  border-radius: 0px 0 10px 10px;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 17px;
  display: block;
  margin-top: 0px;
  margin-right: 20%;
}
.form-control.error {
  margin-bottom: 0 !important;
}
form .alert-danger {
  word-wrap: break-word;
}
/**08 - Comment Form **/
.form-control,
.form-select {
  display: block;
  font-weight: 400;
  line-height: normal;
  border: none;
  background-color: transparent;
  height: 60px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
form textarea.form-control {
  padding: 20px;
  resize: none;
  height: 130px;
}
form .form-check-input[type="checkbox"] {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-top: 7px;
  border-color: rgba(var(--pbmit-blackish-color-rgb), 0.7);
}

.page-content.about-us .sr-about,
.page-content.about-us .sr-vision-mission,
.page-content.about-us .sr-core-founder {
  position: relative;
  overflow: hidden;
}
.page-content.about-us .sr-about:before,
.page-content.about-us .sr-vision-mission:before,
.page-content.about-us .sr-core-founder:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: 96% 6%;
  background-size: 420px auto;
  opacity: 0.1;
  z-index: 0;
}
.page-content.about-us .sr-about > .container,
.page-content.about-us .sr-vision-mission > .container,
.page-content.about-us .sr-core-founder > .container {
  position: relative;
  z-index: 1;
}

.page-content.about-us .sr-about {
  background: linear-gradient(
    180deg,
    rgba(236, 246, 255, 0.85) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.06);
}
.page-content.about-us .sr-about-media {
  position: relative;
}
.page-content.about-us .sr-about-media-top img {
  border-radius: 26px;
  box-shadow: 0 20px 55px rgba(10, 45, 18, 0.12);
}
.page-content.about-us .sr-about-media-bottom {
  margin-top: -70px;
  padding-left: 90px;
}
.page-content.about-us .sr-about-media-bottom img {
  border-radius: 26px 26px 240px 26px;
  box-shadow: 0 20px 55px rgba(10, 45, 18, 0.12);
  border: 8px solid rgba(var(--pbmit-white-color-rgb), 1);
}
.page-content.about-us .sr-about-content p {
  font-size: 18px;
  line-height: 30px;
}

.page-content.about-us .sr-vision-mission {
  background: rgba(236, 246, 255, 1);
}
.page-content.about-us .sr-vm-header {
  margin-bottom: 30px;
}
.page-content.about-us .sr-vm-title {
  margin: 0;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-content.about-us .section-xl {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.page-content.about-us .sr-vm-decor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 6px 0 0;
}
.page-content.about-us .sr-vm-decor:before {
  content: "";
  position: absolute;
  left: 80px;
  right: 80px;
  top: 50%;
  height: 2px;
  background: rgba(var(--pbmit-global-color-rgb), 0.35);
  transform: translateY(-50%);
}
.page-content.about-us .sr-vm-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pbmit-global-color);
  background: rgba(var(--pbmit-white-color-rgb), 0.9);
  border: 2px solid rgba(var(--pbmit-global-color-rgb), 0.35);
  border-radius: 999px;
  position: relative;
  z-index: 1;
}
.page-content.about-us .sr-vm-icon svg {
  width: 36px;
  height: 36px;
}
.page-content.about-us .sr-vm-icon-center {
  width: 74px;
  height: 74px;
  color: var(--pbmit-global-color);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.55);
}
.page-content.about-us .sr-vm-card {
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(226, 242, 255, 0.65) 0%,
    rgba(255, 255, 255, 1) 55%
  );
  border: 2px solid rgba(var(--pbmit-global-color-rgb), 0.55);
  border-radius: 26px;
  padding: 34px 36px;
  box-shadow: 0 18px 45px rgba(10, 45, 18, 0.08);
  text-align: center;
}
.page-content.about-us .sr-vm-card--vision {
  border-color: rgba(16, 168, 84, 0.75);
}
.page-content.about-us .sr-vm-card--mission {
  border-color: rgba(16, 168, 84, 0.55);
}
.page-content.about-us .sr-vm-label {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.page-content.about-us .sr-vm-label-text {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1f2c73;
}
.page-content.about-us .sr-vm-label:before,
.page-content.about-us .sr-vm-label:after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 3px;
  background: rgba(var(--pbmit-global-color-rgb), 0.55);
  border-radius: 999px;
}
.page-content.about-us .sr-vm-label:before {
  margin-right: 6px;
}
.page-content.about-us .sr-vm-label:after {
  margin-left: 6px;
}
.page-content.about-us .sr-vm-label-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(16, 168, 84, 0.85);
}
.page-content.about-us .sr-vm-label-icon svg {
  width: 40px;
  height: 40px;
}
.page-content.about-us .sr-vm-card p {
  font-size: 18px;
  line-height: 30px;
}

.page-content.about-us .sr-section-title {
  margin: 0 0 28px;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.page-content.about-us .sr-core-values {
  background: linear-gradient(
    180deg,
    rgba(236, 246, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.page-content.about-us .sr-values-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-content.about-us .sr-values-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 20px;
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.08);
  background: rgba(var(--pbmit-white-color-rgb), 1);
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(10, 45, 18, 0.08);
}
.page-content.about-us .sr-values-item:last-child {
  border-bottom: 0;
}
.page-content.about-us .sr-value-dot {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  transform: rotate(45deg);
  background: var(--pbmit-global-color);
  border-radius: 2px;
  flex: 0 0 auto;
}
.page-content.about-us .sr-leadership .pbmit-heading-subheading {
  margin-bottom: 20px;
}
.page-content.about-us .sr-value-content {
  flex: 1 1 auto;
}
.page-content.about-us .sr-value-title {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--pbmit-secondary-color);
}
.page-content.about-us .sr-values-item p {
  font-size: 18px;
  line-height: 30px;
}
.page-content.about-us .sr-value-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pbmit-global-color);
  flex: 0 0 auto;
}
.page-content.about-us .sr-value-icon svg {
  width: 46px;
  height: 46px;
}
.page-content.about-us .sr-leaders {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  align-items: stretch;
  justify-items: center;
  margin-bottom: 26px;
}
.page-content.about-us .sr-leader {
  height: 100%;
  width: 100%;
  max-width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(var(--pbmit-white-color-rgb), 1);
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.06);
  border-radius: 18px;
  padding: 16px 14px;
  box-shadow: 0 16px 36px rgba(10, 45, 18, 0.08);
}
.page-content.about-us .sr-leader-photo {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(var(--pbmit-white-color-rgb), 1);
  box-shadow: 0 12px 30px rgba(10, 45, 18, 0.1);
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.08);
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}
.page-content.about-us .sr-leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-content.about-us .sr-leader-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: var(--pbmit-secondary-color);
}
.page-content.about-us .sr-leader-role {
  font-size: 15px;
  line-height: 20px;
  color: rgba(var(--pbmit-blackish-color-rgb), 0.75);
}
.page-content.about-us .sr-founder-message {
  background: rgba(var(--pbmit-white-color-rgb), 1);
  border-radius: 22px;
  padding: 28px 28px;
  border-left: 5px solid var(--pbmit-global-color);
  box-shadow: 0 18px 45px rgba(10, 45, 18, 0.08);
}
.page-content.about-us .sr-founder-message p {
  font-size: 18px;
  line-height: 30px;
}

.page-content.about-us #milestones {
  padding-top: 40px;
}
.page-content.about-us .sr-timeline-helper {
  margin-top: -10px;
  margin-bottom: 20px;
}
.page-content.about-us .sr-timeline-helper-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(var(--pbmit-white-color-rgb), 1);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.3);
  border-radius: 999px;
  padding: 8px 14px;
  box-shadow: 0 10px 24px rgba(10, 45, 18, 0.06);
}
.page-content.about-us .sr-timeline-badge {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--pbmit-white-color);
  background: var(--pbmit-global-color);
  padding: 2px 8px;
  border-radius: 999px;
}
.page-content.about-us .sr-timeline-text {
  font-size: 13px;
  line-height: 20px;
  color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
}
@media (max-width: 991px) {
  .page-content.about-us .section-xl {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .page-content.about-us .sr-about-media-bottom {
    margin-top: 18px;
    padding-left: 0;
  }
  .page-content.about-us .sr-vm-decor:before {
    left: 64px;
    right: 64px;
  }
  .page-content.about-us .sr-values-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .page-content.about-us .sr-vm-title {
    font-size: 24px;
    line-height: 30px;
  }
  .page-content.about-us .section-xl {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .page-content.about-us .sr-vm-label:before,
  .page-content.about-us .sr-vm-label:after {
    width: 38px;
  }
  .page-content.about-us .sr-vm-label-text {
    font-size: 18px;
    line-height: 22px;
  }
  .page-content.about-us .sr-vm-label-icon {
    width: 34px;
    height: 34px;
  }
  .page-content.about-us .sr-vm-icon {
    width: 54px;
    height: 54px;
  }
  .page-content.about-us .sr-vm-icon-center {
    width: 62px;
    height: 62px;
  }
  .page-content.about-us .sr-vm-card {
    padding: 24px 20px;
  }
  .page-content.about-us .sr-leader {
    max-width: 100%;
    max-width: 100%;
  }
  .page-content.about-us .sr-leader-photo {
    width: 100px;
    height: 100px;
  }
  .page-content.about-us .sr-leader-name {
    font-size: 18px;
    line-height: 24px;
  }
  .page-content.about-us .sr-leader-role {
    font-size: 14px;
    line-height: 20px;
  }
  .page-content.about-us .sr-values-list {
    grid-template-columns: 1fr;
  }
}

/* Header nav: keep single row on wide screens */
@media (min-width: 992px) {
  .pbmit-header-style-2 .main-menu .navigation {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }
  .pbmit-header-style-2 .main-menu .navigation > li {
    flex: 0 0 auto;
    margin: 0 clamp(8px, 1.1vw, 18px);
  }
}

/* Leadership cards: tighter gap and equal heights with grid */
.page-content.about-us .sr-leaders{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  align-items: stretch;
  justify-items: center;
}
.page-content.about-us .sr-leader{
  height: 100%;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-content.about-us .sr-leader-photo{
  margin-left: auto;
  margin-right: auto;
}

/* Leadership section aesthetic background */
.page-content.about-us .sr-leadership{
  position: relative;
  background: linear-gradient(180deg, rgba(236,246,255,.45) 0%, rgba(255,255,255,1) 100%);
  border-radius: 24px;
}
.page-content.about-us .sr-leadership:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/homepage-2/bg/bg-pattern.png), url(../images/homepage-2/bg/bg-pattern.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 6% 92%, 94% 8%;
  background-size: 340px auto, 420px auto;
  opacity: 0.12;
  z-index: 0;
}
.page-content.about-us .sr-leadership .container{
  position: relative;
  z-index: 1;
}

@media (max-width: 575px){
  .page-content.about-us .sr-leaders{
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

/* Services modern cards */
.page-content.services .services-cards-modern .pbmit-service-style-4 .pbminfotech-post-item{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 34px 24px 22px;
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.page-content.services .services-cards-modern .pbmit-service-style-4 .pbmit-box-content-wrap{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-content.services .services-cards-modern .pbmit-service-style-4:hover .pbminfotech-post-item{
  transform: translateY(-4px);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.22);
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.12);
}
.page-content.services .services-cards-modern .pbmit-service-title{
  padding: 18px 0 10px;
  font-size: 24px;
  line-height: 30px;
  width: auto !important;
  display: block;
  overflow: visible;
  text-overflow: clip;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
  margin-bottom: 8px;
}
.page-content.services .services-cards-modern .home-service-desc{
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-content.services .services-cards-modern .svc-card-cta{
  margin: 6px 0 18px;
}
.page-content.services .services-cards-modern .svc-readmore{
  padding: 10px 46px 10px 18px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  border-color: rgba(var(--pbmit-global-color-rgb), 0.35);
  color: var(--pbmit-blackish-color);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,250,255,1) 100%);
  box-shadow: 0 14px 34px rgba(10, 25, 38, 0.10);
}
.page-content.services .services-cards-modern .svc-readmore:before{
  background-color: var(--pbmit-global-color);
}
.page-content.services .services-cards-modern .svc-readmore .pbmit-button-text:before{
  right: 18px;
  top: 10px;
  font-size: 16px;
  color: var(--pbmit-blackish-color);
}
.page-content.services .services-cards-modern .svc-readmore:hover{
  border-color: rgba(var(--pbmit-global-color-rgb), 0.6);
}
.page-content.services .services-cards-modern .svc-readmore:hover .pbmit-button-text:before{
  color: var(--pbmit-white-color);
}
.page-content.services .services-cards-modern .pbmit-service-icon{
  width: 74px;
  height: 74px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(16, 168, 84, 0.9);
  background: linear-gradient(180deg, rgba(236, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.25);
  box-shadow: 0 10px 26px rgba(10, 25, 38, 0.10);
}
.page-content.services .services-cards-modern .pbmit-service-icon svg{
  width: 42px;
  height: 42px;
}
.page-content.services .services-cards-modern .pbminfotech-box-number{
  right: 16px;
  top: 16px;
}
.page-content.services .services-cards-modern .pbmit-service-image-wrapper{
  margin-top: auto;
}
.page-content.services .services-cards-modern .pbmit-featured-wrapper img{
  height: 210px;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 575px){
  .page-content.services .services-cards-modern .pbmit-service-title{
    font-size: 22px;
    line-height: 28px;
  }
  .page-content.services .services-cards-modern .home-service-desc{
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}

.page-content.services .services-cards-modern .row > [class*="col-"]{
  display: flex;
}
.page-content.services .services-cards-modern .pbmit-service-style-4{
  width: 100%;
  display: flex;
}
.page-content.services .services-cards-modern .pbminfotech-post-item{
  flex: 1 1 auto;
}

/* Per-card accent modifiers */
.page-content.services .svc-card--install .pbmit-service-icon{
  color: rgba(16, 168, 84, 0.95);
  background: linear-gradient(180deg, rgba(233, 250, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-color: rgba(16, 168, 84, 0.35);
}
.page-content.services .svc-card--om .pbmit-service-icon{
  color: rgba(31, 44, 115, 0.95);
  background: linear-gradient(180deg, rgba(233, 238, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-color: rgba(31, 44, 115, 0.35);
}
.page-content.services .svc-card--consult .pbmit-service-icon{
  color: rgba(13, 148, 136, 0.95);
  background: linear-gradient(180deg, rgba(230, 250, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-color: rgba(13, 148, 136, 0.35);
}
.page-content.services .svc-card--ppa .pbmit-service-icon{
  color: rgba(217, 119, 6, 0.95);
  background: linear-gradient(180deg, rgba(255, 245, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-color: rgba(217, 119, 6, 0.35);
}
.page-content.services .svc-card--install:hover .pbminfotech-post-item{
  border-color: rgba(16, 168, 84, 0.35);
}
.page-content.services .svc-card--om:hover .pbminfotech-post-item{
  border-color: rgba(31, 44, 115, 0.35);
}
.page-content.services .svc-card--consult:hover .pbminfotech-post-item{
  border-color: rgba(13, 148, 136, 0.35);
}
.page-content.services .svc-card--ppa:hover .pbminfotech-post-item{
  border-color: rgba(217, 119, 6, 0.35);
}

.sr-cookie-banner{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: none;
}
.sr-cookie-banner.is-visible{
  display: block;
}
.sr-cookie-inner{
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.12);
  box-shadow: 0 24px 70px rgba(10, 25, 38, 0.22);
  backdrop-filter: blur(10px);
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sr-cookie-title{
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: var(--pbmit-blackish-color);
  margin: 0 0 4px;
}
.sr-cookie-desc{
  font-size: 14px;
  line-height: 22px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.82);
}
.sr-cookie-desc a{
  color: rgba(var(--pbmit-global-color-rgb), 1);
  font-weight: 700;
  text-decoration: none;
}
.sr-cookie-desc a:hover{
  text-decoration: underline;
}
.sr-cookie-actions{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.sr-cookie-btn{
  padding: 10px 18px;
  border-radius: 12px;
}
.sr-cookie-btn .pbmit-button-text:before{
  display: none;
}
@media (max-width: 767.98px){
  .sr-cookie-inner{
    flex-direction: column;
    align-items: flex-start;
  }
  .sr-cookie-actions{
    width: 100%;
  }
  .sr-cookie-actions .sr-cookie-btn{
    flex: 1 1 auto;
    width: 100%;
    justify-content: center;
  }
}

.sr-legal-page{
  position: relative;
}
.sr-legal-page:before{
  content: "";
  position: absolute;
  inset: -80px -40px -40px;
  pointer-events: none;
  background-image: radial-gradient(circle at 12% 22%, rgba(var(--pbmit-global-color-rgb), 0.10), rgba(255,255,255,0) 44%),
    radial-gradient(circle at 88% 12%, rgba(var(--pbmit-secondary-color-rgb), 0.09), rgba(255,255,255,0) 46%),
    radial-gradient(circle at 70% 92%, rgba(16,168,84,0.08), rgba(255,255,255,0) 46%);
  filter: blur(2px);
  opacity: 1;
  animation: sr-legal-float 12s ease-in-out infinite alternate;
  z-index: 0;
}
.sr-legal-page .container{
  position: relative;
  z-index: 1;
}
.sr-legal-intro{
  position: relative;
  border-radius: 22px;
  padding: 26px 24px 22px;
  background: linear-gradient(180deg, rgba(236,246,255,.58) 0%, rgba(255,255,255,1) 100%);
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
  box-shadow: 0 24px 70px rgba(10, 25, 38, 0.10);
  overflow: hidden;
}
.sr-legal-intro:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 18% 18%, rgba(var(--pbmit-global-color-rgb), 0.15), rgba(255,255,255,0) 42%),
    radial-gradient(circle at 82% 26%, rgba(var(--pbmit-secondary-color-rgb), 0.10), rgba(255,255,255,0) 46%);
  opacity: 1;
  z-index: 0;
}
.sr-legal-intro:after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 18%, rgba(255,255,255,0) 36%);
  transform: translateX(-60%) skewX(-12deg);
  opacity: 0.55;
  animation: sr-legal-shine 6.5s ease-in-out infinite;
  z-index: 0;
}
.sr-legal-intro > *{
  position: relative;
  z-index: 1;
}
.sr-legal-intro-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.sr-legal-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--pbmit-white-color);
  background: var(--pbmit-global-color);
  border-radius: 999px;
  padding: 4px 10px;
}
.sr-legal-updated{
  font-size: 13px;
  line-height: 20px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.75);
  font-weight: 600;
}
.sr-legal-lead{
  font-size: 16px;
  line-height: 28px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.84);
}
.sr-legal-highlights{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.sr-legal-highlight{
  border-radius: 16px;
  background: rgba(var(--pbmit-white-color-rgb), 1);
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.10);
  box-shadow: 0 12px 28px rgba(10, 25, 38, 0.06);
  padding: 12px 14px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.86);
}
.sr-legal-highlight strong{
  color: rgba(var(--pbmit-blackish-color-rgb), 0.96);
}

.sr-legal-toc{
  position: sticky;
  top: 110px;
  border-radius: 18px;
  background: rgba(var(--pbmit-white-color-rgb), 1);
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.12);
  box-shadow: 0 18px 45px rgba(10, 25, 38, 0.08);
  padding: 18px 16px;
}
.sr-legal-toc-title{
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(var(--pbmit-blackish-color-rgb), 0.92);
  margin-bottom: 10px;
}
.sr-legal-toc-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sr-legal-toc-list a{
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 10px 8px 34px;
  border-radius: 12px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.88);
  background: rgba(var(--pbmit-secondary-color-rgb), 0.04);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  position: relative;
}
.sr-legal-toc-list a:before{
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(var(--pbmit-secondary-color-rgb), 0.14);
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.18);
}
.sr-legal-toc-list a:hover{
  background: rgba(var(--pbmit-global-color-rgb), 0.10);
  color: rgba(var(--pbmit-blackish-color-rgb), 0.98);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(10, 25, 38, 0.10);
}
.sr-legal-toc-list a.is-active{
  background: rgba(var(--pbmit-global-color-rgb), 0.14);
  color: rgba(var(--pbmit-blackish-color-rgb), 0.98);
  box-shadow: 0 16px 40px rgba(10, 25, 38, 0.12);
}
.sr-legal-toc-list a.is-active:before{
  background: rgba(var(--pbmit-global-color-rgb), 0.95);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.65);
}
.sr-legal-toc-cta{
  margin-top: 14px;
}
.sr-legal-toc-cta .pbmit-btn{
  width: 100%;
  justify-content: center;
}

.sr-legal-card{
  scroll-margin-top: 120px;
  border-radius: 22px;
  background: rgba(var(--pbmit-white-color-rgb), 1);
  border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.12);
  box-shadow: 0 22px 60px rgba(10, 25, 38, 0.08);
  padding: 24px 22px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.sr-legal-card:before{
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 999px;
  background: rgba(var(--pbmit-secondary-color-rgb), 0.10);
}
.sr-legal-card:hover{
  transform: translateY(-3px);
  border-color: rgba(var(--pbmit-global-color-rgb), 0.20);
  box-shadow: 0 28px 78px rgba(10, 25, 38, 0.12);
}
.sr-legal-card.is-active{
  border-color: rgba(var(--pbmit-global-color-rgb), 0.32);
  box-shadow: 0 30px 84px rgba(10, 25, 38, 0.14);
}
.sr-legal-card.is-active:before{
  background: rgba(var(--pbmit-global-color-rgb), 0.92);
}
.sr-legal-h{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: rgba(var(--pbmit-blackish-color-rgb), 0.98);
  display: flex;
  align-items: center;
  gap: 10px;
}
.sr-legal-h-icon{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--pbmit-global-color-rgb), 0.10);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.22);
  box-shadow: 0 10px 26px rgba(10, 25, 38, 0.08);
  flex: 0 0 auto;
}
.sr-legal-h-icon svg{
  width: 18px;
  height: 18px;
  fill: rgba(var(--pbmit-global-color-rgb), 1);
}
.sr-legal-card p{
  color: rgba(var(--pbmit-secondary-color-rgb), 0.84);
}
.sr-legal-list{
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.84);
}
.sr-legal-list li{
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
}
.sr-legal-list li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(var(--pbmit-global-color-rgb), 0.12);
  border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.22);
  box-shadow: 0 12px 24px rgba(10, 25, 38, 0.06);
}
.sr-legal-list li:after{
  content: "";
  position: absolute;
  left: 6px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(var(--pbmit-global-color-rgb), 0.95);
}
.sr-legal-card a{
  color: rgba(var(--pbmit-global-color-rgb), 1);
  font-weight: 700;
  text-decoration: none;
}
.sr-legal-card a:hover{
  text-decoration: underline;
}
.sr-legal-contact{
  background: linear-gradient(180deg, rgba(16,168,84,0.10) 0%, rgba(255,255,255,1) 58%);
  border-color: rgba(16,168,84,0.18);
}
.sr-legal-contact-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  color: rgba(var(--pbmit-secondary-color-rgb), 0.84);
}
.sr-legal-contact-list a{
  font-weight: 700;
}

@media (max-width: 991px){
  .sr-legal-toc{
    position: relative;
    top: auto;
  }
}
@media (max-width: 575px){
  .sr-legal-intro{
    padding: 22px 18px 18px;
  }
  .sr-legal-highlights{
    grid-template-columns: 1fr;
  }
  .sr-legal-card{
    padding: 20px 18px;
  }
  .sr-legal-h{
    font-size: 20px;
    line-height: 28px;
  }
}

@keyframes sr-legal-float{
  0%{ transform: translate3d(0, 0, 0) scale(1); }
  100%{ transform: translate3d(0, -18px, 0) scale(1.03); }
}
@keyframes sr-legal-shine{
  0%{ transform: translateX(-60%) skewX(-12deg); opacity: 0.2; }
  40%{ opacity: 0.55; }
  100%{ transform: translateX(160%) skewX(-12deg); opacity: 0.15; }
}
@media (prefers-reduced-motion: reduce){
  .sr-legal-page:before,
  .sr-legal-intro:after{
    animation: none;
  }
  .sr-legal-card{
    transition: none;
  }
  .sr-legal-card:hover{
    transform: none;
  }
}

/* Header: light bar + Bootstrap primary blue (same as .text-primary / --bs-primary-rgb) */
.site-header.pbmit-header-style-2 .pbmit-header-overlay{
  background-color: var(--pbmit-white-color);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.site-header.pbmit-header-style-2 .pbmit-main-header-area,
.site-header.pbmit-header-style-2 .pbmit-header-content,
.site-header.pbmit-header-style-2 .pbmit-header-content .pbmit-header-content{
  background-color: var(--pbmit-white-color);
}
.site-header.pbmit-header-style-2 .pbmit-pre-header-wrapper{
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.site-header.pbmit-header-style-2 a:not(.pbmit-btn):not(.pbmit-header-phone-link){
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.site-header.pbmit-header-style-2 .site-navigation ul.navigation > li > a{
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.site-header.pbmit-header-style-2 .site-navigation ul.navigation > li > a:hover,
.site-header.pbmit-header-style-2 .site-navigation ul.navigation > li.active > a{
  color: rgba(var(--bs-primary-rgb), 1) !important;
}
.site-header.pbmit-header-style-2 .site-navigation ul.navigation > li > ul a,
.site-header.pbmit-header-style-2 .main-menu .navigation > li > ul a{
  color: rgba(var(--bs-primary-rgb), 1) !important;
}
.site-header.pbmit-header-style-2 .pbmit-header-search-btn a{
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.site-header.pbmit-header-style-2 .nav-menu-toggle{
  color: rgba(var(--bs-primary-rgb), 1);
}
.site-header.pbmit-header-style-2 .pbmit-contact-info li i{
  color: rgba(var(--bs-primary-rgb), 1);
}
.site-header.pbmit-header-style-2 .pbmit-logo-tagline{
  color: rgba(var(--bs-primary-rgb), 1);
}

/* Sticky clone (scroll) — same primary blue */
.site-header.pbmit-header-style-2.pbmit-fixed-header .pbmit-sticky-header{
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: none;
}
.site-header.pbmit-header-style-2.pbmit-fixed-header .pbmit-sticky-header a:not(.pbmit-btn):not(.pbmit-header-phone-link){
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.site-header.pbmit-header-style-2.pbmit-fixed-header .pbmit-sticky-header .site-navigation ul.navigation > li > a{
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.site-header.pbmit-header-style-2.pbmit-fixed-header .pbmit-sticky-header .site-navigation ul.navigation > li > a:hover,
.site-header.pbmit-header-style-2.pbmit-fixed-header .pbmit-sticky-header .site-navigation ul.navigation > li.active > a{
  color: rgba(var(--bs-primary-rgb), 1) !important;
}
.site-header.pbmit-header-style-2.pbmit-fixed-header .pbmit-sticky-header .site-navigation ul.navigation > li > ul a,
.site-header.pbmit-header-style-2.pbmit-fixed-header .pbmit-sticky-header .main-menu .navigation > li > ul a{
  color: rgba(var(--bs-primary-rgb), 1) !important;
}
.site-header.pbmit-header-style-2.pbmit-fixed-header .pbmit-sticky-header .pbmit-header-search-btn a{
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.site-header.pbmit-header-style-2.pbmit-fixed-header .pbmit-sticky-header .nav-menu-toggle{
  color: rgba(var(--bs-primary-rgb), 1);
}
.site-header.pbmit-header-style-2.pbmit-fixed-header .pbmit-sticky-header .pbmit-logo-tagline{
  color: rgba(var(--bs-primary-rgb), 1);
  opacity: 1;
}
