/*
Theme Name: bytes
Author: Bytes Infotech - 9467887210
*/	
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.headerbar
{
	 background-color:#000;
}
.hero-text-container {
    padding: 40px;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; /* Clean sans-serif font */
}
.hero-text-container h1 {
    color: #ffffff !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 24px !important;
    letter-spacing: -0.5px !important;
}

.hero-text-container .highlight-red {
	color: #e51a1a !important; 
}
.hero-text-container p {
    color: #cccccc !important; 
    font-size: 16px !important;
    line-height: 1.6 !important;
    max-width: 600px !important;
    font-weight: 400 !important;
}

.home .header
{ 
 display:none;
 
}
.pgsheader
{
     padding: 70px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.pgsheader h1
{
	    text-align: center;
    color: white;
    text-transform: uppercase; 
	font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; /* Clean sans-serif font */
margin:0px;
}
.cllogos img
{
	background-color: #ffffff !important;
    width: 100% !important; 
    height: 110px !important;
    border-radius: 14px !important; 
    padding:5px 10px !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15) !important; 
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	object-fit:contain !important;
	margin-bottom:25px !important
}
.clientlogos img
{
	background-color: #ffffff !important;
    width: 100% !important; 
    height: 150px !important;
    border-radius: 14px !important; 
    padding:15px !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15) !important; 
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	object-fit:contain !important;
	margin-bottom:25px !important
}
.portimg img
{	
	background-color: #ffffff !important;
    width: 100% !important;             
    height:450px !important;
    border-radius: 14px !important;
    padding:5px 10px !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	object-fit:contain !important;
	margin-bottom:25px !important;
	object-position:top !important;
}

/*Contact Form */
.custom-cf7-form {
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}


.custom-cf7-form .form-row {
    margin-bottom:7px;
}


.custom-cf7-form input[type="text"],
.custom-cf7-form input[type="email"],
.custom-cf7-form input[type="tel"],
.custom-cf7-form textarea {
    width: 100%;
    padding:5px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 13px;
    color: #333333;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out;
}


.custom-cf7-form ::placeholder {
    color: #888888;
    opacity: 1;
}


.custom-cf7-form textarea {
    height:60px;
    resize: vertical;
}

.custom-cf7-form input:focus,
.custom-cf7-form textarea:focus {
    border-color: #cc2424; 
}

.custom-cf7-form .form-submit-row {
    margin-top:10px;
}

.custom-cf7-form input[type="submit"] {
    width: 100%;
    background-color: #d92323;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding:7px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.custom-cf7-form input[type="submit"]:hover {
    background-color: #b81d1d;
}

.custom-cf7-form .wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: 5px;
}
/*Contact Form */
.site-footer
{
	 background-image:url('images/sectionbg.png');
	 background-repeat:no-repeat;
	 background-size:cover
}

/* Background & Box Layout */
.contact-info-box {
    background-color: #0d0d0d; /* Deep dark background */
    color: #ffffff;
    max-width: 400px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Section Title styling */
.contact-title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Icon customization to match the red color */
.contact-icon {
    color: #e51a1a; /* Vibrant red icon color */
    font-size: 1.15rem;
    width: 24px;
    text-align: center;
}

.contact-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: #e0e0e0;
}


.contact-text a:hover {
    color: #e51a1a !important;
    transition: color 0.2s ease-in-out;
}
.footer-heading, .site-footer p
{
	color:white;
}

.social-icons-wrapper {
    background-color: #0d0d0d;
    padding: 15px;
    width: max-content;
}

.social-icon-btn {
    width: 40px;
    height: 40px;
    background-color: #e51a1a;
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.social-icon-btn:hover {
    background-color: #b81d1d;
    color: #ffffff;
    transform: translateY(-2px);
}
.highlightmenu 
{
	background-color: #e51a1a !important; 
	border-radius:30px
}
.highlightmenu:hover
{
	background-color: #c00b0b !important; 
}
.highlightmenu a
{
	color:#fff !important
}
.footer-menu ul
{
  list-style-type:none;
}
.footer-menu li
{
   margin:7px 0px;
}
.footer-menu a
{
   color:white;
   text-decoration:none;
   font-size:14px;
     font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
