/*
Theme Name: Brok
Theme URI: https://brok.qodeinteractive.com
Description: Architecture Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: brok
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License URI: -
License: ThemeForest Split Licence
*/

/* General Styles */

.qodef-page-title {
    height: 70px!important;
    background-color: #ffffff;
}



.wpcf7 .qodef-contact-form input, .wpcf7 .qodef-contact-form textarea {
    margin: 7px 6px 10px !important;
}

.container-col-box {
  display: grid;
  grid-template-columns: repeat(8, 1fr); /* 4 boxes per row on desktop */
  gap: 20px;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
}

.box {
  background-color: white;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
}

.box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

h3 {
  font-size: 18px;
  margin-top: 10px;
}

.container-col-box > .box > p {    
	line-height: 1!important;
    margin-top: 5px!important;
    font-size: 14px!important;}

/* Mobile View (4 boxes per row) */
@media (max-width: 768px) {
  .container-col-box {
    grid-template-columns: repeat(3, 1fr); /* 2 boxes per row on tablets */
  }
}

/* Very Small Mobile View */
@media (max-width: 480px) {
  .container-col-box {
    grid-template-columns: repeat(3, 1fr); /* 2 boxes per row on smaller screens */
  }
}



.qodef-page-title {
    //height: 60px!important;
    //margin-top: 20px!important;
}

#qodef-page-inner {
    padding: 0px 0px 95px!important;
}
.qodef-woo-product-list .qodef-woo-product-content {
    text-align: center;
    background-color: #e9e7e7;
    padding-top: 20px;
    padding-bottom: 10px;
	margin-bottom:0px;
}

.qodef-woo-product-list .qodef-e-inner {
    border: solid 2px #dcdcdc;
}