/* 
Theme: GeneratePress Child
Template: generatepress
*/

.privacy-container span.wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Centers the checkbox + text */
    gap: 10px;
    font-size: 14px;
    color: #666;
}
.ekit-form form input{
	margin-bottom:0px !important;
}

.form-section {
  background: #003634;
  margin-bottom: 16px;
  padding: 20px;
  border-radius: 6px;
}

.form-section h5,.form-section .wpcf7-list-item-label{
  color: white;
}

/* Ensure the wrapper allows clicking */
.dental-form .wpcf7-list-item {
    display: block;
    margin: 15px 0;
    position: relative;
    cursor: pointer;
}

/* Make the label text clickable */
.dental-form label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
}

/* Custom Radio Circles */
.dental-form input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 12px;
    cursor: pointer;
    background-color: transparent;
    transition: 0.2s;
}

.dental-form input[type="radio"]:checked {
    background-color: #fff;
}

/* --- Section 02 Toggle Fix --- */
.method-toggle .wpcf7-list-item {
    display: inline-block !important;
    margin-right: 10px;
}

/* Hide radio but keep it "there" for accessibility/clicking */
.method-toggle input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.method-toggle .wpcf7-list-item-label {
    border: 1px solid rgba(255,255,255,0.4);
    padding: 10px 25px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    color: #fff;
}

/* Highlight button when the HIDDEN radio is checked */
.method-toggle input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: #02635f  !important;
    color: #00302b !important;
    border-color: #02635f  !important;
}
.elementor-2 .elementor-element.elementor-element-8970fca .ekit-form form .dental-form label span{
	font-size:14px;
	color:#fff !important;
}

/* Slckmotion css -- start */

.slick-track{
	display:flex;
	gap:16px;
}
.slidemotion-item.slick-slide{
	background:#003634;
	border-radius:8px;
}
p.cm-desgnation{
	font-size:10px;
	font-weight:500;
}
.slick-slide{
	height:auto;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	padding:0px;
}
.cm-list-icon img{
	width:100%;
}
.slidemotion-prev.slick-arrow,
.slidemotion-next.slick-arrow{
	display:none !important;
}

/* Slckmotion css -- end */

/* Google button -- start */

.cm-google-calender button {
    padding: 16px 24px;
    border-radius: 30px;
    font-weight: 500;
	background: linear-gradient(90deg, #004C49 -4.64%, #002827 71.72%);
}
.cm-google-calender button:hover {
	background: linear-gradient(90deg, #002827 -4.64%, #004C49 71.72%);
}

/* Google button -- end */