/*
Theme Name: CleanLite
Theme URI:  https://adilrafeeque.com/cleanlite
Author: adilrafeeque
Author URI: https://adilrafeeque.com/
Description: CleanLite is a minimal accessible starter theme that displays posts and pages normally. It is theme directory ready when paired with the separate under construction plugin.
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cleanlite
Tags: blog, custom-background, custom-colors, custom-header, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks
Tested up to: 6.9
Requires PHP: 7.4
*/
/* Copyright (C) 2025 adilrafeeque
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License version 2 or later.
*/


.page-center {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.customLogo {
  display: inline-block;
  float: left;
}
.customMenu {
  display: inline-block;
  float: right;
}
.customBanner {
  background: url('imgs/banner.webp') no-repeat;
    background-size: auto;
  min-height: 600px;
  display: table;
  width: 100%;
  position: relative;
  background-size: cover;
}
.insideBanner {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 3;
}
.customBanner a {
  background: #c90025;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 13px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #c90025;
  transition: all 0.3s ease-in-out;
}
.customBanner a:hover {
	background: #fff;
	color: #c90025;
	border-color: #c90025;
}
.customBanner h1 {
  font-size: 60px;
  line-height: 1.2;
}
.customBanner h3 {
  font-size: 40px;
  line-height: 1.2;
}
.customBanner::after {
  content: "";
  display: block;
  width: 100%;
  background: rgba(0,0,0,0.4);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.customHomeColls h1 {
	text-align: center;
}
.customCol {
  float: left;
  width: 33%;
  padding: 10px;
}
.customColInside {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px;
  background: rgba(0,0,0, 0.02);
}
.customCol:nth-child(3n+1) {
	clear: left;
}
.customHomeH1 {
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 10px;
}
.customColImg img {
	max-height: 80px;
}
.customColImg {
	text-align: center;
}
.customColTitle {
  font-size: 22px;
  font-weight: 600;
}
.customColText p {
	margin: 0;
}
.specialP {
  display: inline-block;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.customP {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 7px;
}
.customCollBtn {
  background: #c90025;
  color: #fff;
  text-decoration: none;
  padding: 4px 15px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 20px;
  text-transform: uppercase;
  border: 2px solid #c90025;
  transition: all 0.3s ease-in-out;
}
.customCollBtn:hover {
	background: #fff;
	color: #c90025;
	border-color: #c90025;
}
.customReady {
  background: #c90025;
  min-height: 370px;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  margin-top: 60px;
}
.customReadyCol {
  float: left;
  width: 50%;
}
.customReadyCol.col1 {
	text-align: center;
}
.customReadyHead p {
  font-size: 20px;
  background: #fff;
  color: #000;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
}
.customReadyHead p a {
  background: #ffc107;
  text-decoration: none;
  padding: 3px 21px;
  border-radius: 20px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffc107;
  color: #000;
}
.customReadyHead p a:hover {
	background: #fff;
	color: #c90025;
	border-color: #c90025;
}
.customReadyCol h3 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}
.customHomeForm {
	background: url('imgs/home04.webp') no-repeat;
	background-position: cover;
    background-size: 100%;
	min-height: 700px;
	color: #fff;
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.customHomeForm::before {
  content: "";
  background: rgba(201, 0, 37, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
}
.customHomeForm .page-center {
	position: relative;
	z-index: 3;
}
.customHomeForm h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: -20px;
}
.customHomeForm h4 {
	text-align: center;
}
.customHomeForm h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.customForm {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 20px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
.customHomeForm input[type="text"], 
.customHomeForm input[type="email"], 
.customHomeForm input[type="date"], 
.customHomeForm select, 
.customHomeForm input[type="submit"],
.customContactForm input[type="text"], 
.customContactForm input[type="email"], 
.customContactForm input[type="date"], 
.customContactForm select, 
.customContactForm input[type="submit"] {
	width: 100%;
	border: 1px solid #ccc;
	  padding: 11px 8px;
	  border-radius: 10px;
	  background: rgba(0,0,0, 0.01);
    font-size: 16px;
}
.wpcf7-list-item {
	margin-left: 0;
	display: block;
	margin-bottom: -10px;
}
.customHomeForm input[type="submit"]:disabled, 
.customHomeForm input[type="submit"]:disabled:hover,
.customContactForm input[type="submit"]:disabled, 
.customContactForm input[type="submit"]:disabled:hover {
  background: #666 !important;
  cursor: not-allowed !important;
  border-color: #666 !important;
  color: #fff !important;
}
.customHomeForm input[type="submit"],
.customContactForm input[type="submit"] {
  padding: 11px 8px;
  border-radius: 10px;
  background: #c90025 !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out !important;
  border: 2px solid #c90025 !important;
  cursor: pointer !important;
  font-size: 17px;
  margin-top: 20px;
}
.customHomeForm input[type="submit"]:hover,
.customContactForm input[type="submit"]:hover {
  background: #fff !important;
  color: #c90025 !important;
  border-color: #c90025 !important;
}
.customHomeForm .wpcf7-acceptance .wpcf7-list-item label,
.customContactForm .wpcf7-acceptance .wpcf7-list-item label {
	cursor: pointer;
}
.customTestimonials h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}
.customTestimonialsColl {
  float: left;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.customTestimonialsColl img {
  width: 100px;
  border-radius: 50%;
  border: 2px solid #c90025;
}
.customTestimonialsText {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #778588;
  margin-bottom: 0;
}
.customTestimonialsAuthor {
  margin-top: 0;
  color: #c90025;
  font-weight: 700;
}
.footer-container {
  background: #1d1c1b;
  color: #fff;
  padding: 7px 0;
}
.leftFooter {
	float: left;
}
.rightFooter {
	float: right;
}
.customTestimonials {
  padding-bottom: 50px;
  padding-top: 20px;
}
.customMenu a {
  padding: 5px 10px;
  color: #000 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  transition: all 0.3s ease-in-out !important;
  border-radius: 20px;
}
.customMenu a:hover {
	background: #c90025 !important;
	color: #fff !important;
}
.customMenu li {
	margin: 0 !important;
}
.customMenu {
	padding-top: 19px;
}
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 1px 1px 8px 1px #ccc;
}
body {
	padding-top: 71px;
	font-family: "Roboto" !important;
}
.customCTAbtn a {
  background: green;
  color: #fff !important;
}
.customPageBanner {
  background: url('imgs/contact-bg.webp') no-repeat;
  float: left;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.customPageBanner::before {
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.customContactForm {
  float: left;
  width: 100%;
}
.customPageBanner h1 {
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 3;
}
.customContactForm .page-center {
  max-width: 600px;
}
.customContactForm h1 {
  color: #c90025;
  text-align: center;
}
.customContactForm h3 {
  margin-top: -20px;
  text-align: center;
  margin-bottom: 30px;
}
.customLabel {
  margin-bottom: -15px;
  margin-top: -10px;
}




@media (max-width: 1000px) {
  .customLogo img {
    max-width: 140px;
  }
  .customMenu a {
    font-size: 12px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .customMenu {
    padding-top: 13px;
  }
  .main-navigation .menu {
    gap: normal !important;
  }
  body {
    padding-top: 45px;
  }
  .customBanner h1 {
    font-size: 40px;
  }
  .customBanner h3 {
    font-size: 25px;
  }
  .customReadyHead p a {
    display: block;
    margin-left: 0;
  }
  .customReadyHead p {
    text-align: center;
    padding-bottom: 18px;
    width: 100%;
  }
  .customReadyCol {
    padding-left: 15px;
    padding-right: 15px;
  }
  .customReadyCol h3 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .menu-toggle {
    margin-top: -5px !important;
  }
  .customCol {
    width: 100%;
  }
  .customCol {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .customReadyCol {
    width: 100%;
  }
  .customReadyCol.col1 {
    display: none;
  }
  .customReady {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .customHomeForm h1 {
    font-size: 30px;
    line-height: 1.5;
  }
  .customHomeForm h4 {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 500px) {
  .customBanner {
    min-height: 270px;
  }
  .customBanner h1 {
    font-size: 27px;
  }
  .customBanner h3 {
    font-size: 20px;
  }
  .customBanner a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .customReadyCol h3 {
    font-size: 21px;
    line-height: 1.5;
  }
  .customHomeForm::before {
    content: "";
    background: rgba(201, 0, 37, 0.8);
  }
  .customTestimonials {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .customTestimonials h1 {
    font-size: 30px;
  }
  .customTestimonialsColl {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-container {
    font-size: 13px;
  }
  .leftFooter, .rightFooter {
    width: 100%;
    text-align: center;
  }
  .customHomeForm .wpcf7-acceptance .wpcf7-list-item label, .customContactForm .wpcf7-acceptance .wpcf7-list-item label {
    font-size: 13px;
  }
  .customPageBanner h1 {
    line-height: 1.1;
    font-size: 23px;
    text-align: center;
  }
  .customContactForm h1 {
    font-size: 23px;
    line-height: 1.1;
  }
  body {
    padding-top: 50px;
  }
}