/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 23.0.2
*/


/* tooltip-container */
.tooltip-container {
    position: relative;
    display: inline-block; /* Or block, depending on your layout */
}

.tooltip-container::before {
    content: attr(data-tooltip);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 8px 12px;
    border-radius: 4px;
    left: 0;
    white-space: nowrap;
    z-index: 10;
    font-size: 16px;
    top: 30px;
    background: #333;
    color: #fff;
	left: 50%;
    transform: translateX(-50%);
}


.tooltip-container::after {
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
	left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    top: 19px;
}
.tooltip-container:hover::before,
.tooltip-container:hover::after {
    visibility: visible;
    opacity: 1;
}
/* //tooltip-container */

/* top green bar css */
.top_left {
    width: 70%;
    padding: 0 15px;
    box-sizing: border-box;
}

.top_right {
    width: 30%;
    box-shadow: -6px 0px 12px 0px #0000000F;
    padding: 7px 20px;
    box-sizing: border-box;
    background: rgba(6, 167, 108, 1);

}
.top_right ul.top_contact_details li img {
    height: 20px;
}
ul.top_contact_details li {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.15px;
}
ul.top_contact_details li.slogan {
    padding-left: 10px;
    box-sizing: border-box;
}
.header_inner .top_left p {
    margin: 0;
    font-size: 15px;
    color: #fff;
    /* line-height: 35px; */
    margin-top: 6px;
    letter-spacing: 0.15px;
}
.header_inner .top_left p a {
    color: rgba(249, 224, 137, 1);
}
.header_inner {
   background: rgba(6, 167, 108, 1);
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
ul.top_contact_details li {
    display: inline-block;
    margin-right: 20px;
    line-height: 1;
    vertical-align: middle;
}

ul.top_contact_details li:last-child {
    margin: 0;
}
@media(max-width:1400px){
.top_left {
    width: 65%;
}
.top_right {
    width: 35%;
            text-align: center;
}
}
@media(max-width:767px){
.header_inner {
    display: block;
 }
.top_left, .top_right {
    width: 100%;
    padding: 0 10px;
	box-sizing: border-box;
} 

ul.top_contact_details li {
    margin-right:15px;
            font-size: 15px;
}
.top_right ul.top_contact_details li img {
    height: 16px;
}
.top_right {
	    padding-bottom: 5px;
        text-align: center;
        padding-top: 8px;
}
ul.top_contact_details li.slogan {
    padding-left: 5px;
    box-sizing: border-box;
}    
}
/* //top green bar css */

a.text-white{color:#fff;text-decoration:underline;}

.section.section-post-related {
    padding-top: 50px;
}
body.blog .column_blog {
    padding: 60px 0;
}
body.post-template-default.single.single-post .post-header .title_wrapper h1 {
    margin-top: 60px;
 }
body.single-post h1.entry-title,
body.single-post h2.post-subtitle{
	font-size: 40px;
	line-height: 1.2;
	font-weight: 500;
}
body.single-post h2.post-subtitle {
	font-size: 28px;
	color: #06A76C;
}
.section.resources-form .one.column .wpcf7 input[type="submit"] {
    background: #fff;
    padding: 15px 35px;
    margin: 0;
    margin-top: 0;
    color: #06a76c;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.section.resources-form .one.column{
	padding: 50px 45px 35px 45px;
    background-color: #06a76c;
	border-radius:15px;
    box-shadow: 0 26px 95px rgba(0, 0, 0, .1);
	    color: #fff;
	    margin-bottom: 110px;
}
.section.resources-form .wpcf7-form a {
    color: #2c324f;
}
.section.resources-form .wpcf7-list-item input[type="checkbox"] {
    width: auto;
    margin-left: 0;
}

.section.resources-form .one.column .leftc p,
.section.resources-form .one.column .fullc.fcc.quiz_field p {
    margin-left: 0;
}
.section.resources-form .one.column p {
    margin-left: 5px;
}
.section.resources-form .one.column p.fullc.radio_btns .wpcf7-checkbox span.wpcf7-list-item-label {
    margin-left: 6px;
    font-weight: 400;
}
.section.resources-form .one.column .leftc.fcc, 
.section.resources-form .one.column .fullc.fcc.quiz_field {
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0;
}
.section.resources-form .one.column .leftc.fcc.radio_btns label {
    font-size: 14px;
}
/* Popup style */
 .modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .modal-content {
    background-color: #fefefe;
    margin: 100px auto;
    padding: 10px;
    border: 1px solid #888;
    width: 80%;
    position: relative;
  }

  .close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 3px 0 4px;
    border-radius: 25px;
    width: 28px;
    display: block;
    line-height: 24px;
    height: 28px;
    text-align: center;
    background: #fff;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
  }

  #popup1 .modal-content {
    width: 460px;
  }

  #popup1 .modal-content img {
    max-width: 100%;
  }

  #popup2 .modal-content,
  #popup3 .modal-content {
    background-color: #fefefe;
    margin: 100px auto;
    padding: 10px;
    border: 1px solid #888;
    width: fit-content;
    position: relative;
  }

  #popup2 .card,
  #popup3 .card {
    padding: 16px;
    margin-top: 0;
  }

  #popup2 form.card,
  #popup3 form.card {
    gap: 10px;
  }

  .field-row {
    flex-direction: row;
  }

  .field-row .wrapper {
    width: 100%;
  }

  #popup2 form .field .wrapper,
  

  .input-wrapper {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
  }

  .input-wrapper input {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
  }

  #popup2 input:not([type=radio]),
  
  .comment-box {
    flex-direction: column;
    gap: 16px !important;
  }

  .comment-box textarea {
    resize: none;
    width: 100%;
    height: 128px;
    opacity: 70%;
  }

  .captcha {
    background-color: #E6ECEF;
    height: 100% !important;
    width: 112px;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    pointer-events: none;
    user-select: none;
    padding-inline: 8px;
    height: 56px !important;
  }

  .captcha span {
    height: 24px !important;
  }

  .captcha-wrapper .captcha-container {
    display: flex;
    gap: 8px !important;
  }
  

  .captcha-input-container {
    font-size: 14px;
    border: 2px solid #c3dff3;
    border-radius: var(--border-radius);
    width: 180px;
    display: flex;
  }

  .captcha-input-container input {
    all: unset;
    text-align: left;
    width: 100%;
    border-right: none;
    padding-left: 16px;
  }

  .captcha-input-container button {
    border: none;
    background-color: transparent;
    padding: 10px 12px;
    cursor: pointer;
    border-left: 2px solid #c3dff3;
  }

  .captcha-input-container button img {
    display: block;
  }

  #contact-form .radio-buttons {
    gap: 8px;
    font-size: 14px;
  }

  #popup2 form .field:nth-child(1) .wrapper,
  #popup2 form .field:nth-child(2) .wrapper,
  #popup2 form .field:nth-child(3) .wrapper,
 

  @media (max-width:767px) {
    .card {
      margin-bottom: 40px;
    }

  }
/* Popup style */

@media(max-width:600px){
	
	  .section.resources-form .one.column {
    padding: 30px 20px 15px;
  }
.section.resources-form .one.column .leftc.fcc, .section.resources-form .one.column .fullc.fcc.quiz_field {
    width: 100%;
 }
}