/*
Theme Name: Arista Child
Theme URI:  http://aristadoors.com/
Description: Child theme for Arista with a simple custom comment CAPTCHA.
Author: Arista
Template: Arista
Version: 1.0.0
Text Domain: arista-child
*/

/* Add your custom CSS below this line. */

/* Arista native theme blog grid - equal cards + gold spacing */
body.blog #nt-index .nt-blog-grid .posts > .row {
    margin-left: -17px !important;
    margin-right: -17px !important;
    row-gap: 34px !important;
    align-items: stretch !important;
}

body.blog #nt-index .nt-blog-grid .posts > .row > [class*="col-"] {
    padding-left: 17px !important;
    padding-right: 17px !important;
    margin-bottom: 0 !important;
    display: flex !important;
}

body.blog #nt-index .nt-blog-grid .item {
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d8b27a;
    border-radius: 24px;
    box-shadow: 0 12px 35px rgba(0,0,0,.04);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

body.blog #nt-index .nt-blog-grid .item:hover {
    transform: translateY(-7px);
    border-color: #B18659;
    box-shadow: 0 20px 48px rgba(0,0,0,.10);
}

body.blog #nt-index .nt-blog-grid .item .post-img,
body.blog #nt-index .nt-blog-grid .item .post-img .img,
body.blog #nt-index .nt-blog-grid .item .post-img a {
    width: 100%;
    display: block;
    overflow: hidden;
}

body.blog #nt-index .nt-blog-grid .item .post-img img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform .55s ease;
}

body.blog #nt-index .nt-blog-grid .item:hover .post-img img {
    transform: scale(1.045);
}

body.blog #nt-index .nt-blog-grid .item .cont {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 38px 30px 34px !important;
    background: #fff !important;
    text-align: center;
}

body.blog #nt-index .nt-blog-grid .item .info {
    min-height: 18px;
    margin-bottom: 20px !important;
}

body.blog #nt-index .nt-blog-grid .item .info a {
    color: #aaa !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .4px;
}

body.blog #nt-index .nt-blog-grid .item h5 {
    min-height: 88px;
    margin: 0 0 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.35 !important;
}

body.blog #nt-index .nt-blog-grid .item h5 a {
    color: #101010;
}

body.blog #nt-index .nt-blog-grid .item .cont p {
    min-height: 150px;
    margin-bottom: 20px !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #757575;
    line-height: 1.9 !important;
    text-align: center !important;
}

body.blog #nt-index .nt-blog-grid .item .more {
    margin-top: auto !important;
    align-self: center;
    color: #B18659 !important;
    border-bottom: 1px solid rgba(177,134,89,.45) !important;
    padding-bottom: 3px;
}

@media (max-width: 991px) {
    body.blog #nt-index .nt-blog-grid .posts > .row {
        row-gap: 28px !important;
    }

    body.blog #nt-index .nt-blog-grid .item .post-img img {
        height: 260px !important;
    }
}

@media (max-width: 767px) {
    body.blog #nt-index .nt-blog-grid .posts > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.blog #nt-index .nt-blog-grid .posts > .row > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.blog #nt-index .nt-blog-grid .item .post-img img {
        height: 245px !important;
    }

    body.blog #nt-index .nt-blog-grid .item h5,
    body.blog #nt-index .nt-blog-grid .item .cont p {
        min-height: auto;
    }
}

/* FIX Arista Article Mobile/Tablet */
.single-post .arista-article{
  font-family: Georgia, serif;
  color:#333;
  max-width:820px;
  margin:0 auto;
  padding:0 20px;
  line-height:1.85;
  font-size:17px;
  box-sizing:border-box;
}

.single-post .arista-article *{box-sizing:border-box}

.single-post .arista-article h1{
  color:#1a1a1a;
  font-family:Georgia,serif;
  font-size:36px;
  line-height:1.25;
  margin:0 0 28px;
}

.single-post .arista-article h2{
  color:#1a1a1a;
  font-family:Georgia,serif;
  font-size:25px;
  margin:52px 0 16px;
  padding-bottom:12px;
  border-bottom:2px solid #E8DFCF;
}

.single-post .arista-article p{
  color:#444;
  line-height:1.85;
  margin:0 0 20px;
  text-align:left;
}

.single-post .arista-article .aa-intro,
.single-post .arista-article .aa-toc,
.single-post .arista-article .aa-related,
.single-post .arista-article .aa-faq{
  display:block !important;
  background:#F7F1E6;
  border:1px solid #E0D4BA;
  border-radius:10px;
  padding:28px 32px;
  margin:32px 0;
}

.single-post .arista-article .aa-intro{
  background:#FAF3DD;
  border-left:5px solid #B38953;
}

.single-post .arista-article .aa-cta{
  display:block !important;
  background:#1a1a1a;
  color:#FAF3DD;
  border-radius:12px;
  padding:44px 40px;
  margin:56px 0 40px;
  text-align:center;
}

.single-post .arista-article .aa-cta h3{
  color:#FAF3DD;
  font-family:Georgia,serif;
  font-size:24px;
  margin:0 0 10px;
}

.single-post .arista-article .aa-cta p{
  color:#bbb;
  text-align:center;
}

.single-post .arista-article .aa-cta-btn{
  display:inline-block;
  background:#B38953;
  color:#fff !important;
  padding:14px 36px;
  border-radius:5px;
  text-decoration:none;
  border:0;
}

.single-post .arista-article .aa-advantages,
.single-post .arista-article .aa-cards,
.single-post .arista-article .aa-pros-cons{
  display:grid !important;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0 40px;
}

.single-post .arista-article .aa-adv,
.single-post .arista-article .aa-card{
  background:#F7F1E6;
  border:1px solid #E0D4BA;
  border-left:4px solid #B38953;
  border-radius:10px;
  padding:18px;
}

.single-post .arista-article .aa-faq-item{
  display:block !important;
  border-top:1px solid #E0D4BA;
  padding:18px 0;
}

.single-post .arista-article .aa-author{
  display:flex !important;
  align-items:center;
  gap:20px;
  border-top:2px solid #E8DFCF;
  padding-top:30px;
  margin-top:44px;
}

.single-post .arista-article .aa-author-avatar{
  width:64px !important;
  height:64px !important;
  min-width:64px;
  border-radius:50%;
  background:#E8DFCF;
  overflow:hidden;
}

.single-post .arista-article .aa-author-avatar img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  padding:10px;
  background:#E8DFCF;
  border-radius:50%;
}

.single-post .wp-caption{
  max-width:100% !important;
  width:100% !important;
}

.single-post .wp-caption img,
.single-post .arista-article img{
  max-width:100%;
  height:auto;
}

@media(max-width:768px){
  .single-post .arista-article{
    padding:0 14px;
    font-size:16px;
  }

  .single-post .arista-article h1{
    font-size:28px;
  }

  .single-post .arista-article h2{
    font-size:22px;
    margin-top:38px;
  }

  .single-post .arista-article .aa-advantages,
  .single-post .arista-article .aa-cards,
  .single-post .arista-article .aa-pros-cons{
    grid-template-columns:1fr;
  }

  .single-post .arista-article .aa-cta,
  .single-post .arista-article .aa-faq,
  .single-post .arista-article .aa-related,
  .single-post .arista-article .aa-toc,
  .single-post .arista-article .aa-intro{
    padding:24px 20px;
  }

  .single-post .arista-article .aa-author{
    align-items:flex-start;
  }
}

body.dark
 {
    color: #f3f3f3 !important;
    background: #f3f3f3 !important;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    margin: 0;
    margin-bottom: 30px;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (max-width: 992px) {
    .woocommerce .res-md-col-1 ul.products[class*=columns-] li.product, .woocommerce-page .res-md-col-1 ul.products[class*=columns-] li.product {
        margin: 0;
        margin-bottom: 2.992em;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.woocommerce ul.products {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -30px;
}
@media (max-width: 430px)
{.woocommerce ul.products {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: -ms-flexbox;
   /* display: grid !important; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -30px;
	}}
.arista-stock-1{
 background: linear-gradient(to right,#d3053d ,#d51540);
 background-color: #d3053d;
 color: #fff;
 font-family: Trebuchet MS;
 font-size: 16px;
 font-weight: 600;
 font-style: normal;
 text-decoration: none;
 padding: 5px 15px;
 margin-bottom: 10px;
 border: 0px solid #000;
 border-radius: 5px;
  display: inline-block;
 text-shadow: 2px 2px 2px #000;
}
a.arista-stock-2{
 background: linear-gradient(to right,#b8b9bd ,#6f6d6e);
 background-color: #b8b9bd;
 color: #fff;
 font-family: Trebuchet MS;
 font-size: 16px;
 font-weight: 800;
 font-style: normal;
 text-decoration: none;
 padding: 11px 32px;
 border: 2px solid #ffffff;
 border-radius: 5px;
 display: inline-block;
 text-shadow: 2px 2px 2px #000;
}
a.arista-stock-2:hover{
 background: linear-gradient(to right,#c0c1c5 ,#858384);
 background-color: #c0c1c5;
}
.woocommerce div.product .product_title {
    font-size: 40px;
    margin: -10px 0 30px;
	font-family: 'DMSerif';}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    text-align: left;
    color: black;
}
.price {
    display: none;
}
.autodesk360 .publicShareWrapper .shareHeader {
  display:  none !important;
}
.autodesk360 lmv-tree .categories .category {
	display: none !important;}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
    border: rgb(237, 235, 233);
    border-style: dashed;
    padding: 10px;
    border-width: 3px;
}
.tm-extra-product-options .tc-active .tc-label-text{
	   font-weight: 400;
    color: black;
}
.tc-label-text {
	color: #2c2c2c;
}
body.single.single-docs .content-area {
    width: 90% !important;
    margin-top: 15% !important;
    margin-left: 5% !important;
    padding: 10px !important;
}

/* Afiuny related product*/
@media (max-width: 768px) {
    .woocommerce ul.products{
		display: flex !important;
		grid-column-gap: 0px !important;
		grid-row-gap: 20px !important;
		flex-wrap: wrap;
		justify-content: space-between;
	}
    .elementor-products-grid ul.products.elementor-grid li.product {
        width: 48% !important;
        flex: 0 0 45%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        max-width: 48%;
    }

    .woocommerce ul.products li.product .product-content-wrap{
		text-align: center;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price {
        padding-left: 10px;
        padding-right: 10px;
    }
    .woocommerce ul.products li.product .button {
        margin-top: 1em;
        margin-left: 0px;
    }
}

@media (max-width: 375px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    .woocommerce ul.products li.product .button {
        margin-top: 1em;
        margin-left: 0px;
        padding:10px 15px;
    }
}

/* Afiuny cart*/
.woocommerce-cart-form table.shop_table th.product-price,
.woocommerce-cart-form table.shop_table td.product-price,
.woocommerce-cart-form table.shop_table th.product-subtotal,
.woocommerce-cart-form table.shop_table td.product-subtotal{
    display: none;
}

.cart_totals table.shop_table {
    display: none;
}
.woocommerce-cart-form table.shop_table dt.variation-Profile {
    width: 50%;
}

.woocommerce-cart-form table.shop_table dl.tc-epo-metadata.variation dt {
    width: 50%;
    padding-left: 10px;
    color: #666;
		font-size: 14px;
		font-weight: 600;
}

.woocommerce-cart-form table.shop_table dl.tc-epo-metadata.variation dd {
    margin-bottom: 5px !important;
    background: #fafafa;
}




/* Afiuny checkout */
div#order_review th.product-total,
div#order_review td.product-total{
    display: none;
    width: 0;
    padding: 0;
    max-width: 0px;
    font-size: 1px;
}


.woocommerce table.shop_table tfoot{
    display:none;
}

/* َAfiuny order-recive */
.woocommerce-order-details table.woocommerce-table th.product-total,
.woocommerce-order-details table.woocommerce-table td.product-total{
    display: none;
}

ul.woocommerce-order-overview .total {
    display: none;
}


/* Afiuny remove price & add to card */
.elementor-wc-products ul.products li.product .button,
.elementor-wc-products ul.products li.product .price{
    display:none;
}
.search_input {
    color: #fff;
}
.woocommerce ul.products li.product .price {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    letter-spacing: normal;
}
.gform-theme--framework .gfield--type-image_choice .gfield-choice-image {
	inline-size: auto important;}

.mfp-title {
    text-align: left;
    line-height: 20px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    background: #333;
    padding-left: 5px;
    border-radius: 5px;
    margin-bottom: 2%;
}
._df_button {
    padding: 5px 15px;
    background: #b38953;
    color: #fff;
    font-size: 14px;
    border-color: #333 #666 #006799;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
		width: 100%;
	  text-align: center;

}
.arista-modal {
    background: #fff;
    padding: 40px;
    max-width: 500px;
    margin: auto;
    border-radius: 6px;
}

.arista-overlay {
    background: rgba(0,0,0,0.6);
}
.arista-form input,
.arista-form select {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    transition: border 0.2s ease;
}

.arista-form input:focus,
.arista-form select:focus {
    border-color: #111;
    outline: none;
}
/* Login page form */
body.page-id-login .wc-login-form,
body.page-id-login form.wc-login-form {
  max-width: 460px;
  margin: 40px auto;
  padding: 35px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

/* Already logged in message */
.arm_already_logged_in_message {
  max-width: 520px;
  margin: 50px auto;
  padding: 22px 28px;
  background: rgba(255, 255, 255, 0.96);


  color: #1f2933;
  border-left: 6px solid #b08a3c;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0,0,0,0.35);
}

/* Optional: add small icon feel */
.arm_already_logged_in_message::before {
  content: "✓";
  display: inline-block;
  margin-right: 10px;
  color: #b08a3c;
  font-weight: 800;
}


/* Textarea */
.wpcf7 textarea,
.wpforms-container textarea,
.elementor-form textarea {
    min-height: 180px;
    resize: vertical;
}

/* Mobile */
@media (max-width: 768px) {
    .wpcf7,
    .wpforms-container,
    .elementor-form {
        padding: 22px;
    }
}
.wpcf7 select{ padding:4px !important}

/* ====================================
   Arista Doors - Product Card Styling
   Matches site design tokens:
   Primary: #B18659 / #b08a3c
   Heading: #101010  |  Body: #605e5c
   Fonts: DM Serif Display, Manrope, Roboto
   ==================================== */

/* Page background - match main site warm tone */

li.nt-post-class.product {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
 
  display: flex;
  flex-direction: column;
}

li.nt-post-class.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  border-color: #b08a3c;
}

li.nt-post-class.product .product-content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding:10px;
  flex: 1;
	 border: 1.5px solid #B18659;
}

li.nt-post-class.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  flex: 1;
}

li.nt-post-class.product img.attachment-woocommerce_thumbnail {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s ease;
  margin:  !important;
  display: block;
}

li.nt-post-class.product:hover img.attachment-woocommerce_thumbnail {
  transform: scale(1.06);
}

li.nt-post-class.product h2.woocommerce-loop-product__title {
  font-family: "DM Serif Display", "DMSerif", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  color: #101010;
  padding: 16px 20px 6px;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

li.nt-post-class.product .price {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #B18659;
  padding: 0 20px 4px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* gold accent bar at card bottom */
li.nt-post-class.product .product-content-wrap::after {
  content: "";
  display: block;
  height: 3px;
  width: 36px;
  background: #B18659;
  margin: 10px auto 16px;
  border-radius: 2px;
  transition: width 0.3s ease;
}

li.nt-post-class.product:hover .product-content-wrap::after {
  width: 56px;
}

/* remove WooCommerce default margins that conflict */
li.nt-post-class.product .woocommerce-loop-product__title,
li.nt-post-class.product .price {
  margin: 0;
}

/* Responsive - keep original column system */
@media (max-width: 768px) {
  li.nt-post-class.product img.attachment-woocommerce_thumbnail {
    height: 180px;
  }

  li.nt-post-class.product {
    border-width: 1px;
  }

  li.nt-post-class.product h2.woocommerce-loop-product__title {
    font-size: 14px;
    padding: 12px 12px 4px;
  }

  li.nt-post-class.product .price {
    font-size: 11px;
    padding: 0 12px 2px;
  }

  li.nt-post-class.product .product-content-wrap::after {
    width: 24px;
    margin: 8px auto 12px;
  }
}
/* single product interior config*/
img.zoomImg {
    display: none !important;
}

.woocommerce.single-product .entry-summary button.button.alt {
    margin: 0px 10px;
    background-color: #B18659;
    border: 0px solid #676666;
    padding: 15px 22px !important;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
}
.woocommerce ul.products li.product .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.added_to_cart{
border-radius:5px;}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 1px solid #959595;
    background-color: #959595;
    color: #fff;
}
.cart_totals h2 {
    display: none !important;
}
.wc-proceed-to-checkout a.button.alt:hover {
    background-color: #B18659 !important;
    border-color: #B18659 !important;
    color: #fff !important;
}
/*h1 h2 h3 betterdoc elementor*/
h3.widget-title {
    font-weight: bold;
    margin: 0 0 15px 0;
    font-family: inherit;
    font-size: 20px;
}
.elementor-kit-25 h1 {
    color: #101010;
    font-family: inherit;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.15em;
    letter-spacing: -1.5px;
}
.elementor-kit-25 h3 {
    color: #101010;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -1px;
}
h2.betterdocs-category-title{
    font-family: inherit;
}
p {
    text-align: justify;
}

#betterdocs-single-main {
    margin-left: 10px;
    border: white;
    border-style: solid;
}
.elementor-kit-25 h2 {
    color: #101010;
    font-family: inherit;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.15em;
    letter-spacing: -1.3px;
}
.elementor-kit-25 h5 {
    color: #101010;
    font-family: inherit;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.1em !important;
    letter-spacing: -0.5px;
}
@media (min-width: 992px) {
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5%;
    }
.page-header {display:none !important;}
  

.arista-article{font-family:'Georgia',serif;color:#333;max-width:820px;margin:0 auto;padding:0 20px;line-height:1.85;font-size:17px}
.arista-article *{box-sizing:border-box}
.arista-article .aa-eyebrow{font-family:'Arial',sans-serif;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#B38953;display:block;margin-bottom:14px}
.arista-article h1{font-family:'Georgia',serif;font-size:36px;font-weight:700;line-height:1.25;color:#1a1a1a;margin:0 0 28px;letter-spacing:-0.5px}
.arista-article h2{font-family:'Georgia',serif;font-size:25px;font-weight:700;color:#1a1a1a;margin:52px 0 16px;padding-bottom:12px;border-bottom:2px solid #E8DFCF;line-height:1.3}
.arista-article h3{font-family:'Arial',sans-serif;font-size:16px;font-weight:700;color:#222;margin:28px 0 10px}
.arista-article h4{font-family:'Arial',sans-serif;font-size:14px;font-weight:700;color:#333;margin:0 0 8px}
.arista-article p{margin:0 0 20px;color:#444;line-height:1.85}
.arista-article strong{color:#222}
.arista-article ul,.arista-article ol{margin:0 0 20px;padding-left:22px;color:#444}
.arista-article li{margin-bottom:9px;line-height:1.7}
.arista-article a{color:#B38953;text-decoration:none;border-bottom:1px solid #D4C5A9}
.arista-article a:hover{color:#8F7356;border-color:#8F7356}
.arista-article .aa-intro{background:#FAF3DD;border-left:5px solid #B38953;padding:26px 30px;margin:0 0 44px;border-radius:0 6px 6px 0}
.arista-article .aa-intro p{margin:0;font-size:18px;line-height:1.75;color:#444;font-style:italic}
.arista-article .aa-toc{background:#F7F1E6;border:1px solid #E0D4BA;padding:22px 28px;margin:0 0 44px;border-radius:6px}
.arista-article .aa-toc h4{font-family:'Arial',sans-serif;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#B38953;margin:0 0 14px}
.arista-article .aa-toc ol{margin:0;padding-left:18px}
.arista-article .aa-toc li{margin-bottom:7px;font-family:'Arial',sans-serif;font-size:14px}
.arista-article .aa-toc a{color:#333;border-bottom:1px solid #D4C5A9}
.arista-article .aa-toc a:hover{color:#B38953}
.arista-article .aa-definition{background:#333;color:#FAF3DD;border-radius:6px;padding:28px 32px;margin:0 0 40px}
.arista-article .aa-def-label{font-family:'Arial',sans-serif;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#B38953;display:block;margin-bottom:10px}
.arista-article .aa-definition p{color:#E8DFCF;margin:0;font-size:17px;line-height:1.75}
.arista-article .aa-img{margin:28px 0;border-radius:6px;overflow:hidden}
.arista-article .aa-img img{width:100%;height:auto;display:block}
.arista-article .aa-img figcaption{font-family:'Arial',sans-serif;font-size:12px;color:#888;text-align:center;padding:10px 0 0;font-style:italic}
.arista-article .aa-img-float{float:right;width:260px;margin:0 0 24px 32px;border-radius:6px;overflow:hidden}
.arista-article .aa-img-float img{width:100%;height:auto;display:block}
.arista-article .aa-img-float figcaption{font-family:'Arial',sans-serif;font-size:11px;color:#888;text-align:center;padding:8px 0 0;font-style:italic}
.arista-article .aa-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:24px 0 40px;clear:both}
.arista-article .aa-card{background:#F7F1E6;border:1px solid #E0D4BA;border-radius:6px;overflow:hidden}
.arista-article .aa-card-img{width:100%;height:160px;object-fit:contain;background:#fff;padding:16px;display:block}
.arista-article .aa-card-body{padding:20px}
.arista-article .aa-card-body h3{margin:0 0 8px;font-size:15px}
.arista-article .aa-card-body p{margin:0;font-size:14px;line-height:1.65;color:#555}
.arista-article .aa-steps{margin:24px 0 40px}
.arista-article .aa-step{display:flex;gap:20px;margin-bottom:24px;align-items:flex-start}
.arista-article .aa-step-num{flex-shrink:0;width:40px;height:40px;background:#B38953;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Arial',sans-serif;font-size:16px;font-weight:700;margin-top:2px}
.arista-article .aa-step-content h3{margin:0 0 6px;font-size:15px}
.arista-article .aa-step-content p{margin:0;font-size:15px;color:#555;line-height:1.7}
.arista-article .aa-advantages{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0 40px}
.arista-article .aa-adv{background:#F7F1E6;border-left:3px solid #B38953;padding:14px 18px;border-radius:0 6px 6px 0}
.arista-article .aa-adv p{margin:0;font-size:14px;color:#333;line-height:1.65}
.arista-article .aa-adv strong{color:#222;display:block;margin-bottom:3px;font-size:14px}
.arista-article .aa-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:24px 0 40px}
.arista-article .aa-pros{background:#EDF5ED;border:1px solid #C8E0C8;border-radius:6px;padding:22px}
.arista-article .aa-cons{background:#FDF3F0;border:1px solid #F0D5CC;border-radius:6px;padding:22px}
.arista-article .aa-pros h3{color:#2E7D32;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 12px}
.arista-article .aa-cons h3{color:#C62828;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 12px}
.arista-article .aa-pros ul,.arista-article .aa-cons ul{margin:0;padding-left:16px}
.arista-article .aa-pros li,.arista-article .aa-cons li{font-size:14px;margin-bottom:8px;color:#333}
.arista-article .aa-quote{border-left:4px solid #B38953;padding:4px 0 4px 28px;margin:40px 0}
.arista-article .aa-quote p{font-size:20px;line-height:1.6;color:#333;font-style:italic;margin:0}
.arista-article .aa-cta{background:#1a1a1a;color:#FAF3DD;border-radius:8px;padding:44px 40px;margin:56px 0 40px;text-align:center}
.arista-article .aa-cta h3{font-family:'Georgia',serif;font-size:24px;font-weight:700;color:#FAF3DD;margin:0 0 10px}
.arista-article .aa-cta p{color:#bbb;font-size:15px;margin:0 0 26px;line-height:1.65}
.arista-article .aa-cta-btn{display:inline-block;background:#B38953;color:#fff;text-decoration:none;border:none;padding:14px 36px;border-radius:4px;font-family:'Arial',sans-serif;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}
.arista-article .aa-cta-btn:hover{background:#8F7356;border:none;color:#fff}
.arista-article .aa-cta-secondary{display:block;margin-top:16px;font-family:'Arial',sans-serif;font-size:13px;color:#888}
.arista-article .aa-cta-secondary a{color:#C8A87A;border-color:#7a6040;font-size:13px}
.arista-article .aa-related{background:#F7F1E6;border-radius:6px;padding:28px 32px;margin:44px 0}
.arista-article .aa-related h4{font-family:'Arial',sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#B38953;margin:0 0 16px}
.arista-article .aa-related ul{margin:0;padding:0;list-style:none}
.arista-article .aa-related li{border-top:1px solid #E0D4BA;padding:12px 0}
.arista-article .aa-related li:first-child{border-top:none;padding-top:0}
.arista-article .aa-related a{color:#333;border:none;font-family:'Arial',sans-serif;font-size:14px;font-weight:600}
.arista-article .aa-related a:hover{color:#B38953}
.arista-article .aa-related span{display:block;font-size:12px;color:#888;margin-top:3px;font-family:'Arial',sans-serif}
.arista-article .aa-faq{background:#F7F1E6;border-radius:8px;padding:32px 36px;margin:44px 0}
.arista-article .aa-faq>h2{border:none;margin-top:0;padding-bottom:0;font-size:22px}
.arista-article .aa-faq-item{border-top:1px solid #E0D4BA;padding:18px 0}
.arista-article .aa-faq-item:last-child{padding-bottom:0}
.arista-article .aa-faq-item h4{font-family:'Arial',sans-serif;font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.arista-article .aa-faq-item p{font-size:14px;color:#555;margin:0;line-height:1.7}
.arista-article .aa-author{display:flex;align-items:center;gap:20px;border-top:2px solid #E8DFCF;padding-top:30px;margin-top:44px}
.arista-article .aa-author-avatar{width:54px;height:54px;border-radius:50%;background:#E8DFCF;flex-shrink:0;overflow:hidden}
.arista-article .aa-author-avatar img{width:100%;height:100%;object-fit:cover}
.arista-article .aa-author-label{font-family:'Arial',sans-serif;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#B38953;display:block;margin-bottom:3px}
.arista-article .aa-author-name{font-size:15px;font-weight:700;color:#222;display:block}
.arista-article .aa-author-bio{font-size:13px;color:#777;font-family:'Arial',sans-serif}
@media(max-width:640px){
.arista-article h1{font-size:27px}
.arista-article h2{font-size:21px}
.arista-article .aa-intro{padding:20px}
.arista-article .aa-cards{grid-template-columns:1fr}
.arista-article .aa-advantages{grid-template-columns:1fr}
.arista-article .aa-pros-cons{grid-template-columns:1fr}
.arista-article .aa-cta{padding:30px 22px}
.arista-article .aa-faq{padding:24px 20px}
.arista-article .aa-img-float{float:none;width:100%;margin:0 0 24px}
.arista-article .aa-step{flex-direction:column;gap:12px}
}
/* Recent Projects Grid — add to theme Custom CSS or Elementor Custom CSS,
   alongside your existing .aa-card / .aa-cta / .aa-adv rules. */

.aa-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0 32px;
}

.aa-project-item {
  display: flex;
  flex-direction: column;
}

.aa-project-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  background: #EDE6D6; /* placeholder tone while real image loads */
}

.aa-project-caption {
  margin-top: 8px;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.aa-project-caption strong {
  display: block;
  color: #333;
  font-size: 14px;
  margin-bottom: 2px;
}

@media (max-width: 640px) {
  .aa-project-grid {
    grid-template-columns: 1fr;
  }
}
	footer a {
    color: #b38953 !important;
}

}
/* carved blog table*/
.arista-article .aa-table{width:100%;border-collapse:collapse;margin:20px 0 36px;font-family:'Arial',sans-serif;font-size:14px}
	.arista-article .aa-table th{background:#333;color:#fff;padding:10px 14px;text-align:left;font-weight:700}
	.arista-article .aa-table td{padding:9px 14px;border-bottom:1px solid #E8DFCF;color:#444}
	.arista-article .aa-table tr:nth-child(even) td{background:#FAF3DD}
	.arista-article .aa-table tr:last-child td{border-bottom:none}
	.arista-article .aa-table .highlight td{background:#F7EDD9;font-weight:600;color:#333}

/* Related Posts - Awesome Works */
.single-post .nt-related-post .nt-blog-grid .item{
  height:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #d8b27a;
  border-radius:24px;
  overflow:hidden;
  transition:.35s ease;
}

.single-post .nt-related-post .nt-blog-grid .item:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 42px rgba(0,0,0,.10);
}

.single-post .nt-related-post .post-img,
.single-post .nt-related-post .post-img .img{
  width:100%;
  height:285px;
  overflow:hidden;
}

.single-post .nt-related-post .post-img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover;
  display:block;
}

.single-post .nt-related-post .cont{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:30px 26px;
  text-align:center;
  background:#fff;
}

.single-post .nt-related-post .cont h5{
  min-height:76px;
  margin-bottom:18px;
  line-height:1.35;
}

.single-post .nt-related-post .cont h5 a{
  color:#101010;
}

.single-post .nt-related-post .cont .info{
  margin-bottom:14px;
}

.single-post .nt-related-post .cont .more{
  margin-top:auto;
  color:#b38953;
}

.single-post .nt-related-post .swiper-slide{
  height:auto;
  padding:12px;
}

@media(max-width:768px){
  .single-post .nt-related-post .post-img,
  .single-post .nt-related-post .post-img .img{
    height:240px;
  }

  .single-post .nt-related-post .cont{
    padding:24px 20px;
  }
}