/*!
Theme Name: Umang Security
Theme URI: https://them.es/starter
Author: them.es
Author URI: https://them.es/
Description: 
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: mass-security
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*----------------------------------------mass-security-css-----------------------------------*/
*{
	padding: 0;
	margin: 0;
/* 	color: #010044; */
	font-family: sans-serif;
}
.choose_us .titles span{
	color: #010044;
}
/* .bg-color{
	background-color: transparent;
	background-image: linear-gradient(143deg, #F43334 -24%, #191919 20%);
} */
.carousel-item {
	height: 500px;
	overflow: hidden;
}
.carousel-item img {
	height: auto;
	min-height: 100%;
	width: 100%;
}
/* .about-section {
	color: white;
} */
.about-section h1 {
	font-weight: 800;
	font-size: 3.5em;
}
.about-section p {
	font-weight: 500;
}
.about-section h5 {
	font-weight: 700;
	color: #f43334;
}
.about-section button, .contact-details button, .wpforms-submit {
	font-family: sans-serif;
	padding: 1em 2em !important;
	font-size: 16px;
	font-weight: 800;
	background: #010043 !important;
	color: white !important;
	border-radius: 5px;
	border: none;
	transition: transform.5s ease;
}
.about-section button:hover, .contact-details button:hover, .wpforms-submit:hover {
	transform: translateY(-8px);
	background: #EB9500 !important;
}
.about-image img {
	border-top: 8px solid #f43334;
	border-radius: 10px;
	border-bottom: 8px solid #f43334;
	width: 100%;
}
.ss {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.social-media {
	display: flex;
	padding-top: 1em;
}
.social-media hr {
	width: 8%;
	border: 3px solid #fedfdf;
}
.social-media i {
	color: #776f6f;
	padding-left: 15px;
}
.social-media i:hover {
	color: white;
}
.todo p {
	font-size: 13px;
	color: #eb9500;
}
.todo {
	margin: 2em 0;
	border-left: 1px dotted; 
	border-right: 1px dotted; 
	padding-left: 10px;
	padding-right: 10px;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.todo h6 {
	background: #eb9500;
	width: fit-content;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: 700;
}
.todo a, .todo a i {
	color: #eb9500;
	font-size: 18px;
}
h3.what-do {
	font-weight: 800;
	margin-bottom: .5em;
	font-size: 2.2em;
	margin-top: 2em;
}
p.service-content {
	margin-bottom: 2em;
	text-align: center;
}
.bor {
	border-right: 2px dotted;
	border-left: 2px dotted;
}
.todo:hover h6 {
	background: white !important;
	color: red;
}
.todo:hover a, .todo:hover p, .todo:hover i {
	color: white;
}
.why-choose-us img {
	width: 100%;
	margin-top: 2em;
}
.choose_us, .contacts {
/* 	background: black; */
	padding: 3em 2.5em;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 1px black;
	transition: transform .5s ease;
}
.choose_us img {
	background: #202020;
	padding: 1em;
	border-radius: 10px;
	margin-bottom: 1em;
}
.choose_us h4, .choose_us p, .choose_us a, .choose_us i {
	color: #777777;
}
.choose_us:hover h4, .contacts h4{
	color: white;
}
.choose_us:hover, .contacts {
	background-image: linear-gradient(143deg, #F43334 -24%, #191919 20%);
}
.choose_us:hover img {
	background: #830809;
}
.choose_us:hover, .contacts:hover {
	transform: translateY(-10px);
	border-bottom: 5px solid #830809;
}
.why-choose-us {
	text-align: center;
}
.left-shadow, .right-shadow {
	background-image: url('http://mass.palaksys.in/wp-content/uploads/2024/02/shadow.png');
	background-repeat: no-repeat;
}
.right-shadow {
	background-position: right;
}
.news {
	background: black;
	padding: 2em;
	border-radius: 1em;
	color: #777777;
}
.news-img {
	overflow: hidden;
	height: 200px;
}
.news:hover .news-img img {
	transform: scale(1.08);
}
.news-img img {
	height: auto;
	min-height: 100%;
	width: 100%;
	border-radius: 1em;
	transition: transform .6s ease;
}
.news p {
	font-size: 14px;
	margin-top: 1em;
	color: #777777;
}
.news h4 {
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: 700;
}
.news:hover.news h4 {
	color: white;
}
.choose_us h2 {
	font-weight: 800;
	font-size: 2em;
}
p.project-title {
	font-size: 1.3em;
}
.testimonial {
	text-align: center;
	padding: 1em;
	border: 1px solid #8e8686;
	margin-bottom: 2em;
}
.testimonial:hover .tesi-img img {
	transform: scale(1.08);
}
.tesi-img {
	height: 270px;
	overflow: hidden;
}
.tesi-img img {
	width: 100%;
	height: auto;
	min-height: 100%;
	filter: grayscale(1);
	transition: transform .6s ease;
}
.testimonial span {
	font-size: 1em;
	font-weight: 600;
}
.testimonial h3 {
	font-weight: 600;
	margin: 10px 0 0;
}
.testimonial p {
	font-size: 16px;
}
.testimonial:hover span {
	color: #f43334;
}
.testimonial:hover .tesi-img img {
	filter: none;
}
.clients img {
	width: 100%;
	aspect-ratio: 3/2;
	transition: transform .5s ease;
 	background: white;
    padding: 5px;
    border-radius: 5px;
}
/* .clients img:hover {
transform: translateY(-10px);
} */
.clients {
	padding: 0 1em;
}
.service-image {
	overflow: hidden;
	height: 250px;
}
.service-image img {
	width: 100%;
	height: auto;
	min-height: 100%;
}
.services h4 {
	background: red;
	text-align: center;
	padding: 0.5em;
	font-size: 1.2em;
	font-weight: 800;
}
.services h4 {
	position: relative;
}
.overlay p {
	text-align: center;
	font-size: 14px;
	color: white;
	/*     padding: 1em; */
}
h3.what-do span {
	color: #f43334;
}
.img-box {
	position: relative;
}

.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0100438f;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 200ms;
}

.img-box:hover::after {
	opacity: 1;
}
.cta p {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	opacity: 0;
	transition-property: all;
	transition-duration: 500ms;
	z-index: 2;
	color: #fff;
}

.img-box:hover .cta p {
	opacity: 1;
	left: 50%;
	width: 80%;
}

.cta p:hover {
	transform: translate(-50%, -50%) scale(1.1);
}
.img-box h4 {
	background: red;
	text-align: center;
	color: white;
	padding: 1em 0;
	font-size: 1em;
	font-weight: 700;
	font-family: math;
}
.contact-image {
	overflow: hidden;
	height: 500px;
}
.contact-image img {
	width: 100%;
	height: auto;
	min-height: 100%;
}  
.contact-details p {
	font-size: 1.05em;
	text-align: justify;
}
ul.security-tip span {
	color: #f43334;
	font-weight: 700;
}
ul.security-tip {
	list-style: none;
}
ul.security-tip li:before {
	content: '✓';
	padding-right: 10px;
	font-weight: 800;
	color: #f43334;
}
.service_image {
	overflow: hidden;
	height: 280px;
}
.service_image img {
	height: auto;
	min-height: 100%;
	width: 100%;
}
#main{
	margin: 0 !important;
}
#footer {
	box-shadow: 0 0 5px 0px #000246;
}
/* #footer {
background-color: #191919 !important;
} */
.about_footer img {
	width: 30%;
	height: auto;
}
section.footer {
	padding-top: 5em;
}
.footer-items h4 {
	font-weight: 700;
	color: #e21d24;
	text-align: left;
}
.footer-items {
	color: #777777;
	text-align: center;
}
.footer-items ul li:before {
	content: '⮞';
	padding-right: 5px;
}
#footer .menu-item a[aria-current=page] {
	color: #e21d24 !important;
}
.footer-items ul li span {
	color: #e21d24;
	font-weight: 800;
	padding-right: 5px;
}
.footer-items ul li:hover {
	color: #e21d24;
}
.footer-items ul li, .about_footer p {
	padding: 5px 0;
	font-size: 14px;
	font-family: math;
	text-align: justify;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
}
.footer-items ul {
	list-style: none;
	text-align: left;
	padding: 0;
}
.footer-items {
	color: #777777;
	text-align: center;
}

.navbar-nav, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover {
	color: rgb(226 29 36) !important;
	line-height: 45px;
	font-weight: 600 !important;
}
.navbar-brand img {
	height: 70px !important;
}
/*---------------about page css----------------*/
/* .custom-about {
	background-image: linear-gradient(143deg, #F43334 -24%, #191919 20%);
} */
.about-content {
	width: 70%;
	text-align: center;
	margin: auto;
	padding: 3em 0;
	
}
h1.entry-title {
	font-weight: 700;
	font-size: 4em;
	color: white;
}
.m-v-img img {
	width: 100% !important;
	background: white !important;
	aspect-ratio: 3/2;
}
.choose_us:hover .titles span {
	color: #e21d24;
	font-weight: 600;
}
.experienced-staff {
	height: 350px !important;
}
.expert {
	text-align: center;
}

/*--------------/-about page css----------------*/

/*--------------/-gallery page css----------------*/

.filter-button {
	padding: 1em; /* Adjust as needed */
	font-size: 16px; /* Adjust as needed */
	background-color: #efefef;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block; /* Added to allow centering */
}
.filter-button:hover {
	background-color: #dadada;
}

.filter-button.active {
	background-color: #dadada;
}

.button-container {
	text-align: center; /* Centers the buttons */
}

.filter-gallery {
	display: block;
}

.image-container {
	margin-top: 1em;
	column-count: 3; /*column-count helps to create a grid layout*/
	column-gap: 10px;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.gallery-item img {
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.image-container {
		column-count: 1; /*adjusted to 1 column for mobile*/
	}
}
/*--------------/-gallery page css----------------*/

/*--------------/contact page css----------------*/

legend.wpforms-field-label {
	text-align: start !important;
	color: white !important;
}
label.wpforms-field-label {
	text-align: start !important;
	color: white !important;
}
.contacts {
	text-align: center;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*--------------/-contact page css----------------*/

/*---------------clients page css----------------*/

.client {
	margin: 0.5em;
	background: white;
	padding: 1em;
	border-radius: 1em;
}
.client:hover.client img {
	transform: scale(1.05);
}
.client img {
	width: 100%;
	aspect-ratio: 3/2;
	transition: transform .6s ease;
}

/*--------------/-clients page css----------------*/

.bg-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 290px;
    background: 
        linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
        url(https://umangsecurity.palaksys.com/wp-content/uploads/2025/11/newandmedia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*---------------header css----------------*/
.dropdown:hover ul {
	display: block !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
	background-color: #2a2927 !important; 
}
.dropdown-item {
	padding: 0 10px !important;
}
#header .menu-item .dropdown-item {
	border-bottom: 1px solid;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	background: #e21d24 !important;
}
.dropdown-item {
	background-color: #e21d24 !important;
	color: white !important;
}

/*--------------/-header css----------------*/


/*-----------------------------------------------Responsive Screen-----------------------------------------------*/

@media(max-width: 1200px){
	.todo {
		height: 160px;
	}

}
@media(max-width: 992px){
	.navbar-brand img {
		height: 50px !important;
	}
	h1.entry-title {
		font-size: 3em;
	}
}
@media(max-width: 1200px) and (min-width: 768px){
	nav#header .container {
    display: flex !important;
    flex-direction: column !important;
}
}
@media(max-width: 768px){
	.carousel-item {
		height: 350px;
	}
	.contact-box{
		display: none;
	}
	.quotes-slide {
		width: 80% !important;
		padding: 1rem !important;
	}
}
@media(max-width: 626px){
	.carousel-item {
		height: 200px;
	}
	h1.entry-title {
		font-size: 2em;
	}
	.about-section h1 {
		font-size: 2.5em !important;
	}
	.choose_us h2 {
		font-size: 1.5em;
	}
	.tesi-img {
		height: 360px;
	}
	.navbar-nav, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover {
		line-height: 25px;
	}
}
@media(max-width: 376px){
	.about-section h1 {
		font-size: 2em !important;
	}
	h1.entry-title {
		font-size: 1.5em;
	}
}
@media(max-width: 321px){
	.about-section h1 {
		font-size: 1.5em !important;
	}
	.choose_us{
		padding: 10px;
	}
}
/*----------------------------------------------/-Responsive Screen-----------------------------------------------*/

/*--------------------------Social Media Icons--------------------*/

.social-icons-btn {
	display: flex;
}
.icons {
	width: 40px;
	height: 40px;
	font-size: 1.1rem;
	font-weight: 500;
	text-decoration: none;
	background: #111;
	margin: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 2px 2px #d1d1d1;
	color: #fff;
	cursor: pointer;
	transition: all 0.15s ease;
}
.twitter:hover {
	background: #00ECEE;
}
.facebook:hover {
	background: #4267B2;
}
.instagram:hover {
	background-image: 
		linear-gradient(
			#8a3ab9,
			#e95950, 
			#bc2a8d, 
			#fccc63
		);
}
.linkedin:hover {
	background: #0A66C2;
}
/*-------------------------/-Social Media Icons--------------------*/

.why-choose-us:hover img {
	transform: scale(1.08);
}
.why-choose-us img {
	transition: transform .6s ease;
}
.top-desc h5 {
	font-size: 1em;
	font-weight: 600;
}
.top-desc {
	background: #000246;
	color: black;
	padding: 1.2em;
	margin: 10px;
	border-radius: 1em;
}
.top-desc:hover {
	background: #b00101;
	color: white !important;
}
.top-desc:nth-child(1) h5 {
	color: #fff !important;
}

.top-desc:nth-child(2) h5 {
	color: #39BEE6 !important;
}
.top-desc:nth-child(3) h5 {
	color: #FF4FB9 !important;
}

.top-desc:nth-child(4) h5 {
	color: #FE6B2F !important;
}
.top-desc:nth-child(5) h5 {
	color: #807012 !important;
}


/* testimonial css */

.page-width {
/*   max-width: 1200px; */
  margin: auto;
}
.text-left {
  text-align: left;
}
.quotes {
  display: flex;
  padding: 2em 0;
  align-items: center;
/*   min-height: 100vh; */
}

.quotes-slide {
/*   width: 33%; */
	width: 90%;
	margin: auto;
  padding: 3rem;
  background-color: white;
/*  opacity: .4; */
  cursor: pointer;
  box-shadow: 0px 0px 0px 1px #d5d5d5;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  transition: all .5s ease;
  outline: none;
}

.quotes-slide--active {
    transform: scale(1.2);
    z-index: 10;
    opacity: 1;
    border: none;
    box-shadow: 1px 0px 10px 5px #eaeaea;
    color: #222222;
}
blockquote {
  margin: 0;
}
cite, cite span{
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
	color: #e21d24;
    font-weight: 700;
}
cite::before {
    content: '\2014 \0020';
}
.icon {
  width: 25px;
  height: 25px;
  fill: #e21d24;
}
.content p {
    color: black;
}
/* testimonial css end */


.bg-light {
    background-color: white !important;
}

.contact-box{
	text-decoration: unset;
    background: #E21D24;
    padding: 7px 21px;
    position: fixed;
    right: -48px;
    bottom: 100px;
    transform: rotate(-90deg );
    font-size: 16px!important;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 600;
    border: 2px solid #fff;
    z-index: 999;
}
.contact-box p {
    margin: 0;
}



/****----supu css----***/
div#navbar {
    justify-content: center !important;
}
div#navbar ul li a {
    font-size: 14px;
}
div#wpforms-confirmation-209 p {
    color: black;
}
figure.wp-block-image.size-large {
    height: 300px !important;
}
figure.wp-block-image.size-large img {
    object-position: top;
}
figure.wp-block-image.size-full {
    height: 300px !important;
}
figure.wp-block-image.size-full img {
    object-position: top;
}
.solutions img {
    width: 100%;
    height: auto;
}
.solutions button {
    padding: 1em 0;
	
}

.solutions p img {
    width: 2%;
    margin-right: 10px;
}
.solutions button {
    padding: 2em 5em;
    background: #fff;
    margin-bottom: 5px;
    color: black !important;
    font-weight: 600 !important;
	box-shadow: 0 0 5px 0;
}
.img-box1 h4{
	background: red;
    text-align: center;
    padding: 0.2em;
    font-size: 1.2em;
    font-weight: 700;
    font-family: math;
	margin: 0;
}
.img-box1 p{
	background: red;
    text-align: center;
    padding: 0.2em;
    font-size: 1.2em;
    font-family: math;
}
.carousel-inner .carousel-item {
    height: 620px;
}

@media(max-width: 576px){
	.carousel-item img {
	height: auto;
}
	.carousel-inner .carousel-item {
    height: auto;
}
}



button.slick-prev.slick-arrow {
    text-align: justify;
}
button.slick-next.slick-arrow {
    text-align: end;
}


div#wrap-data {
  font-family: Arial, sans-serif;
  background: linear-gradient(0deg, #777777, #1d1e22);
  background-size: 100% 1000%;
}
.content {
  text-align: center;
  width: 250px;
  height: auto;
  background: #f7f7f7;
  padding: 10px 10px;
  border-radius: 20px 0px 0 20px;
}
div#wrap-data{
  position: absolute;
  right: 0px;
  top: 100px;
  display: none;
}
.open-call {
  padding: 15px 30px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 100px;
}
.close-call {
  position: absolute;
  left: 10px;
  top: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}
div#wrap-data h1 {
  color: #1d1e22;
  font-size: 18px;
  letter-spacing: 1px;
}
div#wrap-data p {
  color: #1d1e22;
  line-height: normal;
  letter-spacing: 1px;
}

.about_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}