/* ===================================================================================

* Theme Name: Artima Child
*Theme URI: https://wp.rrdevs.net/artima/
* Author: RRdevs
* Author URI: https://themeforest.net/user/rrdevs
Description: Artima – Modern Architecture & Interior WordPress Theme
* Version: 1.0.0
* Template: artima
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.main-menu-3 ul li > a {
    padding: 16px 0;
}
.header__logo a img {
    border-radius: 10px;
}

.main-menu ul li.active > a, .main-menu ul li .submenu li.active > a {
    color: #387b1a !important;
}
.main-menu nav ul li a:hover, .main-menu ul li:hover > a::after, .main-menu ul li .submenu li:hover > a, .main-menu ul li .submenu li a::before, .main-menu ul li:hover > a {
    color: #387b1a !important;
}


/* ===== Cash For Vehicles Quote Form ===== */
/*.cfv-quote-form {*/
/*  background: #ffffff;*/
/*  padding: 30px;*/
/*  border-radius: 6px;*/
/*  max-width: 420px;*/
/*  box-shadow: 0 10px 25px rgba(0,0,0,0.1);*/
/*}*/
.cfv-quote-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 6px;
  width: 100%;
  max-width: 420px; /* mobile default */
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.cfv-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0a2c4a;
}

.cfv-line {
  display: block;
  width: 140px;
  height: 3px;
  background: #4a8f00;
  margin-bottom: 20px;
}

.cfv-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.cfv-row.full {
  flex-direction: column;
}

.cfv-col {
  flex: 1;
}

.cfv-col label,
.cfv-row.full label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* Inputs */
.cfv-quote-form input,
.cfv-quote-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
}

.cfv-quote-form textarea {
  min-height: 68px;
  resize: vertical;
}

/* Submit */
.cfv-submit {
  margin-top: 15px;
}

.cfv-submit input[type="submit"] {
  background: #4a8f00;
  color: #fff;
  border: none;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.cfv-submit input[type="submit"]:hover {
  background: #3b7300;
}

/* Mobile */
@media (max-width: 600px) {
  .cfv-row {
    flex-direction: column;
  }
}
/* Tablets */
@media (min-width: 600px) {
  .cfv-quote-form {
    max-width: 520px;
  }
}

/* Laptops */
@media (min-width: 992px) {
  .cfv-quote-form {
    max-width: 600px;
  }
}

/* Large desktops */
@media (min-width: 1400px) {
  .cfv-quote-form {
    max-width: 680px;
  }
}



/* Section title with left & right lines */
.cfv-section-title {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-weight: 700;
  color: #0a2c4a;
}

/* Left line */
.cfv-section-title::before,
.cfv-section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 2px;
  background: #d9d9d9;
}

/* Left */
.cfv-section-title::before {
  left: -80px;
}

/* Right */
.cfv-section-title::after {
  right: -80px;
}

/* Responsive */
@media (max-width: 768px) {
  .cfv-section-title::before,
  .cfv-section-title::after {
    width: 30px;
  }

  .cfv-section-title::before {
    left: -45px;
  }

  .cfv-section-title::after {
    right: -45px;
  }
}










/* BUY CARD */
.cfv-buy-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.3s ease;
}

/* Hover effect */
.cfv-buy-card:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

/* Image */
.cfv-buy-image img {
  border-radius: 8px;
  width: 100%;
}

/* Bottom row layout */
.cfv-buy-card .e-con-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px 0;
}

/* Title */
.cfv-buy-title {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

/* Arrow */
.cfv-buy-arrow {
  color: #4a8f00;
  font-size: 18px;
}

/* Hover arrow animation */
.cfv-buy-card:hover .cfv-buy-arrow {
  transform: translateX(5px);
  transition: 0.3s;
}





.footer-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #e5e7eb; /* soft white for dark footer */
}

.footer-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5cb85c; /* modern green tick */
  font-weight: 700;
  font-size: 16px;
}


.footer-checklist li:hover {
  color: #ffffff;
}

.footer-checklist li:hover::before {
  color: #7dd87d;
}



@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__main {
        padding: 0px 0!important;
    }
    .header__logo {
     margin: 0px 0!important; 
}
    .header-3 .header__logo img {
        max-width: 190px;
    }
}


p{
    color: #333333;
}

