/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwentyone/style.css");.footer_section {    text-align: center;}.footer_section p {    margin-bottom: 10px;}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: #fec799;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    top: -9px;
    border-color: #fec799 transparent;
}
.menu-button-container #primary-mobile-menu .dropdown-icon {
    font-size: 0;
}
.author-description-name .data p{
	margin-bottom: 15px;
}
footer#colophon {
	background: #e6e6e6;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}
.footer_text {
    font-size: 15px;
}
header#masthead {
    padding: 10px 0;
}
.cs_content_area h1.entry-title {
    font-size: 45px;
    font-weight: 400;
}
/* General form styling */
.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', sans-serif;
}
 
/* Labels */
.wpcf7-form label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #333;
}
 
/* Text fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s;
}
 
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #0073aa;
  outline: none;
}
 
/* Submit button */
.wpcf7-form input[type="submit"] {
  background-color: #8524f3 !important;
  color: white !important;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
 
.wpcf7-form input[type="submit"]:hover {
  background-color: #005d8d;
}
 
/* Spinner alignment */
.wpcf7-spinner {
  margin-left: 10px;
  vertical-align: middle;
}
 
/* Response output styling */
.wpcf7-response-output {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 8px;
  font-weight: 500;
}
 
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d1f0d1;
  color: #155724;
}
 
.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
}
 
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 100% !important;
}
header#masthead {
    padding: 10px 0;
    max-width: 100% !important;
    margin: 0 auto;
    background: #8524f333;
    box-shadow: 0px 0px 6px 0px;
}
.content-area section.main-content {
    margin-top: 0;
}
header#masthead .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}
.site-logo {
    margin: 0;
}
.cs_content_area .wpcf7-textarea {
    height: 130px;
}
/*Author Box*/
.modifyDetails {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}
.author_imag {
    line-height: 0;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out a {
    color: inherit;
}
/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.author-f-name {
    display: flex;
    gap: 30px;
}
.author-f-name .label, .author-description-name .label {
    font-weight: 600;
}
.author-f-name {
    display: flex;
    gap: 30px;
}
.author-description-name {
    margin-top: 20px;
}
.footer-text
{
	font-size:14px;
}
@media (max-width: 991px) {
header#masthead {
    height: auto;
}
.site-logo .custom-logo {
    max-width: 140px;
}	
}
@media (max-width:481px) {
	.menu-button-container {
			display: block;
	}	
	.cs_content_area form.wpcf7-form {
    width: 100%;
    margin: 0 auto;
}	
header#masthead {
    height: 60px;
    width: 100%;
}
	.primary-navigation > .primary-menu-container, .primary-navigation-open .menu-button-container {
    background-color: #f8b074;
}
}