/*
 Theme Name:   Sekure Child
 Theme URI:    https://mikejford.com/
 Description:  Child theme for the Sekure WordPress theme
 Author:       Mike J Ford
 Author URI:   https://mikejford.com/
 Template:     sekure
 Version:      1.0.0
 Text Domain:  sekure-child
*/


/* Import parent theme styles */
@import url("../sekure/style.css");

/* Your custom styles below */
 .feature-wrapper { 
	background:#fefefe;
	box-shadow:none;
	border:0;
}
.feature-wrapper .elementor-element{
	background:#fefefe;
	box-shadow:none;
	border:0;
}
body{
	overflow-y:hidden !important;
}

.cms-header-cart.header-icon.relative.col-auto {
    display: none;
}
.c_counter img.cms-lazy.cms-img.svg {
    width: 80px;
}

 /* services card */
.feature-wrapper {
    padding: 0;
    box-shadow: none !important;
    border:none !important;
}

.feature-wrapper .elementor-element {
    padding: 0;
    border-radius:10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    
}
 
.feature-wrapper  .feature-card-box{
    padding:20px;
	padding-bottom:90px;
    
}
.feature-wrapper .sekure-icon-cctv-camera1:before{
    font-size:50px;
}
.feature-wrapper .sekure-icon-fire-alarm:before{
    font-size:50px;
}
.feature-wrapper .sekure-icon-home-automation:before{
    font-size:50px;
}
.feature-wrapper .cms-heading-features a span{
    font-size: 16px;
    font-weight: 400;
	padding-right: 0px !important;
}
 .feature-wrapper .cms-list.cms-list-5 .cms-list-item:hover {
    padding: 20px 0px;
    background-color: #fff;
    color: #1b1a1a;
}
.feature-wrapper .cms-btn-wraps{
	position: absolute;
    bottom: 14px;
    left: 4px;
}
.hide-class{
	display:none;
}
 .services-card-box {
    box-shadow: rgba(27, 26, 26, 0.12) 0px 5px 83px 0px;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: solid 1px #65B530;
}
.services-card-box svg{
   width:64px;
	height:64px;
}
.services-card-box .elementor-element{
	text-align:start;
}
 
.services-card-box:hover {
       background: var(--color-accent);
}

.services-card-box:hover a {
       background: #fff !important;
       color:#000;
}

.services-card-box:hover svg path {
       fill: #fff !important;
       color:#000;
}
.services-card-box:hover h2 {
       color:#fff !important;
}

.services-card-box:hover p {
       color:#fff !important;
}
.cms-footer-bottom{
	display:none;
}

/* footer css*/
/* Footer Styles */
.custom-footer {
  color: #fff;
  padding: 40px 0;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-widgets {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-col {
  flex: 1 1 250px;
  min-width: 200px;
}
@media (max-width: 767px) {
	.footer-col {
		flex: none !important;      
        min-width: auto;  
        width: 100%; 
	}
}
.footer-widget-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

/* Footer bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom-left {
  font-size: 14px;
  color: #bbb;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-wrap:wrap;
}
.footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer-menu li a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-widgets { flex-direction: column; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
/* footer 2 css */
.footer-links h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 6px;
}

.footer-links ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
/*  footer-col-3*/
.footer-contact h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
}

.footer-contact p {
  margin: 5px 0;
  color: #bbb;
  font-size: 14px;
}

.footer-contact a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  margin-right: 10px;
  font-size: 14px;
}
/*  col-2 css */
.footer-links h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 6px;
}

.footer-links ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-map{
	width:80%;
}
/*  faq  */
.check-list{
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 16px;
  color: #111827;
}

.check-list li{
  position: relative;
  padding-left: 25px;
  margin: 12px 0;
  line-height: 1.4;
  /* nice subtle vertical alignment */
  display: flex;
  align-items: center;
}

/* Container for ticks (uses two pseudo elements) */
.check-list li::before,
.check-list li::after{
  content: "✔"; /* check mark glyph */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  box-sizing: border-box;
  pointer-events: none;
}

/* blurred shadow tick behind */
.check-list li::before{
  background: rgba(20,164,77,0.14);
  color: var(--accent);
  filter: blur(var(--blur-strength));
  opacity: 0.9;
  transform: translateY(-50%) scale(1.06); /* slightly larger for glow */
  z-index: 0;
}

/* crisp tick on top */
.check-list li::after{
  background: white;
  border: 2px solid rgba(20,164,77,0.12);
  color: var(--accent);
  box-shadow: 0 2px 6px rgba(16,24,40,0.04);
  z-index: 1;
}

/* Optional: make ticks smaller on small screens */
@media (max-width:420px){
  :root{ --size: 22px; --gap: 10px; --blur-strength: 3px; }
  .check-list{ font-size:15px; }
}
.content-card-boox{
	border-radius: 30px !important;
    background: #FFF;
    box-shadow: 0px 9px 40px 5px rgba(0, 0, 0, 0.08);
    padding: 50px !important;
    
    border: solid 2px #000;
} 
.accordieen-item-wrapper {
    border: solid 1px #65b530;
    border-radius: 10px;
}

.accordieen-item-wrapper .elementor-element.elementor-element-ad0879b.e-con-full.e-flex.e-con.e-child {
	border:none;
}
.accordieen-item-wrapper .e-n-accordion-item-title{
	border:none;
}