/*
	Theme Name: Franklin Covey
	Description: Custom built theme.
	Version: 1.15.2
	Author: The Stoke Group
	Tags: Blank, HTML5, CSS3
*/
*,*:after,*:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.clear:before,.clear:after{content:' ';display:table}.clear:after{clear:both}.clear{*zoom:1}img{max-width:100%;vertical-align:bottom}a:hover,a:active{outline:0}::selection{background:#04a4cc;color:#FFF;text-shadow:none}::-webkit-selection{background:#04a4cc;color:#FFF;text-shadow:none}::-moz-selection{background:#04a4cc;color:#FFF;text-shadow:none}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}

.wpcf7 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: #3253FF;
    box-shadow: 0 0 0 2px rgba(50, 83, 255, 0.1);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
    background-color: #fff;
    color: #333;
}

.wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}

.wpcf7 select {
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.wpcf7 p {
	margin: 0;
}

.wpcf7-list-item {
    margin: 10px 0;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
    margin-left: 8px;
    cursor: pointer;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
	margin-top: 5px;
}

.wpcf7-form-control-wrap label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.wpcf7-form-control-wrap .required {
    color: #3253FF;
    font-weight: bold;
}

.wpcf7 input[type="submit"] {
    background-color: #3253FF;
    color: #FFF;
    border: 1px solid #3253FF;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto;
    letter-spacing: 0.5px;
	border-radius: 120px;
}

.wpcf7 input[type="submit"]:hover {
    color: #3253FF;
    background-color: #FFF;
    border-color: #3253FF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(50, 83, 255, 0.2);
}

.wpcf7 input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(50, 83, 255, 0.2);
}

.wpcf7 input[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(50, 83, 255, 0.3);
}

.wpcf7 input[type="submit"]:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #666;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.wpcf7-response-output {
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.wpcf7-mail-sent-ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.wpcf7-validation-errors {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.wpcf7-spam-blocked {
    background-color: #f8f9fa;
    color: #6c757d;
    border: 1px solid #e9ecef;
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
}

.wpcf7 .ajax-loader.is-active {
    background-color: #3253FF;
    border-radius: 50%;
    padding: 5px;
}

@media (max-width: 768px) {
    .wpcf7 {
        padding: 20px 15px;
    }
    
    .wpcf7-form-control {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .wpcf7 input[type="submit"] {
        padding: 12px 20px;
        font-size: 15px;
    }
}

.wpcf7-form.dark-theme {
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 8px;
}

.wpcf7-form.dark-theme .wpcf7-form-control {
    background-color: #2d2d2d;
    color: #fff;
    border-color: #444;
}

.wpcf7-form.dark-theme .wpcf7-form-control:focus {
    border-color: #3253FF;
}

.wpcf7-form.dark-theme label {
    color: #fff;
}

.wpcf7 input[type="submit"].with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.wpcf7 input[type="submit"] .button-icon {
    font-size: 18px;
}

	.stw-form-section {
		gap: 70px;
	}
	.stw-form-section-c1 {
		width: 60%;
	}
	.stw-form-section-c2 {
		width: 40%;
		margin-left: 0 !important;
	}
	.stw-form-section-c2-photo {
		min-height: 100%;
    	min-width: 100%;
		border-radius: 16px;
		background-position: center;
	}
	.stw-form-section-c2-left {
		order: -1;
	}
	@media only screen and (max-width: 767px) {
		.stw-form-section-c1,
		.stw-form-section-c2 {
			width: 100%;
		}
		
		.stw-form-section-c2 {
			margin-top: 40px !important;
			min-height: 80vh;
			display: flex;
		}
	}
