/*
Theme Name: Astra Child
Theme URI:  https://indianmuneem.com
Description: Custom Theme for Indianmuneem
Author: Vishal Sharma
Author URI: https://indianmuneem.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* 
-------------------------------------------------------------- */
/* Best Sticky Header for Astra */
#masthead {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #01101f;
    transition: all 0.3s ease-in-out;
}
.sticky-header-active #masthead {
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
/*end sticky css */

/* Active submenu highlight */
.elementskit-megamenu-panel a.service-active {
    color: #FF4438 !important;
    font-weight: 600 !important;
}
li.elementskit-megamenu-has > a.service-parent-active {
    color: #FF4438 !important;
}
.elementskit-megamenu-panel li.service-active-item > a {
    color: #FF4438 !important;
    font-weight: 600;
}
.elementskit-megamenu-panel a.service-active .elementor-icon-list-text,
.elementskit-megamenu-panel .service-active-text {
    color: #FF4438 !important;
    font-weight: 600 !important;
}

/* Work Process Section Container */
.work-process-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 80px;
  position: relative;
  flex-wrap: nowrap;
}

.work-process-section .steps {
  position: relative;
  flex: 1 1 auto;
  text-align: center;
}

.work-process-section .steps:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  width: 70px;
  height: 20px;
  background: url("https://indianmuneem.com/demo/wp-content/uploads/2025/11/icon-arrow-2.png") no-repeat center center;
  background-size: contain;
  z-index: 5;
  pointer-events: none;
}

.work-process-section .elementskit-info-box-title {
	font-size: 22px !important;
}

.work-process-section .steps .elementor-widget-text-editor {
	text-align: left;
}

.ast-scroll-top-icon {
	background: #fc5546 !important;
}

.industries-serve .elementskit-info-box-title {
	font-size: 18px !important;
}


/* ===== Contact Form Layout ===== */
.contact .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact .columns {
  flex: 1;
  min-width: 260px;
}

.contact .columns-6 {
  flex: 0 0 calc(50% - 10px);
}

.contact .columns-12 {
  flex: 0 0 100%;
}

.contact label {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
  color: #fff;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact select,
.contact textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.contact input:focus,
.contact select:focus,
.contact textarea:focus {
  border-color: #0073aa;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,115,170,0.15);
}

.contact textarea {
  resize: vertical;
  min-height: 120px;
}

.contact select.services {
  appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='%23777' height='12' viewBox='0 0 20 20' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.547l4.484 4.484 4.484-4.484L16 9.063l-6 6-6-6z'/></svg>") no-repeat right 12px center;
  background-size: 12px;
}

.compare-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 15px;
}

.compare-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 30px 28px;
  border-top: 6px solid #FF4438;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compare-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.compare-card h3 {
  text-align: center;
  color: #FF4438;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 700;
}

.compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-card li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
  color: #333;
  font-size: 15px;
}

.compare-card li::before {
  content: "✓";
  color: #FF4438;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

.security-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: inherit;
}

.security-table thead th {
  background: #FF4438;
  color: #fff !important;
  padding: 14px 18px;
  text-align: left;
  font-size: 18px;
}

.security-table tbody tr {
  background: #fff;
}

.security-table tbody td {
  padding: 14px 18px;
  vertical-align: top;
  font-size: 16px;
  color: #444; 
}

.security-table tbody tr:nth-child(even) {
  background: #000f1e;
}
.security-table tbody tr:nth-child(even) td {
  color: #fff !important;
}

.security-table tbody td:first-child {
  font-weight: 700;
  width: 22%;
}

.security-table tbody td:last-child {
  font-weight: 500;
}

.disclaimer .wpcf7-list-item-label {
	color: #fff;
}

.disclaimer .row {
    display: flex;
    align-items: center;
    gap: 12px;
	max-width: 600px;
	width: 100%;
}

.disclaimer .columns {
    flex: 0 0 70%;
}

.disclaimer .columns:last-child {
    flex: 0 0 30%;
}

.disclaimer input[type="email"] {
    border-radius: 6px;
    padding: 12px;
}

.disclaimer input[type="submit"] {
    background: #FF4438;
    color: #fff;
    border-radius: 6px;
    padding: 12px 22px;
    cursor: pointer;
}

#menu-item-3671 {
	display: none;
}


/* === Responsive === */
@media (max-width: 767px) {
	#menu-item-3671 {
		display: block !important;
	}
	.elementskit-section-title-wraper .elementskit-section-title span:last-child {
		font-size: 30px !important;
	}
  .contact .columns-6 {
    flex: 0 0 100%;
  }
  .contact .row {
    gap: 15px;
  }
  .compare-section {
    grid-template-columns: 1fr;
  }
  .security-table thead {
    display: none;
  }
  .security-table tbody tr {
    display: block;
    margin-bottom: 18px;
    border: 1px solid #e5e5e5;
    padding: 12px;
    border-radius: 8px;
  }
  .security-table tbody td {
    display: block;
    padding: 8px 0;
  }
  .security-table tbody td:first-child {
    font-size: 18px;
  }
  .security-table tbody td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #777;
    display: block;
  }
}

@media (max-width: 991px) {
  .work-process-section {
    flex-wrap: wrap;
    gap: 40px;
  }
  .work-process-section .steps::after {
    display: none;
  }
}
