.page-template-template-spenza-landing p,
.page-template-template-spenza-landing a,
.page-template-template-spenza-landing ul li {
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
.page-template-template-spenza-landing h1,
.page-template-template-spenza-landing h2,
.page-template-template-spenza-landing h3 {
  font-family: "DM Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
.page-template-template-spenza-landing .e-con.e-flex>.e-con-inner{
  padding-bottom: 0 !important;
}
.page-template-template-spenza-landing a:hover {
  transform: translateX(0);
}
.hero-block {
  text-align: center;
  padding: 70px 20px;
  position: relative;
  color: #1C1C1C;
}
.hero-inner {
  max-width: 950px;
  margin: 0 auto;
}
.hero-highlight {
  color: #EA580C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.hero-heading {
  font-size: 64px;
  font-weight: 600;
  margin: 10px 0 20px;
  line-height: 1.2;
  color: #2C180D;
}
.hero-subheading {
  font-size: 18px;
  font-weight: 500;
  color: #554C46;
  margin-bottom: 30px;
  line-height: 1.6;
}
.hero-btn {
  background-color: #D9521E;
  color: #fff;
  padding: 14px 36px;
  border-radius: 32px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: 0;
  margin-bottom: 50px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.hero-btn i {
  rotate: -32deg;
  font-size: 20px;
  margin-left: 10px;
}
.hero-btn:hover {
  background-color: #bb4015;
  color: #ffff !important;
  transform: translateX(0) !important;
  opacity: 0.85;
}
.text-rotator {
  position: relative;
  display: block;
  height: 100px; /* adjust to your font size */
}

.text-rotator span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  animation: fadeText 6s infinite;
}

.text-rotator span:nth-child(1) { animation-delay: 0s; }
.text-rotator span:nth-child(2) { animation-delay: 2s; }
.text-rotator span:nth-child(3) { animation-delay: 4s; }

@keyframes fadeText {
  0%, 10%   { opacity: 1; transform: translateY(0); }
  20%, 100% { opacity: 0; transform: translateY(-20px); }
}

@media (max-width:768px) {
  .hero-heading { font-size: 32px; }
  .hero-subheading { font-size: 16px; }
  .hero-block { padding: 80px 20px; }
}
.feature-cards-section {
  background-color: #1E1515;
  color: #fff;
  padding: 120px 20px;
  text-align: center;
}

.feature-cards-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-heading {
  font-size: 64px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 70px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  justify-items: center;
}

.card {
  background-color: #2C1818;
  border: 1px solid #412626;
  border-radius: 16px;
  padding: 50px 40px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 360px;
}

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

.card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  filter: brightness(1.2) saturate(1.4);
}

.card-title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}

.card-text {
  color: #CBB2B2;
  font-size: 14px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .section-heading { font-size: 32px; margin-bottom: 50px; }
  .card { padding: 40px 25px; max-width: 100%; }
}
/* ==========================================================
   🧩 IoT Connectivity Section Block
   Matches PHP structure: main_heading, image, content_heading,
   content_description, feature_list, bottom_text, image_position
   ========================================================== */

.iot-connectivity-section {
  background-color: #fff;
  color: #1C1C1C;
}

.iot-connectivity-section-heading .container {
  max-width: 1200px;
  padding: 70px 20px 50px;
  margin: 0 auto;
}
.iot-connectivity-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Main Heading ===== */
.iot-connectivity-section-heading .main-heading {
  text-align: center;
  color: #2C180D;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 950px;
  margin: 0 auto;
}

/* ===== Content Layout ===== */
.iot-connectivity-section .iot-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* ===== Image Column ===== */
.iot-connectivity-section .iot-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.iot-image {
  position: relative;
}

.iot-image::before {
    content: "";
    position: absolute;
    top: -100px;
    bottom: -120px;
    right: -20px;
    width: 1px;
    background: #D6C4BD;
}

.iot-connectivity-section .image-right.iot-image::before {
  left: -21px;
  right: 0;
}
/* ===== Text Column ===== */
.iot-connectivity-section .iot-text {
  text-align: left;
}

/* Heading inside text column */
.iot-connectivity-section .iot-heading {
  font-size: 32px;
  font-weight: 500;
  color: #2C180D;
  margin-bottom: 16px;
}

/* Paragraph below heading */
.iot-connectivity-section .iot-description {
  color: #715D53;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* ===== Feature List ===== */
.iot-connectivity-section .iot-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iot-connectivity-section .iot-list li {
  font-size: 14px;
  color: #55464E;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.iot-list .check-icon {
  color: #D9521E;
  margin-right: 10px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

.iot-list .check-icon::before {
  content: "\f058"; /* fa-circle-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #4D2F1F;
  margin-right: 8px;
}
/* ===== Bottom Text (non-CTA rows) ===== */
.iot-connectivity-section .iot-bottom-text h3 {
  font-size: 20px;
  color: #2C180D;
  font-weight: 500;
  padding: 14px 0;
  position: relative;
  width: 100%;
}

.iot-connectivity-section .iot-bottom-text h3:first-child::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    height: 1px;
    left: -21px;
    width: 210px;
    background: #EA580C;
}
.iot-connectivity-section .iot-bottom-text h3::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    height: 1px;
    left: -21px;
    width: 104%;
    background: #D6C4BD;
}
.iot-connectivity-section .image-right .iot-bottom-text h3::after {
    width: 107%;
}

/* ===== Image Position Toggle ===== */
.iot-content .image-right {
  order: 2;              /* move image to the right */
}

.iot-content .image-right + .iot-text {
  order: 1;
  padding-left: 20px;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 992px) {
  .iot-connectivity-section .iot-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .iot-connectivity-section .iot-text {
    text-align: center;
  }

  .iot-connectivity-section .iot-list li {
    justify-content: center;
  }

  .iot-connectivity-section .main-heading {
    font-size: 34px;
    margin-bottom: 50px;
  }

  .iot-connectivity-section .iot-heading {
    font-size: 22px;
  }

  /* Reset order for mobile view */
  .iot-connectivity-section .image-right.iot-image,
  .iot-connectivity-section .image-right .iot-text {
    order: unset;
  }
}
/* === PATCH: Font Awesome + Border Enhancements === */

/* load Font Awesome icons if not globally added */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

/* top + bottom lines already okay — just reinforce visibility */
.iot-connectivity-section-heading,
.iot-connectivity-section {
  border-top: 1px solid #D6C4BD;
  border-bottom:  1px solid #D6C4BD;
}
.iot-connectivity-section-heading {
  border-top: 1px solid #D6C4BD;
  border-bottom: 0;
}
.iot-connectivity-section-heading .container {
  border-left: 1px solid #D6C4BD;
  border-right: 1px solid #D6C4BD;
}
.iot-connectivity-section .container {
  border-left: 1px solid #D6C4BD;
  border-right: 1px solid #D6C4BD;
}

/* vertical divider aligned with text content only */


/* refine bottom text rows */
.iot-bottom-text {
  margin-top: 30px;
}

.iot-bottom-text p:first-child {
  border-top: none;
}

/* remove divider for mobile */
@media (max-width: 768px) {
.iot-connectivity-section .image-right .iot-bottom-text h3::after {
    width: 105%;
}
}
  .iot-slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: #fff;
    color: #202020;
  }

  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(40px);
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1),
      opacity 0.8s ease;
    pointer-events: none;
    box-sizing: border-box;
  }

  .slide.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
    pointer-events: auto;
  }

  .slide-links {
    position: absolute;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 51.7%;
    gap: 8px;
    font-size: 15px;
  }
  .iot-content .image-right + .iot-text .slide-links {
    left: 1%;
  }
  .iot-content .image-right + .iot-text h3 {
    width: 97%;
  }
  .slide-links h3 {
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .slide-links h3:hover {
    color: #e96b2f;
  }

  .slide-links.bottom {
    bottom: 10px;
  }

  .slide-links.middle {
    top: 30px;
    bottom: 30px;
    justify-content: space-between;
  }

  .slide-links.top {
    top: 1px;
  }
/* ==========================================================
   🧩 Numbers Speak Block
   Dark two-column stats section with right graphic
   ========================================================== */

.numbers-speak-section {
  background-color: #1E1515;
  color: #fff;
}

.numbers-speak-section .container {
  max-width: 1300px;
  margin: 0 auto;
}

/* Layout */
.numbers-grid {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: stretch;
  min-height: 500px;
}

/* ===== Left Side ===== */
.numbers-left {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.numbers-heading {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 60px;
  color: #ffffff;
}

.numbers-subheading {
  font-size: 18px;
  color: #b5b5b5;
  margin-bottom: 40px;
}

/* Stats grid */
.numbers-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  column-gap: 40px;
}

.stat-item {
  text-align: left;
}

.stat-value {
  color: #FF5A1F; /* Brand orange */
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.1;
}

.stat-label {
  font-size: 16px;
  color: #b5b5b5;
  line-height: 1.5;
  margin: 0;
}

/* ===== Right Side ===== */
.numbers-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* dotted pattern overlay */
.numbers-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 20px 20px;
}

.numbers-image {
  max-width: 85%;
  height: auto;
  z-index: 1;
  position: relative;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .numbers-left {
    padding: 60px 30px;
    text-align: center;
  }

  .numbers-heading {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .numbers-stats {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .stat-item {
    text-align: center;
  }

  .numbers-right {
    padding: 60px 0;
  }
}

@media (max-width: 576px) {
  .numbers-stats {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .stat-value {
    font-size: 34px;
  }
}

.trust-secure-section {
  background-color: #fff;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
}

.trust-secure-section .container {
  max-width: 1300px;
  margin: 0 auto;
}

.trust-grid {
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: center;
  gap: 40px;
}

.trust-heading {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  color: #1C1C1C;
}

.trust-heading span {
  color: var(--accent, #FF5A1F);
}

.trust-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
  justify-items: center;
}

.logo-item {
  text-align: center;
  transition: transform 0.3s ease;
}

.logo-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}

.logo-item p {
  font-size: 15px;
  color: #1C1C1C;
  margin-top: 8px;
}

/* Hover */
.logo-item:hover {
  transform: translateY(-5px);
}

@media (max-width: 992px) {
  .trust-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .trust-logos {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .trust-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-heading {
    font-size: 40px;
  }

  .logo-item img {
    width: 80px;
    height: 80px;
  }
}

.telecom-section {
  padding: 80px 0;
  background: #fff;
}

.telecom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.telecom-container-inner {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.telecom-left {
  flex: 0 0 60%;
}

.telecom-right {
  flex: 0 0 40%;
  text-align: center;
}

.telecom-right img {
  max-width: 400px;
  width: 100%;
}

.telecom-heading {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.3;
  color: #2C180D;
  margin-bottom: 40px;
}

.telecom-heading span {
  font-weight: 500;
}

.telecom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.telecom-card {
  background: #FDF6F2;
  padding: 25px;
  border-radius: 6px;
}
.telecom-card:hover {
  background: #FFE7DA;
}

.telecom-number {
  font-size: 64px;
  font-weight: 500;
  color: #EA580C;
  margin-bottom: 8px;
}

.telecom-card p {
  font-size: 20px;
  font-weight: 500;
  color: #2C180D;
  margin: 0;
}

@media (max-width: 991px) {
  .telecom-container {
    flex-direction: column;
    text-align: center;
  }

  .telecom-grid {
    grid-template-columns: 1fr;
  }
}

.telecomhub {
  padding: 80px 0;
  background: #FDF5F2;
  text-align: center;
}

.telecomhub .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.telecomhub__heading {
  font-size: 64px;
  font-weight: 500;
  color: #2C180D;
  margin-bottom: 50px;
}

.telecomhub__grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.telecomhub__item {
  flex: 1 1 30%;
  max-width: 360px;
  text-align: center;
}

.telecomhub__item h3 {
  font-size: 32px;
  font-weight: 500;
  color: #2C180D;
  margin-bottom: 10px;
}

.telecomhub__item p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #715D53;
  margin-bottom: 20px;
}

.telecomhub__item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  .telecomhub__grid {
    flex-direction: column;
    align-items: center;
  }

  .telecomhub__item {
    max-width: 500px;
  }
}

.uxHub.image-text-block {
  background: #FDF5F2;
}

.image-text-block {
  padding: 40px 0;
  background: #fff;
}

.image-text-block-container {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.image-text-block-container h1 {
  color:  #2C180D;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}

.image-text-block__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .image-text-block__container {
    flex-direction: column;
    gap: 40px;
  }
}

/* Image styles */
.image-text-block__image {
  flex: 1 1 50%;
}

.image-text-block__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.image-text-block i.fa {
  padding-left: 10px;
}

/* Content styles */
.image-text-block__content {
  flex: 1 1 50%;
  color: #2f3b56;
}

.image-text-block__content p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.25em;
}

/* Heading styles */
.image-text-block__highlight {
  font-weight: 600;
  font-size: 16px;
  color: #EA580C;
  margin-bottom: 10px;
}
.image-text-block__heading {
  font-weight: 700;
  font-size: 2rem;
  color: #273351;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .image-text-block__heading {
    font-size: 1.6rem;
  }
}

/* Text styles */
.image-text-block__text {
  margin-bottom: 50px;
}

/* Reverse layout */
.image-text-block--reverse .image-text-block__container {
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .image-text-block--reverse .image-text-block__container {
    flex-direction: column;
  }
}

/* ======================================
   Responsive: Force image below text
   ====================================== */
@media (max-width: 768px) {
  .image-text-block__container {
    flex-direction: column !important;
  }

  .image-text-block__content {
    order: 1;
  }

  .image-text-block__image {
    order: 2;
  }
}

.faq-section {
  padding: 50px 0;
  background: #fff;
}

.faq-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.faq-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

@media (max-width: 991px) {
  .faq-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}

.faq-left {
  flex: 0 0 35%;
}

.faq-left h2 {
  font-size: 36px;
  font-weight: 500;
  color: #2C180D;
  line-height: 1.2;
}

.faq-right {
  flex: 1;
}

.faq-item {
  border-bottom: 1px solid #e5e1dd;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none !important;
  border: none;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #2C180D !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.faq-icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  font-size: 16px;
  line-height: 1.7;
  color: #715D53;
  padding: 0 0 20px;
  font-weight: 500;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.compare-section {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}

.compare-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.compare-heading {
  max-width: 800px;
  margin: 0 auto 60px;
}

.compare-heading h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #2a1c13;
  font-weight: 600;
  margin-bottom: 10px;
}

.compare-heading h3 {
  color: #f05a28;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.compare-heading p {
  font-size: 16px;
  line-height: 1.6;
  color: #3b3028;
}

.compare-table-wrapper {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  text-align: left;
}

.compare-table th,
.compare-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e5e1dd;
  font-size: 16px;
  color: #2a1c13;
}

.compare-table th {
  font-weight: 600;
  background: #fff;
}

.compare-table td {
  text-align: left;
  padding-left: 30px;
}

.compare-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.icon {
  font-size: 18px;
  font-weight: 700;
}

.icon.cross {
  color: #d9534f;
}

.icon.tick {
  color: #28a745;
}

@media (max-width: 768px) {
  .compare-heading h2 {
    font-size: 26px;
  }

  .compare-heading h3 {
    font-size: 20px;
  }

  .compare-table th,
  .compare-table td {
    font-size: 15px;
    padding: 14px;
  }
}

.hub-tabs {
  background: #fff7f4;
  text-align: center;
}

.hub-tabs .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.hub-tabs__container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f05a28;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 60px;
}

.hub-tab {
  font-size: 16px;
  font-weight: 500;
  color: #2a1c13;
  padding: 12px 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hub-tab:not(:last-child) {
  border-right: 1px solid #f0e8e3;
}

.hub-tab.active, .hub-tab:hover {
  background: #f05a28 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.hub-content {
  max-width: 1000px;
  margin: 0 auto;
}

.hub-panel {
  display: none;
}

.hub-panel.active {
  display: block;
}

.hub-panel img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.hub-panel__content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #3b3028;
  text-align: left;
}

@media (max-width: 768px) {
  .hub-tab {
    padding: 10px 25px;
    font-size: 15px;
  }
}

.command-center {
  background: #1E1515;
  color: #fff;
  text-align: center;
}

.command-center .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 30px;
  border-left: 1px solid #412626;
  border-right: 1px solid #412626;
}
.command-center .command-center-section-heading {
  border-bottom: 1px solid #412626;
}

.command-center__heading {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}

.command-center__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.command-center__left {
  flex: 0 0 50%;
  text-align: left;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 35px;
}

.feature .icon {
  font-size: 22px;
  color: #f05a28;
  flex-shrink: 0;
}

.feature .icon img {
  max-height: 40px;
}

.feature h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}

.feature p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #c7c4c3;
  margin: 0;
}

.command-center__right {
  flex: 0 0 50%;
  text-align: right;
}

.command-center__right img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: inline-block;
}

/* Responsive */
@media (max-width: 992px) {
  .command-center__content {
    flex-direction: column;
    text-align: center;
  }

  .command-center__left {
    text-align: center;
  }

  .feature {
    justify-content: center;
    text-align: center;
  }

  .command-center__right img {
    max-width: 400px;
    margin-top: 40px;
  }
}

.feature-tabs {
  background: #fff7f4;
  padding: 100px 0;
  text-align: center;
}

.feature-tabs .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.feature-tabs__heading {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  color: #2a1c13;
  margin-bottom: 60px;
}

/* Tabs */
.feature-tabs__nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  border-bottom: 1px solid #e5dcd5;
  margin-bottom: 60px;
}

.feature-tabs__nav .tab {
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #8a7569;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.feature-tabs__nav .tab.active {
  color: #f05a28;
}

.feature-tabs__nav .tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #f05a28;
}

/* Content */
.feature-tabs__content {
  text-align: left;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.tab-panel__text {
  flex: 0 0 55%;
}

.tab-panel__text h3 {
  font-size: 26px;
  line-height: 1.3;
  color: #2a1c13;
  font-weight: 600;
  margin-bottom: 20px;
}

.tab-panel__text p {
  font-size: 16px;
  color: #5a453d;
  line-height: 1.7;
  margin-bottom: 20px;
}

.tab-panel__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-panel__text ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #2a1c13;
  line-height: 1.6;
}

.tab-panel__image {
  flex: 0 0 45%;
}

.tab-panel__image img {
  width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
  .tab-panel__inner {
    flex-direction: column;
    text-align: center;
  }

  .tab-panel__text,
  .tab-panel__image {
    flex: 1 1 100%;
  }

  .tab-panel__text {
    text-align: center;
  }
}

.use-cases {
  background: #fff;
  padding: 100px 0;
  text-align: center;
  font-family: "Manrope", sans-serif;
}

.use-cases__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.use-cases__heading h2 {
  font-size: 2.5rem;
  color: #2b1b0e;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.use-cases__heading p {
  font-size: 1.125rem;
  color: #6c5b51;
  margin-bottom: 60px;
}

.use-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.use-cases__item {
  background: #fff5ef;
  border-radius: 12px;
  padding: 40px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.use-cases__item:hover {
  background: #fff0e8;
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.use-cases__item img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}

.use-cases__item h3 {
  font-size: 1.25rem;
  color: #3a2211;
  font-weight: 700;
  margin-bottom: 10px;
}

.use-cases__item p {
  color: #6b544a;
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .use-cases__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .use-cases__grid {
    grid-template-columns: 1fr;
  }
  .use-cases__heading h2 {
    font-size: 2rem;
  }
}


@media (max-width: 768px) {
  .page-template-template-spenza-landing h1 {
    font-size: 30px !important;
  }
  .page-template-template-spenza-landing h2 {
    font-size: 24px !important;
  }
  .page-template-template-spenza-landing h3 {
    font-size: 20px !important;
  }
  .page-template-template-spenza-landing h4 {
    font-size: 17px !important;
  }
  .page-template-template-spenza-landing p, 
  .page-template-template-spenza-landing ul li, 
  .page-template-template-spenza-landing a {
    font-size: 14px !important;
  }
  .image-text-block {
    padding: 20px 0;
  }
  .image-text-block__text {
    margin-bottom: 20px;
  }
  .feature-cards-section {
    padding: 50px 20px;
  }
  .image-text-block__container {
    flex-direction: column;
    gap: 0px;
  }
  .telecom-left {
    flex: 0 0 100%;
  }
  .telecom-right {
    display: none;
  }
  .telecom-section {
    padding: 40px 0;
 }
  .telecom-number {
    font-size: 34px;
    font-weight: 500;
    color: #EA580C;
    margin-bottom: 8px;
  }
  .faq-question {
    font-size: 14px;
  }
  .hero-block {
    padding: 40px 20px;
  }
  .iot-connectivity-section .iot-list {
    padding-bottom: 20px;
  }
  .iot-connectivity-section .iot-list li,
  .iot-connectivity-section .iot-text {
    justify-content: left;
    padding-left: 20px;
  }
  .tab-panel__text {
    text-align: left;
  }
  .command-center__content .text {
    text-align: left;
  }
  .feature-tabs__nav {
    gap: 20px;
} 
}
