/*
 Theme Name:   Metro-park
 Theme URI:    https://connvisor.com
 Description:  Child Theme - Connvisor Digital
 Author:       Connvisor
 Author URI:   https://connvisor.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/**---BODY & GENERAL---**/
.et-pb-controllers {direction: ltr;}
.custom-separator {background-color: #ff9c3e; color: #ff9c3e; height: 3px; width: 70%;}
.custom-blurb {display: flex; align-items: center; justify-content: start; font-size: 18px; color: #767676}
.custom-blurb img {margin-left: 5px}
.custom-blurb-header {font-size: 36px; color: #282828; justify-content: center}
.card-wrapper {transition: box-shadow 0.3s;}
.card-wrapper:hover{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);}
.et_pb_tabs_controls li{float: right}
.custom-title {
  position: relative;
  display: inline-block; /* Keeps the line size close to text width */
  margin-bottom: 1.5rem; /* Add spacing below if needed */    
}
.wpcf7-response-output {text-align: right; direction: rtl;}
.custom-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px; /* Adjust distance below text */
  width: 80%;
  height: 2px;
  background-color: #ff9c3e;
}
#main-header .container {text-align: left;}
.et_header_style_left .logo_container {left: 30px !important;}
.header-menu-phone {
  display: flex;
  align-items: center;
}

/* Style the <a> like a button */
.header-menu-phone a {
  background-color: #ff9c3e;
  color: white !important;
  padding: 8px 16px !important;
  border-radius: 30px;
  font-weight: bold;
    font-size: 16px !important;
  display: flex !important; 
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  line-height: 1 !important; /* prevent vertical stretching */
  /*display: inline-block;*/
}
.header-menu-phone a svg {width: 20px; margin-right: 5px}
/* Optional hover effect */
.header-menu-phone a:hover {
  background-color: #f17500;
}

.hp-slider .item {
  padding: 0 10px; /* Adjust spacing as needed */
  box-sizing: border-box;
}

.hp-slider .slick-track {
  margin: 0 -10px; /* Match the horizontal padding above */
}

#et-top-navigation {float: right; padding-right: 0 !important}
.design-software {height: 867px;width: 100%;margin-top: 30px;margin-bottom: -35px;}
#footer-widgets .footer-widget li:before{display: none;}
.et_pb_widget {float: right}
.credit {display: flex; align-items: center;direction: ltr;}
.credit a {margin-left: 3px; display: flex; align-items: center;}
.credit a:before {content: url('https://connvisor.com/circles25.png'); margin-right: 3px; height: 25px}
/** CONTACT FORM 7 **/
input[type="text"], input[type="tel"], input[type="email"], textarea {background-color: rgb(245, 245, 245) !important;box-shadow: none;color: rgb(86, 86, 86);font-family: Rubik, sans-serif;
font-size: 0.8rem; line-height: 1.43; min-height: 3.5em; padding: 1.07em 0.5em;}
textarea {width: 100%}
label {font-size: 16px; color: #767676}
.cf7-rtl-wrapper {
  direction: rtl;
  text-align: right;
  font-family: inherit;
}

.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.cf7-col {
  flex: 1;
  min-width: 200px;
}

.cf7-row > textarea {
  flex: 1 0 100%;
}

.rtl-input {
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.cf7-row textarea.rtl-input {
  resize: vertical;
}

.cf7-submit-row {
  text-align: center;
  margin-top: 24px;
}

.rtl-submit {
  padding: 10px 24px;
  font-size: 1rem;
  background-color: #ff9c3e;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.rtl-submit:hover {
  background-color: #e78a2f;
}