/*
Theme Name: Nepal Vitreo Retina Society 
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nvrs
*/


.splide__slide img {
  width: 100%;
  height: auto;
}

.wpcf7-form {
    --_clr-dark: 28 43 43;
    --_clr-brand-blue: #23c0cf;
    --_clr-brand-green: #4d9d24;
    --_clr-black: #12130f;
    max-width: 720px;
    margin-inline: auto;
    box-shadow: 
        0 2px 6px rgb(var(--_clr-dark) / 12%),
        0 0 0 1px rgb(var(--_clr-dark) / 4%);
    border-radius: 12px;
    padding: calc(3.5rem * .5);
}

.wpcf7-form .form-title {
	border-bottom: 1px solid rgb(var(--_clr-dark) / 12%);
	margin-bottom: 16px;
}

.wpcf7-form .form-title p {
	font-size: 32px;
	color: var(--_clr-brand-green);
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.wpcf7-form .col-form-label {
	font-size: 14px;
	color: var(--_clr-black);
	padding-block: 0 4px;
}

.wpcf7-form .wpcf7-form-control:not(.btn) {
	--bs-border-radius: 4px;
	--bs-border-color: rgb(var(--_clr-dark) / 8%);
	--bs-body-color: rgb(var(--_clr-dark));
	--bs-body-bg: rgb(var(--_clr-dark) / 4%);
	padding: 0.5rem 1rem;
}

.wpcf7-form .wpcf7-form-control:focus {
	border-color: var(--_clr-brand-green);
	--bs-body-bg: rgb(var(--_clr-dark) / 4%);
}

.wpcf7-form .form-group {
	margin-bottom: 1.5rem;
}

.wpcf7-form .form-group:not(:has(+ .form-group)) {
	margin-bottom: 0;
}

.wpcf7-form .wpcf7-submit {
	--bs-btn-bg: var(--_clr-brand-blue);
	--bs-btn-padding-x: 1.25rem;
	--bs-btn-padding-y: 0.625rem;
    --bs-btn-hover-bg: #11a2a8;
	line-height: 36px;
	font-size: 16px;
	margin-top: 0.625rem;
}

.wpcf7-form p:has(.wpcf7-submit) {
	justify-content: flex-end;
}
