/*
Theme Name: Libero
Theme URI: https://libero.qodeinteractive.com/
Description: A Theme for Lawyers and Law Firms
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: libero

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.newsletter-custom {
  --navy-dark: #1f4654;
  --navy: hsl(220, 35%, 18%);
  --navy-light: hsl(220, 30%, 25%);
  --gold: hsl(43, 74%, 49%);
  --gold-light: hsl(43, 74%, 60%);
  --background: hsl(220, 20%, 97%);
  --card: hsl(0, 0%, 100%);
  --foreground: hsl(220, 40%, 13%);
  --muted: hsl(220, 15%, 65%);
  --border: hsl(220, 15%, 88%);
  --secondary: hsl(220, 20%, 94%);
}

/* Base */
.newsletter-custom {
  font-family: 'Inter', sans-serif;
  color: var(--foreground);
  line-height: 1.6;
  width: 100%;
  padding: 5rem 0;
}

.newsletter-custom h1,
.newsletter-custom h2,
.newsletter-custom h3,
.newsletter-custom h4,
.newsletter-custom h5,
.newsletter-custom h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: unset !important;
}

/* Buttons */
.newsletter-custom .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.newsletter-custom .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}

.newsletter-custom .btn-primary {
  background-color: var(--gold);
  color: var(--navy-dark);
}

.newsletter-custom .btn-primary:hover {
  background-color: var(--gold-light);
}

.newsletter-custom .btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.newsletter-custom .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Section */
.newsletter-custom section {
  padding: 5rem 0;
}

/* CTA Section */
.newsletter-custom.cta-section {
  background: var(--navy-dark);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.newsletter-custom .cta-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  height: 100%;
  background: rgba(191, 143, 45, 0.05);
  transform: skewX(12deg);
  transform-origin: top right;
}

.newsletter-custom .cta-content {
  position: relative;
  z-index: 10;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}

.newsletter-custom .cta-title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 1.5rem;
  color: #fff;
}

.newsletter-custom .cta-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.newsletter-custom .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}

.newsletter-custom .cta-form-box {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.newsletter-custom .cta-form-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background: rgba(191, 143, 45, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.newsletter-custom .cta-form-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--gold);
}

.newsletter-custom .cta-form-text {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

/* Footer */
.newsletter-custom .cta-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-custom .cta-footer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

/* Utility */
.newsletter-custom .text-gold {
  color: var(--gold);
}

/* Responsive */
@media (max-width: 640px) {
  .newsletter-custom .btn-group,
  .newsletter-custom .cta-buttons {
    flex-direction: column;
  }

  .newsletter-custom .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Animation */
@keyframes newsletterFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.newsletter-custom .animate-fade-in {
  animation: newsletterFadeIn 0.6s ease-out forwards;
}


.mkd-search-opener,.mkd-side-menu-button-opener{display: none !important;}

/* Team Heading part start */
@media only screen and (max-width: 480px) {
.mkd-container-inner, .mkd-grid, .mkd-grid-section .mkd-section-inner{
        width: calc(100% - 70px) !important;
    }
}
.profile-card {
  display: flex;
  max-width: 1100px;
  margin: auto;
  background: #1f4654;
  border-radius: 12px;
  overflow: hidden;
}

/* LEFT IMAGE */
/*.profile-image {
  flex: 1;
}*/

.profile-image img {
  width: 315px;
  /*width: 100%;
  height: 100%;
	display: block;*/
  object-fit: cover;  
}

/* RIGHT CONTENT */
.profile-content {
  flex: 1.2;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-content h1 {
  font-size: 36px;
  margin-bottom: 5px;
  color: #fff;
}

.profile-content h2 {
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0.9;
  margin-bottom: 30px;
  color: #fff;
}

/* INFO GRID */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-icon {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #333a4d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  flex-shrink: 0;
}
.info-icon .fa-envelope:before,
.info-icon .fa-mobile:before{
	color: #333a4d;
}
.info-text span {
  font-size: 13px;
  opacity: 0.8;
  color: #FFF;
}

.info-text p {
  font-weight: bold;
  margin-top: 3px;
}
.info-text p a,.info-text p a span{
	color: #fff;
	font-size: 15px;
}
/* SOCIAL ICONS */
.social {
  display: flex;
  gap: 15px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.social a {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}

.social a:hover {
  background: #fff;
  color: #333a4d;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .profile-card {
    flex-direction: column;
  }

  .profile-image {
    height: 320px;
	text-align: center;
  }

  .profile-content {
    padding: 25px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .profile-content h1 {
    font-size: 26px;
  }

  .profile-content h2 {
    font-size: 12px;
  }
}

/* Team Heading part end */

.mkd-drop-down .wide .second>.inner>ul>li {
    width: 33% !important;
}

/* CMS Pages Common CSS Start */

.own-custom-page-css{
      --navy-dark: #1f4654;
      --navy: hsl(220, 35%, 18%);
      --navy-light: hsl(220, 30%, 25%);
      --gold: hsl(30.98deg 55.96% 57.25%);
      --gold-light: hsl(43, 74%, 60%);
      --background: hsl(220, 20%, 97%);
      --card: hsl(0, 0%, 100%);
      --foreground: hsl(220, 40%, 13%);
      --muted: hsl(220, 15%, 65%);
      --border: hsl(220, 15%, 88%);
      --secondary: hsl(220, 20%, 94%);
    }

    .own-custom-page-css{
      font-family: 'Inter', sans-serif;
      color: var(--foreground);
      line-height: 1.6;
      background: var(--background);
      width: 100%;
    }

    .own-custom-page-css h1,
    .own-custom-page-css h2,
    .own-custom-page-css h3,
    .own-custom-page-css h4,
    .own-custom-page-css h5,
    .own-custom-page-css h6 {
      font-family: 'Playfair Display', serif;
      font-weight: 600;
      line-height: 1.2;
      text-transform: unset !important;
    }

    .own-custom-page-css .text-justify {
      text-align: justify;
    }

    .own-custom-page-css .container {
      max-width: 100%;
      padding: 0 1.5rem;
    }

    .own-custom-page-css .text-gold {
      color: var(--gold);
    }

    .own-custom-page-css .text-muted {
      color: var(--muted);
    }

    .own-custom-page-css .bg-navy-dark {
      background-color: var(--navy-dark);
    }

    .own-custom-page-css .bg-navy {
      background-color: var(--navy);
    }

    .own-custom-page-css .bg-secondary {
      background-color: var(--secondary);
    }

    .own-custom-page-css .bg-card {
      background-color: var(--card);
    }

    /* Hero Section */
    .own-custom-page-css .hero {
      position: relative;
      min-height: 70vh;
      display: flex;
      align-items: center;
      background-color: var(--navy-dark);
      overflow: hidden;
    }

    .own-custom-page-css .hero-pattern {
      position: absolute;
      inset: 0;
      opacity: 0.1;
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    .own-custom-page-css .hero-accent {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 4px;
      background-color: var(--gold);
    }
	
	.own-custom-page-css .hero .container {
		max-width: 100%;
		margin: 0 auto;
		padding: 60px 20px;
		display: flex;
		align-items: center;
		gap: 60px;
	}

    .own-custom-page-css .hero-content {
		flex: 0.6;
    }
	
	.own-custom-page-css .hero-image {
		 flex: 1;
		 text-align: center;
    }

    .own-custom-page-css .breadcrumb {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 2rem;
    }

    .own-custom-page-css .breadcrumb a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
      transition: color 0.3s;
    }

    .own-custom-page-css .breadcrumb a:hover {
      color: var(--gold);
    }

    .own-custom-page-css .hero h1 {
      font-size: clamp(2.5rem, 5vw, 3.75rem);
      color: white;
      margin-bottom: 1.5rem;
    }

    .own-custom-page-css .hero p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.125rem;
      margin-bottom: 1rem;
    }

    .own-custom-page-css .hero p.subtitle {
      font-size: 1.25rem;
      margin-bottom: 1rem;
    }

    .own-custom-page-css .btn-group {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 2rem;
    }

    .own-custom-page-css .btn {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.875rem 2rem;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 0.5rem;
      text-decoration: none;
      transition: all 0.3s;
      cursor: pointer;
      border: none;
    }

    .own-custom-page-css .btn-primary {
      background-color: var(--gold);
      color: var(--navy-dark);
    }

    .own-custom-page-css .btn-primary:hover {
      background-color: var(--gold-light);
    }

    .own-custom-page-css .btn-outline {
      background: transparent;
      color: white;
      border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .own-custom-page-css .btn-outline:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .own-custom-page-css .trust-indicator {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      margin-top: 3rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .own-custom-page-css .trust-badge {
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

    .own-custom-page-css .trust-icon {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      border: 2px solid var(--gold);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--gold);
      font-weight: 700;
      font-size: 0.875rem;
    }

    .own-custom-page-css .trust-text {
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.875rem;
      line-height: 1.4;
    }

    /* Section Styles */
    .own-custom-page-css section {
      padding: 2rem 0;
    }

    .own-custom-page-css .section-label {
      color: var(--gold);
      font-weight: 500;
      font-size: 0.875rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 1rem;
      display: block;
    }

    .own-custom-page-css .section-title {
      font-size: clamp(1.75rem, 4vw, 2.5rem);
      margin-bottom: 1.5rem;
    }

    .own-custom-page-css .section-text {
      color: var(--muted);
      font-size: 1.125rem;
      line-height: 1.7;
      margin-bottom: 1.5rem;
    }

    /* Intro Section */
    .own-custom-page-css .intro-content {
      max-width: 56rem;
      margin: 0 auto;
    }

    .own-custom-page-css .bullet-list {
      list-style: none;
    }

    .own-custom-page-css .bullet-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      margin-bottom: 0.75rem;
    }

    .own-custom-page-css .bullet-dot {
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      background-color: var(--gold);
      margin-top: 12px;
      flex-shrink: 0;
    }

    /* Charge Types */
    .own-custom-page-css .cards-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
      gap: 1.5rem;
    }

@media (max-width: 426px) {
     .own-custom-page-css .cards-grid {
          grid-template-columns: unset;
     }
}
    .own-custom-page-css .card {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 0.75rem;
      padding: 1.5rem;
      transition: all 0.3s;
    }

	.own-custom-page-css .card:hover {
      border-color: var(--gold);
    }

    .own-custom-page-css .card-header {
      /* display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 1rem; */
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 1rem;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: space-between;
    }

    .own-custom-page-css .card-header h3 {
      width: 70%;
      margin-left: 15px;
    }

    .own-custom-page-css .card-icon {
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 0.5rem;
      background: var(--navy-dark);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .own-custom-page-css .card-icon svg {
      width: 1.75rem;
      height: 1.75rem;
      stroke: var(--gold);
      fill: none;
      stroke-width: 2;
    }

    .own-custom-page-css .severity-badge {
      padding: 0.25rem 0.75rem;
      border-radius: 1rem;
      font-size: 0.75rem;
      font-weight: 500;
      color: white;
      margin-left: 15px;
    }

    .own-custom-page-css .severity-lower {
      background-color: #f59e0b;
    }

    .own-custom-page-css .severity-moderate {
      background-color: #f97316;
    }

    .own-custom-page-css .severity-serious {
      background-color: #ef4444;
    }

    .own-custom-page-css .severity-most-serious {
      background-color: #b91c1c;
    }

    .own-custom-page-css .card h3 {
      font-size: 1.25rem;
      margin-bottom: 0.5rem;
      transition: color 0.3s;
    }

    .own-custom-page-css .card:hover h3 {
      color: var(--gold);
    }

    .own-custom-page-css .card-description {
      color: var(--muted);
      margin-bottom: 1rem;
    }

    .own-custom-page-css .examples-label {
      font-size: 0.875rem;
      color: var(--muted);
      margin-bottom: 0.5rem;
    }

    .own-custom-page-css .examples-list {
      list-style: none;
      margin-bottom: 1rem;
    }

    .own-custom-page-css .examples-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      font-size: 0.875rem;
      margin-bottom: 0.25rem;
    }

    .own-custom-page-css .mini-dot {
      width: 0.375rem;
      height: 0.375rem;
      border-radius: 50%;
      background-color: var(--gold);
	  flex-shrink: 0;
	  margin-top: 12px;
    }

    .own-custom-page-css .card-footer {
      padding-top: 1rem;
      border-top: 1px solid var(--border);
      margin-top: 1rem;
    }

    .own-custom-page-css .card-footer span {
      font-size: 0.75rem;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .own-custom-page-css .card-footer p {
      font-weight: 600;
      font-size: 0.875rem;
      margin-top: 0.25rem;
    }

    /* Evidence Box */
    .own-custom-page-css .evidence-box {
      max-width: 56rem;
      margin: 0 auto;
	  margin-bottom: 2rem;
    }

    .own-custom-page-css .evidence-box h3 {
      text-align: center;
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .own-custom-page-css .evidence-card {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 0.75rem;
      padding: 2rem;
    }

    .own-custom-page-css .evidence-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 0.5rem;
      margin-top: 1rem;
    }

    .own-custom-page-css .evidence-item {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.875rem;
    }

    .own-custom-page-css .highlight-text {
      color: var(--gold);
      font-weight: 500;
      margin-top: 1.5rem;
    }

    /* Two Column Layout */
    .own-custom-page-css .two-col {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3rem;
    }

    @media (min-width: 1024px) {
      .own-custom-page-css .two-col {
        grid-template-columns: 1fr 1fr;
      }
    }

    .own-custom-page-css .col-header {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 2rem;
    }

    .own-custom-page-css .col-accent {
      width: 2rem;
      height: 0.25rem;
      background: var(--gold);
      border-radius: 1rem;
    }

    .own-custom-page-css .list-card {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 0.75rem;
      padding: 1.5rem;
    }

    .own-custom-page-css .check-list {
      list-style: none;
    }

    .own-custom-page-css .check-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      margin-bottom: 1rem;
    }

    .own-custom-page-css .check-icon {
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      background: rgba(191, 143, 45, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 0.125rem;
    }

    .own-custom-page-css .check-icon svg {
      width: 1rem;
      height: 1rem;
      stroke: var(--gold);
      stroke-width: 3;
    }

    /* Services Section */
    .own-custom-page-css .services-section {
      background: var(--navy-dark);
      color: white;
    }

    .own-custom-page-css .services-section .section-title {
      color: white;
    }

    .own-custom-page-css .services-card {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.75rem;
      padding: 2rem;
    }

    .own-custom-page-css .services-card li {
      color: white;
    }

    .own-custom-page-css .services-text {
      color: rgba(255, 255, 255, 0.8);
      margin-top: 1.5rem;
    }

    .own-custom-page-css .services-highlight {
      color: var(--gold);
      font-weight: 600;
      margin-top: 1rem;
    }

    .own-custom-page-css .challenges-title {
      font-size: 1.25rem;
      color: white;
      margin-bottom: 1.5rem;
    }

    .own-custom-page-css .challenges-intro {
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 1.5rem;
    }

    .own-custom-page-css .challenges-list li {
      color: rgba(255, 255, 255, 0.9);
    }

    /* FAQ Section */
    .own-custom-page-css .faq-container {
      max-width: 56rem;
      margin: 0 auto;
    }

    .own-custom-page-css .faq-item {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 0.75rem;
      margin-bottom: 1rem;
      overflow: hidden;
      transition: border-color 0.3s;
    }

    .own-custom-page-css .faq-item:hover {
      border-color: var(--gold);
    }

    .own-custom-page-css .faq-question {
      width: 100%;
      padding: 1.25rem 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: transparent;
      border: none;
      cursor: pointer;
      text-align: left;
      font-weight: 600;
      font-size: 1rem;
      color: var(--foreground);
      font-family: inherit;
      transition: color 0.3s;
    }

    .own-custom-page-css .faq-question:hover {
      color: var(--gold);
    }

    .own-custom-page-css .faq-icon {
      font-size: 1.5rem;
      font-weight: 300;
      color: var(--gold);
      transition: transform 0.3s;
    }

    .own-custom-page-css .faq-item.active .faq-icon {
      transform: rotate(45deg);
    }

    .own-custom-page-css .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out;
    }

    .own-custom-page-css .faq-answer-content {
      padding: 0 1.5rem 1.25rem;
      color: var(--muted);
      line-height: 1.7;
    }

    .own-custom-page-css .faq-item.active .faq-answer {
      max-height: 300px;
    }

    /* CTA Section */
    .own-custom-page-css .cta-section {
      background: var(--navy-dark);
      color: white;
      position: relative;
      overflow: hidden;
    }

    .own-custom-page-css .cta-accent {
      position: absolute;
      top: 0;
      right: 0;
      width: 33%;
      height: 100%;
      background: rgba(191, 143, 45, 0.05);
      transform: skewX(12deg);
      transform-origin: top right;
    }

    .own-custom-page-css .cta-content {
      position: relative;
      z-index: 10;
      max-width: 60rem;
      margin: 0 auto;
      text-align: center;
    }

    .own-custom-page-css .cta-title {
      font-size: clamp(1.5rem, 4vw, 2.5rem);
      margin-bottom: 1.5rem;
    }

    .own-custom-page-css .cta-text {
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.125rem;
      margin-bottom: 2rem;
      line-height: 1.7;
    }

    .own-custom-page-css .cta-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
      margin-bottom: 3rem;
    }

    .own-custom-page-css .cta-form-box {
      display: inline-flex;
      align-items: center;
      gap: 1rem;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.75rem;
      padding: 1.5rem;
    }

    .own-custom-page-css .cta-form-icon {
      width: 3rem;
      height: 3rem;
      border-radius: 0.5rem;
      background: rgba(191, 143, 45, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .own-custom-page-css .cta-form-icon svg {
      width: 1.5rem;
      height: 1.5rem;
      stroke: var(--gold);
    }

    .own-custom-page-css .cta-form-text {
      color: rgba(255, 255, 255, 0.8);
      text-align: left;
    }

    .own-custom-page-css .cta-footer {
      margin-top: 4rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .own-custom-page-css .cta-footer p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.875rem;
    }

    /* Responsive */
    @media (max-width: 640px) {
   /*   .own-custom-page-css .btn-group {
        flex-direction: column;
      }*/

      .own-custom-page-css .btn {
        width: 100%;
        justify-content: center;
      }

      /*.own-custom-page-css .cta-buttons {
        flex-direction: column;
        align-items: center;
      }*/

      .own-custom-page-css .cta-buttons .btn {
        width: 100%;
        max-width: 320px;
      }
    }

    /* Animations */
    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .own-custom-page-css .animate-fade-in {
      animation: fadeIn 0.6s ease-out forwards;
    }

/* CMS Pages Common CSS End */

.sjb-page .form-group{
	margin-bottom: 15px !important;
}
.sjb-page .list-data .job-type i, .sjb-page .list-data .job-location i, .sjb-page .list-data .job-date i{
	margin-top: 0;
}
.job-listing-button .sjb-apply-now-btn p a{ background-color:#16213C; color: #fff; margin-right: 15px; margin-top: 20px; }
.sjb-search-button{ margin-top: 25px; }
.sjb-search-button .btn-search{ padding: 12px 25px; }
.main-primary a{background-color:#16213C; color: #fff;}
.mkd-post-text .mkd-post-text-inner .mkd-post-info{ display: none;}
.mkd-title-holder{background: #282e3f99;}
.mkd-footer-bottom-holder{ padding: 15px 0;}
.mkd-footer-bottom-holder .widget_text{ padding: 5px 0; }
@media (max-width: 991px) {
.own-custom-page-css .hero-content {
		flex: 1;
    }
}
/* Team Details Page and Home Listing, Team Listing Page start */
.tlp-single-detail{
	display: flex !important;
    max-width: 1100px;
    margin:0 auto;
    background: #1f4654;
    border-radius: 12px;
    overflow: hidden;
	padding: 0;
}
.tlp-member-feature-img img{
	width: 315px;
    object-fit: cover;
}
.tlp-member-description-container{
	flex: 1.2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
.tlp-member-description-container .tlp-member-title{
	font-family: "Playfair Display", Georgia, serif;
	font-size: 36px;
    margin-bottom: 5px;
    color: #fff;
	text-transform: capitalize;
}
.tlp-member-description-container .tlp-position{
	font-family: "Playfair Display", Georgia, serif;
	font-size: 14px;
    letter-spacing: 2px;
    opacity: 0.9;
    margin-bottom: 30px;
    color: #fff !important;
}

.rt-team-container .social-icons a {
    width: 45px !important;
    height: 45px !important;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 10px;
}
.rt-team-container .social-icons a i{
	line-height: 40px !important;
}
.tlp-member-feature-img {
  padding: 0 !important;
}
.rt-team-container .social-icons a:hover .fa-linkedin,
.rt-team-container .social-icons a:focus .fa-linkedin,
.rt-team-container .social-icons a:hover .fa-facebook-f,
.rt-team-container .social-icons a:focus .fa-facebook-f,
.rt-team-container .social-icons a:hover .fa-x-twitter,
.rt-team-container .social-icons a:focus .fa-x-twitter,
.rt-team-container .social-icons a:hover .fa-instagram,
.rt-team-container .social-icons a:focus .fa-instagram,
.rt-team-container .social-icons a:hover .fa-youtube,
.rt-team-container .social-icons a:focus .fa-youtube{
	width: 41px !important;
    height: 41px !important;
	color: #1f4654 !important;
}
.rt-team-container .social-icons a:hover{
	background-color: #fff !important;
	
}
.tlp-team .social-icons{ display: flex !important; gap: 15px !important; }
.tlp-team .social-icons a:hover .fa-facebook-f,
.tlp-team .social-icons a:focus .fa-facebook-f,
.tlp-team .social-icons a:hover .fa-linkedin,
.tlp-team .social-icons a:focus .fa-linkedin,
.tlp-team .social-icons a:hover .fa-x-twitter,
.tlp-team .social-icons a:focus .fa-x-twitter,
.tlp-team .social-icons a:hover .fa-instagram,
.tlp-team .social-icons a:focus .fa-instagram,
.tlp-team .social-icons a:hover .fa-youtube,
.tlp-team .social-icons a:focus .fa-youtube{
	background: none !important;
    color: #000;
    width: 45px;
    height: 45px;
	text-align: center;
}
.tlp-team .contact-info i{
	color: #FFF;
	font-size: 22px;
}
.tlp-team .contact-info ul li a{
	color: #FFF !important;
	font-weight: bold;
}
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #d99726;
    margin-bottom: 1rem;
}
.section-label-line {
    width: 3rem;
    height: 1px;
    background: hsla(38, 70%, 50%, 0.5);
}
.section-label-text {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.section-title {
	font-family:"Playfair Display", Georgia, serif;;
    font-size: 1.875rem;
    font-weight: 600;
    color: #141d2e;
}

.tlp-short-bio {
    max-width: 58rem;
    margin: 0 auto 5rem;
}
.tlp-short-bio .bio-text{
    max-width: 48rem;
    margin: 0 auto 5rem;
}
.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}
.tlp-short-bio p {
    font-size: 1.125rem;
    color: #626d84;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.tlp-overlay1,.tlp-content{
	background: #1f4654 !important;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}
.tlp-overlay1 .team-name a,
.tlp-content .team-name a{
	font-size: 20px;
    line-height: 1.5em;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
}
.tlp-overlay1 .tlp-position a,
.tlp-content .tlp-position a{
	color: #fff;
	font-family: Dynalight, cursive;
    font-size: 24px;
    line-height: 1.4444444444em;
    font-weight: 400;
	text-transform: capitalize;
} 
.tlp-btn-wrapper .readmore-btn a{
	width: 100%;
}
/* Parent card */
.single-team-area {
    position: relative;
    overflow: hidden;
}

/* Button wrapper ne overlay banaavo */
.tlp-btn-wrapper {
    position: absolute;
    bottom: -7px;
    left: 10px;
    transform: translateY(100%); /* niche hide */
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
	right: 10px;
}
.tlp-btn-wrapper.home{
	bottom: -10px;
}
/* Hover par upar ave */
.single-team-area:hover .tlp-btn-wrapper {
    transform: translateY(0);
    opacity: 1;
}
.tlp-btn-wrapper .readmore-btn a{ 
	padding: 38px 20px !important; 
	text-align: center;  
	position: relative;
    padding-right: 30px;
	border-radius: 0 !important;
}
.tlp-btn-wrapper .readmore-btn a:hover{ 
	background: #c18f59 !important; 
	text-decoration: underline;
}
.rt-team-container .layout1 .tlp-content-layout1,
.rt-team-container .tlp-content{
	background: #1f4654;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}
.tlp-btn-wrapper .readmore-btn a::after {
    position: absolute;
    right: 45px;
    top: 40%;
    font-size: 14px;
}
.tlp-overlay1 h3{ margin-top: 0 !important;}


.single-team-area {
  overflow: hidden;
}

.single-team-area img {
  width: 100%;
  transform: scale(1);
  filter: grayscale(0%); /* normal color */
}

/* hover par zoom OUT + black & white */
.single-team-area:hover img {
  transform: scale(1.1);
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: grayscale(100%);
}
.biography .biography-inner h3{ padding-bottom: 3rem !important;}  
@media (max-width: 767px) {

  /* Main wrapper */
  .tlp-single-detail {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Image block */
  .tlp-single-detail .tlp-member-feature-img {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
  }

  /* Image fix */
  .tlp-single-detail .tlp-member-feature-img img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  /* Content block */
  .tlp-single-detail .tlp-member-description-container {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
  }
  .tlp-single-container{ width: auto !important;}
}
.single-team-area .tlp-content,
.single-team-area .tlp-overlay1{
	width: calc(100% - 20px);
	margin-left: 10px;
	position:relative;
	margin-top:-45px;
	border-bottom: 4px solid #c18f59;
}
.single-team-area:hover .tlp-content,
.single-team-area:hover .tlp-overlay1{
	border: transparent;
}
.single-team-area .readmore-btn a.rt-ream-me-btn {
	position: relative;
	background: #c18f59;
	border: 4px solid #c18f59;
	text-transform: uppercase;
	
}
.single-team-area .readmore-btn a.rt-ream-me-btn:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.single-team-area .readmore-btn a.rt-ream-me-btn:before {
	border-color: rgba(193, 143, 89, 0);
	border-bottom-color: #c18f59;
	border-width: 14px;
	margin-left: -14px;
}
.tlp-btn-wrapper .readmore-btn a:after{
	font-family: 'ElegantIcons' !important;
	content: "\3d" !important;
}
.single-team-area .readmore-btn:last-child{
	border-top: 5px solid #c18f59;
}
.single-team-area:hover .readmore-btn:last-child{
	border: transparent;
}
.rt-team-container .tlp-team .contact-info ul{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
}
.rt-team-container .tlp-team .contact-info ul li{
	display: flex;
    align-items: center;
    gap: 15px;
}
@media (min-width: 768px) {
    .section-title {
        font-size: 2.25rem;
    }
}
@media (min-width: 1024px) {
    .section-title {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
	.tlp-short-bio .bio-text{
		margin: 0 50px;
	} 
}
/* Team Details Page and Home Listing, Team Listing Page End */