/* Active navigation style */
.tp-main-menu-content a.active,
.tp-offcanvas-main-menu a.active {
  color: #000 !important;
  font-weight: 900 !important;
  /* Using the lime green accent color */
}

/* Logo size adjustment */
.logo-container img {
  max-width: 240px;
  height: auto;
}

/* Content text justification */
.content-font {
  text-align: justify;
}

/* Main color scheme */
:root {
  --accent-color: #ccff33;
}

/* Highlight text with accent color */
.accent-text {
  color: var(--accent-color);
}

/* Brand name styling */
.brand-name {
  color: #fff;
}

/* New title styling to match design samples - with responsive sizes */
.section-title-bar {
  position: relative;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-title-bar {
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .section-title-bar {
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }

  .res-text {
    font-size: 50px;
    line-height: 1.4;
  }
}


@media (min-width: 0px) and (max-width: 767px) {
  .img-align {
    right: 0 !important;
    position: static !important;
    max-width: -webkit-fill-available !important;
  }
}

.img-align {
  right: 0 !important;
  position: absolute;
  max-width: 423px;
}

@media (max-width: 600px) {
  .res-text {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media (min-width: 300px) and (max-width: 400px) {
  .services-slide .services-slide-inner{
    height: 400px !important;
    width: 364px !important;
  }
  .services-slide-inner img{
    /* width: 64%; */
    max-width: 100%;
  }
}

@media (min-width: 400px) and (max-width: 600px) {
  .services-slide .services-slide-inner{
    height: 400px !important;
    width: 408px !important;
    }
  .services-slide-inner img{
    /* width: 68%; */
    max-width: 100%;
  }
}

@media (min-width: 200px) and (max-width: 600px) {
  .col-xl-12-p-title-bottom{
    transform: translateY(21px) !important;
  }
}

@media (min-width: 700px) and (max-width: 1200px) {
  .services-slide {
    width: 350px  !important;
    }
  .services-slide .services-slide-inner{
    height: 449px !important;
    }
  .services-slide-inner img{
    /* width: 68%; */
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 3200px) {
  /* NEW CLASS to enable variable height per card */
  .services-slide-variable .services-slide-inner {
    display: flex;
    flex-direction: column;
    height: auto !important; /* override any fixed height */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
  }

  /* Consistent image height */
  .services-slide-variable .services-slide-inner img {
    width: 100%;
    height: 280px;          /* keep images consistent */
    object-fit: cover;
    display: block;
  }

  /* Let content height vary naturally */
  .services-slide-variable .services-slide-content {
    padding: 20px 0;
    flex: 1 1 auto;
  }
}

.service-img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* Individual heights for each image */
.img-height-1  { height: 320px !important; }
.img-height-2  { height: 360px !important; }
.img-height-3  { height: 340px !important; }
.img-height-4  { height: 300px !important; }
.img-height-5  { height: 380px !important; }
.img-height-6  { height: 350px !important; }
.img-height-7  { height: 330px !important; }
.img-height-8  { height: 370px !important; }
.img-height-9  { height: 390px !important; }
.img-height-10 { height: 310px !important; }
.img-height-11 { height: 360px !important; }
.img-height-12 { height: 340px !important; }
.img-height-13 { height: 380px !important; }
.img-height-14 { height: 300px !important; }
.img-height-15 { height: 330px !important; }
.img-height-16 { height: 350px !important; }
.img-height-17 { height: 370px !important; }
.img-height-18 { height: 320px !important; }

@media (min-width: 300px) and (max-width: 600px) {
  .service-img{
    max-height: 350px !important;
  }
}

@media (min-width: 1430px) and (max-width: 5000px) {
  .strategy-content-preview-translate-pr{
    padding-left: 0px !important;
  }
}



@media (min-width: 990px) and (max-width: 5000px) {
  .col-lg-6-col-xl-5-col-md-12-strategy-image-col-border{
    padding-right: 0px !important;
  }

}

.strategy-content-preview{
  border-bottom: 0px solid var(--accent-color) !important;
}

.sub-line-le {
    background-color: #CCFF33;
    width: 300px;
    height: 50px;
    position: absolute;
    transform: rotate(90deg);
    left: -140px;
    bottom: 272px;
    z-index: -1;
}

.vertical-text-two-le {
    writing-mode: vertical-rl;
    transform: rotate(180deg) translateX(116px);
    font-size: 6rem;
    font-family: "Optima", serif;
    line-height: 0.9;
    position: absolute;
    right: 43px;
    top: 375px !important;
}

@media (min-width: 768px) and (max-width: 981px) {
  .image-container img {
    transform: translateY(307px) translateX(80px);
  }

  .res-text {
    font-size: 80px;
    line-height: 1.4;
  }
}

@media (min-width: 982px) and (max-width: 1150px) {
  .image-container img {
    transform: translateY(81px) translateX(50px);
  }


  .res-text {
    font-size: 90px;
    line-height: 1.4;
  }
}

@media (min-width: 1150px) and (max-width: 1230px) {
  .image-container img {
    transform: translateY(33px);
  }
}

/* CSS for Marquee Effect */
.marquee-container {
  display: flex;
  justify-content: start;
  gap: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee {
  white-space: nowrap;
  display: flex;
  animation: marquee 40s linear infinite;
}

.title-split2 {
  font-size: 150px;
  margin: 0;
  margin-right: 50px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.first-text {
  color: white;
  font-size: 160px;
  font-weight: 500 !important;
}

.second-text {
  color: #DCE1DA;
  font-size: 160px;
  font-weight: 500 !important;
}

@media screen and (max-width: 1500px){
  .first-text {
    color: white;
    font-size: 120px;
    font-weight: 500 !important;
  }
  
  .second-text {
    color: #DCE1DA;
    font-size: 120px;
    font-weight: 500 !important;
  } 
}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (min-width: 300px) and (max-width: 600px) {
  .strategy-content-col-border {
    padding-right: 12px;
    padding-left: 12px;
  }

  .col-lg-6-col-xl-5-col-md-12-strategy-image-col-border{
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* .strategy-content-preview-translate-pr {
  transform: translateX(-250px) !important;
} */

@media (min-width: 1180px) and (max-width: 5000px) {
  .showcase-details-about {
    transform: translateY(30px);
  }
}

@media (min-width: 1140px) and (max-width: 1385px) {
  .res-coin-text {
    transform: rotate(180deg) translateY(300px) !important;
  }
}

@media (min-width: 1385px) and (max-width: 1635px) {
  .res-coin-text {
    transform: rotate(180deg) translateY(150px) !important;
  }
}

@media (min-width: 1635px) and (max-width: 1719px) {
  .res-coin-text {
    transform: rotate(180deg) translateY(63px) !important;
  }
}

@media (min-width: 1023px) and (max-width: 1383px) {
  .strategy-content-preview-translate-pr {
    transform: translateY(163px) translateX(-84px);
  }
}

@media (min-width: 1355px) and (max-width: 1415px) {
  .strategy-content-preview-translate-pr {
    transform: translateY(150px) translateX(-16px) !important;
  }

  /* .strategy-content-preview {
    margin-bottom: 60px;
  } */
}
/* @media (min-width: 1415px) and (max-width: 1595px) {
  .strategy-content-preview-translate-pr {
    transform: translateY(254px) translateX(-139px) !important;
  }
} */
/* @media (min-width: 1595px) and (max-width: 1866px) {
  .strategy-content-preview-translate-pr {
    transform: translateY(327px) translateX(-160px) !important;
  }
} */

/* For screens larger than 1383px */
@media (min-width: 1384px) {
  .strategy-content-preview-translate-pr {
    transform: translateY(353px) translateX(-200px);
  }
}

@media (min-width: 1023px) and (max-width: 1383px) {
  .strategy-content-preview-translate {
    transform: translateY(0px);
  }
}

/* For screens larger than 1383px */
@media (min-width: 1384px) {
  .strategy-content-preview-translate {
    transform: translateY(0px);
  }
}

.services-slide-content{
  align-items:start;
}

.col-xl-12-p-title-bottom{
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  transform: translateY(30px) !important;
  z-index: 10 !important;
}

.section-title-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: var(--accent-color);
}

@media (max-width: 767px) {
  .section-title-bar::after {
    height: 6px;
  }
}

.section-title-bar.center-align::after {
  left: 50%;
  transform: translateX(-50%);
}

/* Vision statement box - with responsive styling */
.vision-statement-box {
  background-color: var(--accent-color);
  padding: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .vision-statement-box {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.vision-statement-box h3 {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .vision-statement-box h3 {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 767px) {
  .vision-statement-box h3 {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}

/* Core values styling - make it responsive */
.core-values {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .core-values {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .core-values {
    font-size: 20px;
  }
}

/* Services section subtitle */
.services-subtitle {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  display: block;
  color: var(--accent-color);
}

/* Services section title */
.services-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .services-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .services-title {
    font-size: 18px;
  }
}

/* Image content styling */
.image-content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.image-content img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.image-content:hover img {
  transform: scale(1.05);
}

.image-content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  color: #fff;
}

/* Green box with image styling */
.green-box-image {
  position: relative;
  background-color: var(--accent-color);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.green-box-image img {
  max-width: 100%;
  height: auto;
}

.green-box-image .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0 15px;
}

/* Newsletter styling */
.tp-footer-newsletter {
  padding: 50px 30px;
  background-color: #1c1c1c;
  border-radius: 10px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .tp-footer-newsletter {
    padding: 30px 20px;
  }
}

.tp-footer-newsletter-title {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .tp-footer-newsletter-title {
    font-size: 20px;
  }
}

.tp-footer-newsletter-form-field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tp-footer-newsletter-form-field input {
  flex: 1;
  min-width: 250px;
  height: 60px;
  border: 1px solid #333;
  background-color: transparent;
  padding: 0 20px;
  color: #fff;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .tp-footer-newsletter-form-field input {
    height: 50px;
  }
}

.tp-footer-newsletter-form-field .tp-btn-black {
  background-color: var(--accent-color);
  color: #000;
  border: none;
  height: 60px;
  padding: 0 30px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .tp-footer-newsletter-form-field .tp-btn-black {
    height: 50px;
    padding: 0 20px;
    width: 100%;
  }
}

.tp-footer-newsletter-form-field .tp-btn-black:hover {
  background-color: #fff;
}

/* Mobile newsletter */
.tp-offcanvas-newsletter-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #333;
  background-color: transparent;
  padding: 0 20px;
  color: #fff;
  border-radius: 5px;
}

.tp-offcanvas-newsletter-form .tp-btn-black {
  background-color: var(--accent-color);
  color: #000;
  border: none;
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

/* New styles based on provided samples */
/* Quote style */
.quote-marks {
  font-family: var(--tp-ff-shoulders);
  font-size: 120px;
  line-height: 1;
  color: var(--accent-color);
  display: block;
  margin-bottom: -40px;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .quote-marks {
    font-size: 90px;
    margin-bottom: -30px;
  }
}

@media (max-width: 767px) {
  .quote-marks {
    font-size: 90px;
    margin-bottom: -20px;
  }
}

.quote-content {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .quote-content {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .quote-content {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.quote-content .highlight {
  color: var(--accent-color);
  font-style: italic;
}

/* Brand color palette style */
.brand-color-title {
  position: relative;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .brand-color-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .brand-color-title {
    font-size: 24px;
  }
}

.brand-color-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: var(--accent-color);
}

@media (max-width: 767px) {
  .brand-color-title::after {
    height: 6px;
  }
}

/* Vision statement style */
.vision-label {
  position: relative;
  display: inline-block;
  background-color: var(--accent-color);
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 15px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .vision-label {
    padding: 6px 12px;
    margin-bottom: 20px;
  }
}

/* Important word highlighting */
.important-word {
  /* color: var(--accent-color); */
  font-weight: 700;
}

/* Statement box with lime background */
.statement-box {
  background-color: var(--accent-color);
  padding: 30px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .statement-box {
    padding: 20px;
  }
}

.statement-box p {
  margin: 0;
}

/* Fix for text alignment in vision statement box */
.vision-statement-box h3 {
  text-align: left;
}

/* LE COIN DE JOSEPH style for titles */
.title-split {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.title-split .first-part {
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.title-split .first-part::after {
  content: "";
  position: absolute;
  bottom: -20%;
  width: 110%;
  left: -5%;
  height: 70%;
  background-color: #ccff33;
  color: #000;

  white-space: nowrap;
  z-index: -1;
}

.t-box {
  position: relative;
}

.t-box::after {
  content: "";
  position: absolute;
  bottom: -5%;
  width: 110%;
  left: -5%;
  height: 50%;
  background-color: #ccff33;
  color: #000;

  white-space: nowrap;
  z-index: -1;
}

.title-split .second-part {
  padding: 5px 10px;
  font-weight: 700;
  display: inline-block;
}

.title-split2 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  gap: 12px;
  /* font-size: 120px; */
  /* font-weight: 600 !important; */
}

.title-split2 .title-split2-bar {
  width: 80px;
  height: 10px;
  background-color: #ccff33;
}

@media (max-width: 991px) {
  .title-split {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .title-split {
    font-size: 24px;
  }
}

.tp-transparent {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* Consistent button styling with green hover effect */

.tp-btn-white:hover,
.tp-btn-black:hover,
.tp-btn-black-md:hover,
.tp-btn-circle:hover,
.subscribe-btn:hover,
button[type="submit"]:hover {
  background-color: #ccff33;
  color: #000;
  border-color: #ccff33;
}

/* Title styling like LE COIN DE JOSEPH */
.section-title-bar {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  padding: 0;
  text-transform: uppercase;
}

/* Remove the underline */
.section-title-bar::after {
  display: none;
}

/* Create the background highlight effect */
.section-title-bar span.first-part {
  background-color: #ccff33;
  padding: 0 12px;
  font-weight: 500;
  display: inline-block;
}

.section-title-bar span.second-part {
  padding: 0 0 0 10px;
  font-weight: 900;
  display: inline-block;
}

@media (max-width: 991px) {
  .section-title-bar {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-title-bar {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

/* Important faces display */
.important-faces {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0;
}

.face-card {
  flex: 1;
  min-width: 250px;
  text-align: center;
  margin-bottom: 20px;
}

.face-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid var(--accent-color);
  margin: 0 auto 15px;
  transition: transform 0.3s ease;
}

.face-card:hover .face-image {
  transform: scale(1.05);
}

.face-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.face-title {
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
}

.face-bio {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .important-faces {
    gap: 20px;
  }

  .face-image {
    width: 150px;
    height: 150px;
  }

  .face-name {
    font-size: 18px;
  }
}


@media (min-width: 400px) and (max-width: 500px) {
  .rounded-quote-mark.right {
    position: absolute !important;
    right: 320px !important;
    top: -18px !important;
    left: auto !important;
    width: 50px !important;
    height: 50px !important;
    /* Optional: adjust top if needed */
    /* top: 10px !important; */
  }
}

/* SVG Quotation Mark Styling */
.svg-quote-container {
  position: relative;
  padding: 40px 20px;
  margin: 30px 0;
}

.svg-quote-mark {
  position: absolute;
  border: 1px solid black;
  width: 150px;
  height: 150px;
  fill: var(--accent-color);
  z-index: -1;
}

.svg-quote-mark.left {
  left: -25px !important;
  top: -75px !important;
}

.svg-quote-mark.right {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.svg-quote-text {
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .svg-quote-mark {
    width: 110px;
    height: 110px;
  }

  .svg-quote-text {
    font-size: 20px;
  }
}

/* Rounded SVG Quotation Mark */
.rounded-quote-container {
  position: relative;
  padding: 50px 30px;
  margin: 40px 0;
}

.rounded-quote-text {
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.rounded-quote-mark {
  position: absolute;
  top: -20px;
  left: -20px;
  border: none;
  width: 70px;
  height: 70px;
  fill: var(--accent-color);
  z-index: -1;
  opacity: 0.9;
  transform: rotate(180deg);
}



.rounded-quote-mark.right {
  left: -45px;
  top: -25px;
}

@media (max-width: 767px) {
  .rounded-quote-mark {
    width: 80px;
    height: 80px;
  }

  .rounded-quote-mark.right {
    left: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
  }

  .rounded-quote-text {
    font-size: 20px;
  }
}

.vertical-text {
  writing-mode: vertical-rl;
  /* Makes text go vertically */
  transform: rotate(180deg);
  /* Rotates the text to flow bottom to top */
  font-size: 6rem;
  /* Adjust font size as needed */
  font-family: "Optima", serif;
  /* Replace with your custom font */
  line-height: 0.9;
  position: absolute;
  right: 0;
  top: 435px !important;
  /* Adjusted position */

}

.vertical-text-two {
  writing-mode: vertical-rl;
  /* Makes text go vertically */
  transform: rotate(180deg);
  /* Rotates the text to flow bottom to top */
  font-size: 6rem;
  /* Adjust font size as needed */
  font-family: "Optima", serif;
  /* Replace with your custom font */
  line-height: 0.9;
  position: absolute;
  right: 0;
  top: 435px !important;
  /* Adjusted position */
}

.sub-line {
  background-color: #CCFF33;
  width: 300px;
  height: 50px;
  position: absolute;
  transform: rotate(90deg);
  left: -110px;
  bottom: 110px;
  z-index: -1;
}

.side-visible2 {
  display: none !important;
}

@media screen and (max-width: 766px) {
  .side-visible {
    /* display: none !important; */
    /* rotate: 90deg; */
  }
  .res-coin-text {
    transform: rotate(270deg) translatey(0px) !important;
    margin-top: 300px !important;
    /* top: 20px !important; */
  }
  .vertical-text-two-le {
    font-size: 2.5rem;
  }

  .side-visible2 {
    display: block !important;
  }
  .vertical-text-two-le {
    left: -80px;
  }
  .sub-line-le {
    left: -140px;
    bottom: 100px;
    height: 20px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .res-coin-text {
    transform: rotate(270deg) translatey(0px) !important;
    margin-top: 620px !important;
    /* top: 20px !important; */
  }
  .vertical-text-two-le {
    font-size: 3.5rem;
  }
} 

/* Add styles for mission statement section */
.mission-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 30px;
}

.highlight-text {
  position: relative;
  display: inline-block;
}

.highlight-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -90px;
  width: 100%;
  height: 15px;
  background-color: #ccff33;
  z-index: -1;
}

.mission-statement-content {
  /* padding-right: 100px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Clean, fixed-size, always-show-full-image for mission-image-container */
.mission-image-container {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
}

.mission-image-container img {
  width: 800px !important;
  height: 600px !important;
  object-fit: contain !important;
  display: block;
  margin: 0;
}

/* Reduce gap between left content and image */
.mission-image-container {
  margin-left: -150px !important;
  /* Increased negative margin to reduce gap more */
}

/* Increase space between ABOUT US and logo.png */
.about-label {
  margin-bottom: -760px !important;
}

/* Add space above logo */
.logo-container.mb-40 {
  margin-top: 40px !important;
  /* Add significant space above logo */
}

/* Add space between logo and h3 */
.title-font.mb-20.heading-font {
  margin-top: 50px !important;
}

/* Style for mission paragraph */
.content-font.mb-30 {
  margin-top: 40px !important;
  margin-bottom: 30px !important;
  text-align: left !important;
  /* Remove justify */
  white-space: normal !important;
  /* Allow text to wrap naturally */
  max-width: 600px !important;
  /* Limit width to prevent long lines */
  line-height: 1.6 !important;
  /* Improve readability */
}

.about-section {
  display: flex;
  padding-left: 200px;
  /* justify-content: end; */
  flex-direction: column;
  align-items: end;
}

@media (max-width: 767px) {
  .mission-image-container img {
    width: 98vw !important;
    max-width: 600px !important;
    height: 450px !important;
  }
  .about-section {
    padding-left: 0; 
  }
 

  .mission-image-container {
    margin-left: 0 !important;
  }

  .content-font.mb-30 {
    max-width: 100% !important;
    /* Full width on mobile */
  }
}
@media (max-width: 1024px)  {
  .about-section {
    display: flex;
    padding-left: 0 ;
  } 
}

.title-split2.text-base.about-label {
  position: absolute;
  top: -120px;
  left: 60px;
  z-index: 2;
  margin: 0;
}

@media (max-width: 767px) {
  .mission-image-container {
    margin-top: 0;
    padding: 15px;
  }

  .mission-image-container img {
    height: 350px;
  }

  .mission-statement-content {
    padding: 20px 15px;
  }

  .content-font.mb-30,
  .content-font.text-center {
    text-align: center;
  }

  .title-split2.text-base.about-label {
    position: relative;
    top: 0;
    left: 15px;
    margin-bottom: 30px;
  }
}

/* Collapsible strategy content styling */
.strategy-content-preview {
  cursor: pointer;
  padding: 20px;
  border-bottom: 2px solid var(--accent-color);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.strategy-content-preview::after {
  display: none;
  /* Hide the plus/minus icons */
}

.strategy-content-preview.active::after {
  display: none;
  /* Hide the plus/minus icons */
}

.view-more-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease;
}

.view-more-btn .circle-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--accent-color);
  margin-left: 10px;
  transition: all 0.3s ease;
  position: relative;
}

.view-more-btn .arrow-icon {
  font-size: 25px;
  position: absolute;
  top: 48%;
  left: 51%;
  transform: translate(-45%, -50%);
  transition: all 0.3s ease;
}

.strategy-content-preview.active .view-more-btn .arrow-icon {
  transform: translate(-45%, -50%) rotate(90deg);
}

.strategy-content-preview.active .view-more-text {
  visibility: hidden;
  position: relative;
}

.strategy-content-preview.active .view-more-text::after {
  content: "View less";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}

.services-slide-content-bg , .services-slide-inner{
  background-color: transparent !important;
}


@media (min-width: 0px) and (max-width: 584px) {
  .img-fluid-img-align{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (min-width: 775px) and (max-width: 990px) {
  .person-div {
    height: 832px !important;
  }
  

  .img-fluid-img-align{
    transform: translateY(-21px) translateX(0px) !important;
  }
}
@media (min-width: 990px) and (max-width: 1065px) {
  .person-div {
    height: 692px !important;
  }

  .img-fluid-img-align{
    transform: translateY(-25px) translateX(0px) !important;
  }
}
@media (min-width: 1065px) and (max-width: 1200px) {
  .person-div {
    height: 686px !important;
  }

  .img-fluid-img-align{
    transform: translateY(-25px) translateX(0px) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .person-div {
    height: 619px !important;
  }

  .img-fluid-img-align{
    transform: translateY(-7px) translateX(0px) !important;
  }
}

.person-div{
  height: 610px;
  position: relative;
  display: flex;
}


.img-fluid-img-align{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-fluid-img-align{
  transform: translateY(-10px) translateX(0px);
}

.strategy-content-full {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out, padding 0.5s ease;
  padding: 0 20px;
}

.strategy-content-full.show {
  max-height: 2000px;
  padding: 20px;
}

/* About Us section responsive styling */
@media (max-width: 767px) {
  .title-split2.about-label {
    position: absolute;
    bottom: -30px;
    left: 15px;
    z-index: 2;
  }

  .about-section-content {
    margin-top: 60px;
  }

  .container.container-1870[style*="position: absolute"] {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    margin-bottom: 30px;
  }

  .about-section-wrapper {
    display: flex;
    flex-direction: column;
  }

  .about-section-wrapper .about-label {
    order: 1;
  }

  .about-section-wrapper .about-content {
    order: 2;
  }

  .mission-image-container {
    margin-top: 0;
  }
}

/* Slider */

/* Title and paragraph spacing */
.tp_title_anim {
  margin-bottom: 30px;
  display: block;
}

.content-font.text-center {
  margin-top: 30px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .tp_title_anim {
    margin-bottom: 30px;
  }

  .content-font.text-center {
    margin-top: 30px;
  }
}

.about-label {
  position: absolute !important;
  bottom: -30px !important;
}

/* ABOUT US text responsive positioning - restored */
/* 4XL screens (2560px and up) */
@media (min-width: 2560px) {
  .about-label {
    left: -400px !important;
    top: 200px !important;
    bottom: auto !important;
  }
}

/* 3XL screens (1920px to 2559px) */
@media (min-width: 1920px) and (max-width: 2559px) {
  .about-label {
    left: -120px !important;
    top: 205px !important;
    bottom: auto !important;
  }
}

@media (min-width: 1300px) and (max-width: 1420px) {
  .strategy-content-preview {
    margin-bottom: 100px;
  }
}



/* 2XL screens (1536px to 1919px) */
@media (min-width: 1536px) and (max-width: 1919px) {
  .about-label {
    left: 20px !important;
    top: 200px !important;
    bottom: auto !important;
  }
}

/* 1480px screens */
@media (min-width: 1400px) and (max-width: 1450px) {
  .about-label {
    left: -160px !important;
    top: 200px !important;
    bottom: auto !important;
  }
}

/* XL screens (1280px to 1535px) */
@media (min-width: 1280px) and (max-width: 1535px) {
  .about-label {
    left: 30px !important;
    top: 180px !important;
    bottom: auto !important;
  }
}

/* LG screens (912px to 1279px) */
@media (min-width: 912px) and (max-width: 1279px) {
  .about-label {
    left: -40px !important;
    top: 160px !important;
    bottom: auto !important;
  }
}

/* Start of Selection */
/* MD screens (768px to 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .about-label {
    left: -95px !important;
    top: 140px !important;
    bottom: auto !important;
  }
}


/* End of Selection */

.mission-image-container {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  margin-top: 0;
  text-align: center;
}

.mission-image-container img {
  width: 80%;
  height: 500px;
  min-width: 350px;
  /* min-height: 450px; */
  margin: 0 auto;
  display: block;
}


/* SM screens (640px to 767px) */
@media (min-width: 640px) and (max-width: 767px) {
  .mission-image-container {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }

  .mission-image-container img {
    width: 90%;
    height: 800px;
    margin: 0 auto;
    display: block;
    /* min-width: 320px;
    min-height: 780px; */
  }
}

/* Mobile screens (below 640px) */
@media (max-width: 639px) {
  .mission-image-container {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }

  .mission-image-container img {
    width: 95%;
    height: 800px;
    /* min-width: 280px;
    min-height: 320px; */
    margin: 0 auto;
    display: block;
  }
}

/* iPhone 14 Pro Max and similar devices (430px and below) */
@media (max-width: 430px) {
  .mission-image-container {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .mission-image-container img {
    width: 100%;
    height: 800px;
    min-width: 250px;
    /* min-height: 300px; */
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 375px) {
  .mission-image-container {
    justify-content: center;
    align-items: center;
    text-align: center;
  }




  @media (max-width: 820px) {
    .about-label {
      top: -230px !important;
      /* Move to the top */
      bottom: auto !important;
      /* Remove bottom positioning */
      left: 0 !important;
      /* Optional: align left, adjust as needed */
      right: auto !important;
      position: absolute !important;
    }
  }

  /* ABOUT US text positioning - restored for mobile screens */
  /* SM screens (640px to 767px) */
  @media (min-width: 640px) and (max-width: 767px) {
    .about-label {
      left: 15px !important;
      top: 360px !important;
      bottom: auto !important;
    }
  }

  /* Mobile screens (below 640px) */
  @media (max-width: 639px) {
    .about-label {
      left: 10px !important;
      top: 395px !important;
      bottom: auto !important;
    }
  }

  /* iPhone 14 Pro Max and similar devices (430px and below) */
  @media (max-width: 430px) {
    .about-label {
      left: 5px !important;
      top: 390px !important;
      bottom: auto !important;
    }
  }

  @media (max-width: 375px) {
    .about-label {
      left: 5px !important;
      top: 410px !important;
      bottom: auto !important;
    }
  }

  /* Services section title specific styling */
  .title-split2 .first-part {
    font-size: inherit;
  }

  .title-split2.text-base .first-part {
    font-size: inherit;
  }

  /* Only Our services text gets larger size */
  .tp-service-area .title-split2 .first-part {
    font-size: 100px;
    font-weight: 900;
    letter-spacing: -1px;
  }

  /* 820px screens - smaller font size for Our Services */
  @media (min-width: 820px) and (max-width: 850px) {
    .tp-service-area .title-split2 .first-part {
      font-size: 70px;
      font-weight: 800;
      letter-spacing: -0.5px;
    }
  }


  @media (min-width: 768px) and (max-width: 850px) {
    .tp-service-area .title-split2 .first-part {
      font-size: 60px;
      font-weight: 800;
      letter-spacing: -0.5px;
    }
  }

  @media (max-width: 767px) {
    .tp-service-area .title-split2 .first-part {
      font-size: 45px;
      font-weight: 800;
    }
  }

  @media (min-width: 820px) and (max-width: 915px) {
    .tp-service-area .title-split2 .first-part {
      font-size: 70px;
      font-weight: 800;
      letter-spacing: -0.5px;
    }
  }

  /* Hide bar specifically for Our services section */
  .tp-service-area .title-split2 .title-split2-bar {
    display: none;
  }

  .tp-service-area .title-split2 {
    gap: 0;
  }

  /* Remove text justification */
  .content-font.mb-30,
  .content-font.text-center {
    white-space: normal;
    text-align: left;
    line-height: 1.8;
  }

  @media (max-width: 767px) {
    .mission-image-container {
      margin-top: 0;
      padding: 15px;
    }

    .mission-image-container img {
      height: 350px;
    }

    .mission-statement-content {
      padding: 20px 15px;
    }

    .content-font.mb-30,
    .content-font.text-center {
      text-align: center;
    }
  }

  /* Responsive adjustments */
  @media (max-width: 991px) {
    .mission-image-container {
      padding-left: 0;
      margin-top: 0;
    }

    .mission-image-container img {
      width: 100%;
      height: 450px;
    }
  }

  @media (max-width: 767px) {
    .mission-image-container img {
      height: 350px;
    }
  }

  /* Increase spacing between logo and message */
  .logo-container.mb-40 {
    margin-bottom: 100px;
  }

  .mission-statement-content h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.4;
  }

  @media (max-width: 767px) {
    .logo-container.mb-40 {
      margin-bottom: 50px;
    }

    .mission-statement-content h2 {
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }

  /* Mission image container responsive styles */
  /* MD screens (768px to 1023px) */
  @media (min-width: 768px) and (max-width: 1023px) {
    .mission-image-container {
      justify-content: center;
      align-items: center;
      padding-left: 0;
      margin-top: 0;
      text-align: center;
    }

    .mission-image-container img {
      width: 80%;
      height: 500px;
      min-width: 350px;
      /* min-height: 450px; */
      margin: 0 auto;
      display: block;
    }
  }

  /* SM screens (640px to 767px) */
  @media (min-width: 640px) and (max-width: 767px) {
    .mission-image-container {
      justify-content: center;
      align-items: center;
      padding-left: 0;
      margin-top: 0;
      text-align: center;
    }

    .mission-image-container img {
      width: 90%;
      height: 800px;
      margin: 0 auto;
      display: block;
      /* min-width: 320px;
    min-height: 780px; */
    }
  }

  /* Mobile screens (below 640px) */
  @media (max-width: 639px) {
    .mission-image-container {
      justify-content: center;
      align-items: center;
      padding-left: 0;
      margin-top: 0;
      text-align: center;
    }

    .mission-image-container img {
      width: 95%;
      height: 800px;
      min-width: 280px;
      /* min-height: 320px; */
      margin: 0 auto;
      display: block;
    }
  }

  /* iPhone 14 Pro Max and similar devices (430px and below) */
  @media (max-width: 430px) {
    .mission-image-container {
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .mission-image-container img {
      width: 100%;
      height: 800px;
      min-width: 250px;
      /* min-height: 300px; */
      margin: 0 auto;
      display: block;
    }
  }

  @media (max-width: 375px) {
    .mission-image-container {
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .mission-image-container img {
      width: 100%;
      height: 800px;
      min-width: 220px;
      /* min-height: 280px; */
      margin: 0 auto;
      display: block;
    }
  }

  /* Mobile layout for screens after 1039px */
  @media (max-width: 1039px) {

    /* Make all columns stack vertically */
    .row {
      flex-direction: column !important;
    }

    .col-xl-6,
    .col-lg-6,
    .col-md-6,
    .col-sm-6 {
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 100% !important;
    }

    /* Center align content */
    .mission-statement-content {
      text-align: center;
      padding: 20px 15px !important;
      margin-bottom: 0px;
    }

    /* Adjust mission image container for mobile */
    .mission-image-container {
      justify-content: center;
      align-items: center;
      padding: 15px;
      margin-top: 0;
      text-align: center;
    }

    .mission-image-container img {
      width: 100%;
      max-width: 500px;
      height: auto;
      /* min-height: 400px;  */
      margin: 0 auto;
      display: block;
    }

    /* Center the logo */
    .logo-container {
      text-align: center;
      margin-bottom: 50px;
    }

    .logo-container img {
      margin: 0 auto;
    }

    /* Adjust text alignment for mobile */
    .content-font.mb-30,
    .content-font.text-center {
      text-align: center;
    }

    /* Make headings center aligned */
    .title-font,
    .heading-font {
      text-align: center;
    }

    /* Adjust ABOUT US label positioning for mobile */
    .about-label {
      position: relative !important;
      top: 415px !important;
      left: 0 !important;
      bottom: auto !important;
      text-align: center;
      margin-bottom: 30px;
    }

    /* Container adjustments */
    .container,
    .container-1480,
    .container-1870 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  /* Services Slider Styles - Updated with consistent widths */
  .services-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
  }

  /* .services-slider {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    padding: 10px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  } */

  .services-slide {
    flex: 0 0 auto;
    width: 450px;
    /* Updated width for all screen sizes */
    min-width: 450px;
    position: relative;
    user-select: none;
  }

  .services-slide-inner {
    position: relative;
    overflow: hidden;
    height: 580px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
  }

  .services-slide-inner img {
    width: 100%;
    height: calc(100% - 60px);
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
  }

  .services-slide-content {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: auto;
    background: #fff;
    z-index: 2;
  }

  .services-slide-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }

  .services-slide-arrow {
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s ease;
  }

  .services-slide-inner:hover .services-slide-arrow {
    transform: translateX(5px);
  }

  .services-slider-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
  }

  .services-slider-prev,
  .services-slider-next {
    background: transparent;
    border: 1px solid #222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
  }

  .services-slider-new-prev:hover,
  .services-slider-new-next:hover {
    background-color: #222;
    color: white;
  }

  .services-slider-new-prev:disabled,
  .services-slider-new-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  /* Specific breakpoints for different numbers of cards */
  /* 1577px and above - Show 4 cards */
  @media (min-width: 1577px) {
    .services-slide {
      width: 450px;
    }

    .services-slider {
      gap: 30px;
    }
  }

  /* 1329px to 1576px - Show 3 cards */
  @media (min-width: 1329px) and (max-width: 1576px) {
    .services-slide {
      width: 450px;
    }

    .services-slider {
      gap: 30px;
    }
  }

  /* 1001px to 1328px - Show 2.5 cards (partial third card) */
  @media (min-width: 1001px) and (max-width: 1328px) {
    .services-slide {
      width: 450px;
    }

    .services-slider {
      gap: 30px;
    }
  }

  /* 768px to 1000px - Show 2 cards */
  @media (min-width: 768px) and (max-width: 1000px) {
    .services-slide {
      width: 450px;
    }

    .services-slider {
      gap: 25px;
    }
  }

  /* Mobile screens - Show 1 card */
  @media (max-width: 767px) {
    .services-slide {
      width: 450px;
    }

    .services-slider {
      gap: 20px;
    }
   
  }

  /* Header logo absolute top-left for screens 1044px and below */
  @media (max-width: 1044px) {
    .tp-header-area {
      position: relative;
    }

    .tp-header-logo {
      position: static;
      z-index: auto;
      padding: 0;
      background: transparent;
      display: block;
    }

    .tp-header-logo .logo-1 {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 1001;
      margin: 0 !important;
      padding: 0 !important;
      display: inline-block;
    }

    .tp-header-logo .logo-2 {
      position: absolute;
      top: 10px;
      right: 10px !important;
      z-index: 1001;
      margin: 0 !important;
      padding: 0 !important;
      display: inline-block;
    }

    .tp-header-logo img {
      margin: 0 !important;
      padding: 0 !important;
      max-width: 120px;
      height: auto;
    }
  }
}

.personImg {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .personImg {
    height: auto
  } 
  .services-slider-container {
    padding: 20px 20px; 
  }
}








