/* Yajur Jayendhar — lawyer-demo colour and extra blocks */

.fw-pricing.first-style {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.fw-pricing.first-style .fw-package-wrap {
  padding: 0 15px 25px;
}

.fw-pricing.first-style .fw-package {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 30px;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fw-pricing.first-style .fw-package.highlight-col {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
}

.fw-pricing.first-style .fw-package:hover,
.fw-pricing.first-style .fw-package.highlight-col:hover {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  box-shadow: 0 18px 24px rgba(0, 0, 0, 0.15);
}

.fw-pricing.first-style .fw-heading-row span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.fw-pricing.first-style .fw-package.highlight-col .fw-heading-row span {
  position: relative;
}

.fw-pricing.first-style .fw-package.highlight-col .fw-heading-row span:after {
  content: '';
  height: 2px;
  background-color: #c5a059;
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 0;
}

.fw-pricing.first-style .fw-pricing-row {
  padding: 30px 0 10px;
}

.fw-pricing.first-style .fw-pricing-row span {
  display: block;
  line-height: 1;
  font-size: 36px;
  font-weight: 600;
  color: #333;
}

.fw-pricing.first-style .fw-pricing-row small {
  color: #aaa;
  display: block;
  margin-top: 6px;
}

.fw-pricing.first-style .fw-default-row {
  padding: 6px 0;
  font-size: 14px;
  color: #666;
}

.fw-pricing.first-style .fw-button-row {
  padding: 18px 0 12px;
}

.certificate-item {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 18px;
  background: #fff;
}

.certificate-item .certi-logo {
  display: table-cell;
  width: 72px;
  vertical-align: middle;
}

.certificate-item .certi-logo img,
.certificate-item .certi-logo svg {
  width: 56px;
  height: 56px;
}

.certificate-item .certi-content {
  display: table-cell;
  padding-left: 16px;
  vertical-align: middle;
}

.certificate-item .certi-title h4 {
  margin: 0 0 4px;
  font-size: 16px;
}

.certificate-item .certi-id,
.certificate-item .certi-date {
  font-size: 12px;
  color: #888;
}

.knowledges {
  list-style: none;
  padding: 0;
  margin: 0;
}

.knowledges li {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #eee;
  padding: 6px 12px;
  margin: 0 6px 8px 0;
  font-size: 12px;
  color: #555;
  border-radius: 3px;
}

.skill-percentage.skill-1 { width: 90%; }
.skill-percentage.skill-2 { width: 90%; }
.skill-percentage.skill-3 { width: 90%; }
.skill-percentage.skill-4 { width: 80%; }
.skill-percentage.skill-5 { width: 80%; }
.skill-percentage.skill-6 { width: 88%; }
.skill-percentage.skill-7 { width: 85%; }
.skill-percentage.skill-8 { width: 82%; }
.skill-percentage.skill-9 { width: 100%; }
.skill-percentage.skill-10 { width: 90%; }
.skill-percentage.skill-11 { width: 100%; }
.skill-percentage.skill-12 { width: 50%; }

.section-inner.start-page-full-width .inner-content .fill-block {
  background-color: #1c2331;
  background-image: none !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible;
}

.section-inner.start-page-full-width .inner-content .fill-block img {
  display: block;
  width: 100%;
  height: auto !important;
  max-width: 100%;
  min-height: 0 !important;
  object-fit: contain;
  object-position: center top;
}

.my-photo img,
.mobile-header-image img {
  background: #1c2331;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 12%;
}

.site-main-menu li a {
  white-space: nowrap;
}

.nav-coming-soon {
  display: inline-block;
  white-space: nowrap;
  margin-left: 4px;
  font-size: 9px;
  font-weight: 400;
  color: #c5a059;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.title-with-soon {
  white-space: nowrap;
}

.client-block {
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
}

.client-block:hover {
  opacity: 1;
}

.clients.owl-carousel .owl-item img,
.client-block img {
  display: block;
  width: 110px !important;
  height: 44px !important;
  max-width: 110px;
  max-height: 44px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.mobile-menu-footer {
  margin-top: 20px;
}

.lm-info-block.has-tip {
  overflow: visible;
}

.info-tip {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #c5a059;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  cursor: help;
}

.info-tip .fa-info-circle {
  font-size: 12px;
}

.info-tip-text {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  width: 220px;
  padding: 8px 10px;
  background: #1c2331;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.info-tip-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #1c2331;
}

.info-tip:hover .info-tip-text,
.info-tip:focus .info-tip-text {
  opacity: 1;
  visibility: visible;
}

.hp-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hp-buttons .btn + .btn {
  margin-left: 0;
}

.hp-text-block p a {
  color: #c5a059;
  font-weight: 600;
}

.hp-text-block p a:hover {
  color: #1c2331;
}

.award-block {
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  padding: 28px 20px 22px;
  height: 100%;
  margin-bottom: 25px;
}

.award-block i {
  font-size: 38px;
  color: #c5a059;
}

.award-block h4 {
  margin: 14px 0 8px;
  font-size: 16px;
}

.award-block p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.award-block .award-meta {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #c5a059;
  font-weight: 600;
}

.site-title a {
  color: inherit;
}

.site-title a:hover {
  color: #c5a059;
}

@media (min-width: 992px) {
  .section-inner.start-page-full-width {
    min-height: 0;
  }
  .section-inner.start-page-full-width .inner-content {
    height: 100%;
    min-height: 0;
  }
  .section-inner.start-page-full-width .inner-content .fill-block {
    height: auto !important;
    min-height: 0 !important;
  }
  .section-inner.start-page-full-width .inner-content .fill-block img {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain;
    object-position: center top;
  }
}

@media (max-width: 991px) {
  .section-inner.start-page-full-width {
    padding: 0;
  }

  .section-inner.start-page-full-width .inner-content .fill-block {
    height: auto !important;
    min-height: 0 !important;
    max-height: none;
    background-image: none !important;
  }

  .section-inner.start-page-full-width .inner-content .fill-block img {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none;
    object-fit: contain;
    object-position: center top;
  }

  .header {
    display: flex;
    flex-direction: column;
  }

  .header .header-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 0;
  }

  .header .site-nav {
    flex: 1 1 auto;
    padding-bottom: 12px;
  }

  .mobile-menu-footer {
    margin-top: auto;
    flex-shrink: 0;
    padding: 18px 12px 16px;
    border-top: 1px solid #f0f0f0;
    background: #fff;
  }

  .header .copyrights {
    position: static;
    padding: 12px 8px 0;
  }

  .page-mobile-footer {
    display: block;
    width: 100%;
    text-align: center;
    padding: 22px 16px 28px;
    margin-top: 10px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
  }

  .page-mobile-footer .copyrights {
    position: static;
    padding: 12px 8px 0;
    color: #aeaeae;
    font-size: 12px;
  }
}

.page-mobile-footer {
  display: none;
}

.page-mobile-footer .social-links,
.mobile-menu-footer .social-links,
.header .social-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  white-space: nowrap;
}

.page-mobile-footer .social-links a,
.mobile-menu-footer .social-links a,
.header .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin: 0;
  color: #888;
  background-color: #eee;
  text-align: center;
}

.page-mobile-footer .social-links a:hover,
.mobile-menu-footer .social-links a:hover,
.header .social-links a:hover {
  background-color: #c5a059;
}

.page-mobile-footer .social-links a i,
.mobile-menu-footer .social-links a i,
.header .social-links a i {
  font-size: 13px;
  line-height: 1;
}

.page-mobile-footer .social-links a:hover i,
.mobile-menu-footer .social-links a:hover i,
.header .social-links a:hover i {
  color: #fff;
}

.paper-label {
  display: block;
  max-width: 90%;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: center;
  line-height: 1.3;
}

.work-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  background: #f6f6f6;
  padding: 24px;
}

.work-logo-tile img,
.portfolio-grid figure .work-logo-tile img {
  width: 110px !important;
  height: 44px !important;
  max-width: 70%;
  object-fit: contain;
  object-position: center;
  transform: none !important;
}

.portfolio-grid figure.work-soon {
  cursor: default;
}

.portfolio-grid figure.work-soon .work-logo-tile {
  pointer-events: none;
}

.portfolio-grid figure.work-soon:hover img {
  transform: none;
}

.portfolio-grid figure.work-soon .portfolio-item-img:after,
.portfolio-grid figure.work-soon i {
  display: none;
}

.work-soon-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(28, 35, 49, 0.88);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 10px;
  pointer-events: none;
}

.work-video-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

body.page-ready .pt-page {
  animation: pageEnter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-leave .pt-page {
  animation: pageLeave 0.26s ease-in forwards;
}

@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translate3d(36px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes pageLeave {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(-28px, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-ready .pt-page,
  body.page-leave .pt-page {
    animation: none;
  }
}
