/*

Theme Name:     Psychiatrist Child

Theme URI: 		http://wedesignthemes.com/themes/psychiatrist/

Author: 		the DesignThemes team

Author URI: 	http://themeforest.net/user/designthemes

Description:    Child theme for the Psychiatrist theme powered by DesignThemes

Template:       psychiatrist

Version:        1.0

*/

.home .info-circle-def {
    display: none;
}
.home .dt-sc-image-caption.type4 .dt-sc-image-content h3 {
    line-height: 1.5;
}
.home .dt-sc-counter.type1 h4 {
    text-align: center;
}
.page-id-436 .dt-sc-counter.type1 h4 {
    text-align: center;
}
.page-id-712 .main-title-section-wrapper {
    margin-bottom: 0px;
}
.page-id-712 .dt-sc-icon-box.type1 .icon-content h4 {
    text-align: center;
}
.page-id-712 .dt-sc-icon-box.type1 .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.custom-contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

.custom-contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.custom-contact-form .form-column {
  flex: 1 1 100%;
}

.custom-contact-form .form-control {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 10px 5px;
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
  outline: none;
  transition: border-color 0.3s ease;
}

.custom-contact-form .form-control:focus {
  border-bottom-color: #0073e6;
}

/* 2-column layout for desktop/tablet */
@media (min-width: 768px) {
  .custom-contact-form .form-column {
    flex: 1 1 48%;
  }
}

/* Full-width rows */
.custom-contact-form .full-width {
  flex: 1 1 100%;
}

/* Submit Button */
.custom-contact-form .form-submit {
  text-align: center;
}

.custom-contact-form .submit-button {
  background-color: #0073e6;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-contact-form .submit-button:hover {
  background-color: #005bb5;
}

.page-id-759 .fa-map-marker:before {
    color: #ffff;
}
.page-id-759 .fa-phone:before {
    color: #ffff;
}
.page-id-759 .fa-envelope:before {
    color: #ffff;
}
.page-id-759 .fa-clock-o:before {
    color: #ffff;
}
.page-id-759 .main-title-section-wrapper {
    margin-bottom: 0px;
}

/* Appointment page - start */
.timetics-booking-modal {
    display: none;
}
/* Appointment page - end */


/* Checkout page meeting details css - start */
.variation {
  display: flex;
  flex-direction: column; /* stack vertically */
  gap: 10px;
  padding-left:2px
 
}

.variation dt {
  font-weight: 700;
  text-align: left;
}

.variation dd {
  margin: 0;
  text-align:left
}
/* Checkout page meeting details css - end */

.woocommerce-table--order-details ul.wc-item-meta {
    display: none;
}
.timetics-order-meeting-details {
    margin: 8px 0;
    padding: 8px;
    border: 0 !important;
}

ul.woocommerce-error li:has(a[href*="sacurahealthcare.com/shop/"]) {
    display: none !important;
}

body:has(.woocommerce-error) #place_order {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.order-again {
    display: none;
}

#chaty-widget-0 .chaty-i-trigger .chaty-channel {
    margin-bottom: 55px;
    margin-right: -11px;
}

.menu-icons-wrapper .search {
    display: none !important;
}

#logo a {
    height: 80px;
}

.page-id-12 .dt-sc-image-caption:hover .dt-sc-image-content a {
    background: none;
}
.dt-heading{
    color: #e3ca94;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #f8f8f9;
}
.dt-sc-team.style2 .dt-sc-team-details h4 {
    text-align: center;
}

.dt-sc-team-details h4 span {
    font-size: 14px;
    font-weight: 600;
}
#logo a img {
    height: 65px !important;
}

.amelia-v2-booking #amelia-container .am-asi__footer {
    display: block !important;
}