/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Tablet & Mobile */



@media (max-width: 1200px) {
  .content {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .content {
    flex-direction: column;
    height: auto !important;
    padding: 30px 20px !important;
    text-align: center;
  }

  .content h1 {
    font-size: 24px !important;
    margin-left: 0 !important;
    text-align: center;
  }

  .content div[style*="width:650px"] {
    width: 100% !important;
    font-size: 16px !important;
    padding-left: 0 !important;
  }

  .content img {
    height: auto !important;
    max-width: 100%;
    margin-top: 20px;
  }

  .content div[style*="display:flex"] {
    justify-content: center;
    margin-left: 0 !important;
    flex-wrap: wrap;
  }
}

.form-card {
  background: #fff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.form-card h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-card p {
  color: #6c757d;
  margin-bottom: 30px;
}

.form-card input,
.form-card textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 18px;
}

.row-inputs {
  display: flex;
  gap: 16px;
}

.form-card button {
  width: 100%;
  background: #9e0c12;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 6px;
}

@keyframes marqueeMove {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

/* Roboto Font - Variable Font with all weights */
@font-face {
  font-family: "Roboto";
  src: url(../../Font/Roboto-VariableFont_wdth,wght.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../../Font/Roboto-Italic-VariableFont_wdth,wght.ttf) format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inkfree;
  src: url(../../Inkfree.ttf);
}

body {
  font:
    400 16px/1.5 "Roboto",
    sans-serif;
  color: #585a61;
}

a:hover {
  color: #7b94c9;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font:
    600 inherit/1.2 "Roboto",
    sans-serif;
}

/*----------------------------------------------------------
/*---------------------------------------------------------- */
.featuring {
  position: fixed;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 60px;
  padding-top: 40px;
  padding-left: 80px;
  transition: 0.2s;
  z-index: 1;
  width: fit-content;
  /*  margin-top: -550px;
  margin-bottom: 400px; */
}

@media screen and (max-width: 1200px) {
  .featuring {
    width: 100%;
    background-color: white;
  }
}

.aio {
  font-size: 70px;
  color: #9e0c12;
  font-family: Aubrey;
  font-weight: 600;
  padding-left: 0px;
  margin-top: -20px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.io {
  color: dimgrey;
  font-size: 64px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.aio_des {
  font:
    400 16px/1.5 "Roboto",
    sans-serif;
  text-align: center;
}

.presenting {
  margin-top: 70px;
}

/*  margin-top: -60px;
 margin-left: -60px; *
 color: grey;
}
 */
#features {
  padding-top: 60px;
}

#top_img {
  position: relative;
  right: -30px;
}

@media screen and (max-width: 600px) {
  #top_img {
    right: 0px;
  }

  .presenting {
    margin-top: 20px;
  }
}

.arc_inline {
  font-family: Aubrey;
  color: #9e0c12;
  font-size: 40px;
  font-weight: 400;
}

.arc_rc {
  color: #666666;
}

.btn-build {
  background: white;
  /*border: 2px solid #333333;*/
  border: 1.5px solid #333333;
  color: #333333;
  padding: 4px 25px 3px 25px;
  border-radius: 4px;
}

.btn-build:hover {
  background: #dedede;
}

/* d46973   0 0 3px #666666
1px 3px 5px 1px rgb(230, 230, 230)
0 2px 2px 0 rgba(194, 51, 33, 0.23), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(194, 51, 33, 0.2)

*/
#doit {
  box-shadow: 1px 3px 5px 1px rgb(230, 230, 230);
  background-color: white;
  border-radius: 4px;
  padding: 60px 20px;
}

#features {
  padding-bottom: 40px;
}

.list_label {
  color: #9e0c12;
  font-size: 20px;
}

/* Removed empty #evaluate ruleset */

.film_image_div {
  width: 100%;
  position: absolute;
  left: 290px;
  z-index: 0;
  top: 80px;
  opacity: 0.03;
  zoom: 2.7;
  -ms-zoom: 2.7;
  -o-transform: scale(2.7);
  transform: scale(2.7);
  -moz-transform: scale(2.7);
  -webkit-transform: scale(2.7);
}

.film_image_div img {
  height: 250px;
  width: auto;
}

.main_header {
  margin-top: 40px;
  margin-bottom: 80px;
}

.presenting1 {
  font:
    400 35px/1.2 "Roboto",
    sans-serif;
  margin-bottom: 10px;
}

.presenting1 strong {
  color: #9e0c12;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #9e0c12;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #748ec6;
  transition: background 0.2s ease-in-out;
}

#main {
  margin-top: 75px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.95);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #9e0c12;
  text-decoration: none;
}

#header .logo img {
  padding: 6px 0;
  margin: 0;
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin-left: 5px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #8a8a8a;
  padding: 6px 15px;
  transition: 0.3s;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

/* old active menu item
.nav-menu .active > a {
 background: #9e0c12;
 color: #fff;
 border-radius: 5px;
 padding: 6px 25px;
}
 */
.nav-menu .active>a {
  font-weight: 600;
  color: #9e0c12;
  box-shadow: none !important;
}

.nav-menu .current>a {
  background: #9e0c12;
  color: #fff;
  border-radius: 5px;
  padding: 6px 25px;
}

.nav-menu a:hover,
.nav-menu li:hover a {
  color: #9e0c12;
  box-shadow: none !important;
}

/* old active menu item
.nav-menu .active > a:hover{
 box-shadow: none;
 color: #fff;
}
 */
.nav-menu .active>a:hover {
  color: #9e0c12;
  box-shadow: none !important;
}

.nav-menu .get-started a {
  /*margin-left: 700px;*/
  background: white;
  border: 1px solid dimgrey;
  color: dimgrey;
  border-radius: 4px;
}

.nav-menu .get-started a:hover {
  background: dimgrey;
  color: #fff;
  box-shadow: none;
}

.nav-menu .book_demo a {
  font-weight: 600;
  background: #9e0c12;
  border: 1px solid #9e0c12;
  color: white;
  border-radius: 4px;
}

.nav-menu .book_demo a:hover {
  background: dimgrey;
  color: #fff;
  box-shadow: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #233355;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #9e0c12;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #9e0c12;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  /*left: 15px; */
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  min-width: 50%;
  width: fit-content;
  max-width: 100%;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: dimgrey;
  padding: 10px 20px;
  outline: none;
}

/* Removed empty .mobile-nav li ruleset */

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #9e0c12;
  text-decoration: none;
  font-weight: 600;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(85, 35, 35, 0.7);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9d9d9d !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9d9d9d !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9d9d9d !important;
}

/* ------------------------------------------------------------
DATE PICKER
 -------------------------------------------------------------*/
.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.datepicker {
  border-radius: 0;
  padding: 0;
  margin-top: 60px;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
  padding: 10px;
  display: block;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #9e0c12;
  color: #ffffff;
  border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n + 0) td,
.datepicker-days table thead tr:nth-child(2n + 0) th {
  border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n + 0) {
  font-weight: 300 !important;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px 8px;
}

.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
  border-radius: 0;
}

.datepicker td,
.datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #9e0c12;
  color: #ffffff;
  border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker .prev,
.datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}

.datepicker .prev:hover,
.datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
}

.datepicker .datepicker-switch {
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.datepicker table tr td span {
  border-radius: 2px;
}

.datepicker table tr td.active.active {
  background-color: #9e0c12 !important;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #9e0c12 !important;
  background-image: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 190px 0 120px 0;
  margin-bottom: -75px;
}

#hero::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: whitesmoke;
  transform: skewY(135deg);
}

#hero h1 {
  font:
    500 68px/1.1 "Roboto",
    sans-serif;
  letter-spacing: -1.5px;
}

.hero-text-red {
  color: #9e0c12;
  font-weight: 800;
}

.hero-text-dark {
  color: #000;
  font-weight: 800;
}

.hero-text-gray {
  color: #666;
  font-weight: 400;
}

#hero h2 {
  color: dimgrey;
  margin-bottom: 50px;
  font:
    400 20px/1.5 "Roboto",
    sans-serif;
}

#hero h6 {
  color: #919191;
  padding-top: 15px;
}

.hero-cta-primary {
  background-color: #9e0c12;
  color: white !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 30px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #9e0c12;
  transition: background-color 0.3s ease;
}

.hero-cta-primary:hover {
  background-color: #7a0a0e;
  border-color: #7a0a0e;
  color: white;
  text-decoration: none;
}

.hero-cta-secondary {
  color: #9e0c12;
  border: 2px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 30px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  transition: all 0.3s ease;
}

.hero-cta-secondary:hover {
  border-color: #9e0c12;
  color: #9e0c12;
  background-color: white;
  text-decoration: none;
}

.download-btn {
  font:
    400 15px/1.5 "Roboto",
    sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #9e0c12;
  position: relative;
}

.download-btn:hover {
  background: #bf686f;
}

.download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

.download-btn+.download-btn {
  margin-left: 20px;
}

#hero .hero-img {
  position: relative;
  z-index: 1;
}

#hero .hero-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  background: radial-gradient(ellipse at center, rgb(202 89 46 / 9%), #dc354500 87%);
  filter: blur(25px);
  z-index: -1;
  pointer-events: none;
}

#hero .hero-img::after {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  background: radial-gradient(ellipse at center, rgb(158 12 18 / 23%), transparent 165%);
  filter: blur(104px);
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  .download-btn+.download-btn {
    margin: 0 10px;
  }

  #hero .hero-img {
    text-align: center;
  }

  /* Removed empty #hero .hero-img img ruleset */
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

.bgg-red,
.bgg-red.disabled {
  color: white;
  background: #9e1d20;
  border: 1px solid #9e1d20;
  -webkit-box-shadow:
    0 2px 2px 0 rgba(194, 51, 33, 0.23),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(194, 51, 33, 0.2);
  box-shadow:
    0 2px 2px 0 rgba(194, 51, 33, 0.23),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(194, 51, 33, 0.2);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.bgg-red.disabled:hover,
.bgg-red:hover {
  color: white;
  background: #76191e;
  border: 1px solid #76191e;
  -webkit-box-shadow:
    0 14px 26px -12px rgba(194, 51, 33, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(194, 51, 33, 0.2);
  box-shadow:
    0 14px 26px -12px rgba(194, 51, 33, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(194, 51, 33, 0.2);
}

.bgg-red.active,
.bgg-red.disabled.active,
.bgg-red.disabled:focus,
.bgg-red:focus {
  color: white;
  background: #76191e;
  -webkit-box-shadow:
    0 14px 26px -12px rgba(194, 51, 33, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(194, 51, 33, 0.2);
  box-shadow:
    0 14px 26px -12px rgba(194, 51, 33, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(194, 51, 33, 0.2);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: whitesmoke;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font:
    800 32px/1.2 "Roboto",
    sans-serif;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5d5d5d;
}

.section-title {
  margin-bottom: 0;
  color: #5c626f;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f8fb;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
  height: 80px;
}

.features .content .icon-box:hover h4 {
  font-size: 21px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.features .content .icon-box h4 {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box:hover i {
  font-size: 49px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  font-weight: 100;
  color: #9e0c12;
  text-shadow: 0 0 3px #d46973;
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }

  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
/*
#doit::before {
 background: #e6e6e6;
 bottom: 100%;
 content: '';
 display: block;
 height: 100%;
 position: absolute;
 right: 0;
 transform-origin: 100% 100%;
 transform: rotate(-15deg);
 width: 150%;
}

 */
#details {
  position: relative;
}

.details .content+.content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #9e0c12;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
  font-size: 16px;
}

.details .content ul span {
  position: relative;
  top: -4px;
}

.details .content ul i {
  padding-top: 4px;
  font-size: 30px;
  padding-right: 4px;
  color: #9e0c12;
  text-shadow: 0 0 3px #d46973;
}

.details .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .owl-nav,
.gallery .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.gallery .owl-item {
  transition: 0.3s ease-in-out;
}

.gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: whitesmoke !important;
}

.gallery .owl-dot.active {
  background-color: #9e0c12 !important;
}

.gallery .gallery-carousel {
  padding-top: 30px;
}

.gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

@media (min-width: 992px) {
  .gallery .gallery-carousel .center {
    border: 6px solid #9e0c12;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e8ecf5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #9e0c12 !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #9e0c12;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #9e0c12;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #9e0c12;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #9e0c12;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
  background: #9e0c12;
}

.pricing .featured .get-started-btn:hover {
  background: #748ec6;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .accordion-list {
  padding: 0 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li+li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #b1c0df;
}

.faq .accordion-list .icon-show,
.faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #9e0c12;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: dimgrey;
  text-align: center;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 48px;
  color: #aa4957;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  font-size: 15px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #8a8c95;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #9e0c12;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #fff;
  border: 2px solid #9e0c12;
  padding: 10px 24px;
  color: #9e0c12;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #9e0c12;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #9e0c12;
  font-size: 14px;
  background: whitesmoke;
  font-family: "Roboto", sans-serif;
}

#footer p {
  color: dimgrey;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: whitesmoke;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: dimgrey;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #9e0c12;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #415f9d;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: dimgrey;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #8a8c95;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: dimgrey;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9fb2d8;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #8a8c95;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: dimgrey;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #9e0c12;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #27282c;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: dimgrey;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: dimgrey;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}

/* =========================================================================
  RESPONSIVE DESIGN ADAPTATIONS (2025)
  ========================================================================= */

@media (max-width: 991px) {

  /* -----------------------------------------------------------
   1. HEADER ADAPTATIONS
   ----------------------------------------------------------- */
  /* Hide the "Sign In" and "Book a Demo" buttons in the header container
   using the specific class added to the container. */
  #header .header-actions {
    display: none !important;
  }

  /* Also hide on desktop navigation breakpoint */
  .d-lg-none.mobile-nav-toggle {
    display: block !important;
  }

  /* -----------------------------------------------------------
   2. HERO SECTION ADAPTATIONS
   ----------------------------------------------------------- */
  /* Adjust hero padding and height to fit mobile screens better */
  #hero {
    padding-top: 110px !important;
    padding-bottom: 60px !important;
    min-height: auto !important;
    height: auto !important;
  }

  /* Text Styling as per Figma reference (Large, Stacked) */
  #hero .presenting1 {
    font-size: 42px !important;
    line-height: 1.15 !important;
    margin-bottom: 25px;
  }

  /* Stack the "Production", "Tracking", "Simplified" text blocks */
  #hero .presenting1 strong,
  #hero .presenting1 span {
    display: block;
    width: 100%;
  }

  /* Hero Sub-headline adjustments */
  #hero .presenting2 {
    font-size: 18px !important;
    padding: 0 10px;
    line-height: 1.6 !important;
    margin-top: 20px;
  }

  /* Organize Hero Buttons */
  #hero .main_header>div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px !important;
  }

  /* -----------------------------------------------------------
   3. COMPONENT ADJUSTMENTS
   ----------------------------------------------------------- */
  /* Resize marquee images to be responsive */
  marquee img {
    height: 100px !important;
    width: auto !important;
    margin-right: 15px !important;
  }
}

@media (max-width: 768px) {

  /* -----------------------------------------------------------
   LAYOUT ADJUSTMENTS
   ----------------------------------------------------------- */
  /* Stack content in Details sections and center align */
  .details .row {
    flex-direction: column;
    text-align: center;
  }

  .details .col-lg-6 {
    margin-bottom: 30px;
  }

  /* Center align content explicitly */
  .details h2,
  .details h3,
  .details p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  /* Hero Image Sizing */
  #hero .hero-img img {
    width: 1000px !important;
    height: 604px !important;
    max-width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 480px) {

  /* -----------------------------------------------------------
   MOBILE SPECIFIC
   ----------------------------------------------------------- */
  #hero .presenting1 {
    font-size: 36px !important;
  }

  #hero a {
    /* Ensure buttons don't overflow on really small screens */
    font-size: 15px !important;
    padding: 0 10px !important;
  }
}

.contact-info a {
  color: #000 !important;
  text-decoration: none !important;
  transition: 0.3s;
}

.contact-info a:hover {
  color: #9e0c12;
}
