/*
Theme Name: The Car Superstore
Theme URI: https://thecarsuperstore.com/
Author: Ahmad Turki
Author URI: https://thecarsuperstore.com/
Description: The Car Superstore theme emphasizes modern design and flexibility, tailored for automotive businesses. Ideal for showcasing car inventories, services, and promotional landing pages, it offers full-site editing, custom patterns, and a mobile-friendly layout. This theme is optimized for performance, accessibility, and multilingual support.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thecarsuperstore
Tags: automotive, full-site-editing, custom-logo, custom-colors, block-patterns, rtl-language-support, translation-ready, featured-images, accessibility-ready, wide-blocks, sticky-post, threaded-comments
*/


* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Barlow", sans-serif;
  font-size: 14px; }
  
html, body {
overflow-x: hidden;
width: 100%;
}  

/* WebKit Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #000; /* Black track */
}

::-webkit-scrollbar-thumb {
    background: #cf1b24; /* Red thumb */
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff1a1a; /* Lighter red on hover */
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #cf1b24 #000; /* red thumb, black track */
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #191919;
  line-height: 1.3;
  font-weight: 500; }

p {
  color: #595959;
  font-size: 16px;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  /* color: #191919; */
  color: #a6a6a6;
  font-weight: 600;
  font-size: 14px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px; }

.height-500 {
  height: 500px; }

.height-600 {
  height: 600px; }

.height-700 {
  height: 700px; }

.height-800 {
  height: 800px; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .section-heading h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading p {
    font-size: 18px;
    font-weight: 500;
    color: #595959;
    margin-bottom: 0; }

/* :: 3.5.0 Preloader */
.preloader {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden; }
  .preloader .circle-preloader .dot {
    background: #cf1b24; }
    .preloader .circle-preloader .dot, .preloader .circle-preloader .dot:after {
      display: inline-block;
      width: 2em;
      height: 2em;
      border-radius: 50%;
      animation: a 1.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*1.5s) infinite; }
    .preloader .circle-preloader .dot:after {
      --o: 1;
      background: #ffffff;
      content: ""; }
@-webkit-keyframes a {
  0%,
            50% {
    transform: scale(0); } }
@keyframes a {
  0%,
            50% {
    transform: scale(0); } }
@-webkit-keyframes line {
  0% {
    left: -80px; }
  100% {
    left: 160px; } }
@keyframes line {
  0% {
    left: -80px; }
  100% {
    left: 160px; } }
/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(21, 4, 48, 0.89);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: #cf1b24;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #191919; }

/* :: 3.8.0 nikki Button */
.nikki-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 180px;
  height: 50px;
  color: #ffffff;
  background-color: #191919;
  border: 1px solid #ffffff;
  border-radius: 2px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 400; }
  .nikki-btn.active, .nikki-btn:hover, .nikki-btn:focus {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    background-color: #cf1b24;
    /* #d1bb95 */
    border-color: #cf1b24; }
  .nikki-btn.btn-sm {
    min-width: 80px;
    height: 30px;
    line-height: 28px; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: #000000;
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.15);
  height: 60px; }
  .header-area .search-form form {
    position: relative;
    z-index: 2;
    border-right: 1px solid #ebebeb;
    margin: 0 30px 0 100px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-area .search-form form {
        margin: 0 20px 0 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .search-form form {
        margin: 15px;
        border-right: none; } }
    @media only screen and (max-width: 767px) {
      .header-area .search-form form {
        margin: 15px;
        border-right: none; } }
    .header-area .search-form form input.form-control {
      width: 200px;
      height: 40px;
      border: none;
      background-color: #000000;
      font-size: 14px;
      font-style: italic;
      color: #ffffff;
      padding: 0;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .header-area .search-form form input.form-control::placeholder {
        color: #a6a6a6; }
      .header-area .search-form form input.form-control:focus {
        box-shadow: none; }
    .header-area .search-form form button {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      width: 40px;
      height: 40px;
      right: 25px;
      top: 0;
      z-index: 10;
      border: none;
      color: #a6a6a6;
      background-color: #000000; }
      .header-area .search-form form button:hover {
        color: #cf1b24;
        cursor: pointer; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .search-form form button {
          right: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-social-info {
      margin: 15px 5px 0; } }
  @media only screen and (max-width: 767px) {
    .header-area .top-social-info {
      margin: 15px 5px 0; } }
  .header-area .top-social-info a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px; }
    .header-area .top-social-info a:hover {
      color: #cf1b24; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-area .top-social-info a {
        padding: 0 5px; } }
  .header-area .nikki-main-menu {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms; }
    .header-area .nikki-main-menu .classy-navbar {
      padding: 0 2%;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      height: 60px; }
      .header-area .nikki-main-menu .classy-navbar .nav-brand {
        max-width: 300px; }
    .header-area .nikki-main-menu .classynav ul li a {
      padding: 0 15px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 13px; }
      .header-area .nikki-main-menu .classynav ul li a:hover, .header-area .nikki-main-menu .classynav ul li a:focus {
        color: #cf1b24; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .nikki-main-menu .classynav ul li a {
          padding: 0 10px; } }
    .header-area .nikki-main-menu .classynav ul li ul li a {
      padding: 0 20px;
      letter-spacing: 0; }
  .header-area .breakpoint-on .classynav {
    padding-top: 60px; }
  .header-area .is-sticky .nikki-main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }

/* :: 5.0 Hero Slides Area */
.hero-area,
.hero-post-slides {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 700px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area,
    .hero-post-slides {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .hero-area,
    .hero-post-slides {
      height: 900px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-area,
    .hero-post-slides {
      height: 750px; } }
  .hero-area .owl-nav,
  .hero-post-slides .owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0;
    z-index: 10;
    left: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-area .owl-nav,
      .hero-post-slides .owl-nav {
        left: 55%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-area .owl-nav,
      .hero-post-slides .owl-nav {
        left: 45%; } }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-nav,
      .hero-post-slides .owl-nav {
        left: 5%; } }
    .hero-area .owl-nav .owl-prev,
    .hero-area .owl-nav .owl-next,
    .hero-post-slides .owl-nav .owl-prev,
    .hero-post-slides .owl-nav .owl-next {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      max-width: 50px;
      width: 50px;
      height: 50px;
      margin-right: 10px;
      background-color: #ebebeb;
      line-height: 48px;
      text-align: center;
      font-size: 30px; }
      .hero-area .owl-nav .owl-prev:hover, .hero-area .owl-nav .owl-prev:focus,
      .hero-area .owl-nav .owl-next:hover,
      .hero-area .owl-nav .owl-next:focus,
      .hero-post-slides .owl-nav .owl-prev:hover,
      .hero-post-slides .owl-nav .owl-prev:focus,
      .hero-post-slides .owl-nav .owl-next:hover,
      .hero-post-slides .owl-nav .owl-next:focus {
        background-color: #cf1b24; }
      @media only screen and (max-width: 767px) {
        .hero-area .owl-nav .owl-prev,
        .hero-area .owl-nav .owl-next,
        .hero-post-slides .owl-nav .owl-prev,
        .hero-post-slides .owl-nav .owl-next {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
          flex: 0 0 40px;
          max-width: 40px;
          width: 40px;
          height: 40px;
          line-height: 40px; } }

.single-hero-post {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 700px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-post {
      height: 900px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-post {
      height: 750px; } }
  .single-hero-post .slide-post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
    height: 700px;
    -webkit-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-post .slide-post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-post .slide-post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%;
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .single-hero-post .slide-post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px !important; } }
  .single-hero-post .slide-post-content {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    padding: 30px 5%;
    height: 700px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-post .slide-post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-post .slide-post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%;
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .single-hero-post .slide-post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 650px !important; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single-hero-post .slide-post-content {
        height: 500px !important; } }
    .single-hero-post .slide-post-content .post-date {
      font-weight: 600;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #cf1b24; }
    .single-hero-post .slide-post-content .post-title h2 {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 42px;
      font-weight: 300;
      line-height: 1.15;
      margin-bottom: 20px; }
      .single-hero-post .slide-post-content .post-title h2:hover {
        color: #cf1b24; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-hero-post .slide-post-content .post-title h2 {
          font-size: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-post .slide-post-content .post-title h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .single-hero-post .slide-post-content .post-title h2 {
          font-size: 30px; } }
    .single-hero-post .slide-post-content .post-excerpt {
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        .single-hero-post .slide-post-content .post-excerpt {
          margin-bottom: 30px; } }
    .single-hero-post .slide-post-content .page-count {
      position: absolute;
      z-index: 30;
      bottom: 0;
      right: 10%;
      font-size: 30px;
      font-weight: 400;
      font-size: 30px; }
      .single-hero-post .slide-post-content .page-count span {
        font-size: 16px;
        color: #a6a6a6; }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* :: 6.0 About Us Area CSS */
.about-content {
  position: relative;
  z-index: 1;
  padding: 100px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #f2f4f5; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content {
      padding: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
      padding: 50px; } }
  @media only screen and (max-width: 767px) {
    .about-content {
      padding: 50px 30px; } }
  .about-content img {
    margin-bottom: 30px; }
  .about-content ul {
    position: relative;
    z-index: 1; }
    .about-content ul li {
      font-size: 16px;
      color: #595959;
      margin-bottom: 15px;
      display: block; }
      .about-content ul li i {
        position: relative;
        z-index: 1;
        top: -1px;
        font-size: 14px;
        color: #d1bb95;
        margin-right: 5px; }
  .about-content .about-text {
    padding: 0 10%; }

/* :: 7.0 Featured Post Sildes CSS */
.featured-post-area {
  position: relative;
  z-index: 2; }
  .featured-post-area .featured-post-content {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb; }
    .featured-post-area .featured-post-content .post-date {
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #cf1b24; }
    .featured-post-area .featured-post-content .post-title h2 {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 45px;
      font-weight: 300;
      line-height: 1.1;
      margin-bottom: 20px; }
      .featured-post-area .featured-post-content .post-title h2:hover {
        color: #cf1b24; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .featured-post-area .featured-post-content .post-title h2 {
          font-size: 36px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .featured-post-area .featured-post-content .post-title h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .featured-post-area .featured-post-content .post-title h2 {
          font-size: 30px; } }
    .featured-post-area .featured-post-content .post-excerpt {
      margin-bottom: 30px; }
  .featured-post-area .post-meta {
    position: relative;
    z-index: 1;
    margin-top: 15px; }
    .featured-post-area .post-meta .author-comments a {
      font-size: 14px;
      font-style: italic;
      display: inline-block;
      font-weight: 400; }
      .featured-post-area .post-meta .author-comments a span {
        color: #a6a6a6; }
      .featured-post-area .post-meta .author-comments a:first-child {
        margin-right: 40px; }
        @media only screen and (max-width: 767px) {
          .featured-post-area .post-meta .author-comments a:first-child {
            margin-right: 20px; } }
      .featured-post-area .post-meta .author-comments a:hover, .featured-post-area .post-meta .author-comments a:focus {
        color: #cf1b24; }
    .featured-post-area .post-meta .social-info a {
      display: inline-block;
      font-size: 14px;
      padding: 0 15px; }
      .featured-post-area .post-meta .social-info a:hover, .featured-post-area .post-meta .social-info a:focus {
        color: #cf1b24; }
      @media only screen and (max-width: 767px) {
        .featured-post-area .post-meta .social-info a {
          padding: 0 5px; } }

.post-sidebar-area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-sidebar-area {
      margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .post-sidebar-area {
      margin-top: 50px; } }

/* :: 8.0 Instagram Area CSS */
.single-instagram {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .single-instagram {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      width: 25%; } }
  .single-instagram::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .single-instagram img {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms; }
  .single-instagram a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 30;
    width: 100%;
    top: 50%;
    left: 0;
    font-size: 24px;
    color: #191919;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden; }
    .single-instagram a:hover {
      color: #cf1b24; }
    .single-instagram a i {
      margin-right: 5px; }
  .single-instagram:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .single-instagram:hover::after, .single-instagram:hover a {
    opacity: 1;
    visibility: visible; }

/* :: 9.0 Footer Area CSS */
.footer-area {
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #101010; }
  .footer-area .footer-social-info {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .footer-area .footer-social-info a {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 1px;
      color: #a6a6a6; }
      .footer-area .footer-social-info a span {
        margin-left: 10px; }
        @media only screen and (max-width: 767px) {
          .footer-area .footer-social-info a span {
            display: none; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-area .footer-social-info a span {
            display: none; } }
      .footer-area .footer-social-info a:hover, .footer-area .footer-social-info a:focus {
        color: #ffffff; }
  .footer-area .copywrite-text {
    position: relative;
    z-index: 1;
    padding: 15px 0;
    text-align: center; }
    .footer-area .copywrite-text p {
      font-size: 14px;
      color: #595959;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .footer-area .copywrite-text p {
          font-size: 12px; } }
      .footer-area .copywrite-text p a {
        font-size: 14px;
        color: #ffffff;
        font-weight: 400; }
        .footer-area .copywrite-text p a:hover, .footer-area .copywrite-text p a:focus {
          color: #cf1b24; }
        @media only screen and (max-width: 767px) {
          .footer-area .copywrite-text p a {
            font-size: 12px; } }

/* :: 10.0 Breadcumb Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-bottom: 60px; }
  .breadcrumb-area .breadcrumb {
    margin: 0;
    padding: 0;
    padding-top: 30px;
    background-color: transparent; }
    .breadcrumb-area .breadcrumb .breadcrumb-item {
      font-size: 16px;
      color: #a6a6a6; }
      .breadcrumb-area .breadcrumb .breadcrumb-item a {
        font-size: 16px;
        color: #191919; }
        .breadcrumb-area .breadcrumb .breadcrumb-item a i {
          color: #cf1b24; }
        .breadcrumb-area .breadcrumb .breadcrumb-item a:hover, .breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
          color: #cf1b24; }
    .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: #191919;
      content: "\f105";
      font-family: 'FontAwesome'; }

/* :: 11.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 1; }
  .single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
  .single-blog-post .post-content .post-date {
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #cf1b24;
    margin-bottom: 0; }
  .single-blog-post .post-content .post-title h4 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500; }
    .single-blog-post .post-content .post-title h4:hover {
      color: #cf1b24; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-blog-post .post-content .post-title h4 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .single-blog-post .post-content .post-title h4 {
        font-size: 20px; } }
  .single-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .single-blog-post .post-content .post-meta a {
      display: inline-block;
      font-size: 14px;
      color: #191919;
      margin-right: 15px; }
      .single-blog-post .post-content .post-meta a:first-child {
        font-style: italic; }
      .single-blog-post .post-content .post-meta a span,
      .single-blog-post .post-content .post-meta a i {
        color: #a6a6a6;
        margin-left: 3px; }
      .single-blog-post .post-content .post-meta a:hover {
        color: #cf1b24; }
  .single-blog-post .post-content .post-excerpt {
    font-size: 16px;
    color: #595959;
    margin-bottom: 0; }
  .single-blog-post .post-content .read-more-btn {
    display: block;
    margin-top: 20px;
    color: #a6a6a6;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase; }
    .single-blog-post .post-content .read-more-btn i {
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      color: #d1bb95; }
    .single-blog-post .post-content .read-more-btn:hover, .single-blog-post .post-content .read-more-btn:focus {
      color: #cf1b24; }
      .single-blog-post .post-content .read-more-btn:hover i, .single-blog-post .post-content .read-more-btn:focus i {
        margin-left: 5px; }

/* :: 12.0 Comment Area */
.comment_area {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  border-top: 1px solid #ebebeb; }
  .comment_area .headline {
    margin-bottom: 30px;
    text-transform: uppercase; }
  .comment_area .single_comment_area {
    position: relative;
    z-index: 1; }
    .comment_area .single_comment_area::after {
      position: absolute;
      width: 1px;
      height: 90%;
      background-color: #ebebeb;
      left: 100px;
      top: 0;
      z-index: 2;
      content: ''; }
      @media only screen and (max-width: 767px) {
        .comment_area .single_comment_area::after {
          display: none; } }
    .comment_area .single_comment_area .comment-wrapper {
      margin-bottom: 30px; }
      .comment_area .single_comment_area .comment-wrapper .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-right: 60px; }
        @media only screen and (max-width: 767px) {
          .comment_area .single_comment_area .comment-wrapper .comment-author {
            margin-right: 20px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
            flex: 0 0 40px;
            max-width: 40px;
            width: 40px;
            height: 40px; } }
        .comment_area .single_comment_area .comment-wrapper .comment-author img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .comment_area .single_comment_area .comment-wrapper .comment-content {
        -webkit-box-flex: 0;
        -ms-flex: 1;
        flex: 1; }
        .comment_area .single_comment_area .comment-wrapper .comment-content .comment-date {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #d1bb95; }
        .comment_area .single_comment_area .comment-wrapper .comment-content h5 {
          font-size: 18px;
          margin: 5px 0; }
          @media only screen and (max-width: 767px) {
            .comment_area .single_comment_area .comment-wrapper .comment-content h5 {
              font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .comment_area .single_comment_area .comment-wrapper .comment-content p {
            font-size: 14px;
            line-height: 1.5; } }
        .comment_area .single_comment_area .comment-wrapper .comment-content a {
          min-width: 80px;
          height: 30px;
          border: 1px solid #ebebeb;
          line-height: 28px;
          font-size: 12px;
          text-align: center;
          color: #191919;
          display: inline-block; }
          .comment_area .single_comment_area .comment-wrapper .comment-content a:hover {
            border-color: #191919;
            color: #ffffff;
            background-color: #191919; }
          @media only screen and (max-width: 767px) {
            .comment_area .single_comment_area .comment-wrapper .comment-content a {
              margin: 5px 0; } }

.single_comment_area ol li.single_comment_area {
  margin-left: 130px; }
  .single_comment_area ol li.single_comment_area::after {
    display: none; }
  @media only screen and (max-width: 767px) {
    .single_comment_area ol li.single_comment_area {
      margin-left: 40px; } }
  .single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
        margin-right: 15px; } }

/* :: 13.0 Leave A Reply Area CSS */
.leave-comment-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ebebeb;
  padding-top: 50px; }
  .leave-comment-area h4 {
    margin-bottom: 30px;
    text-transform: uppercase; }
  .leave-comment-area form .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #a6a6a6;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .leave-comment-area form .form-control:focus {
      box-shadow: none;
      border-color: #d1bb95; }
  .leave-comment-area form textarea.form-control {
    width: 100%;
    height: 120px; }

/* :: 14.0 Pager CSS */
.nikki-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .nikki-pager li a {
    width: 130px;
    height: 44px;
    border: 1px solid #ebebeb;
    display: inline-block;
    font-size: 13px;
    color: #a6a6a6;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 42px;
    text-align: center; }
    .nikki-pager li a:hover, .nikki-pager li a:focus {
      color: #191919; }

/* :: 15.0 Sidebar Area CSS */
.single-widget-area {
  position: relative;
  z-index: 1; }
  .single-widget-area .widget-title {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    text-align: center;
    background-color: #1a1a1a;
    height: 40px;
    border-radius: 2px; }
    .single-widget-area .widget-title h6 {
      position: relative;
      z-index: 5;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 0;
      line-height: 40px;
      padding: 0 15px;
      display: inline-block;
      color: #ffffff; }
  .single-widget-area .about-thumbnail {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    display: block; }
    .single-widget-area .about-thumbnail img {
      border-radius: 50%; }
  .single-widget-area .widget-content img {
    margin-top: 20px;
    margin-bottom: 15px; }
  .single-widget-area .widget-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #595959; }
  .single-widget-area .widget-social-info a {
    display: inline-block;
    padding: 0 10px; }
    .single-widget-area .widget-social-info a:hover, .single-widget-area .widget-social-info a:focus {
      color: #cf1b24; }
  .single-widget-area .single-latest-post {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .single-widget-area .single-latest-post:last-child {
      margin-bottom: 0; }
    .single-widget-area .single-latest-post .post-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
      width: 35%;
      margin-right: 30px; }
    .single-widget-area .single-latest-post .post-content .post-title {
      position: relative;
      top: -5px;
      z-index: 1;
      line-height: 1;
      display: block; }
      .single-widget-area .single-latest-post .post-content .post-title h6 {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 0; }
        .single-widget-area .single-latest-post .post-content .post-title h6:hover, .single-widget-area .single-latest-post .post-content .post-title h6:focus {
          color: #cf1b24; }
    .single-widget-area .single-latest-post .post-content .post-author {
      display: block;
      font-size: 14px;
      font-style: italic;
      font-weight: 400; }
      .single-widget-area .single-latest-post .post-content .post-author span {
        color: #a6a6a6; }
  .single-widget-area .newsletter-content {
    position: relative;
    z-index: 1; }
    .single-widget-area .newsletter-content p {
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 1.5; }
    .single-widget-area .newsletter-content form {
      position: relative;
      z-index: 2; }
      .single-widget-area .newsletter-content form input {
        background-color: #f2f4f5;
        padding: 0 20px;
        width: 100%;
        height: 50px;
        font-size: 14px;
        color: #a6a6a6;
        border: none;
        border-radius: 0; }
        .single-widget-area .newsletter-content form input:focus {
          box-shadow: none; }
      .single-widget-area .newsletter-content form button {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        z-index: 10;
        border: none;
        background-color: #cf1b24;
        cursor: pointer;
        color: #ffffff; }
        .single-widget-area .newsletter-content form button:hover {
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          background-color: #191919; }
  .single-widget-area .popular-tags li a {
    display: inline-block;
    margin: 4px;
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #191919; }
    .single-widget-area .popular-tags li a:hover, .single-widget-area .popular-tags li a:focus {
      color: #cf1b24; }
  .single-widget-area .nikki-catagories {
    position: relative;
    z-index: 1; }
    .single-widget-area .nikki-catagories li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 15px 0;
      font-size: 16px;
      line-height: 1;
      font-weight: 300; }
      .single-widget-area .nikki-catagories li a span {
        color: #191919;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        .single-widget-area .nikki-catagories li a span i {
          position: relative;
          top: -1px;
          font-size: 14px;
          margin-right: 8px; }
        .single-widget-area .nikki-catagories li a span:last-child {
          color: #a6a6a6;
          font-weight: 400; }
      .single-widget-area .nikki-catagories li a:hover span, .single-widget-area .nikki-catagories li a:focus span {
        color: #cf1b24; }
    .single-widget-area .nikki-catagories li:last-child a {
      border-bottom: none; }
  .single-widget-area .nikki-archives {
    position: relative;
    z-index: 1; }
    .single-widget-area .nikki-archives li a {
      display: block;
      padding: 15px 0;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      color: #595959;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-widget-area .nikki-archives li a i {
        position: relative;
        top: -3px;
        font-size: 8px;
        margin-right: 8px; }
      .single-widget-area .nikki-archives li a:hover, .single-widget-area .nikki-archives li a:focus {
        color: #cf1b24; }
    .single-widget-area .nikki-archives li:last-child a {
      border-bottom: none; }
  .single-widget-area .search-form {
    position: relative;
    z-index: 2; }
    .single-widget-area .search-form input {
      background-color: #f2f4f5;
      padding: 0 20px;
      width: 100%;
      height: 50px;
      font-size: 14px;
      color: #a6a6a6;
      border: none;
      border-radius: 0; }
      .single-widget-area .search-form input:focus {
        box-shadow: none; }
    .single-widget-area .search-form button {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      z-index: 10;
      border: none;
      background-color: #cf1b24;
      cursor: pointer;
      color: #ffffff; }
      .single-widget-area .search-form button:hover {
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        background-color: #191919; }

.single-post-details-area {
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #f2f4f5;
  background-color: #ffffff;
  padding: 80px 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-post-details-area {
      padding: 70px 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-post-details-area {
      padding: 50px; } }
  @media only screen and (max-width: 767px) {
    .single-post-details-area {
      padding: 50px 20px; } }
  .single-post-details-area .post-content .post-date {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #cf1b24; }
  .single-post-details-area .post-content .post-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 1.15;
    margin-bottom: 30px;
    font-size: 45px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-post-details-area .post-content .post-title {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-post-details-area .post-content .post-title {
        font-size: 24px; } }
  .single-post-details-area .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .single-post-details-area .post-content .post-meta a {
      display: inline-block;
      font-size: 14px;
      color: #191919;
      font-style: italic;
      font-weight: 400;
      padding: 0 20px; }
      .single-post-details-area .post-content .post-meta a span {
        color: #a6a6a6;
        margin-left: 3px; }
      .single-post-details-area .post-content .post-meta a:hover {
        color: #cf1b24; }
  .single-post-details-area .post-content .post-text {
    position: relative;
    z-index: 5;
    padding: 0 10%; }
    @media only screen and (max-width: 767px) {
      .single-post-details-area .post-content .post-text {
        padding: 0 15%; } }
    .single-post-details-area .post-content .post-text .post-share {
      position: absolute;
      width: auto;
      height: auto;
      top: 0;
      left: 0;
      z-index: 10; }
      @media only screen and (max-width: 767px) {
        .single-post-details-area .post-content .post-text .post-share {
          top: 10px; } }
      .single-post-details-area .post-content .post-text .post-share span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #191919;
        letter-spacing: 2px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 767px) {
          .single-post-details-area .post-content .post-text .post-share span {
            display: none; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .single-post-details-area .post-content .post-text .post-share span {
            display: block; } }
      .single-post-details-area .post-content .post-text .post-share a {
        display: block;
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #191919;
        text-align: center;
        line-height: 40px;
        font-size: 18px; }
        .single-post-details-area .post-content .post-text .post-share a.facebook {
          background-color: #4c65a8; }
        .single-post-details-area .post-content .post-text .post-share a.twitter {
          background-color: #41a1f6; }
        .single-post-details-area .post-content .post-text .post-share a.google-plus {
          background-color: #f43535; }
        .single-post-details-area .post-content .post-text .post-share a.instagram {
          background-color: #8f6247; }
        .single-post-details-area .post-content .post-text .post-share a.pin {
          background-color: #f0c605; }
        .single-post-details-area .post-content .post-text .post-share a:hover {
          background-color: #cf1b24; }
        @media only screen and (max-width: 767px) {
          .single-post-details-area .post-content .post-text .post-share a {
            width: 25px;
            height: 25px;
            line-height: 25px;
            font-size: 12px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .single-post-details-area .post-content .post-text .post-share a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 16px; } }

.post-tags-share {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .post-tags-share .popular-tags li a {
    display: inline-block;
    margin: 4px;
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    color: #191919;
    font-weight: 400; }
    .post-tags-share .popular-tags li a:hover, .post-tags-share .popular-tags li a:focus {
      color: #cf1b24; }

.related-posts {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ebebeb;
  padding-top: 50px; }
  .related-posts .headline {
    margin-bottom: 30px;
    text-transform: uppercase; }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area iframe {
    width: 100%;
    height: 530px;
    border: none;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .map-area iframe {
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .map-area iframe {
        height: 300px; } }

/* :: 16.0 Contact Area CSS */
.contact-content-area {
  position: relative;
  z-index: 50;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15); }

.contact-content {
  position: relative;
  z-index: 2; }
  .contact-content h4 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 45px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-content h4 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .contact-content h4 {
        font-size: 30px; } }
  .contact-content p {
    font-size: 20px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .contact-content p {
        font-size: 16px; } }
  .contact-content .single-contact-info {
    position: relative;
    margin-bottom: 40px; }
    .contact-content .single-contact-info:last-child {
      margin-bottom: 0; }
    .contact-content .single-contact-info h6 {
      font-size: 18px;
      color: #595959;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .contact-content .single-contact-info h6 {
          font-size: 16px; } }
    .contact-content .single-contact-info h4 {
      font-size: 24px;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-content .single-contact-info h4 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .contact-content .single-contact-info h4 {
          font-size: 16px; } }

/* :: 17.0 Typography CSS */
.nikki-list-area,
.type-face,
.nikki-image,
.nikki-blockquote {
  position: relative;
  z-index: 1; }

.nikki-list {
  position: relative;
  z-index: 1; }
  .nikki-list li {
    font-size: 16px;
    color: #595959;
    margin-bottom: 15px;
    display: block; }
    .nikki-list li:last-child {
      margin-bottom: 0; }

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 15px 0 0 0; }
  blockquote .blockquote-icon {
    position: relative;
    z-index: 1;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px; }
    @media only screen and (max-width: 767px) {
      blockquote .blockquote-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        max-width: 35px;
        width: 35px;
        margin-right: 0; } }
    blockquote .blockquote-icon img {
      width: 30px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        blockquote .blockquote-icon img {
          width: 25px; } }
  blockquote .blockquote-text h5 {
    font-weight: 400;
    line-height: 1.5; }
    blockquote .blockquote-text h5:first-child {
      font-style: italic; }
    @media only screen and (max-width: 767px) {
      blockquote .blockquote-text h5 {
        font-size: 16px; } }
  blockquote .blockquote-text h6 {
    position: relative;
    z-index: 1;
    margin-bottom: 0; }
    blockquote .blockquote-text h6 span {
      color: #d1bb95; }
    @media only screen and (max-width: 767px) {
      blockquote .blockquote-text h6 {
        font-size: 12px; } }
  blockquote.shortcodes {
    padding: 30px 50px;
    background-color: #f2f4f5; }
    @media only screen and (max-width: 767px) {
      blockquote.shortcodes {
        padding: 30px 15px; } }

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 50px;
  width: 100%;
  background-color: #ffffff;
  font-size: 14px;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 15px 30px;
  color: #a6a6a6;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    box-shadow: none;
    border-color: #cf1b24; }
.contact-form-area textarea.form-control {
  height: 120px; }

/* ======= The End ======= */

.post-title.home-page h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.post-title.home-page h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%; /* adjust the length of the border */
  border-bottom: 2px solid #cf1b24; /* color and thickness of the border */
}


/*///////////////////////////////*/

#notfound {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 20px;
  background: #f4f4f4;
}

.notfound {
  max-width: 600px;
  width: 100%;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.notfound-404 h1 {
  font-size: 120px;
  font-weight: bold;
  color: #cf1b24;
  margin-bottom: 10px;
}

.notfound h2 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
  margin-bottom: 25px;
}

.notfound-search {
  position: relative;
  margin: 30px 0;
}

.notfound-search input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid ;
  outline: none;
  transition: border-color 0.3s ease;
}

.notfound-search button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  padding: 0 16px;
  background-color: #000;
  border: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.notfound-search button:hover {
  background-color: #cf1b24 ;
}

.notfound a {
  display: inline-block;
  margin-top: 20px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.notfound a:hover {
  color: #cf1b24;
}

.notfound a .arrow {
  display: inline-block;
  margin-right: 5px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 4px;
  transform: rotate(135deg);
}



/* ------------------------ */
/* Manufacturer Slider */
/* ------------------------ */

.manufacturer-slider .container {
  position: relative;
  padding: 40px 0;
}

.manufacturer-slider .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.manufacturer-slider .owl-carousel .item img {
  max-width: 140px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.manufacturer-slider .owl-carousel .item img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

/* Navigation Arrows – Clean Red < > */
.manufacturer-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none; /* Allow hover outside button area */
}

.manufacturer-slider .owl-nav .owl-prev,
.manufacturer-slider .owl-nav .owl-next {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  padding: 0;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.manufacturer-slider .owl-nav .owl-prev::after {
  content: "<";
  font-size: 24px;
  font-weight: 500;
  color: white;
  display: block;
}

.manufacturer-slider .owl-nav .owl-next::after {
  content: ">";
  font-size: 24px;
  font-weight: 500;
  color: white;
  display: block;
}

/* Hover State – Red background, white arrows */
.manufacturer-slider .owl-nav .owl-prev:hover,
.manufacturer-slider .owl-nav .owl-next:hover {
  background-color: #cf1b24;
  border-color: white;
  transform: scale(1.1);
}

.manufacturer-slider .owl-nav .owl-prev:hover::after,
.manufacturer-slider .owl-nav .owl-next:hover::after {
  color: white;
}

/* Dots Styling */
.manufacturer-slider .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  flex-direction: row !important;
}

.manufacturer-slider .owl-dot {
  width: 20px;
  height: 2px;
  background-color: #cf1b24;
  border-radius: 0;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.manufacturer-slider .owl-dot.active {
  background-color: #000;
}

.manufacturer-slider .owl-nav.disabled {
  display: flex !important;
  opacity: 1 !important;
}

.manufacturer-slider .owl-nav.disabled .owl-prev,
.manufacturer-slider .owl-nav.disabled .owl-next {
  pointer-events: auto !important;
  opacity: 1 !important;
}

/* end manufacturer-slider */
.car-gallery-slider img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}


.carousel-item img {
    max-height: 450px;
    object-fit: cover;
    border-radius: 5px;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(0, 0, 0, 0.3);
    width: 5%;
    height: 30%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
}

/* Style for Car Tabs */
.nav-tabs .nav-link {
    position: relative;
    color: #333;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    color: #000;
}

.nav-tabs .nav-link.active {
    color: #dc3545;
    font-weight: bold;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #dc3545;
    border-radius: 2px;
}

.tab-content {
    border: none;
    box-shadow: 0 0.15rem 1.75rem rgba(0, 0, 0, 0.05);
}

.related-cars .card {
    transition: transform 0.2s ease-in-out;
}
.related-cars .card:hover {
    transform: translateY(-5px);
}

.related-cars .card-img-top {
    height: 180px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .related-cars .card {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}


/* LinkedIn button */
.post-share .linkedin {
    background-color: #0077B5 !important;
}

/* WhatsApp button */
.post-share .whatsapp {
    background-color: #25D366 !important;
}

.post-share .linkedin:hover, .post-share .whatsapp:hover {
    background-color: #dc3545 !important;
}


.sold-badge {
  display: inline-block;
  background-color: #dc3545; /* Bootstrap danger red */
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem; /* Around 14px */
  padding: 4px 10px;
  border-radius: 999px; /* pill shape */
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgb(255 20 20);
}

/* Luxury Hero Section with Video Background */
.luxury-hero-section {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-foreground iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 aspect ratio */
  transform: translate(-50%, -50%);
}

/* Overlay for better text readability */
.luxury-hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 42%));
  z-index: 2;
}

.hero-content-wrapper {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
  color: #ffffff;
}

.hero-content-wrapper h1 {
  font-size: 48px;
  line-height: 1.3;
  margin-top: 200px;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: whitesmoke;
}

.hero-content-wrapper .nikki-btn {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.hero-content-wrapper .nikki-btn:hover {
  background-color: #d6d6d6;
  border-color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-content-wrapper h1 {
    margin-top: 40px;
    font-size: 32px;
  }
  
  .luxury-hero-section {
    height: 50vh;
    min-height: 400px;
  }
}


/* Hidden by default */
.fade-card {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 2s ease-out;
}

/* Shown when scrolled into view */
.fade-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.textured-price {
    font-weight: bold;
    font-size: 3rem;
    position: relative;
    background-image: url('http://localhost/thecarsuperstore/wp-content/themes/thecarsuperstore/assets/img/hero/The-car-superstore-dealership-in-Dubai-UAE-favicon-2.png');
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1;
}


.carousel-control-prev, .carousel-control-next {
    background-color: rgb(0 0 0 / 0%);
}


/* Modern Car Card */
.modern-car-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.modern-car-card.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Header */
.card-header.bg-gradient {
    background: linear-gradient(to right, #000000, #2c2c2c);
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}

/* Specification Title */
.spec-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
}

/* Spec Items */
.list-group-item {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}

.list-group-item:last-child {
    border-bottom: none;
}

.list-group-item i.bi {
    width: 20px;
    height: 20px;
    font-size: 1.1rem;
    color: #000000;
}

/* WhatsApp Button */
.card-footer :hover {
    background-color: #000000;
    color: #27ae60 !important;
    text-decoration: none;
}


#img-bac{
    min-height: 300px;
    padding: 60px 30px 30px 30px;
    background-image: url('http://localhost/thecarsuperstore/wp-content/themes/thecarsuperstore/assets/img/core-img/The-car-superstore-dealership-in-Dubai-UAE-favicon-2.png'); /* Replace with actual image URL */
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 250px; /* Adjust size as needed */
    background-color: #fff;
    overflow: hidden;
}


/* Custom CSS for TCS Logo */
.tcs-logo {
    max-width: 100px; /* Adjust size as needed */
    height: auto;
    margin: 0 auto; /* Center the logo */
}

/* Optional: Add spacing between logo and price header */
.card-header + .card-header {
    margin-top: 1rem;
}


.car-features {
    list-style: disc inside;
    padding-left: 1em;
}
.car-features li {
    margin-bottom: 0.4em;
}

.custom-red {
    color: #cf1b24 !important;
}

/* .testimonial-section {*/
/*  border-top: 1px solid rgba(0, 0, 0, 0.08);*/
/*}*/

 .testimonial-section .testimonial-intro h3 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

 .testimonial-section .testimonial-intro p {
  margin-bottom: 1.5rem;
}

.testimonial-section .swiper-nav-buttons {
  display: flex;
  gap: 10px;
  justify-content: center; /* Add this to center the buttons */
}

.testimonial-section .swiper-nav-buttons button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-section .swiper-nav-buttons button:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.testimonial-section .swiper-nav-buttons button i {
  font-size: 1.25rem;
}

.testimonial-section .testimonial-slider {
  overflow: hidden;
}

.testimonial-section .testimonial-slider .swiper-wrapper {
  height: auto !important;
}

.testimonial-section .testimonial-item {
  background-color: var(--surface-color);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.testimonial-section .testimonial-item .rating {
  color: #ffc107;
  font-size: 1rem;
}

.testimonial-section .testimonial-item p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.testimonial-section .testimonial-item .client-info .client-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.testimonial-section .testimonial-item .client-info h6 {
  font-weight: 600;
}

.testimonial-section .testimonial-item .client-info span {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonial-intro .highlight, .highlight  {
  color: #cf1b24;
  position: relative;
  display: inline-block;
}

.testimonial-intro .highlight::after, .highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(207, 27, 36, 0.15);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, rgba(0, 123, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero .title {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #191919;
  letter-spacing: -1px;
}

.hero .title .highlight {
  color: #cf1b24;
  position: relative;
}

.hero .title .highlight::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(207, 27, 36, 0.15);
  z-index: -1;
}

@media (max-width: 991px) {
  .hero .title {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .hero .title {
    font-size: 2.5rem;
  }
}

/* Image wrapper */
.image-wrapper {
  border-radius: 20px;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  transition: transform 0.5s ease;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.image-wrapper:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.floating-element {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  animation: float 6s ease-in-out infinite;
}

.top-left {
  top: -20px;
  left: -20px;
  animation-delay: 0.5s;
}

.bottom-right {
  bottom: -20px;
  right: -20px;
  animation-delay: 1.5s;
}

.experience-badge {
  bottom: 30px;
  left: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.client-counter {
  top: 30px;
  right: -30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  min-width: 140px;
}

.client-counter .counter-number span,
.experience-badge .years {
  color: #cf1b24;
  font-size: 2.2rem;
  font-weight: 700;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}


/*.carousel-control-next-icon, .carousel-control-prev-icon {*/
/*    background-color: rgba(80, 80, 80, .6);*/

/*}*/


/* Floating Widgets */
.floating-widgets {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

/* Individual Widget */
.floating-widget {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(80px);
    opacity: 0;
    visibility: hidden;
}

.floating-widget.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.floating-widget:hover {
    transform: translateX(0) scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.widget-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    border-radius: 50%;
    flex-shrink: 0;
}

.widget-label {
    padding: 0 20px 0 15px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* WhatsApp Widget */
.whatsapp-widget .widget-icon {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.whatsapp-widget {
    background: #25D366;
    animation-delay: 0.1s;
}

/* Call Widget */
.call-widget .widget-icon {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.call-widget {
    background: #007bff;
    animation-delay: 0.2s;
}

/* Directions Widget */
.directions-widget .widget-icon {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.directions-widget {
    background: #28a745;
    animation-delay: 0.3s;
}

/* Toggle Button */
.widgets-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #333, #555);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.widgets-toggle:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #444, #666);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.widgets-toggle.active {
    transform: rotate(45deg);
    background: linear-gradient(135deg, #ff4444, #cf1b24);
}

/* Animation for widgets */
@keyframes slideInFromRight {
    from {
        transform: translateX(80px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.floating-widget.active {
    animation: slideInFromRight 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .floating-widgets {
        bottom: 80px;
        right: 15px;
    }
    
    .widget-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .widget-label {
        font-size: 14px;
        padding: 0 15px 0 10px;
    }
    
    .widgets-toggle {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    /* Stack widgets vertically on very small screens */
    @media (max-width: 480px) {
        .floating-widgets {
            bottom: 70px;
            right: 10px;
        }
        
        .floating-widget {
            width: auto;
        }
    }
}

/* Hide labels on very small screens for cleaner look */
@media (max-width: 360px) {
    .widget-label {
        display: none;
    }
    
    .floating-widget {
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }
    
    .floating-widget .widget-icon {
        width: 100%;
        height: 100%;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .widgets-toggle {
        background: linear-gradient(135deg, #444, #666);
    }
    
    .widgets-toggle:hover {
        background: linear-gradient(135deg, #555, #777);
    }
}

/* Accessibility - focus styles */
.floating-widget:focus,
.widgets-toggle:focus {
    outline: 3px solid #4D90FE;
    outline-offset: 2px;
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cf1b24'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cf1b24'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}