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

* 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: #297ecf !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: #297ecf !important;
}

/* Quote Form Container */
.quote-form {
  background: #2f5f86ab;
  padding: 30px 30px 4px 30px!important;
  border-radius: 6px;
  max-width: 420px;

}

/* Heading */
.quote-form h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px!important;
  text-align: left!important;
}

/* Form Group */
.quote-form .form-group {
  margin-bottom: 10px;
}

/* Inputs & Textarea */
.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"],
.quote-form textarea {
  width: 100%;
   height: 38px;
  padding: 8px 12px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  outline: none;
}

/* Textarea */
.quote-form textarea {
  min-height: 60px;
  height: 60px;
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 4px;
  resize: none;
  background: #fff;
}
.quote-form textarea::placeholder,
.quote-form input::placeholder {
  color: #777;
}


/* Submit Button */
.quote-form input[type="submit"] {
  width: 100%;
  background: #ff1a0a;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s ease;
}

/* Hover */
.quote-form input[type="submit"]:hover {
  background: #000;
}

/* CF7 Validation */
.quote-form .wpcf7-not-valid-tip {
  color: #ffdede;
  font-size: 12px;
}

.quote-form .wpcf7-response-output {
  margin-top: 15px;
  color: #fff;
  border-color: #fff;
}




/* 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;
}

    .header__logo {
     margin: 0px 0!important; 
}


         
    .footer-5__widget-title h6 {
    color: #000;
    }                       
    .footer-5__widget.widget_nav_menu ul li a:before {
    color: #000;
    }              
    .footer-5__widget.widget_nav_menu ul li a:hover{
  color: #3480d6;
}
.footer__contact ul li .text span {
   color: #000;
}
.footer__contact ul li .text a {
   color: #000;
}


/*new form*/
/* Main form box */
.scrapcars-form-box {
  background: #fff;
  padding: 40px 35px;
  border-radius: 6px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  max-width: 430px;
  width: 100%;
}

/* Title */
.scrapcars-form-box h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #0b1a2b;
}

/* Subtitle */
.scrapcars-subtitle {
  margin: 0 0 25px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

/* Input spacing */
.scrapcars-form-box .form-group {
  margin-bottom: 15px;
}

/* Inputs */
.scrapcars-form-box input[type="text"],
.scrapcars-form-box input[type="email"],
.scrapcars-form-box input[type="tel"],
.scrapcars-form-box textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #d8d8d8;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 2px;
  outline: none;
  background: #fff;
}

/* Submit button */
.scrapcars-form-box input[type="submit"].scrapcars-btn {
  width: 100%;
  height: 55px;
  background: #2f7dd5;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

.scrapcars-form-box input[type="submit"].scrapcars-btn:hover {
  background: #2467b3;
}

/* Bottom text */
.scrapcars-bottom-text {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 15px;
  color: #222;
  font-weight: 600;
}

.scrapcars-phone {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.scrapcars-phone .phone-icon {
  margin-right: 6px;
}

.scrapcars-phone a{
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.scrapcars-phone a:hover{
  color: #2f7dd5;
}



@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;
    }
    #wpcf7-f3279-p3193-o1{
            padding-top: 40px;
    }
    .scrapcars-form-box{
        background: #ffffffe8;
    }
    .scrapcars-form-box h2 {
    font-size: 30px;
    }
}


p{
    color: #333333;
}
            
            
   

