/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
ul{
	margin-bottom:15px;
}
.single-post ul li{
	margin-bottom:8px;
}
.single-post h2{
	font-size: 32px;
	color:#00377C;
}
.pt-30{
	padding-top:30px;
}
.mt-30{
	margin-top:30px;
}
.elementor-kit-30 a{
/* 	font-size:inherit!important;
	font-weight:500; */
}
.elementor-widget-text-editor{
	color:#3b3b3b;
}
/* Home Styling */
@media(min-width:768px){
	.home.page-template .elementor-kit-30 h1{
		color:#fff;
	}
}
.home.page-template .elementor-kit-30 h1{
	color:#fff;
}
.homeTesti .pp-testimonial-skin-3{
	max-width: 75%;
    margin: auto;
}
.homeTesti .pp-testimonial-footer{
	flex-shrink: 3;
}
.homeTesti .pp-testimonial-content-wrap{
	flex-shrink: 6;
}

/* Blog Styling */
#ez-toc-container{
	width:100%;
}
.singleAuthor .elementor-image-box-wrapper h3{
	margin-top: -11px;
}
.singleAuthor .elementor-image-box-wrapper .elementor-image-box-img{
	max-width: 45px;
	min-width: 45px;
}
.recArt .elementor-post__title:hover a{
	color: #003A6F !important;
}
.referSt h2{
	color: #00377C;
    font-size: 28px;
    font-weight: 600;
}
.referSt a{
    font-size: 16px;
}
.singleTermR a{
	background: rgb(237, 237, 240);
	font-size: 18px;
	padding: 0 6px;
	border-radius: 4px;
	margin-right: 0.5rem;
}
.singleTermR a:hover{
	font-size: 18px;
}

.singleTermR a:nth-child(1){
	display: none;
}




.contactform input:placeholder{
	opacity: 1;
}
.contactform .elementor-field-type-html a{
	font-size: 15px;
}

.int-in{
	line-height:1.4;
}

@media screen and (max-width:767px){
	.mbHslide .uc_fbps_container_title,
	.mbHslide .uc_fbps_container_desc{
		color: #fff !important;
	}
	.mbHslide .ue-item-title{
		color: #fff !important;
	}
	.singleAuthor .elementor-image-box-wrapper{
		display: flex;
	}
	.singleAuthor .elementor-image-box-wrapper .elementor-image-box-img{
		margin-right: 15px !important;
	}
	.singleAuthor .elementor-image-box-wrapper h3{
		margin-top: -3px;
	}
}

/* Modern Form Styling */
.modern-form-container {
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
  background: white;
}

.form-header {
  background: transparent;
  color: white;
  padding: 25px;
  text-align: center;
}

.form-header h2 {
  margin: 0;
  font-size: 28px;
}

.form-header p {
  margin: 10px 0 0;
  opacity: 0.9;
  font-size: 16px;
}

.form-wrapper {
  padding: 30px;
}

label {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  color: #2c3e50;
}

.form-input, .form-textarea {
  width: 100%;
  padding: 12px 15px;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-input:focus, .form-textarea:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52,152,219,0.2);
  outline: none;
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.checkbox-options {
  margin-top: 8px;
}

.checkbox-options span {
  display: block;
  margin: 8px 0;
}

.checkbox-options input[type="checkbox"] {
  margin-right: 10px;
}

.checkbox-options label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.submit-btn {
  background: #3498db;
  color: white;
  border: none;
  padding: 14px 25px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .modern-form-container {
    border-radius: 0;
  }
  
  .form-wrapper {
    padding: 20px;
  }
}

/* Form validation styling */
.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
}

.wpcf7-not-valid {
  border-color: #e74c3c !important;
}

.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 15px !important;
  border-radius: 6px !important;
}
.form-select {
  width: 100%;
  padding: 12px 15px;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.form-select:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52,152,219,0.2);
  outline: none;
}

/* For multi-select */
.form-select[multiple] {
  background-image: none;
  height: auto;
  min-height: 120px;
}

.form-select[multiple] option {
  padding: 8px 12px;
}

.form-select[multiple] option:hover {
  background-color: #f5f5f5;
}