/*
Theme Name:     illusionflyscreens Child
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Techvizo
Author URI:     https://www.techvizo.com
Template:       illusionflyscreens
*/

@import url("../illusionflyscreens/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


input[type="checkbox"] {
    width: 12px !important;
}
span.wpcf7-list-item-label {
    font-size: 14px !important;
}

button.octf-btn
{
	background-color:#EB1400;
	color:#fff;
}
button.octf-btn1
{
	background-color:#007CC2;
	color:#fff;
	margin-top:20px;
	    border-radius: 19px;
    padding: 2px 31px;
	border:0px ;
}

button.octf-btn1:hover
{
	background-color:#fff;
	color:#000;
	 border-radius: 19px;
    padding: 2px 31px;

	border:1px solid #007CC2;
}
a.link-text
{
	color:#007CC2;
	text-decoration:underline !important;

}
a.link-text:hover
{
	color:#000;
	text-decoration:underline;

}

a.link-text1
{
	color:#fff;
	text-decoration:underline !important;
	font-size:13px;
}

a.link-text1:hover
{
	color:#fff;
	text-decoration:underline !important;
	font-size:13px;
}

/*  custom menu */
.custom-menu {
  position: relative; /* normal flow by default */
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 999;
	padding:10px;
}


/* .custom-menu {
  position: sticky;
  top: 80px; 
  background: #fff;
  z-index: 999; 
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0; 
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch;
} */

.custom-menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap; /* allow wrapping on smaller screens */
  min-width: max-content; /* ensures scroll works if many items */
}

.custom-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap; /* prevent text breaking */
  transition: all 0.3s ease;
}

.custom-menu a:hover,
.custom-menu a.active {
  background: #f5f5f5;
  color: #000;
}

@media (max-width: 768px) {
  .custom-menu {
/*     top: 60px; match your mobile sticky header height */
    padding: 8px 10px;
	  overflow-x:auto;
	  z-index: 1;
  }

  .custom-menu ul {
    justify-content: flex-start; /* align left */
    gap: 12px;
  }
}

select
{
	width:100%;
	padding:15px 0px;
}

.footer-link .elementor-icon-list-text:hover {
    text-decoration: underline;
}

