/*banner S*/

.vs_banner_slr {
  position: relative;
    background-image: linear-gradient(135deg, rgb(26 26 26 / 89%) 0%, rgb(13 72 24 / 73%) 50%, rgb(26 26 26 / 94%) 100%), url(../img/banner/banner_bg.png);
    color: #000;
    padding-block: 143px 70px;
}



.vs_bnr_sldr {
  position: relative;
  overflow: auto;
  z-index: 99;
}

.vs_bnr_sldr figure {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}


/*
.vs_bnr_sldr .vs_slide_item figure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
      background-image: linear-gradient(90deg, #000000a3 25%, #000000a3 60%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
}*/

/*.vs_bnr_sldr figure figcaption{
  position: absolute;
}*/
.vs_bnr_sldr figure figcaption .vs_slide_text {
  /*padding-left: 20px;*/
  padding-top: 39px;
  position: relative;
  overflow: hidden;
  text-align: center;
}


.vs_bnr_badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 32px;
}

.vs_bnr_badge i {
  color: #83c114;
}

.vs_bnr_sldr figure figcaption h2 span {
  font-style: italic;
  color: #f5c5c0;
  background: linear-gradient(90deg, #f5c5c0, #83c114);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vs_bnr_sldr figure figcaption h2 {
  font-size: calc(15px + 5vw);
  letter-spacing: 0.04em;
  color: #fff;
  animation: fadeUp 0.9s ease both;
  animation-delay: 0s;
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);

}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.vs_bnr_sldr figure figcaption p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.vs_bnr_sldr .owl-nav,
.vs_bnr_sldr .owl-dots {
  display: none;
}

/*banner E*/

/*INTRO SECTION*/
=============================================*/

/* SECTION */
.vs_intro_section {
  padding: 100px 0;
  background: #fff;
}

/* IMAGE WRAPPER */
.vs_intro_img_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* MAIN CIRCLE IMAGE */
.vs_intro_img_circle {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  border: 8px solid #fff;
  outline: 3px solid #83c114;
  position: relative;
  z-index: 2;
  transition: 0.4s ease;
}

.vs_intro_img_circle:hover {
  transform: scale(1.03);
}

.vs_intro_img_circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BADGE */
.vs_intro_badge {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: #83c114;
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.vs_intro_badge i {
  font-size: 20px;
}

.vs_intro_badge strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}

.vs_intro_badge span {
  font-size: 0.7rem;
  opacity: 0.9;
}

/* SHAPES */
.vs_intro_shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.vs_intro_shape-1 {
  top: -20px;
  left: -20px;
  width: 120px;
  height: 120px;
  border: 3px solid rgba(192, 57, 43, 0.2);
  animation: vs_rotate 15s linear infinite;
}

.vs_intro_shape-2 {
  bottom: 60px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: rgba(192, 57, 43, 0.1);
}

/* ANIMATION */
@keyframes vs_rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* STATS */
.vs_counter_band {
  margin: 32px 0;
  padding: 28px;
  background: #f7f5f3;
  border-radius: 16px;
  border-left: 4px solid #83c114;
}

.vs_counter_item {
  flex: 1;
  text-align: center;
}


.vs_counter_item .vs_counter_num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #83c114;
  margin: 0;
}

.vs_counter_item p {
  font-size: 0.8rem;
  color: #888;
}


/* =============================================
   ABOUT SECTION
   ============================================= */
/* SECTION */
.vs_about_section {
  padding: 70px 0;
  background: #f7f5f3;
  overflow: hidden;
}

/* BACKGROUND SHAPE */
.vs_about_bg_shape {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: rgba(192, 57, 43, 0.05);
  border-radius: 50%;
}

/* IMAGE */

.vs_about_img {
  /* width: 100%;
  height: 520px;*/
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  transition: 0.4s;
}

.vs_about_img:hover {
  transform: scale(1.03);
}

/* FEATURES */
.vs_about_features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vs_about_feature_box {
  gap: 15px;
  padding: 16px 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.vs_about_feature_box:hover {
  transform: translateX(6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.vs_about_feature_box h6 {
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 2px;
  color: #1a1a1a;
}

.vs_about_feature_box p {
  font-size: 0.8rem;
  color: #888;
  margin: 0;
}

.vs_about_feature_icon {
  width: 44px;
  height: 44px;
  background: rgba(192, 57, 43, 0.1);
  color: #83c114;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}




/* =============================================
   SERVICES STRIP
   ============================================= */
/* SECTION */
.vs_services_strip {
  padding: 80px 0;
  background: #1a1a1a;
}

/* CARD */
.vs_service_card {
  padding: 36px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT (GRADIENT GLOW) */
.vs_service_card::before {
  content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgb(9 71 25 / 27%), transparent);
    opacity: 0;
    transition: 0.4s;
}

.vs_service_card:hover::before {
  opacity: 1;
}

.vs_service_card:hover {
  transform: translateY(-8px);
    border-color: rgb(131 193 20 / 35%);
    background: rgb(131 193 20 / 19%);
}

/* ICON */
.vs_service_icon {
  font-size: 2rem;
  color: #83c114;
  margin-bottom: 16px;
  transition: 0.3s;
}

.vs_service_card:hover .vs_service_icon {
  transform: scale(1.2) rotate(5deg);
}

/* TEXT */
.vs_service_card h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.vs_service_card p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
}


/* =========================
PRICING SECTION
========================= */

.vs_pricing_section {
  background: #f8faf8;
  padding: 70px 0;
}


.vs_price_card {
  background: #fff;
  border-radius: 25px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  transition: 0.4s ease;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid #edf1ed;
  padding-bottom: 75px !important;
}

.vs_price_card:hover {
  transform: translateY(-8px);
}

.vs_active_plan {
  border: 2px solid #83c114;
}

.vs_plan_tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #e8f5ec;
  color: #83c114;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

.vs_price_card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1c1c1c;
}

.vs_price {
  font-size: 48px;
  font-weight: 700;
  color: #83c114;
  margin-bottom: 25px;
  line-height: 1;
}

.vs_price span {
  font-size: 16px;
  color: #777;
  font-weight: 500;
}

.vs_price_list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.vs_price_list li {
  margin-bottom: 15px;
  color: #555;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.vs_price_list i {
  color: #83c114;
  font-size: 16px;
  margin-top: 3px;
}
.vs_price_card .vs_ctm_btn{
      position: absolute;
    bottom: 27px;
    transform: translate(-50%, 0%);
    left: 50%;
}


/* =========================
BLOG + REFERRAL SECTION
========================= */

.vs_blog_referral {
  background: #f8faf8;
  padding: 70px 0;
}

.vs_referral_tag {
  display: inline-block;
  background: #e7f5eb;
  color: #83c114;
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}


.vs_referral_box h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 15px;
}


.vs_referral_box p {
  color: #fefefe;
  line-height: 1.8;
}

/* BLOG CARD */

.vs_blog_card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  height: 100%;
}

.vs_blog_card:hover {
  transform: translateY(-8px);
}

.vs_blog_img {
  overflow: hidden;
}

.vs_blog_img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.5s;
}

.vs_blog_card:hover img {
  transform: scale(1.08);
}

.vs_blog_content {
  padding: 25px;
}

.vs_blog_date {
  color: #83c114;
  font-size: 14px;
  font-weight: 500;
}

.vs_blog_content h4 {
  font-size: 22px;
  line-height: 1.5;
  margin: 15px 0;
  font-weight: 700;
}


/* REFERRAL BOX */

.vs_referral_box {
  background: linear-gradient(135deg, #83c114, #11621a);
  border-radius: 30px;
  padding: 45px 35px;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vs_referral_box .vs_referral_tag {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}



.vs_referral_steps {
  margin-top: 30px;
}

.vs_referral_step_item {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.vs_referral_step_icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.vs_referral_step_item h5 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.vs_referral_step_item p {
  margin: 0;
  font-size: 14px;
}



/* =============================================
   GALLERY SECTION
   ============================================= */
/* SECTION */
.vs_gallery_section {
  padding: 70px 0;
  background: #fff;
}

/* GRID */
.vs_gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: 16px;
}

/* ITEM */
.vs_gallery_item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

/* IMAGE */
.vs_gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

/* HOVER IMAGE */
.vs_gallery_item:hover img {
  transform: scale(1.1);
  filter: brightness(0.85);
}

/* SIZES */
.vs_gallery_item.large {
  grid-row: span 2;
}

.vs_gallery_item.tall {
  grid-row: span 2;
}

/* OVERLAY */
.vs_gallery_overlay {
      position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(68 103 6 / 76%), rgba(26, 26, 26, 0.2));
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 24px;
}

.vs_gallery_item:hover .vs_gallery_overlay {
  opacity: 1;
}

/* CONTENT */
.vs_gallery_overlay_content {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  transform: translateY(20px);
  transition: 0.4s;
}

.vs_gallery_item:hover .vs_gallery_overlay_content {
  transform: translateY(0);
}

/* ICON */
.vs_gallery_overlay_content i {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.vs_gallery_overlay_content span {
  font-weight: 600;
  font-size: 0.95rem;
}


/* =============================================
   TESTIMONIALS SECTION
   ============================================= */
/* SECTION */
.vs_testi_section {
  padding: 70px 0;
  background: url('../img/home/testi_bg.png') center/cover fixed;
  position: relative;
}


/* OVERLAY */
.vs_testi_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), #334c059e);
}

.vs_testi_sldrs .owl-stage,
.vs_testi_sldrs .owl-item,
.vs_testi_sldrs .item {
  display: flex;
}

.vs_testi_sldrs .item {
  display: flex;
  width: 100%;
}

/* CARD */
.vs_testi_card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  padding: 45px 40px;
  text-align: center;
  transition: 0.4s;
  width: 100%;
}

.vs_testi_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* TEXT */
.vs_testi_card p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  line-height: 1.8;
  font-family: 'Cormorant Garamond', serif;
}

/* STARS */
.vs_testi_stars {
  color: #f5c842;
  letter-spacing: 4px;
}

/* PROFILE */
.vs_testi_profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.vs_testi_profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #83c114;
  object-fit: cover;
  display: none;
}

.vs_testi_profile h6 {
  color: #fff;
  margin: 0;
}

.vs_testi_profile span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

/* INDICATORS */

.vs_testi_sldrs .owl-nav {
  display: none;
}

.vs_testi_sldrs .owl-dots {
  justify-content: center;
  margin-top: 25px;
  display: flex;
  gap: 8px;
}

.vs_testi_sldrs button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  transition: 0.3s;
}

.vs_testi_sldrs button.active {
  background: #83c114;
  transform: scale(1.3);
}


/* =============================================
   CTA / CONTACT SECTION
   ============================================= */

/*all page banner s*/

.vs_all_banner {
  position: relative;
    background-image: linear-gradient(135deg, rgb(26 26 26 / 89%) 0%, rgb(112 33 24 / 54%) 50%, rgb(26 26 26 / 94%) 100%),  url(../img/banner/banner_bg.png);

  padding: 160px 0 80px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}



.vs_all_banner .vs_banner_inner {
  position: relative;
  z-index: 2;
}

.vs_all_banner h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.1;
}

.vs_all_banner h1 span {
  font-style: italic;
  background: linear-gradient(90deg, #f5c5c0, #83c114);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vs_all_banner p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  font-weight: 300;
  max-width: 580px;
  margin: 0 auto;
}

/* breadcrumb */
.vs_all_banner_breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 7px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.vs_all_banner_breadcrumb a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color .3s;
}

.vs_all_banner_breadcrumb a:hover {
  color: #f5c5c0;
}

/*all page banner e*/


/*about page s*/

.vs_story_section {
  padding: 70px 0;
  background: #fff;
}

/* floating badge (mirrors .vs_intro_badge from homepage) */
.vs_story_badge {
  position: absolute;
  bottom: 24px;
  right: -16px;
  background: #83c114;
  color: #fff;
  padding: 16px 20px;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(192, 57, 43, 0.3);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.vs_story_badge i {
  font-size: 20px;
}

.vs_story_badge strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.vs_story_badge span {
  font-size: 0.72rem;
  opacity: 0.9;
}

/* decorative ring (mirrors .vs_intro_shape) */
.vs_story_ring {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 120px;
  height: 120px;
  border: 3px solid rgba(192, 57, 43, 0.2);
  border-radius: 50%;
  animation: vs_rotate 15s linear infinite;
  pointer-events: none;
}

/* highlight list inside story */
.vs_story_list {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vs_story_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

.vs_story_list li i {
  color: #83c114;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ── Mission / Vision / Values ─────────────────────────────── */
.vs_mvv_section {
  padding: 70px 0;
  background: #f7f5f3;
  position: relative;
  overflow: hidden;
}

.vs_mvv_section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: rgba(192, 57, 43, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

/* mvv card — mirrors .vs_about_feature_box pattern */
.vs_mvv_card {
  background: #fff;
  border-radius: 22px;
  padding: 40px 32px;
  height: 100%;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.vs_mvv_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #83c114, #83c114);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.vs_mvv_card:hover::before {
  transform: scaleX(1);
}

.vs_mvv_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.1);
  border-bottom-color: #83c114;
}

.vs_mvv_icon {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: rgba(192, 57, 43, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: all 0.4s;
}

.vs_mvv_card:hover .vs_mvv_icon {
  background: #83c114;
}

.vs_mvv_icon i {
  font-size: 28px;
  color: #83c114;
  transition: color 0.4s;
}

.vs_mvv_card:hover .vs_mvv_icon i {
  color: #fff;
}

.vs_mvv_card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.vs_mvv_card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.8;
  margin: 0;
}


/* ── Stats Band (dark) — mirrors .vs_services_strip ────────── */


.vs_stats_band {
  padding: 80px 0;
  background: #1a1a1a;
}

.vs_stat_item {
  text-align: center;
  color: #fff;
}

.vs_stat_num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #83c114;
  line-height: 1;
  margin-bottom: 8px;
}

.vs_stat_label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.05em;
}

.vs_stat_divider {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}



/* ── Team Section ──────────────────────────────────────────── */
.vs_team_section {
  padding: 70px 0;
  background: #fff;
}

.vs_team_card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  height: 100%;
}

.vs_team_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.11);
}

.vs_team_photo {
  position: relative;
  overflow: hidden;
  height: 280px;
  background: linear-gradient(135deg, #f7f5f3, #e8e0dc);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vs_team_photo .vs_team_placeholder_icon {
  font-size: 90px;
  color: rgba(192, 57, 43, 0.25);
}

.vs_team_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(192, 57, 43, 0.85), transparent);
  opacity: 0;
  transition: 0.4s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  gap: 12px;
}

.vs_team_card:hover .vs_team_overlay {
  opacity: 1;
}

.vs_team_social_link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.vs_team_social_link:hover {
  background: #fff;
  color: #83c114;
}

.vs_team_body {
  padding: 24px 22px;
  border-top: 3px solid transparent;
  transition: border-color 0.4s;
}

.vs_team_card:hover .vs_team_body {
  border-top-color: #83c114;
}

.vs_team_body h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.vs_team_body .vs_team_role {
  font-size: 0.8rem;
  color: #83c114;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  display: block;
}

.vs_team_body p {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

/* ── Values strip (dark card grid) — mirrors .vs_services_strip */
.vs_values_section {
  padding: 70px 0;
  background: #1a1a1a;
}

.vs_value_card {
  padding: 32px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.vs_value_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(192, 57, 43, 0.18), transparent);
  opacity: 0;
  transition: 0.4s;
}

.vs_value_card:hover::before {
  opacity: 1;
}

.vs_value_card:hover {
  border-color: rgba(192, 57, 43, 0.4);
  transform: translateY(-6px);
}

.vs_value_icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(192, 57, 43, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s;
}

.vs_value_card:hover .vs_value_icon {
  background: #83c114;
}

.vs_value_icon i {
  font-size: 22px;
  color: #83c114;
  transition: color 0.3s;
}

.vs_value_card:hover .vs_value_icon i {
  color: #fff;
}

.vs_value_text h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 7px;
}

.vs_value_text p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.7;
}

/* ── Why Choose Us (light, mirroring .vs_about_section) ───── */
.vs_why_section {
  padding: 70px 0;
  background: #f7f5f3;
  position: relative;
  overflow: hidden;
}

.vs_why_section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: -120px;
  width: 500px;
  height: 500px;
  background: rgba(192, 57, 43, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

/* why item — mirrors .vs_about_feature_box */
.vs_why_item {
  display: flex;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  align-items: flex-start;
}

.vs_why_item:hover {
  transform: translateX(6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.vs_why_item_icon {
  width: 46px;
  height: 46px;
  background: rgba(192, 57, 43, 0.1);
  color: #83c114;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
  font-size: 20px;
  transition: all 0.3s;
}

.vs_why_item:hover .vs_why_item_icon {
  background: #83c114;
  color: #fff;
}

.vs_why_item h6 {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.vs_why_item p {
  font-size: 0.82rem;
  color: #888;
  margin: 0;
  line-height: 1.6;
}

/* ── CTA Section (mirrors .vs_cta_section / .vs_cta_card) ─── */
.vs_contact_cta {
  padding: 80px 0;
  background: #fff;
}

.vs_contact_cta_card {
  background: #fff;
  border-radius: 22px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #83c114;
  background: linear-gradient(135deg, #83c114 0%, #11621a 100%);
  color: #fff;
  text-align: center;
}

.vs_contact_cta_card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}

.vs_contact_cta_card h2 span {
  font-style: italic;
  color: #f5c5c0;
}

.vs_contact_cta_card p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto 30px;
}


/*contact us page s*/


/* ── Contact Quick Info Cards ───────────────────────────────── */
.vs_contact_intro {
  padding: 80px 0 0;
  background: #fff;
}

.vs_contact_info_card {
  background: #fff;
  border-radius: 20px;
  padding: 34px 28px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: all 0.4s ease;
  border-bottom: 3px solid transparent;
  position: relative;
  overflow: hidden;
}

.vs_contact_info_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #83c114, #83c114);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.vs_contact_info_card:hover::before {
  transform: scaleX(1);
}

.vs_contact_info_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.11);
  border-bottom-color: #83c114;
}

.vs_cic_icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: all 0.4s;
}

.vs_contact_info_card:hover .vs_cic_icon {
  background: #83c114;
}

.vs_cic_icon i {
  font-size: 26px;
  color: #83c114;
  transition: color 0.4s;
}

.vs_contact_info_card:hover .vs_cic_icon i {
  color: #fff;
}

.vs_contact_info_card h5 {
  font-weight: 700;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.vs_contact_info_card p,
.vs_contact_info_card a {
  font-size: 0.88rem;
  color: #777;
  text-decoration: none;
  line-height: 1.7;
  display: block;
  transition: color 0.3s;
}

.vs_contact_info_card a:hover {
  color: #83c114;
}

/* ── Main Contact Form + Info Block ────────────────────────── */
.vs_contact_main {
  padding: 80px 0 30px;
  background: #fff;
}

/* Big form card — mirrors .vs_enquire_form pattern */
.vs_big_form_card {
  background: #fff;
  border-radius: 24px;
  padding: 50px 44px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.09);
}

.vs_big_form_card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.vs_big_form_card>p {
  font-size: 0.88rem;
  color: #888;
  margin-bottom: 30px;
}



/* ── Map Section ─────────────────────────────────────────────── */

.vs_map_wrapper {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
}



/*services page s*/

/* ── Services Overview Cards ────────────────────────────────── */
.vs_svc_intro_section {
  padding: 70px 0;
  background: #fff;
}

.vs_svc_big_card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: all 0.4s ease;
  border-bottom: 3px solid transparent;
}

.vs_svc_big_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.13);
  border-bottom-color: #83c114;
}

.vs_svc_big_card_img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.vs_svc_big_card_img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.5s ease;
}

.vs_svc_big_card:hover .vs_svc_big_card_img::before {
  transform: scale(1.08);
}

.vs_svc_big_card_img i {
  position: relative;
  z-index: 1;
}

.vs_svc_body {
  padding: 28px 26px;
}

.vs_svc_body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.vs_svc_body p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 18px;
}

.vs_svc_features_list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vs_svc_features_list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.85rem;
  color: #555;
}

.vs_svc_features_list li i {
  color: #83c114;
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ── Specialty Conditions Strip (dark) ──────────────────────── */
.vs_conditions_section {
  padding: 70px 0;
  background: #1a1a1a;
}

.vs_condition_chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 12px 22px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: default;
}

.vs_condition_chip:hover {
  background: rgba(192, 57, 43, 0.2);
  border-color: #83c114;
  color: #fff;
  transform: translateY(-3px);
}

.vs_condition_chip i {
  color: #83c114;
  font-size: 18px;
}




/*approach psge s*/

/* Philosophy */
.vs_philosophy_section {
  padding: 70px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.vs_philosophy_section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 450px;
  height: 450px;
  background: rgba(192, 57, 43, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.vs_philosophy_img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
  position: relative;
}

.vs_philosophy_img img {
  transition: transform 0.5s;
}

.vs_philosophy_img:hover img {
  transform: scale(1.03);
}


.vs_pillar_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 28px;
}

.vs_pillar_chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(192, 57, 43, 0.08);
  color: #83c114;
  font-size: 0.83rem;
  font-weight: 600;
  transition: all 0.3s;
  border: 1px solid rgba(192, 57, 43, 0.2);
}

.vs_pillar_chip:hover {
  background: #83c114;
  color: #fff;
}

.vs_pillar_chip i {
  font-size: 15px;
}

/* Methodology Timeline */
.vs_methodology_section {
  padding: 70px 0;
  background: #f7f5f3;
  position: relative;
  overflow: hidden;
}

.vs_method_timeline {
  position: relative;
}

.vs_method_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #83c114, rgba(192, 57, 43, 0.1));
  transform: translateX(-50%);
}

.vs_method_item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
}

.vs_method_item:last-child {
  margin-bottom: 0;
}

.vs_method_item.right {
  flex-direction: row-reverse;
}

.vs_method_card {
  width: calc(50% - 50px);
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  transition: all 0.4s;
  border-left: 4px solid transparent;
}

.vs_method_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.11);
  border-left-color: #83c114;
}

.vs_method_item.right .vs_method_card {
  border-left: none;
  border-right: 4px solid transparent;
}

.vs_method_item.right .vs_method_card:hover {
  border-right-color: #83c114;
}

.vs_method_num_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #83c114;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(192, 57, 43, 0.35);
  z-index: 2;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.vs_method_item:hover .vs_method_num_wrap {
  transform: translateX(-50%) scale(1.12);
}

.vs_method_icon_sm {
  width: 44px;
  height: 44px;
  background: rgba(192, 57, 43, 0.1);
  color: #83c114;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
  transition: all 0.3s;
}

.vs_method_card:hover .vs_method_icon_sm {
  background: #83c114;
  color: #fff;
}

.vs_method_card h5 {
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.vs_method_card p {
  font-size: 0.87rem;
  color: #666;
  line-height: 1.75;
  margin-bottom: 12px;
}

.vs_method_card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vs_method_card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.83rem;
  color: #555;
  padding: 4px 0;
}

.vs_method_card ul li i {
  color: #83c114;
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}



/* Holistic Pillars */
.vs_pillars_section {
  padding: 70px 0;
  background: #1a1a1a;
}

.vs_pillar_card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.vs_pillar_card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(192, 57, 43, 0.12), transparent);
  opacity: 0;
  transition: 0.4s;
}

.vs_pillar_card:hover::before {
  opacity: 1;
}

.vs_pillar_card:hover {
  border-color: rgba(192, 57, 43, 0.4);
  transform: translateY(-8px);
}

.vs_pillar_icon {
  width: 72px;
  height: 72px;
  background: rgba(192, 57, 43, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.4s;
}

.vs_pillar_card:hover .vs_pillar_icon {
  background: #83c114;
}

.vs_pillar_icon i {
  font-size: 28px;
  color: #83c114;
  transition: color 0.4s;
}

.vs_pillar_card:hover .vs_pillar_icon i {
  color: #fff;
}

.vs_pillar_card h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.vs_pillar_card p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
  margin: 0;
}

/* Tools */
.vs_tools_section {
  padding: 70px 0;
  background: #fff;
}

.vs_tool_item {
  display: flex;
  gap: 18px;
  padding: 22px 24px;
  background: #f7f5f3;
  border-radius: 16px;
  align-items: flex-start;
  transition: all 0.35s;
  border-left: 3px solid transparent;
  height: 100%;
}

.vs_tool_item:hover {
  background: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.09);
  border-left-color: #83c114;
  transform: translateX(4px);
}

.vs_tool_icon {
  width: 50px;
  height: 50px;
  background: rgba(192, 57, 43, 0.1);
  color: #83c114;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.vs_tool_item:hover .vs_tool_icon {
  background: #83c114;
  color: #fff;
}

.vs_tool_item h6 {
  font-weight: 700;
  font-size: 0.95rem;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.vs_tool_item p {
  font-size: 0.83rem;
  color: #777;
  margin: 0;
  line-height: 1.65;
}

/* Outcomes */
.vs_outcomes_section {
  padding: 70px 0;
  background: #f7f5f3;
  position: relative;
  overflow: hidden;
}

.vs_outcomes_section::before {
  content: '';
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 450px;
  height: 450px;
  background: rgba(192, 57, 43, 0.04);
  border-radius: 50%;
}

.vs_outcome_card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 26px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: all 0.4s;
  border-bottom: 3px solid transparent;
}

.vs_outcome_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-bottom-color: #83c114;
}

.vs_outcome_icon {
  width: 64px;
  height: 64px;
  background: rgba(192, 57, 43, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: all 0.4s;
}

.vs_outcome_card:hover .vs_outcome_icon {
  background: #83c114;
}

.vs_outcome_icon i {
  font-size: 26px;
  color: #83c114;
  transition: color 0.4s;
}

.vs_outcome_card:hover .vs_outcome_icon i {
  color: #fff;
}

.vs_outcome_card h5 {
  font-weight: 700;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.vs_outcome_card p {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

/* CTA */


/* SECTION */
.vs_cta_section {
  padding: 70px 0;
  background: #f7f5f3;
}

/* CARD */
.vs_cta_card {
  background: #fff;
  border-radius: 22px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-left: 5px solid #83c114;
  transition: 0.3s;
}

.vs_cta_card:hover {
  transform: translateY(-4px);
}

/* CONTACT LIST */
.vs_contact_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vs_contact_item {
  display: flex;
  gap: 12px;
  font-size: 0.95rem;
  color: #555;
  align-items: flex-start;
}

.vs_contact_item i {
  color: #83c114;
  font-size: 18px;
  margin-top: 2px;
}

.vs_contact_item a {
  display: flex;
  gap: 10px;
  color: #555;
  text-decoration: none;
}

/* OFFICE TIME */
.vs_time_box span {
  color: #555;
  line-height: 1.7;
}

/* INPUT */
.vs_contact_form .form-control {
  border: 1.5px solid #e8e8e8;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.9rem;
  background: #f7f5f3;
  transition: 0.3s;
}

.vs_contact_form .form-control:focus {
  border-color: #83c114;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
  background: #fff;
}



/*** Footer S ***/
footer {
  background-color: #0f1a0f !important;
  color: #ffffff80;
  padding-block: 20px 0;
}

footer a {
  color: #ffffff80;
  font-size: 15px;
}

footer a:hover {
  color: #83c114;
}

footer h4 {
  color: #fff;
  position: relative;
  font-size: 20px;
}

.vs_ftr_logo img {
  object-fit: contain;
}

.vs_ftr_logo a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #83c114;

}

.vs_ftr_form .form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #04040433;
  border-radius: 0;
  height: 70px;
}


footer .vs_social_icon li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #83c114;
  transition: .3s;
  font-size: 18px;
  color: #83c114;

  border-radius: 50%;
  line-height: 0;
  background-color: #f4f5f9;
}


footer .vs_ftr_list li {
  margin-bottom: 3px;
  padding: 0;
  color: #4a4a4a;
  font-size: 17px;
  font-weight: normal;
  transition: all 0.3s;
  font-weight: 500;
}

footer .vs_ftr_list li i {
  color: #83c114;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}


footer .copyright {
  font-size: 15px;
  /*background-color:#019ed4;*/
  padding: 20px 20px 0px 20px;
  /*border-radius: 50px;*/
  /*color: #fff;*/
}

footer .copyright a {
  /*color: #fff;*/
}

footer .copyright a:hover {
  color: #83c114;
}

footer .copyright img {
  width: 200px;
  object-fit: contain;
}

.vs_ftr_list_menu li {
  color: #787878 !important;
}


.vs_fix_btn {
  position: fixed;
  bottom: 60px;
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  padding: 0 10px;
}

.vs_fix_whatsup_btn img {
  width: 45px;
  object-fit: contain;
}

#vs_enquire_form .modal-content {
  background: #fff;
  box-shadow: 0 0 10px #22212182;
}

#vs_enquire_form form .form-control {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #cbcbcb;
  border-radius: 0;
}


.vs_mobile_nav {
  position: fixed;
  bottom: 0;
  background-color: #000;
  width: 100%;
  padding: 8px 5px;
  z-index: 9999999999;
}

.vs_mobile_nav img {
  width: 30px;
  object-fit: contain;
}

.vs_mobile_nav a {
  color: #fff;
  font-size: 14px;
}

.vs_mobile_nav a:hover {
  color: blue;
}


.vs_enquire_form_bg .modal-header button {
  position: absolute;
  right: 12px;
  top: 14px;
  z-index: 9999;
  background-color: #ffffff85;
  padding: 4px;
  font-size: 10px;
  border-radius: 0;
}

.vs_enquire_form_bg .modal-content {
  background-color: #f9f9f9;
}

.vs_enquire_form_bg .vs_enquire_form {
  padding: 30px;
  padding-right: 10px;
}

.vs_enquire_form_bg .vs_enquire_form .form-control,
.vs_enquire_form .form-select {
  padding: 10px;
  border-radius: 0;
  font-size: 13px;
  background-color: #e5e5e5;
  margin: 2px 0;
}

.vs_enquire_form_bg .vs_enquire_form button {
  padding: 5px 8px;
  font-size: 15px;
}