/*-----------------------------------------------------------------------------------

    Template Name: Advanced App Landing Page Template
    Author: UIdeck
    Version: 1.0
    Customized for: AhotoEats - Ghana's First Video-Based Food Delivery Platform

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
    02. Header
    03. Hero
    04. Features
    05. About
    06. AhotoAgents
    07. Video
    08. Testimonials
    09. Download App
    10. FAQ
    11. Footer

-----------------------------------------------------------------------------------*/

/*===========================
      01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");

/*
============================================
    AhotoEats Custom Styles
    Primary Colors: Black (#000) & Orange (#ff9900)
============================================
*/

:root {
    --primary-orange: #ff9900;
    --primary-orange-dark: #e68a00;
    --primary-orange-light: #ffad33;
    --primary-black: #000000;
    --dark-gray: #1a1a1a;
    --medium-gray: #333333;
    --light-gray: #666666;
    --lighter-gray: #999999;
    --bg-light: #f9f9f9;
    --bg-orange-light: #fff8eb;
    --white: #ffffff;
    --success: #22c55e;
    --error: #ef4444;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  background-color: var(--white);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--primary-black);
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--light-gray);
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 25px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  color: var(--white);
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: var(--primary-orange);
}

@media (max-width: 767px) {
  .main-btn {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}

.main-btn:hover {
  background-color: var(--primary-orange-dark);
  color: var(--white);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.main-btn.main-btn-2 {
  background-color: transparent;
  color: var(--primary-black);
  border: 2px solid var(--primary-black);
  line-height: 53px;
}

@media (max-width: 767px) {
  .main-btn.main-btn-2 {
    line-height: 41px;
  }
}

.main-btn.main-btn-2:hover {
  background-color: var(--primary-black);
  color: var(--white);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/*===== All Section Title Style =====*/
.section_title .title {
  font-size: 44px;
  font-weight: 700;
  color: var(--primary-black);
}

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

.section_title p {
  margin-top: 25px;
  color: var(--light-gray);
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: var(--white);
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: var(--primary-black) var(--primary-black) var(--white);
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: var(--white);
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: var(--white);
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
        02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 999;
  background-color: var(--white);
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 10px 0;
}

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  max-width: 160px;
  height: auto;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    max-width: 150px;
  }
}

.sticky .navbar-brand img {
  max-width: 140px;
}

@media (max-width: 767px) {
  .sticky .navbar-brand img {
    max-width: 120px;
  }
}

.navbar-toggler {
  padding: 0;
  margin-left: auto;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: var(--primary-black);
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    padding: 5px 12px;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    justify-content: flex-end;
  }
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-item {
  margin-left: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  color: var(--medium-gray);
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 4px 10px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    color: var(--medium-gray);
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: var(--medium-gray);
  }
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  background-color: rgba(255, 153, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: skewX(13deg);
          transform: skewX(13deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}

.navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: var(--dark-gray);
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: var(--primary-orange);
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: var(--dark-gray);
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: var(--dark-gray);
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: var(--medium-gray);
}

.sticky .navbar-nav .nav-item a {
  color: var(--medium-gray);
}

.sticky .navbar-nav .nav-item a::before {
  background-color: rgba(255, 153, 0, 0.1);
}

/*===== HEADER HERO =====*/
.header_hero {
  position: relative;
  z-index: 5;
  background: linear-gradient(135deg, var(--white) 0%, var(--bg-orange-light) 100%);
  padding-top: 70px;
  height: 800px;
}

@media only screen and (min-width: 1400px) {
  .header_hero {
    height: 900px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_hero {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero {
    height: auto;
  }
}

@media (max-width: 767px) {
  .header_hero {
    height: auto;
  }
}

.header_hero::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  background-image: url(../images/header_shape.svg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.shape {
  position: absolute;
}

.shape.shape-1 {
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .shape.shape-1 {
    left: 0;
  }
}

.shape.shape-2 {
  bottom: -200px;
  left: calc((100% - 1700px) / 2);
}

.shape.shape-3 {
  top: 0;
  right: 0;
}

.header_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_image {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .header_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_image {
    width: 540px;
  }
}

.header_image .image {
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_image .image {
    top: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_image .image {
    top: 50px;
  }
}

.header_image .image .dots {
  position: absolute;
  right: 10%;
  bottom: 0px;
  z-index: -1;
  -webkit-animation: dots 6s ease-out infinite;
  animation: dots 6s ease-out infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_image .image .dots {
    width: 125px;
  }
}

@media (max-width: 767px) {
  .header_image .image .dots {
    width: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_image .image .dots {
    width: 130px;
  }
}

@keyframes dots {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes dots {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero_content {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .header_hero_content {
    padding-top: 50px;
  }
}

.header_hero_content .header_title {
  font-size: 54px;
  font-weight: 700;
  color: white;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_hero_content .header_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .header_hero_content .header_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_hero_content .header_title {
    font-size: 38px;
  }
}

.header_hero_content .header_title span {
  color: var(--primary-orange);
}

.header_hero_content p {
  margin-top: 35px;
  color: var(--light-gray);
}

.header_hero_content ul {
  padding-top: 20px;
}

.header_hero_content ul li {
  display: inline-block;
  margin-top: 15px;
}

.header_hero_content ul li + li {
  margin-left: 13px;
}

@media (max-width: 767px) {
  .header_hero_content ul li + li {
    margin-left: 8px;
  }
}

.header_hero_image img {
  width: 100%;
}

/*===== Premium Badge =====*/
.premium_badge {
    display: inline-block;
    margin-bottom: 20px;
    color: white;
}

.premium_badge span {
    background: var(--primary-black);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.premium_badge i {
    font-size: 16px;

}

/*===== Premium Note =====*/
.premium_note {
    margin-bottom: 20px;
}

.premium_note i {
    margin-right: 8px;
}

/*===== Waitlist Section =====*/
.waitlist_section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.waitlist_section .main-btn {
    background: var(--primary-black) !important;
}

.waitlist_section .main-btn:hover {
    background: var(--primary-orange-dark) !important;
}

/*===========================
      03.CULTURE css 
===========================*/
.culture_area {
  background: var(--bg-orange-light);
  position: relative;
  z-index: 5;
}

.culture_title {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-black);
  margin-bottom: 20px;
}

.culture_content p {
  font-size: 18px;
  color: var(--light-gray);
  line-height: 1.8;
}

/*===========================
      04.FEATURES css 
===========================*/
.features_area {
  position: relative;
  z-index: 5;
  background: var(--white);
}

.single_features {
  background-color: var(--white);
  padding: 60px 25px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.1);
  box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.single_features:hover {
  -webkit-box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.2);
  border-color: var(--primary-orange);
  transform: translateY(-5px);
}

.single_features:hover .features_icon i {
  border-radius: 50%;
}

.single_features .features_icon i {
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  color: var(--white);
  font-size: 40px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_features .features_content {
  margin-top: 25px;
}

.single_features .features_content .features_title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-black);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_features .features_content p {
  margin-top: 15px;
  color: var(--light-gray);
}

.single_features.features_1 .features_icon i {
  background-color: var(--primary-orange);
}

.single_features.features_2 .features_icon i {
  background-color: var(--primary-orange-dark);
}

.single_features.features_3 .features_icon i {
  background-color: var(--primary-orange-light);
}

/*===========================
       05.ABOUT css 
===========================*/
.about_area {
  position: relative;
  background: var(--bg-light);
  z-index: 5;
}

.about_image {
  position: relative;
  padding-bottom: 30px;
}

.about_image .dots {
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: -1;
  -webkit-animation: dots_2 6s ease-out infinite;
  animation: dots_2 6s ease-out infinite;
}

@keyframes dots_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes dots_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.about_content .main-btn {
  margin-top: 40px;
  padding: 0 35px;
}

.about_info_item {
  margin-bottom: 20px;
}

.about_info_item h5 {
  color: var(--primary-orange);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}

.about_info_item p {
  color: var(--light-gray);
  margin: 0;
}

.about_values h5 {
  color: var(--primary-black);
  font-weight: 600;
  margin-bottom: 15px;
}

.about_values ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about_values ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: var(--light-gray);
}

.about_values ul li i {
  color: var(--primary-orange);
  font-size: 18px;
}

.about_company {
  padding: 20px;
  background: var(--white);
  border-radius: 12px;
  border-left: 4px solid var(--primary-orange);
}

.about_company p {
  margin: 0;
  color: var(--light-gray);
}

.about_company a {
  color: var(--primary-orange);
  font-weight: 600;
}

/*===========================
      06.AGENTS css 
===========================*/
.agents_area {
  position: relative;
  background: var(--bg-light);
  z-index: 5;
}

.agents_intro {
  color: var(--light-gray);
  font-size: 16px;
  line-height: 1.8;
}

.agents_content h5,
.agents_earn h5,
.agents_matter h5 {
  color: var(--primary-black);
  font-weight: 600;
  margin-bottom: 20px;
}

.agents_list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.agents_list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  color: var(--light-gray);
}

.agents_list li i {
  color: var(--primary-orange);
  font-size: 18px;
  margin-top: 3px;
}

.earn_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.earn_card {
  background: var(--white);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.earn_card:hover {
  border-color: var(--primary-orange);
  box-shadow: 0 10px 25px rgba(255, 153, 0, 0.1);
  transform: translateY(-3px);
}

.earn_card i {
  font-size: 28px;
  color: var(--primary-orange);
}

.earn_card span {
  color: var(--medium-gray);
  font-weight: 500;
  font-size: 14px;
}

.agents_matter {
  background: var(--white);
  padding: 25px;
  border-radius: 12px;
  border-left: 4px solid var(--primary-orange);
}

.agents_matter p {
  color: var(--light-gray);
  margin: 0;
}

/*===========================
      07.VIDEO css 
===========================*/
.video_area {
  position: relative;
  background: var(--white);
  z-index: 5;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border: 4px solid var(--primary-orange);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===========================
    08.TESTIMONIALS css 
===========================*/
.testimonials_area {
  position: relative;
  background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-orange-light) 100%);
  overflow: hidden;
  z-index: 5;
}

.testimonial-carousel-wrapper {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}

.testimonial-carousel {
  display: flex;
  gap: 25px;
  padding: 20px 50px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.testimonial-card {
  min-width: 380px;
  max-width: 380px;
  background: var(--white);
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 100px;
  font-family: Georgia, serif;
  color: rgba(255, 153, 0, 0.1);
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(255, 153, 0, 0.15);
  border-color: var(--primary-orange);
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-rating i {
  color: var(--primary-orange);
  font-size: 18px;
  margin-right: 3px;
}

.testimonial-text {
  color: var(--light-gray);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.author-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--primary-orange);
  padding: 2px;
  background: var(--white);
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.author-info h5 {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-black);
  margin: 0 0 4px 0;
}

.author-info span {
  font-size: 13px;
  color: var(--primary-orange);
  font-weight: 500;
}

/* Carousel Controls */
.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.carousel-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--primary-black);
  background: transparent;
  color: var(--primary-black);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn:hover {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
  color: var(--white);
  transform: scale(1.1);
}

.carousel-dots {
  display: flex;
  gap: 10px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lighter-gray);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background: var(--primary-orange);
  transform: scale(1.2);
}

/*===========================
    09.DOWNLOAD APP css 
===========================*/
.download_app_area {
  position: relative;
  z-index: 5;
}

.download_app_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download_app_image .image img {
    width: 480px;
  }
}

.download_app {
  background: var(--primary-black);
  padding: 115px 60px 120px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 8;
  margin-top: 111px;
}

@media (max-width: 767px) {
  .download_app {
    padding: 115px 30px 120px;
  }
}

.download_shape {
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.download_shape_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.21;
}

.download_app_content {
  max-width: 470px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download_app_content {
    max-width: 410px;
  }
}

.download_app_content .download_title {
  color: var(--white);
  font-size: 44px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download_app_content .download_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .download_app_content .download_title {
    font-size: 30px;
  }
}

.download_app_content p {
  color: var(--lighter-gray);
  margin-top: 15px;
}

.download_app_content ul {
  padding-top: 30px;
}

.download_app_content ul li {
  display: inline-block;
  margin-top: 10px;
}

.download_app_content ul li + li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .download_app_content ul li + li {
    margin-left: 0;
  }
}

.download_app_content ul li a {
  background-color: var(--primary-orange);
  padding: 8px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .download_app_content ul li a {
    padding: 4px 10px 3px;
  }
}

.download_app_content ul li a:hover {
  background-color: var(--primary-orange-dark);
  transform: translateY(-3px);
}

.download_app_content ul li a .icon i {
  font-size: 25px;
  color: var(--white);
}

@media (max-width: 767px) {
  .download_app_content ul li a .icon i {
    font-size: 18px;
  }
}

.download_app_content ul li a .content {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .download_app_content ul li a .content {
    padding-left: 10px;
  }
}

.download_app_content ul li a .content .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

@media (max-width: 767px) {
  .download_app_content ul li a .content .title {
    font-size: 16px;
  }
}

.download_app_content ul li a .content p {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

@media (max-width: 767px) {
  .download_app_content ul li a .content p {
    font-size: 11px;
  }
}

/*===========================
       10.FAQ css 
===========================*/
.faq_area {
    position: relative;
    background: var(--white);
    z-index: 10; /* Increased z-index to appear above footer */
    padding-bottom: 100px; /* Added space to prevent overlap */
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 5; /* Ensure content is above background */
}

.faq-item {
    background: var(--white);
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2; /* Ensure items are above background */
}

.faq-item:hover {
    border-color: var(--primary-orange);
    box-shadow: 0 5px 25px rgba(255, 153, 0, 0.1);
}

.faq-question {
    padding: 22px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--white);
    position: relative;
    z-index: 3; /* Ensure question is above background */
}

.faq-question span {
    font-weight: 600;
    color: var(--primary-black);
    flex: 1;
    padding-right: 15px;
}

.faq-question i {
    font-size: 18px;
    color: var(--primary-orange);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-item.active .faq-question {
    background: var(--bg-orange-light);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: var(--white);
    position: relative;
    z-index: 2; /* Ensure answer is above background */
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 25px 22px;
    color: var(--light-gray);
    line-height: 1.8;
    margin: 0;
}

.faq-answer a {
    color: var(--primary-orange);
    font-weight: 600;
}

/*===========================
      10b.CONTACT css 
===========================*/
.contact_area {
    position: relative;
    background: var(--white);
    z-index: 10; /* Keep above footer background graphics */
    padding-top: 80px;
    padding-bottom: 120px; /* Extra space so it does not visually merge with footer */
}

.contact_content .contact_title {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-black);
    margin-bottom: 15px;
}

.contact_content p {
    color: var(--light-gray);
    font-size: 16px;
    line-height: 1.7;
}

.contact_form_card {
    background: var(--white);
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.contact_form_card .form_group {
    position: relative;
    margin-bottom: 18px;
}

.contact_form_card .form_icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-orange);
    font-size: 18px;
    z-index: 2;
}

.contact_form_card input,
.contact_form_card textarea {
    width: 100%;
    padding: 12px 14px 12px 42px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 15px;
    color: var(--medium-gray);
    transition: all 0.3s ease;
}

.contact_form_card input::placeholder,
.contact_form_card textarea::placeholder {
    color: var(--lighter-gray);
}

.contact_form_card input:focus,
.contact_form_card textarea:focus {
    outline: none;
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.18);
}

.contact_form_card textarea {
    resize: vertical;
    min-height: 110px;
}

/*===========================
        11.FOOTER css 
===========================*/
.footer_area {
    position: relative;
    background: var(--primary-black);
    z-index: 1; /* Lower z-index to prevent overlap */
    padding-top: 100px;
}

.footer_area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1180px;
    background-image: url(../images/footer_shape.svg);
    background-position: top center;
    background-size: cover;
    z-index: -1; /* Keep behind footer content */
}

.footer_subscribe {
    background: rgba(0, 0, 0, 0.88);
    border-radius: 18px;
    padding: 40px 30px 45px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
}

.footer_subscribe .subscribe_title {
    font-size: 44px;
    font-weight: 700;
    color: var(--white);
}

@media (max-width: 767px) {
    .footer_subscribe .subscribe_title {
        font-size: 30px;
    }
}

.footer_subscribe p {
    color: #f9fafb;
    margin-top: 15px;
}

.subscribe_form {
    position: relative;
    margin-top: 35px;
}

.subscribe_form input {
    width: 100%;
    border: 0;
    color: black;
    padding: 0 30px;
    height: 60px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.subscribe_form input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--lighter-gray);
}

.subscribe_form input:-ms-input-placeholder {
    opacity: 1;
    color: var(--lighter-gray);
}

.subscribe_form input::-ms-input-placeholder {
    opacity: 1;
    color: var(--lighter-gray);
}

.subscribe_form input::placeholder {
    opacity: 1;
    color: var(--lighter-gray);
}

.subscribe_form input::-moz-placeholder {
    opacity: 1;
    color: var(--lighter-gray);
}

.subscribe_form input::-moz-placeholder {
    opacity: 1;
    color: var(--lighter-gray);
}

.subscribe_form input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--lighter-gray);
}

.subscribe_form .main-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 50px;
    height: 50px;
    background: var(--primary-orange);
}

.footer_social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer_social ul li a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 41px;
    border: 2px solid var(--white);
    border-radius: 50%;
    font-size: 18px;
    color: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_social ul li a:hover {
    background-color: var(--white);
    color: var(--primary-orange);
}

.footer_copyright p {
    color: white;
}

.footer_copyright p a {
    color:whitesmoke;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_copyright p a:hover {
    color: var(--primary-orange-light);
}

/* Enhanced Contact Form Styles */
.contact_header {
    text-align: center;
    margin-bottom: 30px;
}

.contact_header i {
    font-size: 48px;
    color: var(--primary-orange);
    margin-bottom: 15px;
    display: block;
}

.contact_header h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}

.contact_header p {
    color: whitesmoke;
    font-size: 16px;
    margin: 0;
}

.contact_form_container {
    background: #111111;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact_form_styled {
    position: relative;
}

.form_row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.form_row .form_group {
    flex: 1;
}

.form_group {
    position: relative;
    margin-bottom: 20px;
}

.form_group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-orange);
    font-size: 18px;
    z-index: 2;
}

.form_group input,
.form_group textarea {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.form_group input::placeholder,
.form_group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form_group input:focus,
.form_group textarea:focus {
    border-color: var(--primary-orange);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.1);
    outline: none;
}

.form_group textarea {
    resize: vertical;
    min-height: 100px;
}

.contact_submit_btn {
    width: 100%;
    padding: 15px 30px;
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-orange-dark) 100%);
    border: none;
    border-radius: 10px;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact_submit_btn:hover {
    background: linear-gradient(135deg, var(--primary-orange-dark) 0%, var(--primary-orange) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 153, 0, 0.3);
}

.contact_submit_btn i {
    font-size: 18px;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: var(--white);
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: var(--primary-orange);
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: var(--white);
  background-color: var(--primary-black);
}

/*===== RESPONSIVE =====*/
@media (max-width: 991px) {
    .roles_buttons {
        justify-content: center;
    }
    
    .highlight_content {
        flex-direction: column;
        text-align: center;
    }
    
    .highlight_content > i {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        min-width: 300px;
        max-width: 300px;
        padding: 25px 20px;
    }
    
    .testimonial-carousel {
        padding: 20px 30px;
    }
    
    .earn_cards {
        grid-template-columns: 1fr;
    }
    
    .role_btn {
        min-width: 120px;
        padding: 12px 15px;
    }
    
    .culture_title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        min-width: 280px;
        max-width: 280px;
    }
    
    .roles_buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .role_btn {
        flex-direction: row;
        justify-content: flex-start;
        gap: 15px;
        min-width: 100%;
    }
    
    .role_btn i {
        margin-bottom: 0;
    }
}

/*===== CONTACT AREA OVERRIDES (ensure inputs are visible) =====*/
.contact_area .contact_form_card .form_group input,
.contact_area .contact_form_card .form_group textarea {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: var(--medium-gray);
    padding: 12px 14px 12px 42px;
}

.contact_area .contact_form_card .form_group input::placeholder,
.contact_area .contact_form_card .form_group textarea::placeholder {
    color: var(--lighter-gray);
}

.contact_area .contact_form_card .form_group input:focus,
.contact_area .contact_form_card .form_group textarea:focus {
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.18);
    background: var(--white);
}

/*===== FOOTER CONTACT FORM OVERRIDES (ensure inputs are visible) =====*/
.footer_area .contact_form_container .form_group input,
.footer_area .contact_form_container .form_group textarea {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: var(--medium-gray);
}

.footer_area .contact_form_container .form_group input::placeholder,
.footer_area .contact_form_container .form_group textarea::placeholder {
    color: var(--lighter-gray);
}

.footer_area .contact_form_container .form_group input:focus,
.footer_area .contact_form_container .form_group textarea:focus {
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.25);
    background: #ffffff;
}