*{
	margin:0;
	padding:0;
}
.section{
	padding:100px 0px 25px 0px;
}
html,body {
	height: 100%;
	margin: 0;
}
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#333;
	background:#F6F6F6;
	margin:0;
	padding:0;
}

a,button{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
p{
	padding:0;
	margin:0;
}
ul, li{
	list-style:none;
	padding:0;
	margin:0;
	
}
a,button{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	outline:none;
	box-shadow:none;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
.button .btn{
	font-weight:500;
	font-size:15px;
	height:45px;
	color:#888888;
	display:inline-block;
	line-height:45px;
	padding:0 45px 0 45px;
}
.btn {
	border:none;
	border-radius:0px;
}
.section-title{
	text-align: center;
    margin-bottom: 40px;
    padding: 0 190px;
}
.section-title h2{
	font-size:32px;
	font-weight: 500;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:15px;
	position:relative;
}
.section-title h2:before{
	content:"";
	width:100px;
	height:1px;
	position:absolute;
	bottom:-1px;
	margin-left:-50px;
	left:50%;
}
.section-title h2::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -6px;
	margin-left: -3px;
	left: 50%;
	transform: rotate(45deg);
}
.section-title p{
	font-size:15px;
	color:#888;
}


/*breadcrumb*/
.breadcrumb{
	padding:70px 0;
	margin:0;
	background:url('../img/hero/breadcrumb.png');
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
.breadcrumb:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#200000;
	opacity:0.8;
	content:"";
}
.breadcrumb .breadcrumb-text{
	text-align:center;
}
.breadcrumb .breadcrumb-text h2{
	padding-bottom: 10px;
	color:#fff;
	text-transform:capitalize;
}
.breadcrumb .breadcrumb-text h2 span{
	color:#ED1C24;
	text-shadow:0px 0px 2px #fff;
}
.breadcrumb .breadcrumb-text ul {
	background: #fff3;
	display: inline-block;
	padding: 15px;
	border-radius: 2px;
}
.breadcrumb .breadcrumb-text ul li{
	display:inline-block;
}
.breadcrumb .breadcrumb-text ul li a{
	color:#fff;
	font-size:15px;
}
.breadcrumb .breadcrumb-text ul li a:hover{
	color:#edecec;
}
.breadcrumb .breadcrumb-text ul li i{
	color:#fff;
}

.slicknav_menu{
	display:none;
}

#scrollUp{
	bottom: 20px;
	right: 20px;
	padding: 10px 20px;
	color: #fff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius:2px;
	box-shadow:0px 0px 3px #333;
	transform:rotate(-45deg);
	border-radius:100%;
}
#scrollUp:hover{
	background:#6f6f6f;
	color:#fff;
}

/* Preloader Animaion */
.color-plate {
	position: fixed;
	width: 200px;
	background: #fff;
	z-index: 9999;
	top: 50%;
	margin-top: --100px;
	box-shadow: -3px 0px 50px -2px rgba(0,0,0,0.14);
	right: -200px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 20px;
}
.color-plate.active{
	right:0;
}
.color-plate .icon {
	position: absolute;
	left: -50px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	top: 0;
}
.color-plate h2 {
	text-transform: capitalize;
	color: #000000b3;
	border-bottom: 3px solid #3336;
	padding-bottom: 10px;
	font-size: 20px;
}
.color-plate .color-head {
	margin-left: -10px;
}
.color-plate span {
	width: 40px;
	height: 30px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}
.color-plate span:hover{
	cursor:pointer;
}
.color-plate span.color1{
	background:#ed5409;
}
.color-plate span.color2{
	background:#ED1C24;
}
.color-plate span.color3{
	background:#16A085;
}
.color-plate span.color4{
	background:#FF9800;
}
.color-plate span.color5{
	background:#FF6853;
}
.color-plate span.color6{
	background:#82B440;
}
.color-plate span.color7{
	background:#36BFC4;
}
.color-plate span.color8{
	background:#4CAF50;
}
.color-plate span.color9{
	background:#8e44ad;
}
.color-plate span.color10{
	background:#1DABB8;
}

/*============================
	Header CSS
==============================*/
.header{
	background:#fff;
	z-index:999999;
}
.header .header-inner.sticky{
	z-index:99999;
	
}
.header .navbar-collapse{
	padding:0;
}

.header .header-inner {
	z-index:999;
	height: 80px;
	background:#f5f5f5;
	-webkit-box-shadow:0px 0px 5px #000;
	-moz-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
	
}
.header .logo {
	float: left;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
	float: right;
}
.header .nav li{
	margin-right: 0;
    float: left;

}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color:#333;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px;
    height: 80px;
    display: flex;
    align-items: center;
  }
.header .nav li a i{
	margin-left:5px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li:hover a i{
	transform:rotate(180deg);
}


.header #nav li:hover a{
	box-shadow:none;
	text-shadow:none;
	border:none;
}



/* dropdown */

#header .nav li .dropdown{
	background: #fff;
	top:80px;
    width: 220px;
    position: absolute;
    left: -15px;
    z-index: 99;
	border-top:3px solid;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	left:0;
}
#header .nav li .dropdown li{
	float:none;
	margin:0;
}
#header .nav li .dropdown li a{
	padding: 10px 15px;
    color: #333;
    display: block;
}
#header .nav li .dropdown li i{
	float:right;
}


#header .nav li .dropdown li a:before{
	display:none;
}

.header .navbar-collapse {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .nav {
  display: flex;
  align-items: center;
  gap: 8px; /* controls spacing cleanly */
}


/* Sticky */
.header .sticky {
	position: fixed;
	width: 100%;
	top: 0;
	animation: fadeInDown 0.8s both 0s;
}

nav a[href*="get-quote"] {
  background: #ED1C24;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600;
  border: 2px solid #ED1C24;
  height: auto;
  display: inline-flex;
  align-items: center;
}

/* Hover */
nav a[href*="get-quote"]:hover {
  background: transparent;
  color: #ED1C24 !important;
}

.header .logo img {
  height: 70px !important;
}

@media (max-width: 1200px) {
  .header .nav li a {
    font-size: 13px;
    padding: 0 8px;
  }

  nav a[href*="get-quote"] {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/*===================
	End Header CSS
=====================*/

/* =====================================
   HERO SLIDER – CLEAN & STABLE (ADONAI)
   Single Source of Truth – No Conflicts
===================================== */

/* MAIN SLIDER */
#slider {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* FULLSCREEN HERO (KEY CHANGE) */
#slider .single-slider {
  position: relative;
  width: 100%;
  height: 100vh;              /* Fills entire screen */
  min-height: 700px;          /* Safety for short screens */
  background-size: cover;     /* Fill screen properly */
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;        /* Vertical center */
  justify-content: center;    /* Horizontal center */
  text-align: center;
  overflow: hidden;
}

/* DARK OVERLAY */
#slider .single-slider:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #140000;
  opacity: 0.85; /* Slightly reduced for better image visibility */
  z-index: 1;
}

/* TEXT WRAPPER */
#slider .single-slider .text,
.hero-text {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px; /* Wider for premium hero look */
}

/* BIGGER MAIN TITLE (UPGRADED) */
.hero-title,
#slider .single-slider h1 {
  color: #fff;
  font-size: 80px;     /* Increased from 60px */
  font-weight: 800;    /* Stronger authority */
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

/* BIGGER SUBTITLE */
.hero-subtitle {
  color: #fff;
  font-size: 34px;     /* Increased */
  line-height: 1.4;
  margin-top: 10px;
  font-weight: 500;
}

/* DESCRIPTION (MORE READABLE) */
.hero-desc,
#slider .single-slider p {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;     /* Increased from 16px */
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

/* BUTTON SPACING */
#slider .button {
  margin-top: 45px;
  display: inline-block;
}

/* =====================================
   LARGE DESKTOP (4K & Wide Screens)
   ===================================== */
@media (min-width: 1600px) {
  .hero-title,
  #slider .single-slider h1 {
    font-size: 96px;
  }

  .hero-subtitle {
    font-size: 40px;
  }

  .hero-desc {
    font-size: 20px;
  }
}

/* =====================================
   TABLET (≤ 991px)
   ===================================== */
@media (max-width: 991px) {

  #slider .single-slider {
    height: 90vh;
    min-height: 600px;
  }

  .hero-title,
  #slider .single-slider h1 {
    font-size: 52px;
    line-height: 1.25;
  }

  .hero-subtitle {
    font-size: 26px;
  }

  .hero-desc {
    font-size: 16px;
    padding: 0 20px;
  }
}

/* =====================================
   MOBILE (≤ 767px)
   ===================================== */
@media (max-width: 767px) {

  #slider .single-slider {
    height: 85vh;          /* Still fills most of screen */
    min-height: 500px;
    background-position: center;
  }

  .hero-title,
  #slider .single-slider h1 {
    font-size: 36px;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 1.4;
  }

  .hero-desc {
    font-size: 15px;
    padding: 0 15px;
  }

  #slider .button {
    margin-top: 30px;
  }
}

/* =====================================
   SMALL PHONES (≤ 480px)
   ===================================== */
@media (max-width: 480px) {

  #slider .single-slider {
    height: 80vh;
    min-height: 420px;
  }

  .hero-title,
  #slider .single-slider h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-desc {
    font-size: 14px;
  }
}


/*=========================
	about-us CSS
===========================*/

#about-us .feature-left img {
	height: 368px;
	width: 100%;
	margin-top: 30px;
}

#about-us .single-right{
	position:relative;
	margin-top:30px;
}
#about-us .single-right i{
	font-size:26px;
	position:absolute;
	left:50px;
	top:0;
	height:64px;
	width:64px;
	line-height:64px;
	border:1px solid #ddd;
	border-radius:100%;
	text-align:center;
	transition:all 0.4s ease;
}
#about-us .single-right:hover i{
	transform:scale(1.1);
	border-color:transparent;
}
#about-us .single-right .right-content{
	margin-left:133px;
}
#about-us .single-right .right-content h3{
	font-size: 22px;
    color: #000;
    margin: 0;
    padding: 0;
}
#about-us .single-right .right-content p{
	color:#989898;
}

.about-btn {
  display: inline-block;
  padding: 12px 30px;
  color: #ff0000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

/* Corner Brackets */
.about-btn::before,
.about-btn::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #ff0000;
  transition: 0.3s ease;
}

.about-btn::before {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.about-btn::after {
  bottom: -5px;
  right: -5px;
  border-left: none;
  border-top: none;
}

/* Hover = tactical glow */
.about-btn:hover {
  color: #fff;
  background: #ff0000;
  padding: 12px 34px;
}

.about-btn:hover::before,
.about-btn:hover::after {
  width: 100%;
  height: 100%;
}

/*=========================
	End about-us CSS
===========================*/

/*=========================
	services CSS
===========================*/
#Services{
	background:#fff;
}	
#Services .single-service {
	padding: 20px;
	background: #F6F6F6;
	margin-top: 30px;
	text-align: center;
	transition: all 0.6s ease;
	position:relative;
	box-shadow: 0px 0px 7px #0003;
}

#Services .single-service i {
	font-size: 32px;
	color: #fff;
	height: 66px;
	width: 66px;
	line-height: 66px;
	border-radius: 100%;
	transition:all 0.4s ease;
}
#Services .single-service h3::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 27px;
	border: 2px solid;
	height: 54px;
	width: 54px;
	border-radius: 100%;
	margin-left: -27px;
	transition:all 0.4s ease;
}
#Services .single-service:hover h3::before{
	top: 13px;
	height: 80px;
	width: 80px;
	margin-left: -40px;
}


#Services .single-service h3{
	margin:20px 0px;
	color:#5c5e5f;
}

#Services .single-service p{
	color:#9f9f9f;
}

/*===================
  Services Page Cards (Adonai)
=====================*/
#services-page .single-service-card {
  background: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  transition: all 0.4s ease;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

#services-page .single-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 15px 35px rgba(0,0,0,0.12);
}

#services-page .service-head {
  height: 220px;
  overflow: hidden;
  position: relative;
}

#services-page .service-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#services-page .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ED1C24;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
}

#services-page .service-body {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#services-page .service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

#services-page .service-desc {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  flex-grow: 1;
  margin-bottom: 20px;
}

#services-page .service-btn {
  color: #ED1C24;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}

#services-page .service-btn:hover {
  color: #111;
}

#services-page .service-btn i {
  margin-left: 6px;
}

/*=========================
	End services CSS
===========================*/



/*===================
	Shop (Adonai Security Store)
=====================*/

#shop {
  background: #ffffff;
}

/* Product Card */
#shop .single-product {
  background: #faf9f9;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

#shop .single-product:hover {
  transform: translateY(-8px);
  box-shadow: 0px 18px 40px rgba(0,0,0,0.12);
}

/* Product Image Container */
#shop .product-head {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #000;
}

#shop .product-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

#shop .single-product:hover .product-head img {
  transform: scale(1.08);
}

/* Badge (Top Left) */
#shop .product-head .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ED1C24;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

/* Product Body */
#shop .product-body {
  padding: 25px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Product Title */
#shop .product-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  line-height: 26px;
}

/* Description */
#shop .product-desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 18px;
  flex-grow: 1;
}

/* Price Section */
#shop .product-meta {
  margin-bottom: 15px;
}

#shop .price {
  font-size: 20px;
  font-weight: 700;
  color: #ED1C24;
}

/* Shop Button */
#shop .shop-btn {
  display: inline-block;
  text-align: center;
  background: #ED1C24;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 18px;
  border: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

#shop .shop-btn i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

#shop .shop-btn:hover {
  background: #111;
  color: #fff;
}

#shop .shop-btn:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 767px) {
  #shop .product-head {
    height: 200px;
  }

  #shop .product-body {
    padding: 20px;
  }

  #shop .product-title {
    font-size: 16px;
  }
}

/* ===============================
   SHOP FILTER BAR (SEARCH + SORT)
================================= */
.shop-filter-bar {
  margin-bottom: 25px;
}

/* Flex container */
.filter-wrapper {
  width: 100%;
}

.filter-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* SEARCH (wide like product grid) */
.search-box {
  position: relative;
  flex: 1; /* This makes it expand wide */
}

.search-box input {
  width: 100%;
  height: 48px;
  padding: 0 45px 0 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.search-box input:focus {
  border-color: #ED1C24;
  outline: none;
  box-shadow: 0 0 0 2px rgba(237,28,36,0.15);
}

/* Search icon */
.search-box i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
}

/* SORT (sticks to far right) */
.sort-box {
  min-width: 220px;
}

.sort-box select {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 15px;
  background: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sort-box select:focus {
  border-color: #ED1C24;
  outline: none;
}

/* ===============================
   MOBILE OPTIMIZATION (VERY IMPORTANT)
================================= */
@media (max-width: 767px) {

  /* Remove sidebar spacing on mobile */
  .shop-filter-bar .col-md-3 {
    display: none;
  }

  .filter-flex {
    flex-direction: column;
    gap: 12px;
  }

  .search-box,
  .sort-box {
    width: 100%;
  }

  .search-box input,
  .sort-box select {
    height: 46px;
    font-size: 14px;
  }
}

/*===================
	Single Product Page (Adonai Security)
=====================*/

#single-product {
  background: #ffffff;
}

/* Gallery */
.product-gallery .main-image {
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fafafa;
}

.product-gallery .main-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-gallery .main-image:hover img {
  transform: scale(1.05);
}

.thumb-images {
  display: flex;
  gap: 10px;
}

.thumb-images img {
  width: 100%;
  max-width: 100px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #eee;
  cursor: pointer;
  transition: 0.3s ease;
}

.thumb-images img:hover {
  border-color: #ED1C24;
  transform: scale(1.05);
}

/* Product Details */
.product-details {
  padding-left: 20px;
}

.product-category {
  display: inline-block;
  font-size: 13px;
  color: #ED1C24;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  line-height: 38px;
}

/* Meta */
.product-meta {
  margin-bottom: 15px;
}

.product-meta .price {
  font-size: 28px;
  font-weight: 700;
  color: #ED1C24;
  margin-right: 20px;
}

.availability {
  font-size: 14px;
  color: #28a745;
  font-weight: 600;
}

.availability i {
  margin-right: 5px;
}

/* Description */
.product-description {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin-bottom: 25px;
}

/* Features */
.product-features h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.product-features ul {
  padding: 0;
}

.product-features li {
  list-style: none;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.product-features li i {
  color: #ED1C24;
  margin-right: 8px;
}

/* Buttons */
.product-actions {
  margin-top: 25px;
}

.buy-btn {
  background: #ED1C24;
  color: #fff;
  padding: 12px 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
  border: none;
  transition: 0.3s ease;
}

.buy-btn:hover {
  background: #111;
  color: #fff;
}

.contact-btn {
  background: transparent;
  color: #ED1C24;
  border: 2px solid #ED1C24;
  padding: 10px 26px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #ED1C24;
  color: #fff;
}

/* Extra Info */
.product-info {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.product-info span {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 6px;
}

.product-info i {
  color: #ED1C24;
  margin-right: 8px;
}

/* Tabs */
.product-tabs {
  margin-top: 60px;
  background: #fafafa;
  padding: 30px;
  border: 1px solid #eee;
}

.tab-nav {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.tab-nav li {
  list-style: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #555;
  transition: 0.3s ease;
}

.tab-nav li.active,
.tab-nav li:hover {
  color: #ED1C24;
  border-bottom: 2px solid #ED1C24;
}

.tab-content p {
  color: #666;
  line-height: 28px;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .product-gallery .main-image img {
    height: 300px;
  }

  .product-title {
    font-size: 24px;
    line-height: 32px;
  }

  .product-details {
    padding-left: 0;
    margin-top: 30px;
  }
}

/*===================
	Shop Pagination
=====================*/

#shop .single-product {
  margin-bottom: 40px; /* prevents cards from sticking together */
}

.shop-pagination {
  text-align: center;
  margin-top: 20px;
}

.shop-pagination ul {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 0;
  background: #fff;
}

.shop-pagination ul li {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
}

.shop-pagination ul li:last-child {
  border-right: none;
}

.shop-pagination ul li a {
  display: block;
  padding: 10px 20px;
  color: #555;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.shop-pagination ul li a:hover {
  background: #ED1C24;
  color: #fff;
}

.shop-pagination ul li.active a {
  background: #ED1C24;
  color: #fff;
}

.shop-pagination ul li i {
  margin: 0 5px;
}

/*===================
	FAQ Section
=====================*/
#faq .panel {
	border: 1px solid #eeeeee;
	box-shadow: none;
	margin-bottom: 15px;
	border-radius: 0;
}

#faq .panel-heading {
	background: #fff;
	padding: 15px 20px;
	border-bottom: 1px solid #eeeeee;
}

#faq .panel-title a {
	display: block;
	font-weight: 600;
	color: #222;
	text-decoration: none;
	position: relative;
}

#faq .panel-title a:hover {
	color: #ED1C24;
}

#faq .panel-body {
	color: #666;
	line-height: 26px;
	font-size: 15px;
	background: #faf9f9;
	padding: 20px;
}

#faq .panel-default > .panel-heading {
	background-color: #ffffff;
}

/*===================
	Testimonials
=====================*/
#testimonials{
	/* background-image:url('img/testi-bg.jpg'); */
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
#testimonials .bg:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.9;
}
#testimonials .single-testimonial{
	padding:0 185px;
	text-align:center;
	position:relative;
}
#testimonials .single-testimonial img {
	height: 65px;
	width: 65px;
	border-radius: 100%;
	border: 3px solid #fff;
	margin-bottom: 10px;
	position: absolute;
	left: 50%;
	top: -70px;
	margin-left: -34px;
}
#testimonials .single-testimonial h2 {
	color: #fff;
	font-size: 33px;
	margin-bottom: 10px;
	margin-top: 70px;
	font-weight: 400;
}
#testimonials .single-testimonial p{
	color:#c8c7c7;
	font-size:14px;
	text-transform:capitalize;
	position:relative;
	font-weight:300;
	
}
#testimonials .single-testimonial p i {
	margin-right: 10px;
	font-size: 16px;
}
#testimonials .single-testimonial p .fa {
	margin:0px 10px;
}
#testimonials .single-testimonial span{
	margin-top:15px;
	color:#c8c7c7;
	font-size:14px;
	display:block;
}
#testimonials .owl-dots {
	z-index: 333;
	left: 50%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
#testimonials .owl-dots button{
	width: 15px;
    height: 8px;
    background: #fff;
    margin-right: 5px;
	border:1px solid transparent;
}
#testimonials .owl-dots button.active{
	background:transparent;
	border-color:#fff;
}

/*===================
	End Testimonials
=====================*/

/*===================
  Blog
=====================*/

#blog {
  background: #ffffff;
}

/* Blog Card */
#blog .single-news {
  background: #faf9f9;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}

#blog .single-news:hover {
  transform: translateY(-8px);
  box-shadow: 0px 15px 35px rgba(0,0,0,0.12);
}

/* Image container */
#blog .single-news .news-head {
  height: 230px;          
  overflow: hidden;
  position: relative;
}

/* Image itself */
#blog .single-news .news-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;      
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

#blog .single-news:hover .news-head img {
  transform: scale(1.08);
}

/* Content Body */
#blog .single-news .news-body {
  padding: 25px;
  position: relative;
  background: #fff;
}

/* Date Badge (Top Left Over Image Edge) */
#blog .single-news .news-body .date {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #ED1C24;
  color: #fff;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

#blog .single-news .news-body .date span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Title */
#blog .single-news .news-body h2 {
  font-size: 18px;
  margin: 15px 0 10px 0;
  line-height: 26px;
  text-transform: none;
}

#blog .single-news .news-body h2 a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

#blog .single-news .news-body h2 a:hover {
  color: #ED1C24;
}

/* Meta (Author & Comments) */
#blog .single-news .news-body .title {
  margin-bottom: 12px;
}

#blog .single-news .news-body .title span {
  display: inline-block;
  font-size: 13px;
  color: #888;
  margin-right: 15px;
}

#blog .single-news .news-body .title i {
  margin-right: 5px;
  color: #ED1C24;
}

/* Description */
#blog .single-news .news-body p {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 18px;
}

/* Read More Button */
#blog .single-news .news-body .btn {
  font-size: 14px;
  font-weight: 600;
  color: #ED1C24;
  text-transform: uppercase;
  padding: 0;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}

#blog .single-news .news-body .btn i {
  margin-left: 6px;
  transition: all 0.3s ease;
}

#blog .single-news .news-body .btn:hover {
  color: #111;
}

#blog .single-news .news-body .btn:hover i {
  transform: translateX(5px);
}

#blog .pagination-head {
  text-align: center;
  margin-top: 20px;
}

#blog .pagination {
  display: inline-block;
}

#blog .pagination ul {
  padding: 0;
}

#blog .pagination ul li {
  display: inline-block;
}

#blog .pagination ul li:last-child {
  border-right: none;
}

#blog .pagination ul li a {
  display: block;
  padding: 10px 18px;
  color: #555;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

#blog .pagination ul li a:hover {
  background: #ED1C24;
  color: #fff;
}

#blog .pagination ul li i {
  margin: 0 5px;
}

@media (max-width: 767px) {
  #blog .single-news img {
    height: 200px;
  }

  #blog .single-news .news-body {
    padding: 20px;
  }

  #blog .single-news .news-body h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

#blog .row {
  display: flex;
  flex-wrap: wrap;
}

#blog .col-md-4,
#blog .col-sm-6,
#blog .col-xs-12 {
  display: flex;
}

#blog .single-news {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#blog .single-news .news-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#blog .single-news .news-body .btn {
  margin-top: auto;
}

#blog .single-news .news-body p {
  flex-grow: 0;
}

@media (max-width: 767px) {
  #blog .row {
    display: block;
  }

  #blog .col-md-4,
  #blog .col-sm-6,
  #blog .col-xs-12 {
    display: block;
  }

  #blog .single-news {
    height: auto;
  }
}

#blog .col-md-4,
#blog .col-sm-6,
#blog .col-xs-12 {
  margin-bottom: 30px;
}

#blog .single-news {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #blog .col-md-4 {
    margin-bottom: 40px;
  }
}


/* =====================================
   BLOG PAGINATION – CENTER (DESIGN SAFE)
   ===================================== */

/* Keep your original design but force true centering */
#blog .pagination-head {
  text-align: center;
  width: 100%;
}

#blog .pagination {
  display: inline-flex; /* instead of inline-block = better centering */
  justify-content: center;
  align-items: center;
}

/* Ensure the list itself is centered */
#blog .pagination ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* Maintain your exact visual design */
#blog .pagination ul li {
  display: inline-block;
}

/* Disabled state (for Prev/Next when not needed) */
#blog .pagination ul li.disabled a {
  background: #f5f5f5;
  color: #bbb !important;
  cursor: not-allowed;
  pointer-events: none; 
  opacity: 0.7;
}

/* Keep hover from affecting disabled buttons */
#blog .pagination ul li.disabled a:hover {
  background: #f5f5f5;
  color: #bbb !important;
}

/* Optional: active page highlight (matches your red theme) */
#blog .pagination ul li.active a {
  background: #ED1C24;
  color: #fff;
  border-color: #ED1C24;
}

#blog .pagination ul li {
  margin: 0 4px; /* small horizontal gap between buttons */
}

/* Keep edges clean so it still looks like a unified control */
#blog .pagination ul {
  padding: 4px 6px;
}

/* Optional: slightly smoother clickable area */
#blog .pagination ul li a {
  border-radius: 3px; /* very subtle, maintains original style */
}

/*===================
  Blog Single 
=====================*/

#blog-single {
  background: #ffffff;
}

/* Main Article Wrapper */
#blog-single .single-news {
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Hero Image */
#blog-single .single-news .news-head {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
  position: relative;
}

#blog-single .single-news .news-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Article Body */
#blog-single .single-news .news-body {
  padding: 45px 50px;
  position: relative;
  background: #fff;
}

/* Date Badge */
#blog-single .single-news .news-body .date {
  position: absolute;
  top: -28px;
  left: 50px;
  background: #ED1C24;
  color: #fff;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
}

#blog-single .single-news .news-body .date span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 3px;
  letter-spacing: 1px;
}

/* Article Title */
#blog-single .single-news .news-body h2 {
  font-size: 32px;
  line-height: 42px;
  margin: 20px 0 15px 0;
  font-weight: 700;
  color: #111;
}

#blog-single .single-news .news-body h2 a {
  color: #111;
  text-decoration: none;
}

/* Meta Info (Author & Comments) */
#blog-single .single-news .news-body .title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

#blog-single .single-news .news-body .title span {
  font-size: 14px;
  color: #777;
  margin-right: 20px;
}

#blog-single .single-news .news-body .title i {
  color: #ED1C24;
  margin-right: 6px;
}

/* Article Paragraphs */
#blog-single .single-news .news-body p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

/* Strong readability for long content */
#blog-single .single-news .news-body p:first-of-type {
  font-size: 17px;
  line-height: 32px;
  color: #333;
}

/* Tags Section */
#blog-single .single-news .news-body .tags {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 16px;
  color: #222;
  text-transform: capitalize;
}

#blog-single .single-news .news-body .tags li {
  display: inline-block;
  margin-left: 8px;
}

#blog-single .single-news .news-body .tags li a {
  display: inline-block;
  background: #f4f4f4;
  color: #555;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#blog-single .single-news .news-body .tags li a:hover {
  background: #ED1C24;
  color: #fff;
}

/* Improve spacing inside container for premium feel */
#blog-single .container {
  max-width: 900px;
}

/* Breadcrumb visual alignment */
.breadcrumb .breadcrumb-text h2 {
  font-weight: 600;
  letter-spacing: 1px;
}

/* Responsive Optimization */
@media (max-width: 991px) {
  #blog-single .single-news .news-body {
    padding: 35px 30px;
  }

  #blog-single .single-news .news-body h2 {
    font-size: 26px;
    line-height: 36px;
  }

  #blog-single .single-news .news-head {
    max-height: 300px;
  }
}

@media (max-width: 576px) {
  #blog-single .single-news .news-body {
    padding: 25px 20px;
  }

  #blog-single .single-news .news-body p {
    font-size: 15px;
    line-height: 28px;
  }

  #blog-single .single-news .news-body .date {
    left: 20px;
  }
}

.blog-content h1,
.blog-content h2,
.blog-content h3 {
  margin-top: 20px;
  font-weight: 600;
}

.blog-content p {
  margin-bottom: 15px;
}

.blog-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.blog-content img {
  max-width: 100%;
  border-radius: 6px;
  margin: 15px 0;
}

/*===================
	Fun Facts CSS
=====================*/
.fun-facts{
	text-align:center;
	margin-top:30px;
	/* background-image:url('../img/hero/hero-bg.png'); */
	position:relative;
}
.fun-facts .bf-color:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.9;
	
}
/* single-fun */
.fun-facts .single-fun{
	transition:all 0.4s ease;
	padding: 28px;
	background:#FFFFFF4D;
	text-align: center;
}

.fun-facts .single-fun i {
	font-size: 52px;
	color: #fff;
	display: block;
	margin-bottom: 14px;
	line-height: 80px;
	
}

.fun-facts .single-fun span{
	color:#fff;
	font-weight:600;
	font-size:30px;
	
}
.fun-facts .single-fun p{
	color:#fff;
	font-size:15px;
}

/*===================
	End Fun
=====================*/

/*===================
	About US CSS
=====================*/

.skill h2 {
	font-size: 25px;
	margin-bottom: 20px;
}
.skill p {
	margin-bottom: 10px;
}
.skill .button .btn {
	color: #fff;
}
.skill .button .btn{
	background:#ED1C24;
}
.skill .button .btn:hover{
	background:#333;
}

.skill .progress .progress-bar{
	background:#ED1C24;
}

.skill .skill-title h4 {
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 600;
}
.skill .progress {
	overflow: visible;
	border-radius: 0px 5px 5px 0px;
	box-shadow: none;
	background: #fff;
	height: 5px;
}
.skill .progress .progress-bar {
	position: relative;
}
.skill .progress .progress-bar span {
	position: absolute;
	right: 20px;
	top: -36px;
	color: #666;
	font-weight: 500;
	font-size: 14px;
}
.skill .progress .progress-bar span::before {
	position: absolute;
	bottom: -25px;
	left: 50%;
	content: "";
	margin-left: -10px;
	border: 7px solid #ED1C24;
	border-radius: 100%;
}
/*=======================
  End About US CSS
=========================*/





/*===================
  CONTACT – MODERN DESKTOP REDESIGN
=====================*/
#contact {
  position: relative;
  background: #0b0b0b;
  padding: 120px 0;
  overflow: hidden;
}

/* Reset old template hacks (CRITICAL) */
#contact .contact-left,
#contact .contact-right {
  position: relative;
  top: 0 !important;
  left: 0 !important;
}

/* Main wrapper alignment */
#contact .contact-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* LEFT INFO CARD */
#contact .contact-left {
  background: #ffffff;
  padding: 45px 40px;
  border-radius: 10px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
  z-index: 2;
  height: 100%;
}

#contact .contact-left h3 {
  color: #111;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #e30613;
  display: inline-block;
  padding-bottom: 8px;
}

#contact .contact-left h3 span {
  color: #e30613;
}

#contact .contact-left p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
  margin-top: 15px;
}

/* RIGHT FORM PANEL (RED) */
#contact .contact-right {
  background: linear-gradient(135deg, #e30613, #b3000c);
  padding: 70px 60px;
  border-radius: 12px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
  position: relative;
}

/* Remove the old corner triangle decorations */
#contact .contact-right::before,
#contact .contact-right::after {
  display: none;
}

/* FORM LAYOUT */
#contact .form {
  margin-top: 0;
}

#contact .form .form-group {
  margin-bottom: 25px;
}

/* INPUT FIELDS */
#contact .form input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}

#contact .form input::placeholder,
#contact .form textarea::placeholder {
  color: rgba(255,255,255,0.8);
}

#contact .form input:focus,
#contact .form textarea:focus {
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.15);
}

/* TEXTAREA */
#contact .form textarea {
  width: 100%;
  height: 200px;
  padding: 18px;
  resize: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

/* BUTTON */
#contact .form .button {
  margin-top: 10px;
}

#contact .form .btn {
  background: #ffffff;
  color: #e30613;
  font-weight: 600;
  height: 50px;
  padding: 0 35px;
  border-radius: 6px;
  border: none;
  transition: all 0.3s ease;
}

#contact .form .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

/* DESKTOP SPACING FIX (WIDE SCREENS) */
@media (min-width: 1200px) {
  #contact .contact-left {
    margin-right: -40px; /* slight overlap effect */
  }
}

/* TABLET */
@media (max-width: 991px) {
  #contact {
    padding: 90px 0;
  }

  #contact .contact-left {
    margin-bottom: 30px;
  }

  #contact .contact-right {
    padding: 50px 30px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  #contact {
    padding: 70px 0;
  }

  #contact .contact-left,
  #contact .contact-right {
    border-radius: 8px;
  }

  #contact .contact-right {
    padding: 40px 20px;
  }
}

/* =====================================
   SMALL DEVICES (TABLETS & PHONES ≤ 767px)
   ===================================== */
@media (max-width: 767px) {

  /* Stack layout naturally */
  #contact .contact-head {
    display: block;
  }

  /* Left card becomes full width */
  #contact .contact-left {
    margin: 0 0 25px 0;
    padding: 30px 25px;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  }

  #contact .contact-left h3 {
    font-size: 22px;
  }

  #contact .contact-left p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* Form panel spacing fix */
  #contact .contact-right {
    padding: 40px 25px;
    border-radius: 8px;
  }

  /* Remove desktop overlap behavior */
  #contact .contact-left {
    margin-right: 0 !important;
  }

  /* Make inputs more touch-friendly */
  #contact .form input {
    height: 48px;
    font-size: 14px;
  }

  #contact .form textarea {
    height: 180px;
    font-size: 14px;
  }

  /* Button full width for mobile UX */
  #contact .form .btn {
    width: 100%;
    height: 48px;
    font-size: 15px;
  }

  /* Fix column stacking spacing */
  #contact .form .col-md-6 {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* =====================================
   EXTRA SMALL PHONES (≤ 480px)
   ===================================== */
@media (max-width: 480px) {

  #contact {
    padding: 60px 0;
  }

  #contact .contact-left {
    padding: 25px 20px;
  }

  #contact .contact-right {
    padding: 30px 20px;
  }

  #contact .contact-left h3 {
    font-size: 20px;
  }

  #contact .form input,
  #contact .form textarea {
    font-size: 13px;
  }

  #contact .form textarea {
    height: 160px;
  }
}



/*===================
	Footer CSS
=====================*/
.footer{
	padding:0;
	background-color:#F6F6F6;
}
.footer .footer-top{
	padding:50px 0px;
	
}
.footer .logo{
	margin-bottom:23px;
}

.footer .single-footer .contact {
	margin-top: 15px;
}
.footer .single-footer .contact p{
	margin-top:10px;
}
.footer .single-footer .contact i{
	margin-right:10px;
}
.footer .single-footer .contact .location{
	color:#868585;
}
.footer .single-footer .contact .mail-add{
	color:#868585;
}
.footer .single-footer .contact .call{
	color:#868585;
}



.footer .single-footer span i{
	margin-right:5px;
}
.footer .single-footer span{
	display:block;
	color:#868585;
	margin: 12px 0px;
	text-transform:capitalize;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .single-footer span:hover{
	cursor:pointer;
}
.footer .single-footer h2{
	color:#333;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:20px;
	text-transform:uppercase;
}
.footer .single-footer h2 i{
	margin-right:10px;
	padding-right:5px;
	border-right:2px solid;
}
.footer .single-footer p{
	color:#333;
}
.footer .single-footer .mail{
	margin-top:20px;
}
.footer .single-footer .mail input{
	background: transparent;
	border: 1px solid #868585;
	height: 45px;
	line-height: 45px;
	width: 245px;
	margin-right: 15px;
	color: #868585;
	padding-left: 18px;
	display: inline-block;
	float: left;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #868585 !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #868585 !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #868585 !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #868585 !important;
}
.footer .single-footer .button {
	height: 37px;
	width: 109px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	margin-top: 10px;
	margin-left: 0;
	font-size: 15px;
	text-transform: capitalize;
}
.footer .single-footer .button a{
	color:#fff;
}
.footer .single-footer .button:hover{
	background:#555;
	color:#c8c8c8;
}
.footer .single-footer .mail i {
	position: absolute;
	left: 0;
	color: #333;
	top: 230px;
}
.footer .single-footer .mail p{
	margin-top:10px;
}
.footer .copyright{
	text-align:center;
	padding:20px 0;
	
}
.footer .copyright .copyright-content{
	float:left;
}

.footer .copyright .copyright-content p{
	color:#fff;
}

.footer .copyright .social{
	float:right;
	margin-right:15px;
	
}

.footer .copyright .social li{
	display:inline-block;
	margin-right:5px;
}
.footer .copyright .social li a{
	background:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	display:block;
	
}
.footer .copyright .social li a:hover{
	color:#fff;
	background:#333;
}
.footer .copyright .social ul li a i{
	font-size:15px;
	
}
/*===================
	End Footer CSS
=====================*/

/*=========================
  Enhanced About Page (Adonai)
===========================*/

#about-us {
  background: #ffffff;
}

/* Text block styling */
#about-us .about-text {
  padding: 10px 20px;
}

#about-us .about-text h2 {
  font-size: 32px;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
  position: relative;
}

#about-us .about-text h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ED1C24; /* brand red */
  position: absolute;
  bottom: -10px;
  left: 0;
}

#about-us .about-text p {
  color: #666;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 15px;
}

/* Image styling */
#about-us .about-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0px 15px 35px rgba(0,0,0,0.15);
  transition: all 0.4s ease;
}

#about-us .about-image img:hover {
  transform: scale(1.03);
}

/* Section spacing consistency */
#about-us .row {
  margin-bottom: 40px;
}

/* Core Capabilities cards (reuse service style but more premium) */
#about-us .single-service {
  background: #F6F6F6;
  padding: 30px 25px;
  margin-top: 30px;
  text-align: center;
  border-radius: 6px;
  transition: all 0.4s ease;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
}

#about-us .single-service i {
  font-size: 36px;
  color: #fff;
  background: #ED1C24;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
}

#about-us .single-service h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

#about-us .single-service p {
  color: #777;
  font-size: 14px;
  line-height: 26px;
}

/* Hover = security premium feel */
#about-us .single-service:hover {
  transform: translateY(-8px);
  box-shadow: 0px 15px 35px rgba(0,0,0,0.15);
  background: #ffffff;
}

/* Center final trust section */
#about-us .about-text[style*="text-align:center"] {
  max-width: 900px;
  margin: 0 auto;
}

/* Mobile responsiveness improvement */
@media (max-width: 768px) {
  #about-us .about-text {
    padding: 0;
    margin-top: 20px;
  }

  #about-us .about-text h2 {
    font-size: 26px;
  }

  #about-us .about-image {
    margin-bottom: 25px;
  }
}

/* Get Quote Page */
.quote-info-box {
  background: #fafafa;
  padding: 30px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.quote-info-box h3 {
  margin-bottom: 15px;
  font-weight: 700;
}

.quote-features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.quote-features li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #555;
}

.quote-features i {
  color: #ED1C24;
  margin-right: 8px;
}

.quote-form-wrapper {
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.form-section-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222;
  border-left: 4px solid #ED1C24;
  padding-left: 10px;
}

.checkbox-group label,
.radio-group label {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.quote-submit {
  margin-top: 30px;
}



/* =====================================
   ABOUT SECTION – MOBILE RESCUE FIX
   ===================================== */

/* Make image fully responsive */
#about-us .feature-left img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  margin-top: 20px;
}

/* Improve right content spacing */
#about-us .feature-right {
  margin-top: 20px;
}

/* Tablet Fix */
@media (max-width: 991px) {
  #about-us .single-right {
    margin-top: 25px;
  }

  #about-us .single-right .right-content {
    margin-left: 100px; /* reduce from 133px */
  }

  #about-us .single-right i {
    left: 20px; /* bring icon closer */
  }

  #about-us .section-title {
    padding: 0 20px;
  }
}

/* Mobile Fix (THIS stops the sideways broken layout) */
@media (max-width: 767px) {

  /* Stack image and text properly */
  #about-us .row {
    display: block;
  }

  /* Center the image */
  #about-us .feature-left {
    text-align: center;
  }

  #about-us .feature-left img {
    margin-top: 0;
    max-height: 300px;
  }

  /* CRITICAL: remove absolute layout logic on mobile */
  #about-us .single-right {
    position: relative;
    padding-left: 0;
    text-align: left;
  }

  /* Turn icon into inline block instead of floating */
  #about-us .single-right i {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
    display: inline-block;
  }

  /* Reset the dangerous 133px margin */
  #about-us .single-right .right-content {
    margin-left: 0;
  }

  /* Improve typography for small screens */
  #about-us .single-right .right-content h3 {
    font-size: 18px;
  }

  #about-us .single-right .right-content p {
    font-size: 14px;
    line-height: 24px;
  }

  /* Fix section padding */
  #about-us {
    padding: 60px 0;
  }

  /* Fix title readability */
  #about-us .section-title {
    padding: 0 15px;
  }
}

/* Small Phones */
@media (max-width: 480px) {
  #about-us .single-right i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  #about-us .single-right .right-content h3 {
    font-size: 16px;
  }
}

/* =====================================
   FUN FACTS – MOBILE & TABLET FIX
   ===================================== */

/* Ensure proper background layering */
#fun-facts {
  position: relative;
  background-size: cover;
  background-position: center;
}

/* Normalize the overlay container */
#fun-facts .bf-color {
  width: 100%;
}

/* Fix card structure */
.fun-facts .single-fun {
  padding: 30px 20px;
  background: rgba(255,255,255,0.08); /* better than #FFFFFF4D */
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

/* Icon scaling control */
.fun-facts .single-fun i {
  font-size: 40px; /* was 52px - too big for mobile */
  line-height: normal;
  margin-bottom: 10px;
}

/* Counter number */
.fun-facts .single-fun span {
  font-size: 26px;
  display: block;
  margin-bottom: 5px;
}

/* Description text */
.fun-facts .single-fun p {
  font-size: 14px;
  line-height: 22px;
}

/* Tablet Optimization */
@media (max-width: 991px) {
  .fun-facts .single-fun {
    margin-top: 20px;
    padding: 25px 18px;
  }

  .fun-facts .single-fun i {
    font-size: 36px;
  }

  .fun-facts .single-fun span {
    font-size: 24px;
  }
}

/* Mobile Optimization (CRITICAL) */
@media (max-width: 767px) {

  /* Reduce section padding (yours is too large: 100px) */
  .fun-facts.section {
    padding: 60px 0;
  }

  /* Force clean stacking */
  #fun-facts .row {
    display: flex;
    flex-wrap: wrap;
  }

  #fun-facts .col-md-3,
  #fun-facts .col-sm-6,
  #fun-facts .col-xs-12 {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Card refinement for small screens */
  .fun-facts .single-fun {
    padding: 22px 15px;
    margin-top: 0;
  }

  /* Icon resize */
  .fun-facts .single-fun i {
    font-size: 32px;
  }

  /* Counter resize */
  .fun-facts .single-fun span {
    font-size: 22px;
  }

  /* Text readability */
  .fun-facts .single-fun p {
    font-size: 13px;
  }
}

/* Small Phones (≤480px) */
@media (max-width: 480px) {
  .fun-facts .single-fun {
    padding: 18px 12px;
  }

  .fun-facts .single-fun i {
    font-size: 28px;
  }

  .fun-facts .single-fun span {
    font-size: 20px;
  }
}

/* =====================================
   TESTIMONIALS – FULL RESPONSIVE FIX
   ===================================== */

/* Fix background layering */
#testimonials {
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Remove destructive desktop padding logic */
#testimonials .single-testimonial {
  padding: 0 120px; /* safer desktop value instead of 185px */
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

/* Improve readability */
#testimonials .single-testimonial p {
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
}

/* Author text */
#testimonials .single-testimonial span {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

/* Tablet Fix (CRITICAL) */
@media (max-width: 991px) {
  #testimonials .single-testimonial {
    padding: 0 60px;
  }

  #testimonials .single-testimonial h2 {
    font-size: 26px;
  }

  #testimonials .single-testimonial p {
    font-size: 15px;
    line-height: 26px;
  }
}

/* Mobile Fix (THIS STOPS THE BREAKING) */
@media (max-width: 767px) {

  /* Reduce section spacing */
  #testimonials.section {
    padding: 60px 0;
  }

  /* Remove massive horizontal squeeze */
  #testimonials .single-testimonial {
    padding: 0 20px !important;
  }

  /* Title scaling */
  #testimonials .single-testimonial h2 {
    font-size: 22px;
    margin-top: 40px;
  }

  /* Quote text scaling */
  #testimonials .single-testimonial p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px;
  }

  /* Author line */
  #testimonials .single-testimonial span {
    font-size: 13px;
  }

  /* Fix owl dots spacing */
  #testimonials .owl-dots {
    margin-top: 20px;
  }
}

/* Small Phones (≤480px) */
@media (max-width: 480px) {
  #testimonials .single-testimonial {
    padding: 0 15px !important;
  }

  #testimonials .single-testimonial h2 {
    font-size: 20px;
  }

  #testimonials .single-testimonial p {
    font-size: 13px;
    line-height: 22px;
  }
}

/* =====================================
   FOOTER RESPONSIVE FIX – CLEAN & MODERN
   ===================================== */

/* Base copyright bar */
.footer .copyright {
  background: #e53935; /* your red */
  padding: 20px 0;
}

.footer .copyright-content p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

/* Social icons default */
.footer .copyright .social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .copyright .social li {
  display: inline-block;
  margin-left: 10px;
}

.footer .copyright .social li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #ffffff;
  color: #e53935;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer .copyright .social li a:hover {
  background: #000;
  color: #fff;
}

/* ======================
   TABLET FIX
   ====================== */
@media (max-width: 991px) {

  .footer .copyright-content {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer .copyright .social {
    text-align: center;
    float: none !important;
  }
}

/* ======================
   MOBILE FIX (CRITICAL)
   ====================== */
@media (max-width: 767px) {

  /* Stack everything vertically */
  .footer .copyright .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Remove float conflicts */
  .footer .copyright-content,
  .footer .copyright .social {
    float: none !important;
    width: 100%;
    text-align: center;
  }

  /* Reduce height of red bar */
  .footer .copyright {
    padding: 15px 0;
  }

  /* Fix long copyright text wrapping */
  .footer .copyright-content p {
    font-size: 13px;
    line-height: 22px;
    padding: 0 10px;
  }

  /* Center icons and space nicely */
  .footer .copyright .social {
    margin-top: 10px;
  }

  .footer .copyright .social li {
    margin: 0 6px;
  }

  .footer .copyright .social li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
}

/* Extra small phones */
@media (max-width: 480px) {
  .footer .copyright-content p {
    font-size: 12px;
  }

  .footer .copyright .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/* ==============================
   FOOTER MASTER FIX (RESPONSIVE)
   ============================== */

/* Footer top spacing cleanup */
.footer .footer-top {
  padding: 60px 0 40px;
}

/* Single footer blocks */
.footer .single-footer {
  height: 100%;
}

/* Remove ugly <br> spacing and control layout properly */
.footer .single-footer p {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* ================= NEWSLETTER FIX ================= */
.footer .single-footer .mail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.footer .single-footer .mail input {
  flex: 1 1 100%;
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
}

.footer .single-footer .mail input:focus {
  border-color: #e53935;
}

/* Proper button styling */
.footer .single-footer .mail .button {
  width: 100%;
  height: 45px;
  background: #e53935;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.footer .single-footer .mail .button:hover {
  background: #c62828;
}

/* ================= COPYRIGHT BAR FIX ================= */
.footer .copyright {
  background: #e53935;
  padding: 18px 0;
}

.footer .copyright-content p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.footer .copyright .social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.footer .copyright .social li {
  display: inline-block;
  margin-left: 8px;
}

.footer .copyright .social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #e53935;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer .copyright .social li a:hover {
  background: #000;
  color: #fff;
}

/* ================= TABLET FIX ================= */
@media (max-width: 991px) {
  .footer .single-footer {
    margin-bottom: 30px;
    text-align: center;
  }

  .footer .single-footer .logo {
    text-align: center;
  }

  .footer .copyright-content {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer .copyright .social {
    text-align: center;
  }
}

/* ================= MOBILE FIX (MOST IMPORTANT) ================= */
@media (max-width: 767px) {

  /* Stack footer columns nicely */
  .footer .footer-top .row > div {
    margin-bottom: 35px;
    text-align: center;
  }

  /* Fix newsletter layout */
  .footer .single-footer .mail {
    flex-direction: column;
  }

  .footer .single-footer .mail input,
  .footer .single-footer .mail .button {
    width: 100%;
  }

  /* Fix red copyright bar alignment */
  .footer .copyright .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer .copyright-content,
  .footer .copyright .social {
    width: 100%;
    text-align: center !important;
    float: none !important;
  }

  .footer .copyright {
    padding: 15px 0;
  }

  .footer .copyright .social li {
    margin: 5px;
  }

  .footer .copyright .social li a {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}

/* Extra small phones */
@media (max-width: 480px) {
  .footer .footer-top {
    padding: 40px 0 20px;
  }

  .footer .copyright-content p {
    font-size: 12px;
    line-height: 1.6;
  }
}

/* =================================
   REMOVE WHITE SPACE AFTER FOOTER
   ================================= */

/* Remove global bottom overflow gaps */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Ensure footer sits flush at bottom */
.footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Kill spacing from last section before footer */
section:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Fix common container gap issue */
.footer .footer-top {
  margin-bottom: 0 !important;
  padding-bottom: 30px; /* keeps internal spacing but removes external gap */
}

/* Remove stray gaps caused by floats */
.footer::after {
  content: "";
  display: block;
  clear: both;
}

/* Mobile-specific ghost space fix */
@media (max-width: 767px) {
  body {
    background: #ffffff; /* prevents grey/white strip illusion */
  }

  .footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .footer .copyright {
    margin-bottom: 0 !important;
  }
}

/* =================================
   FIX GREY GAP UNDER BREADCRUMB
   ================================= */

/* Remove double spacing between breadcrumb and next section */
.breadcrumb {
  padding-bottom: 40px; /* was 70px */
  margin-bottom: 0 !important;
}

/* Kill the massive top gap from next section */
.breadcrumb + .section {
  padding-top: 40px !important;
}

/* Mobile precision fix */
@media (max-width: 767px) {
  .breadcrumb {
    padding: 50px 0 30px 0;
    background-position: center;
    background-size: cover;
  }

  .breadcrumb .breadcrumb-text h2 {
    font-size: 24px;
  }

  .breadcrumb + .section {
    padding-top: 30px !important;
  }
}

/* =====================================
   MASTER LAYOUT STABILIZER (DESKTOP + MOBILE)
   ===================================== */

/* 1. FIX MASSIVE GLOBAL SECTION GAPS */
.section{
  padding: 20px 0 !important; /* was 100px 0 25px = uneven spacing */
}

/* Remove ghost spacing between stacked sections */
section{
  margin: 0 !important;
}


/* 4. FIX THE HUGE WHITE SPACE BEFORE SERVICES (from template stacking) */
#about-us{
  margin-bottom: 0 !important;
  padding-bottom: 60px !important;
}

#Services,
#services,
#faq,
#blog{
  padding-top: 70px !important;
}

/* 5. CRITICAL: CONTACT SECTION (THIS IS BREAKING DESKTOP GRID) */
#contact .contact-left{
  top: 0 !important;     /* remove floating offset */
  left: 0 !important;    /* this was shifting layout sideways */
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

#contact .contact-right{
  padding: 60px 40px !important;
}

/* 6. FIX FLOAT COLLAPSE THAT CREATES RANDOM EMPTY SPACE */
.container::after,
.row::after,
.footer::after{
  content: "";
  display: block;
  clear: both;
}

/* 7. TESTIMONIAL SECTION (PREVENT DARK STRIP FLOATING) */
#testimonials{
  padding: 30px 0 !important;
  margin: 0 !important;
}

#testimonials .bg{
  padding: 80px 0 !important;
  margin: 0 !important;
}

/* 8. REMOVE FINAL WHITE SPACE AFTER FOOTER (PERMANENT FIX) */
html, body{
  height: auto !important;
  min-height: 100%;
}

.footer{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.footer .copyright{
  margin-bottom: 0 !important;
}

/* 9. DESKTOP PRECISION FIX (YOUR CURRENT BREAK ISSUE) */
@media (min-width: 992px){/* Restore proper container flow */
  #contact .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  /* Prevent oversized section titles from forcing layout gaps */
  .section-title{
    padding: 50px 60px 0px 60px !important; /* was 190px = TOO WIDE */
  }
}

/* =====================================
   REMOVE WHITE GAP ABOVE HERO (FINAL FIX)
===================================== */

/* Kill browser default margin */
html, body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove spacing from header/nav */
header,
.header,
.header-inner,
.navbar,
.navbar-area {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Ensure slider sits flush under navbar */
#slider {
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: block;
}

/* Remove ANY section padding pushing it down */
section#slider,
.hero-area,
.slider-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Bootstrap container sometimes adds hidden spacing */
#slider .container,
#slider .row,
#slider .col-md-12 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Absolute nuke: remove template margin-top hack */
#slider .single-slider .text {
  margin-top: 0 !important;
}

/* ===== Adonai Red/White/Black Modal Theme ===== */
.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.product-modal.active {
  display: block;
}

/* Dark cinematic overlay */
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

/* Main modal box */
.modal-content {
  position: relative;
  max-width: 900px;
  margin: 5% auto;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  color: #111;
  z-index: 10;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.7);
  border: 2px solid #c00; /* Red accent border */
}

/* Grid layout */
.modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

/* Product image */
.modal-image img {
  width: 100%;
  border-radius: 10px;
  background: #000;
  padding: 10px;
}

/* Category label */
.modal-category {
  color: #ff3b3b;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Title */
#modalTitle {
  color: #111;
  font-size: 28px;
  margin: 10px 0;
}

/* Price (Red highlight for brand consistency) */
.modal-price {
  color: #ff3b3b;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0 15px 0;
}

/* Description */
#modalDesc {
  color: #111;
  line-height: 1.6;
}

/* Close button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #111;
  transition: 0.3s;
}

.modal-close:hover {
  color: #ff3b3b;
  transform: scale(1.1);
}

/* WhatsApp / Order Button styled to match theme */
#whatsappOrder {
  background: #c00;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
  transition: 0.3s ease;
}

#whatsappOrder:hover {
  background: #ff0000;
  color: #fff;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .modal-content {
    margin: 15% 15px;
    padding: 20px;
  }

  .modal-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #modalTitle {
    font-size: 22px;
  }

  .modal-price {
    font-size: 24px;
  }
}

/* ===== Shop Sidebar - Red/White/Black Theme ===== */
.shop-sidebar {
  background: #fff;
  border: 1px solid #ddd  ;
  border-left: 4px solid #ff0000;
  padding: 25px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

/* Sidebar Title */
.shop-sidebar h4 {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #c00000;
  padding-bottom: 10px;
}

/* Category List Reset */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each Category Item */
.category-list li {
  color: #111;
  padding: 12px 15px;
  margin-bottom: 8px;
  background: #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  border: 1px solid transparent;
  position: relative;
}

/* Left red indicator bar (subtle but powerful) */
.category-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: transparent;
  transition: 0.3s ease;
  border-radius: 6px 0 0 6px;
}

/* Hover State */
.category-list li:hover {
  background: #fff;
  color: #111;
  border-color: #ff0000;
  transform: translateX(4px);
}

/* Active Category (Selected Filter) */
.category-list li.active {
  background: #fff;
  color: #ffffff !important;
  font-weight: 600;
  border-color: #ff0000;
  box-shadow: 0 0 15px rgba(192, 0, 0, 0.35);
}

/* Active left indicator glow */
.category-list li.active::before {
  background: #ff0000;
}

/* Optional: subtle glow on hover for premium feel */
.category-list li:hover::before {
  background: #ff0000;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .shop-sidebar {
    padding: 20px 15px;
  }

  .category-list li {
    padding: 10px 12px;
    font-size: 14px;
  }
}

/* ===============================
   SHOP CARDS — FORCE EVEN STRETCH (MATCH BLOG GRID)
================================ */

/* Make the product grid behave like equal-height flex rows */
#shop .row {
  display: flex;
  flex-wrap: wrap;
}

/* Make each column a flex container */
#shop .col-md-4,
#shop .col-sm-6,
#shop .col-xs-12 {
  display: flex;
  align-items: stretch;
}

/* Ensure the card fills the full column height */
#shop .single-product {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* Make body stretch and keep layout consistent */
#shop .product-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Push button to the bottom (critical for visual alignment) */
#shop .product-body .shop-btn {
  margin-top: auto;
}

/* Lock description height so rows stay visually even */
#shop .product-desc {
  min-height: 60px;
}

/* Add gap between flex rows (modern & precise) */
#shop .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0; /* 30px vertical spacing between rows */
}

/* Restore horizontal spacing since gap:0 on x-axis */
#shop .col-md-4,
#shop .col-sm-6,
#shop .col-xs-12 {
  display: flex;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; /* prevent double spacing */
}

/* Extra breathing room on large screens */
@media (min-width: 992px) {
  #shop .row {
    gap: 40px 0; /* slightly more premium spacing on desktop */
  }
}

/* Mobile tuning (keeps cards airy but not too tall) */
@media (max-width: 767px) {
  #shop .row {
    gap: 25px 0;
  }
}

/* =====================================
   SHOP PAGINATION — MATCH BLOG + STICK BOTTOM
===================================== */

/* Make the product grid column a flex column */
#shop .col-md-9.col-sm-12 {
  display: flex;
  flex-direction: column;
}

/* Product grid should expand and push pagination down */
#shop .col-md-9 .row {
  flex: 1;
}

/* ===== Pagination Visual: MATCH BLOG DESIGN ===== */
#shop .shop-pagination {
  text-align: center;
  width: 100%;
  margin-top: auto; /* THIS is the magic that sticks it to bottom */
  padding-top: 30px;
}

/* Match blog pagination structure */
#shop .shop-pagination ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 6px 8px;
  border-radius: 3px;
  gap: 4px; /* small spacing like blog */
}

/* Individual buttons */
#shop .shop-pagination ul li {
  display: inline-block;
}

/* Links (same typography as blog) */
#shop .shop-pagination ul li a,
#shop .shop-pagination ul li span {
  display: block;
  padding: 10px 18px;
  color: #555;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 3px;
  transition: all 0.3s ease;
  background: transparent;
}

/* Hover = Adonai red (same as blog) */
#shop .shop-pagination ul li a:hover {
  background: #ED1C24;
  color: #fff;
}

/* Active page (identical to blog) */
#shop .shop-pagination ul li.active a {
  background: #ED1C24;
  color: #fff;
}

/* Disabled state (Prev/Next limits) */
#shop .shop-pagination ul li.disabled span {
  background: #f5f5f5;
  color: #bbb;
  cursor: not-allowed;
  opacity: 0.7;
}

/* Arrow spacing consistency */
#shop .shop-pagination ul li i {
  margin: 0 5px;
}

/* ===== Mobile Stability ===== */
@media (max-width: 767px) {
  #shop .col-md-9.col-sm-12 {
    min-height: auto;
  }

  #shop .shop-pagination {
    margin-top: 25px;
    padding-top: 20px;
  }

  #shop .shop-pagination ul li a,
  #shop .shop-pagination ul li span {
    padding: 8px 14px;
    font-size: 13px;
  }
}

/* ===== PERFECT MODAL CENTERING (X + Y AXIS) ===== */
.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* The centering engine */
  display: none;
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */

  z-index: 9999;
}

/* When active, enable flex centering */
.product-modal.active {
  display: flex;
}

/* Keep overlay behind the modal content */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

/* Remove the old fake centering */
.modal-content {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 0; /* CRITICAL: remove margin: 5% auto */
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  z-index: 10;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.7);
  border: 2px solid #c00;
}

/* Company Profile Download Button (About Section) */
.about-download {
  margin-top: 25px;
}

.download-profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ED1C24; /* brand red */
  color: #ffffff;
  padding: 12px 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  border: 2px solid #ED1C24;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(237, 28, 36, 0.25);
}

.download-profile-btn i {
  font-size: 16px;
}

.download-profile-btn:hover {
  background: #111;
  border-color: #111;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

/* Mobile alignment (keeps layout clean when stacked) */
@media (max-width: 767px) {
  .about-download {
    text-align: center;
  }

  .download-profile-btn {
    width: 100%;
    justify-content: center;
  }
}

.category-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cat-count {
	font-size: 12px;
	background: #f1f1f1;
	padding: 2px 8px;
	border-radius: 12px;
	margin-left: 8px;
	font-weight: 600;
	color: #555;
}

.category-list li.active .cat-count {
	background: #111;
	color: #fff;
}

/* ===== MOBILE SHOP SIDEBAR (OFF-CANVAS) ===== */

/* Header inside sidebar (mobile only UI) */
.sidebar-header {
	display: none;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.sidebar-close {
	background: transparent;
	border: none;
	font-size: 22px;
	cursor: pointer;
	color: #111;
}

/* Overlay background */
.sidebar-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9998;
	display: none;
	backdrop-filter: blur(3px);
}

.sidebar-overlay.active {
	display: block;
}

/* ================= MOBILE MODE ================= */
@media (max-width: 991px) {

	/* Turn sidebar into drawer */
	#shopSidebar {
		position: fixed;
		top: 0;
		left: -320px; /* hidden by default */
		width: 280px;
		height: 100vh;
		background: #fff;
		z-index: 9999;
		padding: 25px 20px;
		overflow-y: auto;
		box-shadow: 10px 0 30px rgba(0,0,0,0.3);
		transition: all 0.35s ease;
		border-radius: 0;
	}

	/* When opened */
	#shopSidebar.active {
		left: 0;
	}

	/* Show header only on mobile */
	.sidebar-header {
		display: flex;
	}

	/* Improve category spacing for touch */
	.category-list li {
		padding: 14px 16px;
		font-size: 15px;
	}

	/* Prevent layout jump */
	.col-md-3 {
		position: static !important;
	}
}

/* Small phones optimization */
@media (max-width: 480px) {
	#shopSidebar {
		width: 85%;
		left: -100%;
	}

	#shopSidebar.active {
		left: 0;
	}
}

/* ===== MOBILE FILTER BUTTON ===== */
.mobile-filter-btn {
	width: 100%;
	background: #e53935;
	color: #fff;
	border: none;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	box-shadow: 0 6px 18px rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.25s ease;
}

.mobile-filter-btn:hover {
	background: #c62828;
	transform: translateY(-1px);
}

.mobile-filter-btn i {
	font-size: 16px;
}

/* Hide button on desktop */
@media (min-width: 992px) {
	.mobile-filter-btn {
		display: none;
	}
}

/* ===== FIX SIDEBAR HEIGHT STRETCH (DESKTOP) ===== */
@media (min-width: 992px) {
  #shop .col-md-3 {
    display: block !important;      /* stop flex stretching */
    height: auto !important;        /* prevent forced tall height */
  }

  #shop .shop-sidebar {
    position: sticky;               /* premium UX */
    top: 100px;                     /* below header */
    height: fit-content;            /* key: shrink to content */
    max-height: calc(100vh - 120px);/* prevent overflow */
    overflow-y: auto;               /* scroll if many categories */
  }
}

/* ===============================
   SECTORS PAGE — STRETCHY EQUAL CARDS
================================ */

/* Make the sectors row a flex grid */
#services-page .row {
  display: flex;
  flex-wrap: wrap;
}

/* Make each column stretch */
#services-page .col-md-4,
#services-page .col-sm-6,
#services-page .col-xs-12 {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px; /* spacing between rows */
}

/* Force the card to fill full height */
#services-page .single-service-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* Stretch the body to control internal alignment */
#services-page .service-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 25px;
}

/* Push button to the bottom for perfect alignment */
#services-page .service-btn {
  margin-top: auto;
}

/* Optional: consistent description height (ultra clean rows) */
#services-page .service-desc {
  min-height: 90px;
}

/* Hover polish (premium feel) */
#services-page .single-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* ===============================
   MODAL CONSULTATION BUTTON (PREMIUM CTA)
================================ */
#sectorModal .service-btn {
  width: 100%;
  background: linear-gradient(135deg, #e53935, #c62828);
  border: none;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(229, 57, 53, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Hover — subtle lift effect */
#sectorModal .service-btn:hover {
  background: linear-gradient(135deg, #ef5350, #b71c1c);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(229, 57, 53, 0.35);
}

/* Active / Click feedback (tactile feel) */
#sectorModal .service-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(229, 57, 53, 0.25);
}

/* Disabled state (when submitting via AJAX) */
#sectorModal .service-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* Icon alignment */
#sectorModal .service-btn i {
  font-size: 14px;
}

/* =====================================
   BLOG GRID — PERFECT EQUAL STRETCH (FINAL)
===================================== */

/* 1. Make row a flex container */
#blog .row {
  display: flex;
  flex-wrap: wrap;
}

/* 2. Make each column stretch properly */
#blog .col-md-4,
#blog .col-sm-6,
#blog .col-xs-12 {
  display: flex;
  align-items: stretch;
}

/* 3. Force cards to fill full height */
#blog .single-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* 4. Make content area flexible */
#blog .single-news .news-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* 5. Push "READ MORE" to bottom */
#blog .single-news .news-body .btn {
  margin-top: auto;
}

/* 6. Normalize text height (VERY IMPORTANT) */
#blog .single-news .news-body p {
  min-height: 72px; /* adjust slightly if needed */
}

/* 7. Add consistent row spacing (like shop) */
#blog .row {
  gap: 30px 0;
}

/* Remove double spacing from columns */
#blog .col-md-4,
#blog .col-sm-6,
#blog .col-xs-12 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* Desktop refinement */
@media (min-width: 992px) {
  #blog .row {
    gap: 40px 0;
  }
}