/*
 * Custom theme overrides.
 * Add your custom CSS below this comment.
 */

.page-title-bar {
  background-color: #19346a;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
}

.bvs-title h4 {
  color: #19346a;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.bvs-title {
  text-align: center;
  margin-bottom: 30px;
}
.bvs-title span {
  display: block;
  width: 90px;
  height: 3px;
  background: #bfa35c;
  margin: auto;
}
.footer-title {
  margin-bottom: 35px;
}

.footer-title h4 {
  margin: 0;
  color: #bfa35c; /* Royal Gold */
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Cormorant Garamond", serif;
}

.footer-title span {
  display: block;
  width: 45px;
  height: 3px;
  margin-top: 12px;
  background: #bfa35c;
  border-radius: 50px;
}

/*-------------------------- VISION, MISSION, OBJECTIVES, GOALS -------------------------*/

.bvs-vmg-section {
  width: 100%;
  background: #19346a;
  padding: 50px 35px;
  font-family: Arial, sans-serif;
}

.bvs-vmg-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.bvs-vmg-card {
  background: #24417b;
  border: 1px solid rgba(191, 163, 92, 0.4);
  border-radius: 12px;
  padding: 32px 24px;
  transition: all 0.3s ease;
}

.bvs-vmg-card:hover {
  transform: translateY(-6px);
  border-color: #bfa35c;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}

.bvs-vmg-card h3 {
  color: #bfa35c;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.bvs-vmg-card h3::after {
  content: "";
  width: 45px;
  height: 2px;
  background: #bfa35c;
  display: block;
  margin-top: 10px;
}

.bvs-vmg-card p {
  color: #f5ead4;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 1100px) {
  .bvs-vmg-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .bvs-vmg-container {
    grid-template-columns: 1fr;
  }

  .bvs-vmg-section {
    padding: 40px 20px;
  }
}

/*-------------------------- ABOUT BOREY VIMEAN SAMNANG -------------------------*/

.bvs-about-section {
  padding: 50px 20px;
  /* background: #faf8f0; */
  font-family: Arial, sans-serif;
}

.bvs-about-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}

.bvs-small-title {
  color: #bfa35c;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bvs-small-title::after {
  content: "";
  width: 55px;
  height: 2px;
  background: #bfa35c;
  display: block;
  margin-top: 12px;
  margin-bottom: 24px;
}

.bvs-about-content h2 {
  color: #19346a;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 24px;
}

.bvs-about-content p {
  color: #4f5b63;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.bvs-about-content strong {
  color: #bfa35c;
  font-weight: 700;
}

.bvs-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 35px 0;
}

.bvs-stats div {
  background: #19346a;
  padding: 22px 16px;
  text-align: center;
  border-radius: 10px;
}

.bvs-stats h3 {
  color: #bfa35c;
  font-size: 30px;
  margin: 0 0 6px;
}

.bvs-stats span {
  color: #f5ead4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bvs-about-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.bvs-about-buttons a {
  display: inline-block;
  background: #bfa35c;
  color: #19346a;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bvs-about-buttons a.outline {
  background: transparent;
  color: #19346a;
  border: 1px solid #bfa35c;
}

.bvs-about-image {
  position: relative;
}

.bvs-about-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 4px;
  border: 8px solid #fff;
  box-shadow: 0 25px 60px rgba(25, 52, 106, 0.22);
}

.bvs-badge {
  position: absolute;
  left: -28px;
  bottom: 36px;
  background: #19346a;
  color: #f5ead4;
  padding: 24px 28px;
  border-left: 5px solid #bfa35c;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.bvs-badge strong {
  display: block;
  color: #bfa35c;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bvs-badge span {
  display: block;
  font-size: 34px;
  font-weight: 700;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .bvs-about-container {
    grid-template-columns: 1fr;
  }

  .bvs-about-content h2 {
    font-size: 34px;
  }

  .bvs-about-image img {
    height: 420px;
  }
}

@media (max-width: 600px) {
  .bvs-stats {
    grid-template-columns: 1fr;
  }

  .bvs-about-section {
    padding: 60px 18px;
  }

  .bvs-badge {
    left: 16px;
  }
}

/*-------------------------- Core Values -------------------------*/
.bvs-core-values {
  padding: 90px 20px;
  background: #f8f5ec;
  font-family: Arial, sans-serif;
}

.bvs-core-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.bvs-core-header span {
  color: #bfa35c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bvs-core-header h2 {
  color: #19346a;
  font-size: 42px;
  margin: 12px 0 12px;
}

.bvs-core-header p {
  color: #5d6670;
  font-size: 16px;
  line-height: 1.7;
}

/* .bvs-core-header::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #bfa35c;
  margin: 24px auto 0;
} */

.bvs-value-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bvs-value-card {
  background: #19346a;
  border: 1px solid rgba(191, 163, 92, 0.35);
  border-radius: 14px;
  padding: 42px 30px;
  text-align: center;
  min-height: 260px;
  transition: all 0.3s ease;
}

.bvs-value-card:hover {
  transform: translateY(-8px);
  border-color: #bfa35c;
  box-shadow: 0 20px 45px rgba(25, 52, 106, 0.25);
}

.bvs-value-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 1px solid #bfa35c;
  color: #bfa35c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
}

.bvs-value-card h3 {
  color: #bfa35c;
  font-size: 21px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.bvs-value-card p {
  color: #f5ead4;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 991px) {
  .bvs-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bvs-core-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .bvs-value-grid {
    grid-template-columns: 1fr;
  }

  .bvs-core-values {
    padding: 60px 18px;
  }
}

/*-------------------------- Our Company Milestones -------------------------*/
.bvs-milestones-section {
  padding: 50px 20px;
  background: #faf8f0;
  font-family: Arial, sans-serif;
}

.bvs-milestones-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}

.bvs-milestones-image {
  background: #fff;
  padding: 22px;
  border-radius: 10px;
  border: 1px solid rgba(191, 163, 92, 0.35);
  box-shadow: 0 25px 60px rgba(25, 52, 106, 0.12);
}

.bvs-milestones-image img {
  width: 100%;
  height: auto;
  display: block;
}

.bvs-small-title {
  color: #bfa35c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bvs-small-title::after {
  content: "";
  width: 55px;
  height: 2px;
  background: #bfa35c;
  display: block;
  margin-top: 12px;
  margin-bottom: 24px;
}

.bvs-milestones-content h2 {
  color: #19346a;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.bvs-milestones-content p {
  color: #4f5b63;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.bvs-milestones-content strong {
  color: #bfa35c;
}

.bvs-milestone-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.bvs-milestone-list div {
  background: #19346a;
  border-left: 4px solid #bfa35c;
  padding: 20px 18px;
  border-radius: 8px;
}

.bvs-milestone-list span {
  display: block;
  color: #bfa35c;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.bvs-milestone-list p {
  color: #f5ead4;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .bvs-milestones-container {
    grid-template-columns: 1fr;
  }

  .bvs-milestones-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .bvs-milestone-list {
    grid-template-columns: 1fr;
  }

  .bvs-milestones-section {
    padding: 60px 18px;
  }
}

/*-------------------------- Footer -------------------------*/

.bvs-footer-wrapper {
  width: 100vw;

  margin-left: calc(50% - 50vw);

  background: linear-gradient(135deg, #19346a, #24417b);

  overflow: hidden;
}

.bvs-footer {
  padding: 80px 30px 0;

  position: relative;
}

.bvs-container {
  max-width: 1200px;

  margin: auto;

  display: grid;

  grid-template-columns: 1.5fr 1fr 1fr 1.4fr;

  gap: 60px;
}

.footer-company img {
  max-width: 220px;

  margin-bottom: 25px;
}

.footer-company p {
  color: #f5ead4;

  font-size: 15px;

  line-height: 1.9;

  margin-bottom: 30px;
}

.footer-column h3 {
  font-size: 20px;

  color: #bfa35c;

  letter-spacing: 2px;

  margin-bottom: 25px;

  text-transform: uppercase;
}

.footer-column h3:after {
  content: "";

  display: block;

  width: 55px;

  height: 2px;

  background: #bfa35c;

  margin-top: 12px;
}

.footer-column ul {
  padding: 0;

  margin: 0;

  list-style: none;
}

.footer-column li {
  margin-bottom: 15px;
}

.footer-column a {
  color: #f5ead4;

  text-decoration: none;

  font-size: 15px;

  transition: 0.3s;
}

.footer-column a:hover {
  color: #bfa35c;

  padding-left: 8px;
}

.contact-item {
  display: flex;

  align-items: flex-start;

  gap: 18px;

  margin-bottom: 25px;

  color: #f5ead4;

  line-height: 1.8;

  font-size: 15px;
}

.contact-icon {
  width: 46px;

  height: 46px;

  border: 1px solid rgba(191, 163, 92, 0.35);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #bfa35c;

  font-size: 18px;

  flex-shrink: 0;

  transition: 0.3s;
}

.contact-item:hover .contact-icon {
  background: #bfa35c;

  color: #19346a;

  transform: translateY(-3px);
}

.footer-social {
  display: flex;

  gap: 12px;

  margin-top: 20px;
}

.footer-social a {
  width: 44px;

  height: 44px;

  border: 1px solid rgba(191, 163, 92, 0.35);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #bfa35c;

  font-size: 18px;

  transition: 0.3s;

  text-decoration: none;
}

.footer-social a:hover {
  background: #bfa35c;

  color: #19346a;

  transform: translateY(-5px);
}

.footer-bottom {
  margin-top: 60px;

  padding: 25px 0;

  border-top: 1px solid rgba(191, 163, 92, 0.15);

  text-align: center;
}

.footer-bottom p {
  margin: 0;

  color: #e8d99a;

  font-size: 14px;

  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .bvs-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .bvs-container {
    grid-template-columns: 1fr;

    gap: 45px;
  }

  .footer-company {
    text-align: center;
  }

  .footer-company img {
    margin: auto auto 25px;
  }

  .footer-social {
    justify-content: center;
  }
}

.footer-column.footer-company {
  text-align: center;
}

.footer-column.footer-company img {
  width: 250px;
  display: block;
  margin: 0 auto 25px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.footer-column.footer-company p {
  text-align: left;
}

/*-------------------------- Our Products -------------------------*/
.my-products {
  /* padding: 80px 20px; */
  /* background: #faf8f0; */
}

.my-products .e-con-inner {
  max-width: 1180px !important;
  width: 100% !important;
}

.my-products .elementor-property-wrapper .row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 32px !important;
  margin: 0 !important;
}

.my-products .elementor-property-wrapper .column-item {
  width: calc(33.333% - 22px) !important;
  max-width: calc(33.333% - 22px) !important;
  flex: 0 0 calc(33.333% - 22px) !important;
  padding: 0 !important;
  margin: 0 !important;
}

.my-products .osf-property-article-inner {
  width: 100% !important;
  background: #19346a;
  border-radius: 14px;
  overflow: hidden;
  /* border: 1px solid rgba(191, 163, 92, 0.35); */
  box-shadow: 0 18px 45px rgba(25, 52, 106, 0.14);
  transition: all 0.4s ease;
}

.my-products .osf-property-article-inner:hover {
  transform: translateY(-10px);
  border-color: #bfa35c;
  box-shadow: 0 28px 70px rgba(25, 52, 106, 0.28);
}

.my-products .post-thumbnail {
  overflow: hidden;
}

.my-products .post-thumbnail img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.6s ease;
}

.my-products .osf-property-article-inner:hover img {
  transform: scale(1.08);
}

.my-products .entry-content {
  padding: 22px 24px 24px !important;
  text-align: center;
  background: #19346a;
}

.my-products .property-title {
  margin: 0 0 12px !important;
}

.my-products .property-title a {
  color: #bfa35c !important;
  font-size: 22px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  word-break: normal !important;
}

.my-products .property-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background: #bfa35c;
  margin: 14px auto 0;
}

.my-products .link-more a {
  display: inline-block;
  background: #bfa35c;
  color: #19346a !important;
  padding: 13px 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s ease;
}

.my-products .link-more a::after {
  content: " →";
}

.my-products .link-more a:hover {
  background: #f5ead4;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .my-products .post-thumbnail img {
    height: 280px !important;
  }

  .my-products .elementor-property-wrapper .column-item {
    width: calc(50% - 16px) !important;
    max-width: calc(50% - 16px) !important;
    flex-basis: calc(50% - 16px) !important;
  }
}

@media (max-width: 600px) {
  .my-products .post-thumbnail img {
    height: 250px !important;
  }

  .my-products .elementor-property-wrapper .column-item {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}
.bvs-products-title {
  text-align: center;
  margin-bottom: 45px;
}

.bvs-products-title span {
  color: #bfa35c;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.bvs-products-title h2 {
  color: #19346a;
  font-size: 42px;
  /* margin-top: 12px; */
}
/*-------------------------- Our Team -------------------------*/
.my-team-1 {
  padding: 90px 20px;
  background: #faf8f0;
}

.my-team-1 > .elementor-container {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

/* Title */
.my-team-1 .elementor-widget-heading:first-child .elementor-heading-title {
  color: #19346a !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 55px;
}

.my-team-1 .elementor-widget-heading:first-child .elementor-heading-title span {
  color: #bfa35c !important;
}

/* Grid */
.my-team-1 .elementor-800 .elementor-section {
  width: 100% !important;
  left: 0 !important;
}

.my-team-1 .elementor-800 .elementor-container {
  max-width: 1180px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin: 0 auto 34px !important;
}

.my-team-1 .elementor-800 .elementor-column {
  width: 100% !important;
}

/* Card */
.my-team-1 .elementor-800 .elementor-widget-wrap {
  background: #19346a;
  border-radius: 18px;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid rgba(191, 163, 92, 0.35);
  box-shadow: 0 20px 50px rgba(25, 52, 106, 0.15);
  transition: all 0.35s ease;
}

.my-team-1 .elementor-800 .elementor-widget-wrap:hover {
  transform: translateY(-10px);
  border-color: #bfa35c;
  box-shadow: 0 30px 75px rgba(25, 52, 106, 0.28);
}

/* Image */
.my-team-1 .elementor-widget-image {
  background: #f8f5ec;
  padding: 28px 28px 0;
  text-align: center;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.my-team-1 .elementor-widget-image img {
  width: auto !important;
  max-width: 100% !important;
  height: 330px !important;
  object-fit: contain !important;
  transition: 0.45s ease;
}

.my-team-1 .elementor-widget-wrap:hover img {
  transform: scale(1.04) translateY(-6px);
}

/* Text */
.my-team-1 .elementor-widget-heading:not(:first-child),
.my-team-1 .elementor-widget-text-editor {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.my-team-1 .elementor-widget-heading:not(:first-child) {
  padding-top: 28px;
}

.my-team-1 .elementor-widget-heading:not(:first-child) .elementor-heading-title,
.my-team-1 .elementor-widget-heading:not(:first-child) span {
  color: #bfa35c !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
}

.my-team-1
  .elementor-widget-heading:not(:first-child)
  .elementor-heading-title::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #bfa35c;
  margin-top: 12px;
}

.my-team-1 .elementor-widget-text-editor {
  color: #f5ead4 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.my-team-1 .elementor-widget-text-editor p {
  margin-bottom: 14px;
}

/* Role */
.my-team-1
  .elementor-widget-heading:not(:first-child)
  + .elementor-widget-text-editor
  p {
  color: #e8d99a !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 991px) {
  .my-team-1 .elementor-800 .elementor-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .my-team-1 .elementor-800 .elementor-container {
    grid-template-columns: 1fr;
  }
}

.my-team-2 {
  padding: 90px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.my-team-2 > .elementor-container {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

/* Section Title */
.my-team-2 .elementor-widget-heading:first-child .elementor-heading-title {
  color: #19346a !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 55px;
}

.my-team-2 .elementor-widget-heading:first-child .elementor-heading-title span {
  color: #bfa35c !important;
}

.my-team-2
  .elementor-widget-heading:first-child
  .elementor-heading-title::after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background: #bfa35c;
  margin-top: 18px;
}

/* Inner Sections */
.my-team-2 .elementor-3666 .elementor-section {
  width: 100% !important;
  left: 0 !important;
  padding: 0 !important;
}

.my-team-2 .elementor-3666 .elementor-container {
  max-width: 1180px !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 0 auto 32px !important;
}

.my-team-2 .elementor-3666 .elementor-column {
  width: 100% !important;
}

/* Card */
.my-team-2 .elementor-3666 .elementor-widget-wrap {
  background: #ffffff;
  border: 1px solid rgba(191, 163, 92, 0.35);
  border-radius: 16px;
  overflow: hidden;
  padding: 0 !important;
  box-shadow: 0 18px 45px rgba(25, 52, 106, 0.1);
  transition: all 0.35s ease;
  position: relative;
}

.my-team-2 .elementor-3666 .elementor-widget-wrap:hover {
  transform: translateY(-10px);
  border-color: #bfa35c;
  box-shadow: 0 28px 70px rgba(25, 52, 106, 0.22);
}

.my-team-2 .elementor-3666 .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: #bfa35c;
  transition: 0.45s ease;
  z-index: 5;
}

.my-team-2 .elementor-3666 .elementor-widget-wrap:hover::before {
  left: 0;
}

/* Image */
.my-team-2 .elementor-widget-image {
  background: #19346a;
  padding: 24px 20px 0;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.my-team-2 .elementor-widget-image img {
  width: auto !important;
  max-width: 100% !important;
  height: 280px !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
  transition: all 0.45s ease;
}

.my-team-2 .elementor-widget-wrap:hover .elementor-widget-image img {
  transform: scale(1.05) translateY(-6px);
}

/* Content */
.my-team-2 .elementor-widget-heading:not(:first-child),
.my-team-2 .elementor-widget-text-editor {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.my-team-2 .elementor-widget-heading:not(:first-child) {
  padding-top: 24px;
}

.my-team-2 .elementor-widget-heading:not(:first-child) .elementor-heading-title,
.my-team-2 .elementor-widget-heading:not(:first-child) span,
.my-team-2 .elementor-widget-heading:not(:first-child) font {
  color: #19346a !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
}

.my-team-2
  .elementor-widget-heading:not(:first-child)
  .elementor-heading-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background: #bfa35c;
  margin-top: 12px;
}

.my-team-2 .elementor-widget-text-editor {
  color: #5b646b !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
}

.my-team-2 .elementor-widget-text-editor p {
  margin-bottom: 14px;
}

/* Position / Role */
.my-team-2
  .elementor-widget-heading:not(:first-child)
  + .elementor-widget-text-editor
  p {
  color: #bfa35c !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1100px) {
  .my-team-2 .elementor-3666 .elementor-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .my-team-2 .elementor-3666 .elementor-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .my-team-2 .elementor-widget-heading:first-child .elementor-heading-title {
    font-size: 34px !important;
  }
}

@media (max-width: 600px) {
  .my-team-2 {
    padding: 60px 18px;
  }

  .my-team-2 .elementor-3666 .elementor-container {
    grid-template-columns: 1fr;
  }

  .my-team-2 .elementor-widget-image {
    min-height: 300px;
  }

  .my-team-2 .elementor-widget-image img {
    height: 280px !important;
  }
}

/*=========================================================
    PARTNERS
=========================================================*/

.my-partners {
  /* padding: 90px 20px; */
  /* background: #faf8f0; */
}

.my-partners > .e-con-inner {
  max-width: 1180px;
  margin: auto;
}

/*-------------------------------------------------
    TITLE
-------------------------------------------------*/

.my-partners .elementor-heading-title {
  color: #19346a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.my-partners .elementor-heading-title:after {
  content: "";

  display: block;

  width: 65px;

  height: 2px;

  background: #bfa35c;

  margin-top: 18px;
}

/*-------------------------------------------------
    DESCRIPTION
-------------------------------------------------*/

.my-partners .elementor-widget-text-editor {
  max-width: 900px;

  margin-bottom: 55px;
}

.my-partners .elementor-widget-text-editor p {
  color: #666;

  font-size: 15px;

  line-height: 1.9;
}

/*-------------------------------------------------
    GALLERY GRID
-------------------------------------------------*/

.my-partners .gallery {
  display: grid !important;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 28px;

  margin: 0;

  width: 100%;
}

.my-partners .gallery-columns-4 .gallery-item,
.my-partners .gallery .gallery-item {
  width: auto !important;

  max-width: none !important;

  float: none !important;

  clear: none !important;

  margin: 0 !important;

  display: block !important;
}

/*-------------------------------------------------
    CARD
-------------------------------------------------*/

.my-partners .gallery-item {
  background: #fff;

  border-radius: 18px;

  padding: 30px 20px;

  text-align: center;

  border: 1px solid rgba(191, 163, 92, 0.3);

  box-shadow: 0 15px 40px rgba(25, 52, 106, 0.08);

  transition: 0.35s;

  position: relative;

  overflow: hidden;
}

.my-partners .gallery-item:before {
  content: "";

  position: absolute;

  top: 0;

  left: -100%;

  width: 100%;

  height: 4px;

  background: #bfa35c;

  transition: 0.45s;
}

.my-partners .gallery-item:hover:before {
  left: 0;
}

.my-partners .gallery-item:hover {
  transform: translateY(-8px);

  border-color: #bfa35c;

  box-shadow: 0 25px 60px rgba(25, 52, 106, 0.18);
}

/*-------------------------------------------------
    LOGO
-------------------------------------------------*/

.my-partners .gallery-icon {
  height: 110px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 18px;
}

.my-partners .gallery-icon img {
  width: auto !important;

  height: auto !important;

  max-width: 120px !important;

  max-height: 100px !important;

  object-fit: contain;

  border: none !important;

  transition: 0.35s;
}

.my-partners .gallery-item:hover img {
  transform: scale(1.08);
}

/*-------------------------------------------------
    CAPTION
-------------------------------------------------*/

.my-partners .gallery-caption {
  margin: 0;

  color: #19346a;

  font-size: 13px;

  line-height: 1.7;

  font-weight: 600;

  text-align: center;

  min-height: 42px;

  white-space: normal !important;

  word-break: normal !important;

  overflow-wrap: break-word;
}

/*-------------------------------------------------
    RESPONSIVE
-------------------------------------------------*/

@media (max-width: 991px) {
  .my-partners .gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .my-partners .elementor-heading-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .my-partners {
    padding: 70px 18px;
  }

  .my-partners .gallery {
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
  }

  .my-partners .gallery-item {
    padding: 22px 16px;
  }
}

@media (max-width: 480px) {
  .my-partners .gallery {
    grid-template-columns: 1fr;
  }

  .my-partners .gallery-icon {
    height: 90px;
  }

  .my-partners .gallery-icon img {
    max-width: 100px !important;
  }
}

/*-------------------------- Testimonials -------------------------*/
.my-testimonial {
  /* padding: 90px 0; */
  font-family: Arial, sans-serif;
}

.my-testimonial .elementor-testimonial-wrapper {
  max-width: 1180px;
  margin: 0 auto;
}

.my-testimonial .row {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 55px;
  margin: 0 !important;
}

.my-testimonial .elementor-testimonial-item {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  background: #faf8f0;
  border: 1px solid rgba(191, 163, 92, 0.35);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(25, 52, 106, 0.12);
  transition: all 0.4s ease;
  position: relative;
}

.my-testimonial .elementor-testimonial-item:hover {
  transform: translateY(-8px);
  border-color: #bfa35c;
  box-shadow: 0 30px 75px rgba(25, 52, 106, 0.22);
}

.my-testimonial .elementor-testimonial-image {
  position: relative;
  overflow: hidden;
}

.my-testimonial .elementor-testimonial-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(
    to bottom,
    rgba(25, 52, 106, 0),
    rgba(25, 52, 106, 0.95)
  );
  pointer-events: none;
}

.my-testimonial .elementor-testimonial-image img {
  width: 100% !important;
  /* height: 520px !important; */
  object-fit: cover !important;
  display: block;
  transition: transform 0.6s ease;
}

.my-testimonial .elementor-testimonial-item:hover img {
  transform: scale(1.04);
}

.my-testimonial .elementor-testimonial-title {
  color: #19346a !important;
  font-size: 26px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 32px 38px 12px !important;
  text-align: left;
}

.my-testimonial .elementor-testimonial-title::after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  background: #bfa35c;
  margin-top: 14px;
}

.my-testimonial .elementor-testimonial-content {
  color: #4f5b63 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  text-align: left;
  margin: 0 38px 36px !important;
  max-width: 960px;
}

.my-testimonial .elementor-testimonial-meta-inner {
  display: none;
}

/* Optional luxury label */
.my-testimonial .elementor-testimonial-item::before {
  content: "BVS CLIENT EXPERIENCE";
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 3;
  background: rgba(25, 52, 106, 0.88);
  color: #bfa35c;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

/* Responsive */
@media (max-width: 991px) {
  .my-testimonial {
    padding: 70px 0;
  }

  .my-testimonial .elementor-testimonial-image img {
    height: 420px !important;
  }

  .my-testimonial .elementor-testimonial-title {
    font-size: 22px !important;
    margin: 28px 28px 12px !important;
  }

  .my-testimonial .elementor-testimonial-content {
    margin: 0 28px 32px !important;
  }
}

@media (max-width: 600px) {
  .my-testimonial .elementor-testimonial-image img {
    height: 300px !important;
  }

  .my-testimonial .elementor-testimonial-title {
    font-size: 20px !important;
  }

  .my-testimonial .elementor-testimonial-content {
    font-size: 14px !important;
  }

  .my-testimonial .elementor-testimonial-item::before {
    top: 16px;
    left: 16px;
    font-size: 10px;
    padding: 8px 14px;
  }
}

/*-------------------------- Contact Page -------------------------*/

/* Contact Info Cards */
.my-contact-1 {
  padding: 90px 20px;
  background: #faf8f0;
  font-family: Arial, sans-serif;
}

.my-contact-1 > .elementor-container {
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.my-contact-1 .elementor-column {
  width: 100% !important;
}

.my-contact-1 .elementor-widget-wrap {
  background: #19346a;
  border: 1px solid rgba(191, 163, 92, 0.35);
  border-radius: 18px;
  padding: 38px 28px !important;
  text-align: center;
  min-height: 260px;
  box-shadow: 0 20px 50px rgba(25, 52, 106, 0.14);
  transition: all 0.35s ease;
}

.my-contact-1 .elementor-widget-wrap:hover {
  transform: translateY(-8px);
  border-color: #bfa35c;
  box-shadow: 0 30px 70px rgba(25, 52, 106, 0.25);
}

.my-contact-1 .elementor-icon {
  width: 72px;
  height: 72px;
  background: transparent !important;
  border: 1px solid rgba(191, 163, 92, 0.55);
  border-radius: 50%;
  color: #bfa35c !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  transition: all 0.35s ease;
}

.my-contact-1 .elementor-icon svg {
  width: 26px;
  height: 26px;
  fill: #bfa35c !important;
}

.my-contact-1 .elementor-widget-wrap:hover .elementor-icon {
  background: #bfa35c !important;
  transform: translateY(-4px);
}

.my-contact-1 .elementor-widget-wrap:hover .elementor-icon svg {
  fill: #19346a !important;
}

.my-contact-1 .elementor-widget-text-editor:nth-of-type(2) p,
.my-contact-1 .elementor-widget-text-editor:first-of-type p {
  color: #bfa35c !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.my-contact-1 .elementor-widget-text-editor p {
  color: #f5ead4;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 6px;
}

/* Google Map */
.my-contact-2 {
  background: #19346a;
  padding: 0;
}

.my-contact-2 iframe {
  width: 100% !important;
  height: 420px !important;
  display: block;
  filter: grayscale(20%) contrast(95%);
}

/*=========================================
   HOME PRODUCTS
=========================================*/

.my-product-home {
  padding: 90px 20px 80px;
  background: linear-gradient(180deg, #fbf9f3 0%, #f2ebdd 100%);
}

.my-product-home > .elementor-container {
  max-width: 1140px !important;
  margin: auto !important;
}

.my-product-home .footer-title {
  text-align: center;
  margin-bottom: 30px;
}

.my-product-home .footer-title h4 {
  font-size: 20px;

  color: #bfa35c;

  letter-spacing: 4px;

  text-transform: uppercase;

  margin-bottom: 16px;
}

.my-product-home .footer-title span {
  display: block;

  width: 70px;

  height: 2px;

  margin: auto;

  background: #bfa35c;
}

/* GRID */

.my-product-home .row {
  /*display:grid!important;*/

  /*grid-template-columns:repeat(2,1fr);*/

  /*gap:34px;*/
}

/* CARD */

.my-product-home article {
  width: 100% !important;

  margin: 0 !important;
}

.my-product-home .osf-property-article-inner {
  overflow: hidden;

  border-radius: 18px;

  background: linear-gradient(145deg, #fbf7ed 0%, #eadbb8 100%);

  box-shadow: 0 18px 45px rgba(25, 52, 106, 0.14);

  transition: 0.45s;

  border: 1px solid rgba(191, 163, 92, 0.3);
}

.my-product-home article:hover .osf-property-article-inner {
  transform: translateY(-10px);

  box-shadow: 0 35px 70px rgba(25, 52, 106, 0.25);
}

/* IMAGE */

.my-product-home .post-thumbnail {
  overflow: hidden;

  position: relative;

  aspect-ratio: 7 / 5;
}

.my-product-home .post-thumbnail img {
  width: 100%;

  height: 100% !important;

  object-fit: cover;

  display: block;

  transition: 0.8s;
}

.my-product-home article:hover img {
  transform: scale(1.08);
}

.my-product-home .post-thumbnail:after {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(
    to top,
    rgba(25, 52, 106, 0.75),
    rgba(25, 52, 106, 0)
  );
}

/* CONTENT */

.my-product-home .entry-content {
  position: relative;

  margin-top: -80px;

  z-index: 2;

  text-align: center;

  padding: 0 28px 24px;
}

.my-product-home .property-title {
  margin-bottom: 18px;
}

.my-product-home .property-title a {
  color: #fff !important;

  font-size: 30px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 2px;
}

.my-product-home .property-title:after {
  content: "";

  display: block;

  width: 55px;

  height: 2px;

  background: #bfa35c;

  margin: 14px auto 0;
}

/* BUTTON */

.my-product-home .link-more {
  margin-top: 14px;
}

.my-product-home .link-more a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 40px;
  background: #19346a;
  color: #f1d98f !important;
  border: 1px solid #19346a;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.35s;
}

.my-product-home article:hover .link-more a {
  background: #bfa35c;

  color: #19346a !important;

  border-color: #bfa35c;

  transform: translateY(-2px);
}

/* Decorative */

.my-product-home article:nth-child(1) {
  margin-top: 0;
}

.my-product-home article:nth-child(2) {
  margin-top: 50px;
}

.my-product-home article:nth-child(3) {
  margin-top: -10px;
}

.my-product-home article:nth-child(4) {
  margin-top: 40px;
}

/* Responsive */

@media (max-width: 991px) {
  .my-product-home {
    padding: 70px 16px 60px;
  }

  .my-product-home .row {
    grid-template-columns: 1fr;
  }

  .my-product-home article {
    margin-bottom: 50px !important;
  }

  .my-product-home .property-title a {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .my-product-home {
    padding: 55px 14px 45px;
  }
}
/*-------------------------- Welcome  -------------------------*/
.my-welcome {
  padding: 110px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #faf8f0 100%);
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.my-welcome .welcome-container {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.my-welcome .welcome-subtitle {
  color: #bfa35c;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
}

.my-welcome .welcome-subtitle::after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  background: #bfa35c;
  margin: 14px 0 26px;
}

.my-welcome h2 {
  color: #19346a;
  font-size: 35px;
  line-height: 1.12;
  margin: 0 0 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.my-welcome h2 span {
  color: #bfa35c;
}

.my-welcome p {
  color: #4f5b63;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 34px;
}

.my-welcome .welcome-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.my-welcome .welcome-stats div {
  background: #fff;
  border: 1px solid rgba(191, 163, 92, 0.35);
  border-radius: 14px;
  padding: 22px 16px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(25, 52, 106, 0.06);
}

.my-welcome .welcome-stats strong {
  display: block;
  color: #19346a;
  font-size: 28px;
  margin-bottom: 6px;
}

.my-welcome .welcome-stats span {
  color: #bfa35c;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.my-welcome .welcome-btn {
  display: inline-block;
  background: #19346a;
  color: #fff;
  padding: 15px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: 0.35s;
}

.my-welcome .welcome-btn:hover {
  background: #bfa35c;
  color: #19346a;
  transform: translateY(-3px);
}

.my-welcome .welcome-visual {
  position: relative;
}

.my-welcome .image-card {
  border-radius: 22px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 30px 70px rgba(25, 52, 106, 0.18);
}

.my-welcome .image-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  transition: 0.6s;
}

.my-welcome .image-card:hover img {
  transform: scale(1.05);
}

.my-welcome .legacy-card {
  position: absolute;
  right: -25px;
  bottom: -35px;
  width: 280px;
  background: #19346a;
  color: #f5ead4;
  padding: 32px;
  border-radius: 18px;
  border-left: 5px solid #bfa35c;
  box-shadow: 0 25px 55px rgba(25, 52, 106, 0.35);
}

.my-welcome .legacy-card span {
  color: #bfa35c;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.my-welcome .legacy-card h3 {
  color: #fff;
  font-size: 26px;
  margin: 12px 0 18px;
}

.my-welcome .legacy-card ul {
  margin: 0;
  padding-left: 18px;
}

.my-welcome .legacy-card li {
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .my-welcome .welcome-container {
    grid-template-columns: 1fr;
  }

  .my-welcome h2 {
    font-size: 38px;
  }

  .my-welcome .legacy-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 22px;
  }
}

@media (max-width: 600px) {
  .my-welcome {
    padding: 70px 18px;
  }

  .my-welcome .welcome-stats {
    grid-template-columns: 1fr;
  }

  .my-welcome .image-card img {
    height: 300px;
  }
}
/*-------------------------- WHY Choose Us -------------------------*/
.bvs-why {
  max-width: 1200px;
  /* margin: 40px auto; */
  padding: 0 20px;
}

.bvs-why .why-header {
  text-align: center;
  margin-bottom: 50px;
}

.bvs-why span {
  color: #bfa35c;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 700;
}

.bvs-why span:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #bfa35c;
  margin: 15px auto 25px;
}

.bvs-why h2 {
  font-size: 46px;
  color: #19346a;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-top: 30px;
}

.bvs-why p {
  color: #666;
  line-height: 1.9;
}

.bvs-why .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.bvs-why .why-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 35px;
  text-align: center;
  border: 1px solid rgba(191, 163, 92, 0.35);
  box-shadow: 0 20px 50px rgba(25, 52, 106, 0.08);
  transition: 0.35s;
}

.bvs-why .why-card:hover {
  transform: translateY(-10px);

  background: #19346a;
}

.bvs-why .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 25px;

  border-radius: 50%;

  background: #f5ead4;

  color: #bfa35c;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
}

.bvs-why h3 {
  color: #19346a;
  margin-bottom: 18px;
  font-size: 22px;
}

.bvs-why .why-card p {
  font-size: 15px;
}

.bvs-why .why-card:hover h3,
.bvs-why .why-card:hover p {
  color: #fff;
}

.bvs-why .why-card:hover .icon {
  background: #bfa35c;
  color: #19346a;
}

@media (max-width: 991px) {
  .bvs-why .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bvs-why .why-grid {
    grid-template-columns: 1fr;
  }

  .bvs-why h2 {
    font-size: 34px;
  }
}

/*====================================================
    HOME PARTNERS
====================================================*/

.my-partner-home {
  position: relative;

  overflow: hidden;

  padding: 110px 20px;

  background:
    radial-gradient(
      circle at top right,
      rgba(191, 163, 92, 0.08),
      transparent 42%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(25, 52, 106, 0.04),
      transparent 38%
    ),
    linear-gradient(180deg, #ffffff 0%, #faf8f0 100%);
}

.my-partner-home > .elementor-container {
  max-width: 1280px !important;

  margin: auto !important;
}

/*======================================
    TITLE
======================================*/

.my-partner-home .footer-title {
  text-align: center;

  margin-bottom: 70px;
}

.my-partner-home .footer-title h4 {
  color: #19346a;

  font-size: 44px;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  margin-bottom: 18px;
}

.my-partner-home .footer-title span {
  display: block;

  width: 90px;

  height: 3px;

  background: #bfa35c;

  margin: auto;
}

/*======================================
    Carousel
======================================*/

.my-partner-home .elementor-image-carousel-wrapper {
  padding: 20px 5px;
}

.my-partner-home .swiper {
  overflow: visible;
}

.my-partner-home .swiper-wrapper {
  align-items: center;
}

/*======================================
    Slide
======================================*/

.my-partner-home .swiper-slide {
  transition: 0.35s ease;
}

.my-partner-home .swiper-slide-inner {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 115px;

  padding: 20px;

  border-radius: 18px;

  background: linear-gradient(180deg, #ffffff, #faf9f5);

  border: 1px solid rgba(191, 163, 92, 0.3);

  box-shadow: 0 10px 30px rgba(25, 52, 106, 0.08);

  transition: 0.35s;
}

/*======================================
    Logo
======================================*/

.my-partner-home .swiper-slide-image {
  width: auto !important;

  max-width: 95%;

  max-height: 82px;

  object-fit: contain;

  opacity: 0.92;

  transition: 0.45s;
}

/*======================================
    Hover
======================================*/

.my-partner-home .swiper-slide:hover {
  transform: translateY(-8px);
}

.my-partner-home .swiper-slide:hover .swiper-slide-inner {
  border-color: #bfa35c;

  background: #ffffff;

  box-shadow: 0 22px 55px rgba(25, 52, 106, 0.15);
}

.my-partner-home .swiper-slide:hover img {
  transform: scale(1.08);

  opacity: 1;
}

/*======================================
    Pagination
======================================*/

.my-partner-home .swiper-pagination {
  position: relative;

  margin-top: 40px;
}

.my-partner-home .swiper-pagination-bullet {
  width: 10px;

  height: 10px;

  background: #d9d9d9;

  opacity: 1;
}

.my-partner-home .swiper-pagination-bullet-active {
  width: 30px;

  border-radius: 20px;

  background: #bfa35c;
}

/*======================================
    Navigation
======================================*/

.my-partner-home .swiper-button-prev,
.my-partner-home .swiper-button-next {
  width: 46px;

  height: 46px;

  border-radius: 50%;

  background: #19346a;

  color: #fff;

  transition: 0.3s;
}

.my-partner-home .swiper-button-prev:hover,
.my-partner-home .swiper-button-next:hover {
  background: #bfa35c;

  color: #19346a;
}

.my-partner-home .swiper-button-prev:after,
.my-partner-home .swiper-button-next:after {
  font-size: 15px;
}

/*======================================
    Bottom Text
======================================*/

.my-partner-home:after {
  content: "Trusted by Cambodia's Leading Banks & Financial Institutions";

  display: block;

  text-align: center;

  margin-top: 10px;

  color: #7b848b;

  font-size: 15px;

  letter-spacing: 1px;
}

/*======================================
    Decorative Gold Circle
======================================*/

.my-partner-home:before {
  content: "";

  position: absolute;

  width: 380px;

  height: 380px;

  border-radius: 50%;

  background: rgba(191, 163, 92, 0.05);

  top: -180px;

  left: -120px;
}

/*======================================
    Responsive
======================================*/

@media (max-width: 991px) {
  .my-partner-home {
    padding: 80px 20px;
  }

  .my-partner-home .footer-title h4 {
    font-size: 34px;
  }

  .my-partner-home .swiper-slide-inner {
    height: 100px;

    padding: 18px;
  }

  .my-partner-home .swiper-slide-image {
    max-height: 65px;
  }

  .my-partner-home:after {
    font-size: 13px;

    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .my-partner-home {
    padding: 60px 18px;
  }

  .my-partner-home .footer-title {
    margin-bottom: 45px;
  }

  .my-partner-home .footer-title h4 {
    font-size: 28px;
  }

  .my-partner-home .footer-title span {
    width: 70px;
  }

  .my-partner-home .swiper-slide-inner {
    height: 90px;

    padding: 15px;

    border-radius: 14px;
  }

  .my-partner-home .swiper-slide-image {
    max-height: 52px;
  }

  .my-partner-home:after {
    margin-top: 35px;

    line-height: 1.8;
  }
}
/*-------------------------- Message -------------------------*/

.messages-1.bvs-message-section {
  padding: 100px 20px;
  background: #faf8f0;
  font-family: Arial, sans-serif;
}

.messages-1 .bvs-message-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.messages-1 .bvs-message-photo {
  position: relative;
  text-align: center;
}

.messages-1 .bvs-message-photo::before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 82%;
  height: 72%;
  background: #19346a;
  border-left: 6px solid #bfa35c;
  z-index: 0;
}

.messages-1 .bvs-message-photo img {
  position: relative;
  z-index: 1;
  max-width: 430px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.messages-1 .bvs-section-label {
  color: #bfa35c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.messages-1 .bvs-section-label::after {
  content: "";
  width: 55px;
  height: 2px;
  background: #bfa35c;
  display: block;
  margin: 12px 0 24px;
}

.messages-1 .bvs-message-content h2 {
  color: #19346a;
  font-size: 48px;
  line-height: 1.15;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.messages-1 .bvs-message-content h4 {
  color: #bfa35c;
  font-size: 18px;
  margin: 0 0 28px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.messages-1 .bvs-message-content p {
  color: #4f5b63;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.messages-1 .bvs-message-content strong {
  color: #bfa35c;
}

.messages-1 .bvs-experience-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 32px 0;
}

.messages-1 .bvs-experience-list div {
  position: relative;
  overflow: hidden;
  background: #19346a;
  border-radius: 10px;
  padding: 22px 20px;
  border: 1px solid rgba(191, 163, 92, 0.35);
  transition: all 0.35s ease;
  cursor: pointer;
}

.messages-1 .bvs-experience-list div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: #bfa35c;
  transition: 0.4s;
}

.messages-1 .bvs-experience-list div:hover::before {
  left: 0;
}

.messages-1 .bvs-experience-list div:hover {
  transform: translateY(-8px);
  border-color: #bfa35c;
  box-shadow: 0 20px 40px rgba(25, 52, 106, 0.25);
}

.messages-1 .bvs-experience-list span {
  display: block;
  color: #bfa35c;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: 0.3s;
}

.messages-1 .bvs-experience-list p {
  color: #f5ead4;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  transition: 0.3s;
}

.messages-1 .bvs-experience-list div:hover span {
  color: #e8d99a;
}

.messages-1 .bvs-experience-list div:hover p {
  color: #ffffff;
}

/* Optional image hover */

.messages-1 .bvs-message-photo img {
  transition: 0.4s;
}

.messages-1 .bvs-message-photo:hover img {
  transform: translateY(-8px);
}

@media (max-width: 991px) {
  .messages-1 .bvs-message-container {
    grid-template-columns: 1fr;
  }

  .messages-1 .bvs-message-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .messages-1.bvs-message-section {
    padding: 60px 18px;
  }

  .messages-1 .bvs-experience-list {
    grid-template-columns: 1fr;
  }
}

.messages-2.bvs-message-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.messages-2 .bvs-message-container {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.messages-2 .bvs-message-photo {
  position: relative;
  text-align: center;
}

.messages-2 .bvs-message-photo::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 82%;
  height: 72%;
  background: #19346a;
  border-right: 6px solid #bfa35c;
  z-index: 0;
}

.messages-2 .bvs-message-photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 430px;
  display: block;
  margin: auto;
  transition: 0.4s;
}

.messages-2 .bvs-message-photo:hover img {
  transform: translateY(-8px);
}

.messages-2 .bvs-section-label {
  color: #bfa35c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.messages-2 .bvs-section-label::after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  background: #bfa35c;
  margin: 12px 0 24px;
}

.messages-2 h2 {
  color: #19346a;
  font-size: 48px;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 1px;
}

.messages-2 h4 {
  color: #bfa35c;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.messages-2 p {
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.messages-2 strong {
  color: #bfa35c;
}

.messages-2 .bvs-experience-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 35px 0;
}

.messages-2 .bvs-experience-list div {
  position: relative;
  overflow: hidden;
  background: #19346a;
  border-radius: 10px;
  border: 1px solid rgba(191, 163, 92, 0.35);
  padding: 22px;
  cursor: pointer;
  transition: all 0.35s ease;
}

.messages-2 .bvs-experience-list div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: #bfa35c;
  transition: 0.4s;
}

.messages-2 .bvs-experience-list div:hover::before {
  left: 0;
}

.messages-2 .bvs-experience-list div:hover {
  transform: translateY(-8px);
  border-color: #bfa35c;
  box-shadow: 0 20px 40px rgba(25, 52, 106, 0.25);
}

.messages-2 .bvs-experience-list span {
  display: block;
  color: #bfa35c;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: 0.3s;
}

.messages-2 .bvs-experience-list p {
  margin: 0;
  color: #f5ead4;
  font-size: 14px;
  line-height: 1.7;
  transition: 0.3s;
}

.messages-2 .bvs-experience-list div:hover span {
  color: #e8d99a;
}

.messages-2 .bvs-experience-list div:hover p {
  color: #ffffff;
}

@media (max-width: 991px) {
  .messages-2 .bvs-message-container {
    grid-template-columns: 1fr;
  }

  .messages-2 .bvs-message-photo {
    order: -1;
  }

  .messages-2 h2 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .messages-2.bvs-message-section {
    padding: 60px 18px;
  }

  .messages-2 .bvs-experience-list {
    grid-template-columns: 1fr;
  }
}

/* Blog / News Card Redesign */
.column-item.post-style-3 {
  margin-bottom: 36px;
}

.column-item.post-style-3 .post-inner {
  background: #fff !important;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(191, 163, 92, 0.25);
  box-shadow: 0 18px 45px rgba(25, 52, 106, 0.08);
  transition: all 0.35s ease;
}

.column-item.post-style-3 .post-inner:hover {
  background: #fff !important;
  transform: translateY(-8px);
  border-color: #bfa35c;
  box-shadow: 0 28px 70px rgba(25, 52, 106, 0.18);
}

.column-item.post-style-3 .post-thumbnail {
  position: relative;
  overflow: hidden;
}

.column-item.post-style-3 .post-thumbnail img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: 0.6s ease;
}

.column-item.post-style-3 .post-inner:hover .post-thumbnail img {
  transform: scale(1.08);
}

.column-item.post-style-3 .post-thumbnail .posted-on {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: #bfa35c;
  color: #19346a !important;
  padding: 9px 16px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  z-index: 2;
}

.column-item.post-style-3 .post-content > .posted-on {
  display: none;
}

.column-item.post-style-3 .post-content {
  padding: 28px 24px 30px;
}

.column-item.post-style-3 .entry-title {
  margin: 0 0 14px;
}

.column-item.post-style-3 .entry-title a {
  color: #19346a !important;
  font-size: 22px;
  line-height: 1.35;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}

.column-item.post-style-3 .post-inner:hover .entry-title a {
  color: #bfa35c !important;
}

.column-item.post-style-3 .entry-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background: #bfa35c;
  margin-top: 14px;
}

.column-item.post-style-3 .entry-content {
  color: #5b646b;
  font-size: 14px;
  line-height: 1.8;
}

.column-item.post-style-3 .entry-meta {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(25, 52, 106, 0.08);
}

.column-item.post-style-3 .entry-meta,
.column-item.post-style-3 .entry-meta a {
  color: #7b848b !important;
  font-size: 12px;
}

.column-item.post-style-3 .post-content::after {
  content: "Read Article →";
  display: inline-block;
  margin-top: 22px;
  color: #bfa35c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Remove old hover white link effect */
.column-item.post-style-3 .post-inner:hover a {
  color: inherit;
}

@media (max-width: 600px) {
  .column-item.post-style-3 .post-thumbnail img {
    height: 210px;
  }

  .column-item.post-style-3 .entry-title a {
    font-size: 19px;
  }
}

/*-------------------------- Header Menu -------------------------*/

.my-menu {
  position: relative;
  z-index: 999;
  background: #ffffff;
  padding: 18px 30px;
  box-shadow: 0 8px 30px rgba(25, 52, 106, 0.08);
}

.my-menu > .elementor-container {
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.my-menu .elementor-column:first-child {
  width: 200px !important;
}

.my-menu .elementor-column:last-child {
  width: calc(100% - 200px) !important;
}

.my-logo img {
  width: 200px !important;
  height: auto !important;
  display: block;
  transition: 0.35s ease;
}

.my-logo img:hover {
  transform: scale(1.04);
}

/* Menu */
.my-menu-items .elementor-nav-menu {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
}

.my-menu-items .elementor-nav-menu > li > a {
  color: #19346a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 18px 13px !important;
  position: relative;
  transition: 0.3s ease;
}

.my-menu-items .elementor-nav-menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: #bfa35c;
  transform: translateX(-50%);
  transition: 0.35s ease;
}

.my-menu-items .elementor-nav-menu > li > a:hover,
.my-menu
  .my-menu-items.elementor-widget-opal-nav-menu
  .elementor-nav-menu--main
  .elementor-nav-menu
  > li
  > a.elementor-item.elementor-item-active {
  color: #bfa35c !important;
}

.my-menu-items .elementor-nav-menu > li > a:hover::after,
.my-menu-items .elementor-nav-menu > li > a.elementor-item-active::after {
  width: 32px;
}

/* Home button */
.my-menu .my-menu-items .elementor-nav-menu > li:first-child > a {
  /* background: #19346a !important;
  color: #bfa35c !important;
  border-radius: 40px; */
  padding: 14px 22px !important;
  margin-right: 8px;
}

.my-menu .my-menu-items .elementor-nav-menu > li:first-child > a:hover,
.my-menu
  .my-menu-items
  .elementor-nav-menu
  > li:first-child
  > a.elementor-item-active {
  background: #24417b !important;
  color: #bfa35c !important;
}

.my-menu .my-menu-items .elementor-nav-menu > li:first-child > a::after {
  display: none;
}

/* Dropdown */
.my-menu .my-menu-items .sub-menu {
  background: #ffffff !important;
  border-top: 3px solid #bfa35c;
  box-shadow: 0 18px 45px rgba(25, 52, 106, 0.16);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.my-menu .my-menu-items .sub-menu a {
  color: #19346a !important;
  font-size: 12px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 18px !important;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.my-menu .my-menu-items .sub-menu a:hover,
.my-menu .my-menu-items .sub-menu a.elementor-item-active,
.my-menu .my-menu-items .sub-menu .current-menu-item > a,
.my-menu .my-menu-items .sub-menu .current_page_item > a {
  background: rgba(191, 163, 92, 0.12) !important;
  color: #bfa35c !important;
}

/* Mobile Toggle */
.my-menu-items .elementor-menu-toggle {
  background: #19346a !important;
  color: #bfa35c !important;
  border-radius: 8px;
  padding: 12px;
}

/* Sticky look */
.my-menu.elementor-sticky--effects {
  padding: 10px 30px;
  box-shadow: 0 10px 35px rgba(25, 52, 106, 0.15);
}

.my-menu.elementor-sticky--effects .my-logo img {
  width: 95px !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .my-menu-items .elementor-nav-menu > li > a {
    font-size: 11px !important;
    padding: 16px 9px !important;
    letter-spacing: 1.2px;
  }
}

@media (max-width: 991px) {
  .my-menu {
    padding: 14px 20px;
  }

  .my-menu > .elementor-container {
    display: flex !important;
  }

  .my-menu .elementor-column:first-child {
    width: 50% !important;
  }

  .my-menu .elementor-column:last-child {
    width: 50% !important;
  }

  .my-logo img {
    width: 95px !important;
  }

  .my-menu-items .elementor-nav-menu--main {
    display: none !important;
  }

  .my-menu-items .elementor-menu-toggle {
    display: inline-flex !important;
    float: right;
  }
}

@media (max-width: 600px) {
  .my-menu {
    padding: 12px 16px;
  }

  .my-logo img {
    width: 85px !important;
  }
}

.mp-level {
  background: #19346a;
}
.mp-menu ul li a:hover {
  background: #24417b;
}

/* ===========================
   Active Mobile Menu
=========================== */

.mp-level .nav-menu--canvas .current-menu-item > a,
.mp-level .nav-menu--canvas .current_page_item > a,
.mp-level .nav-menu--canvas .current-menu-ancestor > a {
  background: #24417b !important;
  color: #bfa35c !important;
  font-weight: 700;
  position: relative;
  padding-left: 30px !important;
}

.mp-level .nav-menu--canvas .current-menu-item > a::before,
.mp-level .nav-menu--canvas .current_page_item > a::before,
.mp-level .nav-menu--canvas .current-menu-ancestor > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #bfa35c;
}
/*-------------------------- ABOUT BOREY VIMEAN SAMNANG -------------------------*/
