
/* Get in touch section */
.goodmeet-container {
    width: 800px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  /* Row styling */
  .goodmeet-row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  /* Column styling */
  [class*="goodmeet_col-"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  /* Responsive column styling */
  @media (min-width: 576px) {
    .goodmeet-col-6 {width: 50%;}
  }
  
  @media (min-width: 768px) {
    .goodmeet-col-md-6 {width: 50%;}
  }
  
  @media (min-width: 992px) {
    .goodmeet-col-lg-6 {width: 50%;}
  }
  
  @media (min-width: 1200px) {
    .goodmeet-col-xl-6 {width: 50%;}
  }
  
  
  .goodmeet-get-in-touch-section .goodmeet-title{
    text-align: center;
    margin-top: 50px;
    font-weight:700;
    color: #333;
  }
  
  .goodmeet-get-in-touch-section .goodmeet-box{
    background: #fff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 5px;
  }
  
  .goodmeet-get-in-touch-section .goodmeet-box svg{
    height: 100px;
    width: 80px;
  }
  .goodmeet-get-in-touch-section .goodmeet-box a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color:  #00724A;
    margin-top: 5px;
  }

  .goodmeet-get-in-touch-section .goodmeet-box a:focus{
    outline: none;
    box-shadow: none;
  }

  .goodmeet-get-in-touch-section .goodmeet-box a:focus{
    outline: none;
  }

  .goodmeet-get-in-touch-section .goodmeet-box a:hover{
    color: #3741e1;
  }

  .goodmeet-get-in-touch-section .box-row{
    margin-top: 40px;
  }

  .goodmeet-get-in-touch-section .goodmeet-rating{
    margin-top: 40px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-left:15px;
    margin-right: 15px;
  
  }
  .goodmeet-get-in-touch-section .goodmeet-rating p{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  

.goodmeet-rating .rating-wrapper {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.goodmeet-rating .rating-wrapper:focus{
  outline: none;
  box-shadow: none;
}

.goodmeet-rating .rating-wrapper .star {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: fill 0.2s;
}

.goodmeet-rating .rating-wrapper .star-path {
    fill: #ccc;
}

.goodmeet-rating .rating-wrapper .star.filled .star-path {
    fill: gold;
}

.rc-time-picker-panel{
  width: 400px !important;
}

.rc-time-picker-panel-inner{
  width: 400px !important;
}
.rc-time-picker-panel-select{
  width: 133px !important;
}

.rc-time-picker-clear-icon:after{
  font-size: 20px !important;
}
.rc-time-picker-clear{
  top: 7px !important;
}



@media (max-width: 992px) {
  .goodmeet-container{
    width: 700px;
  }
}

@media (max-width: 768px) {
  .goodmeet-container{
    width: 600px;
  }

  .goodmeet-container .box-row .goodmeet-col-6 {
      width: 100%;
  }

  .goodmeet-container .box-row .goodmeet-col-6 .box-two{
    margin-top: 40px;
  }

  .goodmeet-get-in-touch-section .box-row{
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .goodmeet-container{
    width: 550px;
  }
}

@media (max-width: 576px) {
  .goodmeet-container{
    width: 450px;
  }
}

@media (max-width: 470px) {
  .goodmeet-container{
    width: 380px;
  }
}

@media (max-width: 415px) {
  .goodmeet-container{
    width:320px;
  }
}

@media (max-width: 345px) {
  .goodmeet-container{
    width:280px;
  }
  .goodmeet-get-in-touch-section .goodmeet-box {
    padding: 60px 20px;
  }
}


.mce-toolbar .mce-i-dashicons {
  font-family: dashicons !important;
  font-size: 35px !important;
  width: auto !important;
  line-height: 20px !important;
}


/* Booking integration */
.goodmeet-booking-time-duration-fields{
  display: flex;
  align-items: center;
}


.goodmeet-booking-time-duration-fields #_goodmeet_booking_meeting_hours {
  width: 80px !important; 
}


.goodmeet-booking-time-duration-fields #_goodmeet_booking_meeting_minutes {
  width: 80px !important;
}

body .woocommerce_options_panel p.form-field._goodmeet_booking_meeting_minutes_field {
    padding-left: 0 !important; 
}


.goodmeet-woo_booking_warning {
  color: #ff0000;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0px 0px 12px;
  display: inline-block;
}

.goodmeet-woo_booking_warning a {
  color: #0066cc; /* Link color */
  text-decoration: underline; /* Underline links */
}

.goodmeet-woo_booking_warning a:hover {
  text-decoration: none; /* Remove underline on hover */
  color: #004d99; /* Darker color on hover */
}
