/*
Theme Name: American Block Machinery
Theme URI: #
Author: The Digital Guider team
Author URI: #
Description: americanblockmachinery custom them
Tags: blog, one-column, 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.wcleftimg{
    z-index: 999;
}

.formtextarea  textarea{
    height:80px;
}

.footer-bottom-menu{
    display: flex;
}

.footer-bottom-menu a{
    color:#fff;
}

.footer-bottom .footer-bottom-menu li:hover a {
    color: var(--theme-color);
}

.main-section h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom:10px;
}

.main-section h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom:10px;
}

.section-space-inner{
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-space-inner ul, .main-section ul {
    list-style: disc;
    padding: 0 30px;
}

.section-banner{
    background: linear-gradient(45deg, rgb(182 20 47), rgb(92 24 35)) !important;
    padding: 20px 0;
}

.section-banner h2{
    color:#fff;
    font-size: 32px;
}

.section-banner ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.section-banner ul li a, .section-banner ul li {
    color:#fff;
}

.slash-separated {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.slash-separated li {
  margin-right: 5px;
  position: relative;
}

.slash-separated li::after {
  content: "/";
  margin-left: 5px;
}

.slash-separated li:last-child::after {
  content: ""; /* Remove slash after last item */
}


.inlinefiles {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.inlinefiles div{
    margin:20px 20px;
}

.inlinefiles div a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    display: inline-flex;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    padding: 20px 24px;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.addresssec strong {
    font-size: 18px;
    color: #8d131e;
}

.addresssec strong span{
  margin-right:5px;
}

.addresssec .ofcloc{
  margin-bottom:20px;
}
.addresssec .ofcloc .ofclocaddress .condetails{
      margin-left: 30px;
}


.contactmap p{
  margin:0;
}

.social-share li a {
  display: inline-block;
  color: #fff;
  background-color: #333;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}

.social-share li a:hover {
  background-color: #007bff;
  color: #fff;
}


.blog-section-one h5.blog-title{
  min-height: 60px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* Custom form input and textarea styling */
.contactformsec form .form-control {
  border: 1px solid #ced4da; /* Thicker border */
  border-radius: 6px;
  font-size: 14px;
  padding: 9px 15px;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-height: 46px; /* Makes inputs a bit taller */
  height: auto;
  line-height: normal;
}

/* Focus state */
.contactformsec form .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  outline: none;
}

/* Textarea height override (optional) */
.contactformsec form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.contactformsec form .primary-btn-1:hover {
    color: #fff;
    border: 1px solid var(--theme-color-1);
    background: #102039;
}

.header-logo {
    max-width: 250px;
}

.blog-style-one .blog-content {
    padding: 20px;
}

.service-details-page.section-space .service-details-page-content ul{
	    list-style: disc;
    padding: 0 31px;
	margin-bottom: 50px;
}
.service-details-page.section-space .service-details-page-content ul li{
	margin-bottom:10px;
}

.service-slider-section .swiper-slide .service-slider-area figure.image img{
	height:250px;
	object-fit: contain;
}





@media (max-width: 768px) {
  .wp-block-columns.mobseccol {
    display: flex;
    flex-direction: column;
  }

    .mobseccol .wp-block-column:first-child {
    order: 2 !IMPORTANT;
  }

  .mobseccol .wp-block-column.nth-child(2) {
    order: 1;
  }
}


.trim {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Change to the number of lines you want */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trim-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6; /* Change to the number of lines you want */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
