/*
Theme Name: Kerr Downhole 2026
Theme URI: N/A
Author: Biscuit Studio
Author URI: https://www.biscuitstudio.co
Description: An official theme for Kerr Downhole Website.
Version: 1.0
Text Domain: kerr-downhole-2026
*/

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --white: #ffffff;

  --gray-50: #f8f8f8;
  --gray-100: #f0f0f0;
  --gray-200: #d9d9d9;
  --gray-300: #bfbfbf;
  --gray-400: #999999;
  --gray-500: #808080;
  --gray-600: #666666;
  --gray-700: #4d4d4d;
  --gray-800: #333333;
  --gray-900: #1a1a1a;

  --primary-50: #dfe8ff;
  --primary-100: #bed2ff;
  --primary-200: #6ba3ff;
  --primary-300: #007ae1;
  --primary-400: #005098;
  --primary-500: #002c58;
  --primary-600: #002449;
  --primary-700: #001e3f;
  --primary-800: #001631;
  --primary-900: #000e24;

  --secondary-50: #fff8e1;
  --secondary-100: #fdeec2;
  --secondary-200: #f9df8a;
  --secondary-300: #f4cf52;
  --secondary-400: #e8b92a;
  --secondary-500: #cc9900;
  --secondary-600: #b38600;
  --secondary-700: #8f6b00;
  --secondary-800: #6b5000;
  --secondary-900: #3f2f00;

  --accent-50: #fdecec;
  --accent-100: #f9caca;
  --accent-200: #f29a98;
  --accent-300: #ee6a67;
  --accent-400: #ec3f3b;
  --accent-500: #eb2824;
  --accent-600: #d92420;
  --accent-700: #b71f1c;
  --accent-800: #8c1816;
  --accent-900: #4f0d0c;

  --yellow-50: #fff7db;
  --yellow-100: #ffedb3;
  --yellow-200: #ffe07a;
  --yellow-300: #ffd24d;
  --yellow-400: #ffc61f;
  --yellow-500: #ffbb00;
  --yellow-600: #e6a800;
  --yellow-700: #bf8c00;
  --yellow-800: #8c6600;
  --yellow-900: #4d3800;

  --warning-50: #fff8ed;
  --warning-100: #ffefd6;
  --warning-200: #ffddb0;
  --warning-300: #ffc785;
  --warning-400: #ffae54;
  --warning-500: #ff9800;
  --warning-600: #db7f00;
  --warning-700: #b06500;
  --warning-800: #854c00;
  --warning-900: #583200;

  --error-50: #fdecec;
  --error-100: #f9d2d2;
  --error-200: #f4afaf;
  --error-300: #ec8585;
  --error-400: #e45d5d;
  --error-500: #dc3a3a;
  --error-600: #b92d2d;
  --error-700: #8f2222;
  --error-800: #671818;
  --error-900: #431010;

  --success-50: #f3fceb;
  --success-100: #e2f7cc;
  --success-200: #c6ee9e;
  --success-300: #a8e06e;
  --success-400: #8cd24a;
  --success-500: #73c232;
  --success-600: #5aa026;
  --success-700: #457a1d;
  --success-800: #315715;
  --success-900: #1f380d;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  background: white;
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--primary-900);
  letter-spacing: 0.15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  line-height: 1.6 !important;
}

.dark-mode .text-color {
  color: var(--primary-50);
}

.text-color {
  color: var(--primary-900);
}

body.dark-mode {
  background: linear-gradient(to bottom, #0b1224 0%, #0f1930 50%, #0b1224 100%);
  background-color: #0b1224;
  color: #ffffff;
}

body:has(#mobile-menu.show) {
  position: fixed;
}

.theme-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
}

.theme-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-color: var(--primary-500);
  border-radius: 999px;
  transition: 0.3s;
}

.slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

input:checked + .slider {
  background-color: var(--secondary-500);
}

input:checked + .slider::before {
  transform: translateX(22px);
}

#content.hide-content > * {
  opacity: 0;
}

#content:after {
  /* content: ""; */
  background-image: url("./assets/images/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  filter: grayscale(1);
  position: fixed;
  right: 0;
  width: 300px;
  height: 300px;
  background-size: 300px 300px;
  opacity: 0.03;
  pointer-events: none;
  mix-blend-mode: normal;
  z-index: -1;
}

.dark-mode #content:after {
  content: "";
  position: fixed;
  inset: -50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 300px 300px;
  opacity: 0.8;
  pointer-events: none;
  mix-blend-mode: normal;
  animation: noiseShift 6s steps(10) infinite;
}

body.loading {
  height: 100vh;
  overflow: hidden !important;
}

.lighting-line {
  width: 100%;
  /* border-top: 1px solid var(--secondary-500); */
  margin: 0 auto;
  position: relative;
  width: 75%;
  height: 1px;
  background: radial-gradient(circle, rgba(255, 187, 0, 1) 0%, rgba(255, 247, 219, 0) 100%);
}

.profile-item-list {
  position: relative;
}

.profile-item-list::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: var(--gray-200);
  top: 32px;
  left: 7px;
  animation: fadeInUp 1s ease-in-out;
  background: #ededed;
  background: linear-gradient(180deg, rgba(0, 44, 88, 1) 0%, rgba(0, 44, 88, 0.8) 95%, rgba(0, 44, 88, 0) 100%);
}

.dark-mode .profile-item-list::after {
  background: linear-gradient(180deg, rgba(237, 237, 237, 0.35) 0%, rgba(240, 240, 240, 0.1) 95%, rgba(240, 240, 240, 0) 100%);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 40px;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.profile-item {
  padding-left: 40px;
  padding-bottom: 32px;
  position: relative;
  z-index: 2;
}

.profile-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  border: 3px solid var(--primary-900);
  top: 8px;
  left: 0;
  z-index: 2;
}

.dark-mode .profile-item::before {
  background-color: var(--primary-50);
}

.profile-item.latest:before {
  background: var(--primary-500);
}

.profile-item.latest:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 8px;
  z-index: 0;
  display: block;
  width: 0;
  height: 0;
  background: rgba(0, 44, 88, 0.2);
  border-radius: 100%;
  opacity: 0;
  animation: circle 2s infinite ease-in-out;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}

.dark-mode .profile-item.latest:before {
  background: var(--primary-300);
}

.dark-mode .profile-item.latest:after {
  background: rgba(255, 255, 255, 0.2);
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}

.founder-name {
  color: var(--primary-500);
}

.founder-role {
  color: var(--secondary-500) !important;
}

.profile-title {
  color: var(--primary-500);
}

.profile-duration {
  color: var(--secondary-500);
}

.profile-role {
  color: var(--primary-300);
}

.profile-desc {
  color: var(--primary-500);
}

.dark-mode .founder-name {
  color: var(--secondary-500);
}

.dark-mode .founder-role {
  color: var(--gray-300) !important;
}

.dark-mode .profile-title {
  color: var(--primary-300);
}

.dark-mode .profile-duration {
  color: var(--secondary-300);
}

.dark-mode .profile-role {
  color: white;
}

.dark-mode .profile-desc {
  color: white;
  font-weight: 300;
}

#preloader {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transform-origin: top center;
  will-change: transform;
  overflow: hidden;
}

.dark-mode #preloader {
  background: linear-gradient(135deg, #000e24 0%, #001631 40%, #001e3f 70%, #002449 100%);
}

.dark-mode #preloader .loader-content {
  color: #fff;
}

#preloader .loader-title {
  margin-top: 2px;
  font-size: 54px;
  line-height: 1;
}

#preloader .loader-desc {
  font-size: 44.5px;
  font-weight: 300;
  line-height: 1;
  margin-top: -4px;
}

p {
  line-height: 1.6;
}

p + p {
  margin-top: 16px;
}

body.no-loader #preloader {
  display: none;
}

body.show-loader #preloader {
  display: flex;
}

#preloader::after {
  content: "";
  position: absolute;
  inset: -50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 300px 300px;
  opacity: 0.8;
  pointer-events: none;
  mix-blend-mode: normal;
  animation: noiseShift 6s steps(10) infinite;
}

@keyframes noiseShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200px 200px;
  }
}

.loader-content {
  text-align: center;
}

#loader-logo {
}

.loader-text {
}

.split-text-parent {
  line-height: 1.2 !important;
  overflow: hidden;
}

.split-text-child {
  display: inline-block;
}

.scale-container {
  position: fixed;
  pointer-events: none;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.scale-unit {
  width: 16px;
  height: 1px;
  background: var(--primary-500);
  opacity: 0.5;
}

.scale-unit:nth-child(5n) {
  width: 32px;
  opacity: 0.7;
  height: 2px;
}

.scale-value-wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 44px;
  transform: translateY(-50%);
  color: var(--primary-500);
  opacity: 1;
  font-size: 9px;
  white-space: nowrap;
}

.dark-mode .scale-unit {
  background: var(--secondary-200);
  opacity: 0.15;
}

.dark-mode .scale-unit:nth-child(5n) {
  opacity: 0.2;
}

.dark-mode .scale-value-wrapper {
  color: var(--secondary-200);
  opacity: 0.5;
}

strong {
  font-weight: 700 !important;
}

.logo {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2 !important;
}

.logo .logo-text-container .logo-title {
  color: var(--primary-500);
  line-height: 1;
}

.logo .logo-text-container .logo-desc {
  color: var(--primary-500);
  font-size: 19.7px;
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
}

.dark-mode .logo .logo-text-container .logo-title {
  color: #fff;
}

.dark-mode .logo .logo-text-container .logo-desc {
  color: #fff;
  opacity: 0.5;
}

.logo.logo-only .logo-text-container {
  display: none !important;
}

.logo.logo-lg {
  transform-origin: center left;
  transform: scale(1.25);
}

.logo.logo-sm {
  transform-origin: center left;
  transform: scale(0.85);
}

.logo.logo-sm .logo-title {
  font-size: 23px !important;
}

.logo.logo-sm .logo-desc {
  font-size: 19px !important;
}

.logo.show-text .logo-text-container {
  display: block !important;
}

.tech-box {
  border: 2px solid var(--primary-500);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.tech-box-icon {
  height: 100px;
}

.tech-box-icon img {
  max-width: 100%;
  max-height: 100%;
}

.tech-box-title {
  color: var(--primary-500);
}

.dark-mode .tech-box {
  border: 1px solid var(--secondary-300);
}

.dark-mode .tech-box-title {
  color: var(--secondary-500);
}

.applicable-process-title {
  color: var(--primary-500);
}

.dark-mode .applicable-process-title {
  color: var(--secondary-500);
}

.tech-process-box {
  background-color: var(--gray-50);
  justify-content: center;
  gap: 12px;
}

.tech-doc-box {
}

.tech-doc-box:hover {
}

.dark-mode .tech-process-box {
  background-color: rgba(255, 255, 255, 0.1);
}

.tech-doc-box .tech-doc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-500);
  color: #fff;
  padding: 16px;
}

.dark-mode .tech-doc-box .tech-doc-icon {
  background-color: var(--primary-300);
}

.tech-process-box .tech-process-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tech-doc-box .tech-doc-title {
  font-size: 16px;
  font-weight: 600;
}

.tech-process-box .tech-process-title {
  font-size: 14px;
  font-style: italic;
}

.tech-process-box img {
  height: 64px;
}

.text-1 {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2 !important;
}

.dark-mode .prose {
  font-weight: 300;
}

.prose ol > li:has(> strong:first-child)::before {
  font-weight: 700 !important;
  color: currentColor;
}

.prose,
.prose strong {
  color: currentColor;
}

.prose ol > li::before {
  color: currentColor;
}

.prose ul > li::before {
  background-color: currentColor;
}

.prose li + li {
  margin-top: 0;
}

.prose li:has(+ li) {
  margin-bottom: 0;
}

.prose h2 {
  color: inherit;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-response-output {
  padding: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--success-700);
  background-color: var(--success-50);
  border: 2px solid var(--success-700);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--error-700);
  background-color: var(--error-50);
  border: 2px solid var(--error-700);
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
}

.acf-map {
  width: 100%;
  min-height: 400px;
}

.menu-item {
  font-family: "Cinzel", serif;
  line-height: 120% !important;
  color: var(--primary-500);
}

.dark-mode .menu-item {
  color: var(--gray-500);
}

.menu-item:hover {
  color: var(--secondary-500);
}

.dark-mode .menu-item:hover {
  color: var(--secondary-500);
}

#mobile-menu .current-menu-item > a,
#menu-main-menus .current-menu-item > a {
  color: var(--secondary-500);
}

.dark-mode #mobile-menu .current-menu-item > a,
.dark-mode #menu-main-menus .current-menu-item > a {
  color: var(--secondary-500);
}

#menu-icon {
  color: var(--primary-500);
}

.dark-mode #menu-icon {
  color: #fff;
}

.menu-open #menu-icon {
  /* color: #fff; */
}

#menu-icon .line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  transition:
    transform 0.3s ease,
    opacity 0.2s ease;
  transform-box: fill-box;
  transform-origin: center;
}

.menu-open .line1 {
  transform: rotate(45deg) translate(4.5px, 4px);
}

.menu-open .line2 {
  opacity: 0;
}

.menu-open .line3 {
  transform: rotate(-45deg) translate(4.5px, -4px);
}

.social-list {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.social-list li > a {
  background-color: var(--gray-800);
  min-width: 44px;
  min-height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-list li > a img {
  max-width: 100%;
  max-height: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}

#header-panel {
  background: transparent;
}

#header-panel.solid-bg {
  background: rgba(255, 255, 255, 0.95);
}

.dark-mode #header-panel.solid-bg {
  background: rgba(0, 14, 36, 0.9);
}

#header-panel:has(#mobile-menu.show) {
  /* background: rgba(0, 14, 36, 0.95); */
  background: rgba(255, 255, 255, 0.95);
  height: 100vh;
  overflow: auto;
  z-index: 2000;
}

#header-panel:has(#mobile-menu.show) .menu-item {
  /* color: #fff; */
}

#header-panel:has(#mobile-menu.show) .menu-item:hover {
  color: var(--secondary-500);
}

#footer-panel {
  color: var(--gray-900);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.dark-mode #footer-panel {
  color: var(--gray-500);
}

.footer-content {
  border-color: var(--primary-500);
}

.dark-mode .footer-content {
  border-color: rgba(255, 247, 219, 0.1);
}

#mobile-menu {
  opacity: 0;
  z-index: 0;
  padding: 0;
  transform: translateY(-48px);
  max-height: 0;
  transition: transform 0.15s ease-in-out;
}

#mobile-menu.show {
  opacity: 1;
  max-height: 100vh;
  transform: translateY(-68px);
  padding: 72px 0 0;
  margin-bottom: -72px;
}

.app-pagination {
  display: flex;
  gap: 12px;
  align-items: center;
}

.app-pagination > li {
}

.app-pagination > li > .page-numbers {
  border: 1px solid var(--gray-300);
  min-height: 40px;
  min-width: 40px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background-color: var(--white);
}

.app-pagination > li > .page-numbers:not(.current):hover {
  background-color: var(--gray-50);
}

.app-pagination > li > .prev,
.app-pagination > li > .next {
  padding: 0 16px;
}

.app-pagination > li > .current {
  background-color: var(--gray-900);
  color: var(--white);
  border-color: var(--gray-900);
}

.btn {
  display: inline-flex;
  padding: 12px 24px;
  min-width: 100px;
  transition: all 0.15s ease-in-out;
}

.btn:not(.animate):hover,
.btn.animated:hover {
  transform: scale(1.05) !important;
}

.btn.btn-primary {
  background-color: var(--primary-500);
  color: var(--white);
  font-weight: 600;
}

.btn.btn-secondary {
  background-color: var(--gray-900);
  color: var(--white);
  font-weight: 600;
}

.btn.btn-gray {
  background-color: var(--gray-100);
  color: var(--gray-900);
  font-weight: 600;
}

.wpcf7-form label {
  font-size: 14px;
  font-weight: 500;
}

.wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block;
}

.text-field {
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 100px;
  border: 2px solid var(--gray-200);
  width: 100%;
  display: block;
}

.text-area:focus,
.text-field:focus,
.text-area:hover,
.text-field:hover {
  border-color: var(--primary-500);
  outline: none;
}

.text-area {
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 20px;
  border: 2px solid var(--gray-200);
  width: 100%;
  display: block;
}

.wpcf7-form .text-field,
.wpcf7-form .text-area {
  font-size: 16px;
}

.page-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-500);
  position: relative;
  padding-bottom: 0.5rem;
}

.page-title:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: var(--primary-500);
  bottom: 0;
  left: 0;
}

.dark-mode .page-title:after {
  background-color: #fff;
}

.dark-mode .page-title {
  color: #fff;
}

.page-description {
  font-size: 18px;
  color: var(--gray-700);
  line-height: 1.5 !important;
}

.section-title {
  font-size: 32px;
  font-weight: 500 !important;
  color: var(--primary-500);
}

.dark-mode .section-title {
  color: var(--secondary-500);
}

.section-title.title-sm {
  font-size: 24px;
  font-weight: 700;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-900);
}

.dark-mode .section-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-300);
}

.section-description {
  font-size: 18px;
  color: var(--gray-700);
  line-height: 1.5 !important;
}

.gradient-text-secondary {
  background: linear-gradient(92.73deg, var(--secondary-200) 0%, var(--secondary-600) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-secondary-2 {
  background: linear-gradient(92.73deg, var(--secondary-400) 0%, var(--secondary-800) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#kerr-images-marquee {
  overflow: hidden;
}

#home-gallery-section .gallery-item {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80vw;
  padding-bottom: 40vw;
}

#kerr-images-marquee .gallery-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: auto !important;
  height: 55vw;
  max-height: 250px;
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.04);
}

.carousel-container-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  gap: 16px;
}

.carousel-container-wrapper .carousel-container {
  animation-name: marquee;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  flex-shrink: 0;
  display: flex;
  gap: 16px;
}

.carousel-container-wrapper .carousel-item {
  display: inline-block;
  font-size: 24px;
  /* background-color: #eee; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 24px;
  width: 400px;
  max-width: 100%;
}

.split-text-parent {
  line-height: 1.5;
  overflow: hidden;
}

.split-text-child {
  display: inline-block;
}

.btn-outlined {
  border: 1px solid var(--primary-500);
  color: var(--primary-500);
  font-weight: 500;
}

.btn-filled {
  background: var(--primary-500);
  color: white;
  font-weight: 500;
}

.dark-mode .btn-outlined {
  border: 1px solid var(--secondary-500);
  color: var(--secondary-500);
}

.dark-mode .btn-filled {
  background: var(--secondary-500);
  color: var(--primary-900);
}

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

#hero-content {
}

.dark-mode #hero-content {
  color: #fff;
}

#hero-content .hero-title {
  font-family: "Cinzel", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2 !important;
}

#hero-content .hero-description {
  font-size: 16px;
  font-weight: 400;
}

.dark-mode #hero-content .hero-description {
  font-weight: 300;
}

#who-we-are-section {
  background-color: var(--primary-700);
  color: #fff;
  position: relative;
}

#who-we-are-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  bottom: 0;
  width: 34px;
  background-color: var(--primary-700);
}

.dark-mode #who-we-are-section {
  background-color: transparent;
}

#who-we-are-content {
  font-size: 30px;
  font-weight: 700;
  line-height: 140% !important;
}

.dark-mode #who-we-are-content {
  color: #fff;
}

#hero-label {
  visibility: hidden;
}

#hero-label,
#who-we-are-kerr,
.floating-label {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

#who-we-are-kerr {
  opacity: 0;
}

.splitted-word {
  opacity: 0.1;
}

.floating-label {
  line-height: 140% !important;
}

#cta-section {
  margin-top: 60px;
}

#cta-content {
  background-color: #eff7ff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

#cta-content::before {
  content: "";
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 75%;
  height: 1px;
  background: radial-gradient(circle, rgba(255, 187, 0, 1) 0%, rgba(255, 247, 219, 0) 100%);
}

#cta-content::after {
  content: "";
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 75%;
  height: 1px;
  background: radial-gradient(circle, rgba(255, 187, 0, 1) 0%, rgba(255, 247, 219, 0) 100%);
}

.cta-btn {
}

.dark-mode #cta-content::after {
  display: none;
}

.dark-mode #cta-content {
  background-color: transparent;
  padding-top: 60px;
  padding-bottom: 0;
}

.bottom-company-title-wrapper {
  display: flex;
  overflow: hidden;
  /* height: 48px; */
}

.bottom-company-title {
  font-size: 30px;
  white-space: nowrap;
  font-family: "Cinzel", serif;
  font-weight: 800;
  line-height: 1 !important;
  color: var(--gray-100);
}

.dark-mode .bottom-company-title {
  color: rgba(255, 255, 255, 0.1);
}

.bottom-company-title .char {
  display: inline-block;
  will-change: transform, opacity;
  opacity: 0.6;
}

.bottom-company-title .char:hover {
  background: var(--primary-500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateY(-10%) !important;
  transition: transform 0.15s ease-in-out;
  opacity: 1 !important;
}

.dark-mode .bottom-company-title .char:hover {
  /* background: linear-gradient(92.73deg, var(--secondary-200) 0%, var(--secondary-600) 100%); */
  background: var(--secondary-500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.3 !important;
}

@media (min-width: 414px) {
  .bottom-company-title {
    font-size: 37px;
  }
}

@media (min-width: 576px) {
  .bottom-company-title-wrapper {
    /* height: 48px; */
  }

  .bottom-company-title {
    font-size: 54px;
  }
}

@media (min-width: 768px) {
  .bottom-company-title-wrapper {
    /* height: 54px; */
  }

  .bottom-company-title {
    font-size: 78px;
  }

  .page-title:after {
    height: 3px;
  }
}

@media (min-width: 992px) {
  #home-gallery-section .gallery-item {
    width: 60vw;
    padding-bottom: 30vw;
  }

  .page-title {
    font-size: 60px;
  }

  .page-title:after {
    height: 5px;
  }

  .scroll-text {
    font-size: 120px;
  }

  .section-title {
    font-size: 40px;
  }

  .section-title.title-sm {
    font-size: 32px;
    font-weight: 700;
  }

  .section-subtitle {
    /* font-size: 20px; */
  }

  .carousel-container-wrapper .carousel-item {
    padding: 32px;
    width: 400px;
  }

  #hero-content .hero-title {
    font-size: 54px;
  }

  #hero-content .hero-description {
    font-size: 20px;
  }

  #who-we-are-content {
    font-size: 40px;
  }

  .scale-value-wrapper {
    /* top: 50%;
    bottom: auto; */
  }

  .bottom-company-title {
    font-size: 81px;
  }
}

@media (min-width: 1024px) {
  #who-we-are-section:before {
    display: none;
  }

  #home-gallery-section .gallery-item {
    width: 800px;
    height: 400px;
    padding-bottom: 0;
  }

  .bottom-company-title-wrapper {
    /* height: 72px; */
  }

  .bottom-company-title {
    font-size: 107px;
  }
}

@media (min-width: 1280px) {
  #hero-content .hero-title {
    font-size: 64px;
  }

  #hero-content .hero-description {
    font-size: 20px;
  }

  #who-we-are-content {
    font-size: 60px;
  }

  .bottom-company-title-wrapper {
    /* height: 90px; */
  }

  .bottom-company-title {
    font-size: 126px;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1440px) {
  .bottom-company-title {
    font-size: 136px;
  }
}
