/*
CTC Separate Stylesheet
Updated: 2025-03-11 07:03:35
Theme Name: Quiety Child
Theme URI: innsaei
Template: quiety
Author: innsaei
Author URI: innsaei
Description: innsaei
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 5.3.1.1741676615
*/

/* *********Header********* */
/* Make the header sticky/fixed */
.elementor-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


#header-menu {
    display: none; /* Initially hide the menu */
}
#header-menu.open {
    display: flex; /* Show the menu when toggled */
}

.site-header {
	/* top:40px !important; */
	display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 0 50px;
	margin-top: 40px;
	background: #273C5C;
	border-radius: 50px;
	width: 95% !important;
}
.site-header.header-fixed.showed, .site-header.mobile-header.showed {
	top:40px !important;
	margin-top: 40px;
	display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 0 50px;
	background: #273C5C;
	width: 95% !important;
}
/* *********End Header********* */
.elementor-18290 .elementor-element.elementor-element-f7019d0 {
  display: none !important;}

.text-line:before {
	content: "";
	display: block;
	width: 130px;
	height: 2px;
	background: #D8D8D8;
	left: 0;
	top: 50%;
	position: absolute;
  }
  .text-line:after {
	content: "";
	display: block;
	width: 130px;
	height: 2px;
	background: #D8D8D8;
	right: 0;
	top: 50%;
	position: absolute;
  }
  .accordion-header {
    background-color: #C1CBDF;
}
.elementor-nav-menu--dropdown a {
	justify-content: flex-end;}

/* cf7 */
.contact-form-news {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 50px;
  padding: 0px 20px;
  max-width: 400px;
/*   margin: auto; */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  width: 90%; /* Responsive width */
}

.contact-form-news input {
margin-bottom: 0px !important;
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
  color: #333;
  background: transparent;
  padding: 5px 10px;
}

.contact-form-news input::placeholder {
  color: #ccc;
}

.contact-form-news button {
  background: #0056d8;
  border: none;
  outline: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0; /* Reset padding */
}

.contact-form-news button img {
	width: 100%;
    height: 32px;
    object-fit: contain;
}

.contact-form-news button:hover {
  background: #003ea0;
}
/* blog */
.page-header .breadcrumbs,
.page-header .breadcrumbs a,
.page-header .breadcrumbs a:hover,
.widget ul li a,
.wp-block-heading{
	color: #ffffff !important;
}
/* Responsive Design */
@media (max-width: 768px) {
.contact-form-news {
    padding: 8px 15px;
    max-width: 100%;
  }

.contact-form-news input {
    font-size: 14px;
    padding: 5px 8px;
  }

.contact-form-news button {
    width: 36px;
    height: 36px;
  }

.contact-form-news button img {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .contact-form-news {
    padding: 6px 10px;
  }

  .contact-form-news input {
    font-size: 12px;
    padding: 4px 6px;
  }

  .contact-form-news button {
    width: 32px;
    height: 32px;
  }

  .contact-form-news button img {
    width: 16px;
    height: 16px;
  }
}
/* @media screen and (min-width: 1026px) and (max-width: 1200px) {
 .section-title{
		font-size: 60px !important;
	} */
}