@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("../fonts/autobiography/stylesheet.css");

:root {
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --tertiary-font: "Autobiography", sans-serif;
  --primary-color: #2c4c3b;
  /* --secondary-color: #edefee; */
  --secondary-color: rgba(44, 76, 59, 0.25);
}

body {
  font-family: var(--primary-font);
}

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.bg-special {
  background-color: var(--primary-color) !important;
}

.text-special {
  color: var(--primary-color) !important;
}

.btn-secondary {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}
.bg-secondary {
  background-color: var(--secondary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}

section {
  width: 100%;
  overflow-x: hidden;
}

/* Header */
.header_section {
  z-index: 99;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* Header */
.header_section .navbar-nav .nav-link {
  position: relative;
  padding: 10px 1rem !important;
  font-size: 16px;
  background: transparent !important;
  /* Default menu style: green + bold — except Home */
  color: #2C4C3B !important;
  font-weight: 600 !important;
}
.header_section .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 1.5px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.header_section .navbar-nav .nav-link:hover::before,
.header_section .navbar-nav .current-menu-item:not(.menu-item-home) .nav-link::before,
.header_section .navbar-nav .current_page_item:not(.menu-item-home) .nav-link::before {
  background-color: var(--primary-color);
}

/* Home stays normal black / regular weight.
   Matched by position, not by .menu-item-home: WordPress tags every custom link
   whose URL resolves to the site root (e.g. /#team) as .menu-item-home, so a
   class-based selector styles the entire menu. */
.header_section .navbar-nav li:first-child > a .nav-link {
  color: #000 !important;
  font-weight: 400 !important;
}
.header_section .navbar-nav li:first-child > a .nav-link::before {
  background-color: transparent !important;
}

.header_section .navbar-brand img {
  max-width: 250px;
}

.header_section .btn.btn-primary {
  white-space: nowrap;
}

/* Hero Section */
.hero_section {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  padding: 120px 0 0px 0px;
  display: flex;
  align-items: center;
  background-image: url(../images/hero/Section.png);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100dvh;
  overflow: hidden;
  display: none;
}
.banner-rightbg {
  width: 641px;
  height: 851px;
  background: url("../images/hero/imagehero.png") right center / contain
    no-repeat;
  pointer-events: none;
  user-select: none;
}

.hero_sectiondesktop {
  position: relative;
  min-height: 100vh;
  display: block;
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Optional but recommended: darken video slightly so text stays readable */
.hero__overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.25); */
}
.hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero_sectiondesktop .hero__content h2 {
  color: #121212;
  font-size: 102.175px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -2.044px;
  font-family: var(--secondary-font);
  margin-bottom: 1.25rem !important;
  padding-top: 19px;
}

.hero_sectiondesktop .hero__content h5 {
  color: rgb(18 18 18 / 94%);
  font-size: 39.167px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 220px;
  font-family: var(--secondary-font);
  white-space: nowrap;
}
.hero_sectiondesktop .hero__content h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 200px;
  height: 1px;
  background-color: #000;
}

/* Semi-transparent overlay to match the image's misty/gradient look */
/* .hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(220, 225, 223, 0.7) 0%,
    rgba(200, 207, 205, 0.4) 100%
  );
  z-index: 1;
} */

.scroll_down_div {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.hero_section .banner_left {
  max-width: 620px;
}

.hero_section .banner_left h2 {
  color: #121212;
  font-size: 102.175px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -2.044px;
  font-family: var(--secondary-font);
  margin-bottom: 1.25rem !important;
  padding-top: 120px;
}
.hero_section .banner_left h5 {
  color: rgba(18, 18, 18, 0.8);
  font-size: 39.167px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 220px;
  font-family: var(--secondary-font);
  white-space: nowrap;
}

.hero_section .banner_left h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 200px;
  height: 1px;
  background-color: #000;
}

.hero_trust_panel {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(44, 76, 59, 0.08);
}

.hero_trust_title {
  color: var(--primary-color);
  font-size: 20.02px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: var(--secondary-font);
}

.hero_trust_text {
  color: rgba(30, 30, 30, 0.8);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.hero_trust_list li {
  color: rgba(30, 30, 30, 0.85);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero_trust_list li i {
  color: var(--primary-color);
  font-size: 15px;
}

.hero_trust_contact small {
  display: block;
  color: rgba(30, 30, 30, 0.6);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}

.hero_trust_phone {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.hero_trust_phone:hover {
  color: var(--primary-color);
  opacity: 0.85;
}

.hero_form {
  background-color: #fff;
  border-radius: 12px;
}
.hero_form h5 {
  color: var(--primary-color);
  font-size: 20.02px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: var(--secondary-font);
}
.hero_form .form-control {
  border-radius: 5.098px;
  border: 0.87px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  color: rgba(30, 30, 30, 1);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-height: 40px;
}
.hero_form .form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}
.hero_form .form-control::placeholder {
  color: rgba(30, 30, 30, 0.6);
}
.upload_photo small {
  color: #303132;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.6;
  display: block;
}
.upload_photo_label {
  border-radius: 5.098px;
  border: 1.275px dashed #303132;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.upload_photo_label p {
  margin: 0;
  color: #303132;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.upload_photo_label p .btn {
  border-radius: 2.549px;
  background: rgba(48, 49, 50, 0.25);
  color: #303132;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 0.5rem;
}

.btn-primary {
  border-radius: 8.497px !important;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 13.057px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  padding: 12px 25px;
}
.mouse {
  width: 30px;
  height: 50px;
  border: 2px solid #333;
  border-radius: 60px;
  position: relative;
  margin: 0 auto;
}
.mouse::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}

.scroll_down_div p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.4px;
}

/* About Section */
.site_title {
  color: var(--secondary-color);
  font-family: var(--secondary-font);
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: fit-content;
}
.site_title::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 450px;
  height: 100%;
  top: -10px;
  right: -40px;
  background-image: url(../images/heading_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
  transform: scale(1.6);
  transform-origin: center;
  opacity: 0.5;
}
.site_title span {
  color: var(--primary-color);
}
.site_description {
  color: #878787;
  font-size: 16px;
  font-style: normal;
  /* font-weight: 400; */
  font-weight: 300;
  line-height: normal;
}

.section_title {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.about_content .accordion-flush .accordion-item {
  border: 0;
  margin-bottom: 0.75rem;
}
.about_content .accordion-flush .accordion-item:last-child {
  margin: 0;
}
.about_content .accordion-flush .accordion-item .accordion-button {
  border-radius: 10px;
  opacity: 0.35;
  background: var(--secondary-color);
  border: 0;
  color: #303132;
  opacity: 1;
  box-shadow: none;
}
.about_content .accordion-flush .accordion-item .accordion-button .text {
  margin-left: 10px;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about_content .accordion-flush .accordion-item .accordion-body {
  border: 0;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding-top: 0;
  padding-bottom: 10px;
}
.about_content
  .accordion-flush
  .accordion-item
  .accordion-button[aria-expanded="true"] {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 10px 10px 0 0;
  border: 0;
}
.about_content
  .accordion-flush
  .accordion-item
  .accordion-button[aria-expanded="true"]
  svg
  path {
  fill: #fff;
}
.about_content .accordion-flush .accordion-item .accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  background-image: none;
  transform: none !important;
}
.about_content
  .accordion-flush
  .accordion-item
  .accordion-button[aria-expanded="true"]::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  background-image: none;
}
.about_img img {
  border-radius: 12px;
  object-fit: cover;
}

/* Delivering Solutions */
.ds_block {
  border-radius: 10px;
  border: 2px solid var(--primary-color);
  padding: 2rem;
  cursor: pointer;
}
.ds_icon img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.ds_title {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ds_block p {
  color: #878787;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.ds_block:hover p {
  opacity: 1;
}

.ds_btn {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  width: 100%;
  position: relative;
  height: 25px;
  padding: 0;
  padding-right: 30px;
  margin-top: 1.5rem;
}

.ds_btn .text {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.ds_block:hover .ds_btn .text {
  opacity: 1;
}

.ds_btn .icon {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.ds_block:hover .ds_btn .icon {
  left: calc(100% - 20px);
}

/* About Real Section */
.about_real_section .section_title {
  font-family: var(--secondary-font);
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about_points {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
.about_points li {
  color: #303132;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  /* margin-bottom: 1rem; */
  border-bottom: 1px solid #00000020;
  border-right: 1px solid #00000020;
  width: 33.33%;
  float: left;
  padding: 1.5rem;
}
.about_points li:nth-child(3n) {
  border-right: 0;
}
.about_points li:nth-child(n + 4) {
  border-bottom: 0;
}
.about_points li i {
  color: #3cd441;
  margin-right: 0.5rem;
}

.clear {
  clear: both;
}

/* Our Founder */

.founder_image {
  border-radius: 12px;
  overflow: hidden;
}

.founder_title {
  font-family: var(--secondary-font);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.founder_title span {
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.signature_title {
  font-family: var(--tertiary-font);
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

/* Our Team */
.our_team {
  width: 100%;
  overflow-x: hidden;
}
.team_area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
}
.team_block {
  width: 15%;
  max-width: 120px;
  position: relative;
  display: flex;
  flex-shrink: 0;
}
.team_block img {
  border-radius: 8px;
  object-fit: cover;
  width: 120px;
  height: 450px;
  object-position: top;
  transition: all 0.3s ease-in-out;
}
.team_block.active img {
  max-width: 280px;
  width: 280px;
  height: 450px;
}
.team_block.active {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  margin-right: 0;
  align-items: stretch;
}
.team_info {
  width: 0;
  opacity: 0;
  display: none;
  padding: 0 2rem;
}
.team_block.active .team_info {
  width: calc(100% - 280px);
  max-width: 100%;
  min-width: 0;
  height: 450px;
  padding: 0 1.25rem;
  opacity: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-self: stretch;
  overflow: hidden;
}
.team_image {
  position: relative;
  z-index: 0;
  /* width: 100%; */
  height: fit-content;
}
.team_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 18.07%,
    #000 77.31%
  );
  opacity: 0.8;
  border-radius: 8px;
}
.team_block.active .team_image::before {
  opacity: 0;
}

.team_title {
  display: flex;
  justify-content: start;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  transform: rotate(-90deg);
  color: #fff;
  min-width: 320px;
  bottom: calc(50% - 55px);
  opacity: 1;
  line-height: 1;
  margin: 0;
  left: -96px;
  font-family: var(--secondary-font);
}
.team_block.active .team_title {
  opacity: 0;
  display: none;
}
.team_block.active .team_image img {
  max-width: 280px;
}

.team_controls {
  align-self: flex-end;
  width: 100%;
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 10px;
}

.team_info .signature_title {
  width: 100%;
  text-align: end;
  color: #000 !important;
  transform: rotate(-5.329deg);
  font-size: 32px;
  margin-bottom: 8px;
  flex-shrink: 0;
  animation: fade-in 0.5s ease-out forwards;
}

.team_info .team_description {
  color: #303132;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  margin: 0 0 8px;
  padding-right: 6px;
  animation: fade-in 0.5s ease-out forwards;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) rgba(44, 76, 59, 0.12);
}

.team_info .team_description::-webkit-scrollbar {
  width: 4px;
}

.team_info .team_description::-webkit-scrollbar-track {
  background: rgba(44, 76, 59, 0.12);
  border-radius: 4px;
}

.team_info .team_description::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 4px;
}

.team_info .team_description::-webkit-scrollbar-thumb:hover {
  background: #243f31;
}

.team_info .team_description p {
  margin: 0 0 0.75rem;
}

.team_info .team_description p:last-child {
  margin-bottom: 0;
}

.team_memebr_name {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  margin: 0 0 12px;
  flex-shrink: 0;
  animation: fade-in 0.5s ease-out forwards;
}

.btn.team_prev {
  border: 1px solid #303132;
  border-radius: 8px;
  width: 43px;
  height: 43px;
  margin-right: 5px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Who We Serve */
.wws {
  color: #fff;
  border-radius: 12px;
  position: relative;
}
.wws_title {
  font-family: var(--secondary-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wws p {
  font-size: 16px;
  opacity: 0.8;
}
.wws_right {
  /* position: relative; */
}

.wws_right img {
  position: absolute;
  bottom: 0px;
  right: 25px;
  width: 125px;
}
.wws_block {
  display: flex;
}

.wws_icon {
  background: #4c6758;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.wws_info {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.wws_info small {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.8;
}
.wws_info p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  opacity: 1;
  margin: 0;
}

/* Testimonials */
.testimonial_block {
  border-radius: 12px;
  background: var(--secondary-color);
  /* margin: 40px 30px; */
  margin: 50px 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transform: scale(0.85);
  /* transition: all .25s ease-in-out;  */
}
.testimonial_block p {
  color: rgba(30, 30, 30, 0.8);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.center .testimonial_block {
  border-radius: 12px;
  border: 2px solid rgba(44, 76, 59, 0.1);
  background: rgba(44, 76, 59, 0.65);
  /* margin: 0; */
}
.center .testimonial_block p {
  color: #fff;
}

.center .testimonial_rating i {
  color: #fff !important;
}
/* .testimonials_slider .owl-item.active.center .testimonial_block {
    transform: scale(1.3, 1.3);
    transform-origin: center;
    border-radius: 12px;
    overflow: hidden;
} */

.testimonials_slider .owl-item.center .item .testimonial_block {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.owl-carousel .owl-nav button {
  border: 1px solid #303132 !important;
  border-radius: 8px;
  width: 43px;
  height: 43px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.owl-carousel .owl-nav button:hover {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff;
}

/* Footer */
.site_footer {
  background-color: var(--primary-color);
  color: #fff;
}
.site_footer img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(101%);
}
.site_footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.site_footer h3 {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.site_footer a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site_footer a:hover {
  color: #fff;
}
.site_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site_footer ul li {
  margin-bottom: 10px;
}
.email_block {
  position: relative;
}
.email_block input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.2);
  width: 100%;
  color: #fff;
  padding: 0.5rem 1rem;
  outline: none;
  padding-left: 2.5rem;
  color: #fff;
  height: 38px;
  font-size: 13px;
}
.email_block input::placeholder {
  color: #ccc;
}
.email_block i {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background: transparent;
  color: #ccc;
  font-size: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.8rem;
}
.btn-subscribe {
  width: 44px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
}
.subscribe_form form {
  display: flex;
  align-items: center;
}
.email_block {
  width: calc(100% - 50px);
  margin-right: 6px;
}

/**header section background**/
.our_team .site_title::before {
  max-width: 300px;
  right: 24px;
}
.testimonials .site_title::before {
  right: 0;
}

/* Case Submission — Figma */
.case_submission_section {
  scroll-margin-top: 100px;
}

.case_submission_wrap {
  position: relative;
  background: #f8f7f4;
  border: 1px solid #e5e2dc;
  border-radius: 16px;
  padding: 2.5rem 1.75rem 2.5rem 2.75rem;
  overflow: hidden;
}

.case_submission_row {
  position: relative;
}

.case_submit_left,
.case_submit_form {
  background: transparent;
}

.case_submit_left {
  position: relative;
  overflow: hidden;
  /* padding: 0.5rem 2.75rem 0.5rem 0.5rem; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: flex-start;
  text-align: left;
  z-index: 0;
  width: 100%;
}

/* Watermark: exact center of LEFT panel, light grey */
.case_submission_watermark {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: min(265px, 62%);
  height: min(265px, 62%);
  aspect-ratio: 1 / 1;
  background: url("../images/case/image.png") center center / contain no-repeat;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

.case_submit_left > *:not(.case_submission_watermark) {
  position: relative;
  z-index: 1;
}

.case_submit_title {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: clamp(30px, 2.35vw, 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  max-width: 100%;
  text-align: left;
}

.case_submit_text {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 0 1.5rem;
  max-width: 28em;
  text-align: left;
}

.case_submit_list {
  margin: 0 0 2.55rem;
  padding: 0;
}
#requestConsultationBtn {
  padding: 10.197px 18.694px;
}
.case_submit_list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 14px;
  text-align: left;
}

.case_submit_list li:last-child {
  margin-bottom: 0;
}

.case_submit_check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
}

.case_consult_btn {
  width: fit-content;
  margin-bottom: 0.75rem;
}

.case_consult_btn span {
  margin-left: 6px;
}

.case_submit_note {
  /* color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  margin: 0; */

  color: rgba(43, 43, 38, 0.55);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.case_submit_form {
  padding: 0 0 0 1.35rem;
  border-left: 1px solid #e0ddd6;
  text-align: left;
  position: relative;
  z-index: 1;
}

.case_submit_form .row.g-3 {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.6rem;
}

.case_form_title {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 20.02px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.85rem;
  text-align: left;
}

.case_submit_form .form-control {
  /* border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: #fff; */
  border-radius: 5.098px;
  border: 0.87px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  color: rgba(30, 30, 30, 1);
  font-size: 14px;
  font-weight: 500;
  min-height: 46px;
  padding: 0.7rem 0.9rem;
  box-shadow: none;
}

.case_submit_form .form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.case_submit_form .form-control::placeholder {
  /* color: rgba(30, 30, 30, 0.45);
  font-weight: 400; */
  color: rgba(30, 30, 30, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.case_submit_form .case_study_field {
  min-height: 101px;
  /* resize: vertical; */
  resize: none;
}

.case_submit_form .upload_photo_heading {
  /* color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0.5rem;
  text-align: left; */
  color: #303132;
  margin: 0 0 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.case_submit_form #submitButton.btn-primary,
.case_submit_form #submitButton.btn-primary:disabled,
.case_submit_form #submitButton.btn-primary:hover:disabled {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
  opacity: 1;
}

.case_submit_form #submitButton.btn-primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.case_submit_form .upload_photo_label {
  border-radius: 5.098px;
  border: 1.275px dashed #dfdfdf;
  background: #fff;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
  cursor: pointer;
}

.case_submit_form .upload_photo_label p {
  margin: 0;
  color: #303132;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.case_submit_form .upload_photo_label .btn-choose {
  /* border-radius: 4px;
  background: rgba(48, 49, 50, 0.12); */
  border-radius: 2.549px;
  background: rgba(48, 49, 50, 0.25);
  color: #303132;
  font-size: 12px;
  font-weight: 500;
  margin-left: 0;
  padding: 6px 12px;
  border: 0;
}

.case_submit_form .upload_photo small {
  color: #9a9a9a;
  font-size: 11px;
  opacity: 1;
}

.case_form_disclaimer {
  margin: 0.1rem 0 1rem;
  color: rgba(48, 49, 50, 0.6);
  font-size: 9.347px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.selected_file_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0.5rem 0 0.35rem;
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  background: rgba(44, 76, 59, 0.08);
  border: 1px solid rgba(44, 76, 59, 0.18);
}

.selected_file_info.d-none {
  display: none !important;
}

.selected_file_name {
  color: #2c4c3b;
  font-size: 13px;
  font-weight: 600;
  word-break: break-all;
}

.selected_file_remove {
  border: 0;
  background: transparent;
  color: #2c4c3b;
  font-size: 20px;
  line-height: 1;
  padding: 0 4px;
  cursor: pointer;
}

.case_form_status {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  border-radius: 6px;
  padding: 0.75rem 0.9rem;
  margin: 0 0 0.85rem;
}

.case_form_status.is-success {
  color: #1f4d33;
  background: rgba(44, 76, 59, 0.12);
  border: 1px solid rgba(44, 76, 59, 0.25);
}

.case_form_status.is-error {
  color: #8a1f1f;
  background: rgba(180, 40, 40, 0.08);
  border: 1px solid rgba(180, 40, 40, 0.25);
}
#submitButton {
  padding: 10.197px 18.694px;
}
.case_form_disclaimer a {
  color: #9a9a9a;
  text-decoration: underline;
}

.case_form_disclaimer a:hover {
  color: var(--primary-color);
}
.our_team .site_title,
.about_real_section .site_title,
.about_section .site_title {
  margin-bottom: 18px;
}
.site_title,
.about_section .site_title {
  margin-bottom: 30px;
}
.about_real_section .site_title::before {
  right: 0;
}

.site_title {
  font-size: 3.2vw;
}
