@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', sans-serif;
    }

    body {
      /* background: #f4f4f4; */
	  background: #000000;
      color: #333;
      overflow-x: hidden;
    }

    .floating-logo {
      position: fixed;
      top: 1rem;
      left: 1rem;
      width: 170px;
      /* z-index: 1100; */
      border-radius: 8px;
      padding: 5px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	  pointer-events: auto; /* ✅ This allows clicking */  
	  z-index: 9999; /* bring it on top */
    }

/*Toggle Menu starts */

    .floating-menu-toggle {
      position: fixed;
      top: 5%;
      right: 0;
      transform: translateY(-50%);
      background: #101820;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 8px 0 0 8px;
      cursor: pointer;
      z-index: 1001;
	  display: block; /* ensure it's visible by default */
    }

    .floating-menu {
      position: fixed;
      top: 20%;
      right: 50px;
      transform: translateY(-50%);
      background: #101820;
      color: white;
      border-radius: 8px;
      padding: 1rem;
      z-index: 1000;
      /* display: none; */
    }

    .floating-menu a {
      display: block;
      color: white;
      text-decoration: none;
      margin: 0.5rem 0;
      transition: color 0.3s ease;
    }

    .floating-menu a:hover {
      color: #00aaff;
	  
/* smart Links */
  .industry-link {
	text-decoration: none !important;
	color: inherit;
	display: inline-block; /* or block depending on layout */
	}
/* Smart Links */

    }
/* Toggle Menu Ends --- */
	
	
	.section {
	  width: 100%;
	  min-height: 75vh;
	  background-size: cover;
	  background-repeat: no-repeat;
	  /* background-position: center center; */
	  background-position: center 20%;
	  /* background-attachment: scroll; */
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  justify-content: center;
	  color: white;
	  position: relative;
	  z-index: auto; 
	  /* padding: 4rem 2rem; */  

	}
	
	.section-headers-list {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      /* background: rgba(16, 24, 32, 0.1); */
      padding: 0.75rem ;
      display: flex;
      justify-content: center;
      /* gap: 0.1rem; */
      z-index: 1200;
      color: white;
      flex-wrap: wrap;
    }
	

	.section-header-item {
	  position: relative;
	  }

	.mega-menu-container:hover .mega-menu {
	  display: block;
	}

	.mega-menu {
	  display: none;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  background: #111;
	  color: white;
	  border-radius: 0.5rem;
	  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	  z-index: 999;
	  padding: 1.5rem 2rem;
	  /* display: grid;  /* this lays out columns side-by-side */
	  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	  gap: 2rem;
	  width: max-content;
	  max-width: 100vw;
	}

	.mega-menu-container {
	  position: relative;
	}

	.mega-menu-container:hover .mega-menu {
	  display: grid;
	}

	.mega-menu h4 {
	  font-size: 1rem;
	  font-weight: bold;
	  margin-bottom: 0.5rem;
	  color: #ff6600;
	}

	.mega-menu ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	}

	.mega-column {
	  display: flex;               /* stack content inside vertically */
	  flex-direction: column;
	}

	.mega-menu ul li {
	  margin-bottom: 0.3rem;
	}

	.mega-menu ul li a {
	  color: #fff;
	  text-decoration: none;
	  font-size: 0.95rem;
	  transition: color 0.2s;
	   font-family: Century Gothic;
	   font-weight: normal;
	  
	}
	
	.fas {
     width: 30px; /* or any value */
     text-align: center;
}

	.mega-menu ul li a:hover {
	  color: #00aaff;
	  background:#ff6600;
	  padding:3px;
	  border-radius:5px;
	}


    .section-header-item {
  	  /* color: white; */
      padding: 0.5rem 0.5rem;
      border-radius: 8px;
      cursor: pointer;
      font-weight: 700;
      transition: background-color 0.3s ease;
  
    }

    .section-header-item:hover {
      background: #ff6600;  /*#00aaff*/
    }
	
	.section-header-item i {
     color: #fff !important;
     }
	 
	 .section-header-item a {
     color: #fff !important;
	 text-decoration:none;
     }
	 

	.section h1 {
	  font-family: Century Gothic;
	  font-size: 2rem;
      		margin-bottom: 0rem;
      		/* background: rgba(0, 0, 0, 0.8);  */
     	 	border-radius: 8px;
      		 /* max-width: 90%; */
			max-width: 100%;
			/* padding-left:10px; */
      		
    }
	
	.section h2 {
	  font-family: Century Gothic;
	  font-size: 1.2rem;
      		 margin-bottom: 0rem; 
      		 /* background: rgba(0, 0, 0, 0.8); */
     		border-radius: 8px;
      		/* max-width: 90%; */
	  	max-width: 100%;
      		padding-left: 10px;  
	  font-weight:normal;
	 
    }
	
	.section h3 {
	  font-family: Century Gothic;
	  font-size: 3rem;
      		margin-bottom: 0rem;
      		/* background: rgba(0, 0, 0, 0.8); */
      		border-radius: 8px;
      		/* <!-- max-width: 90%; --> */
	  	max-width: 100%;
      		padding: 1rem;  
	  	font-weight:normal;
		/* padding-left:10px; */
    }
	
		h3 i {
	  margin-right: 8px;
	  color: #38b6ff; /* Light blue or theme color */
		}
		
	 /* Section Main Media Container Ends --- */ 
	  @media (max-width: 768px) {
	  .section-headers-list {
		display: none;
	  }

	  .section-headers-list.show {
		display: flex;
		flex-direction: column;
	  }
	  
   .mega-menu {
    position: fixed; /* or absolute if preferred */
    top: 50px;       /* adjust to below your header */
    left: 0;
    right: 0;
    max-height: calc(100vh - 60px); /* viewport height minus header */
    overflow-y: auto;               /* enable vertical scroll */
    background: #111;
    padding: 1rem;
    border-radius: 0;
    box-shadow: none;
    z-index: 10000;
    display: none;                  /* default hidden */
    grid-template-columns: 1fr;    /* single column */
  }
  
  /* Show mega menu when parent container has a 'show' class */
  .mega-menu.show {
    display: block;
  }
 
	 .mega-menu {
	  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
	  scrollbar-width: thin;              /* Firefox */
	}

	/* Optional: style scrollbar (Webkit browsers) */
	.mega-menu::-webkit-scrollbar {
	  width: 6px;
	}

	.mega-menu::-webkit-scrollbar-thumb {
	  background-color: rgba(255, 255, 255, 0.3);
	  border-radius: 3px;
	}
	.mega-menu {
     -webkit-overflow-scrolling: touch;
     }
	 
	 .mega-menu ul li,
  .mega-menu ul li a {
    text-align: left;
    justify-content: flex-start;
  }

/* C1 Smart Network */
.grid {
    display: flex;
    flex-direction: column;
    align-items: center; /* center horizontally */
    gap: 1rem;
	
  }

  .industry-item {
    width: auto;          /* fit content */
    text-align: center;   /* center icon and text */
    display: flex;
    flex-direction: column;
    align-items: center;  /* center icon above text */
  }

  .industry-item i {
    font-size: 2rem;      /* bigger icons */
    margin-bottom: 0.5rem;
  }

  .industry-item span {
    font-size: 1rem;
  }
}
	  

	@media (min-width: 769px) {
	  .floating-menu-toggle {
		display: none !important;
	  }
	}
	/* Section Main Media Container Ends --- */
 
/*---------Section Video container Starts---------- */
.  .video-container {
      display: flex;
      align-items: center;
      /* gap: 1rem; */
      padding-left: 1rem;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 8px;	 
    }

    .video-container span {
      font-size: 1.2rem;
      white-space: nowrap;
	  background: rgba(255, 255, 255, 0.05);
	  
    }

    .video-icon {
      font-size: 2rem;
      /* background: #444; */
      padding: 0.5rem 0.8rem;
      border-radius: 40%;
      color: white;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .video-popup {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2000;
      background: black;
      padding: 1rem;
      border-radius: 8px;
    }

    .video-popup iframe {
      width: 460px;
      height: 315px;
      max-width: 90vw;
    }

    .video-popup-close {
      position: absolute;
      top: 120px;
      right:120px;
      background: red;
      color: white;
      border: none;
      border-radius: 50%;
      font-size: 1rem;
      padding: 0.3rem 0.6rem;
      cursor: pointer;
    }
	

	/*---------Section Video container Ends---------- */
	
	.section-right {
  	align-items: flex-end;
  	text-align: right;
	}
	
	.center-divider {
  	width: 100%;           /* length of the divider */
  	height: 2px;          /* thickness */
  	background-color: #000000; /* color */
  	border-radius: 12px;   /* fully rounded ends */
 	margin: 0.2rem auto;     /* vertical spacing + center horizontally */
 	box-shadow: 0 0 8px rgba(0, 170, 255, 0.6);
	}

/*----------------Counter Section Smart Services Page Starts---*/

    .stats-section {
      width: 97%;
      /* background-color: #111; */
	  background-color: #000000;
      padding: 1rem 0rem;
	  margin:20px;
	  box-sizing:border-box;
    }

    .stats-grid {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-wrap: wrap;
      gap: 1.5rem;
	  box-sizing:border-box;
    }

    .stat-card {
      flex: 1 1 200px;
      max-width: 300px;
      background-color: #1c1c1c;
      /* border-radius: 12px; */
      padding: 2rem 1rem;
      text-align: center;
      /* box-shadow: 0 0 15px rgba(0, 255, 255, 0.2); */
      transition: transform 0.3s ease;
	  box-sizing:border-box;
	  
    }

    .stat-card:hover {
      transform: translateY(-5px);
    }

    .stat-number {
      font-size: 2.5rem;
      font-weight: bold;
      color: #ff6600;
    }

    .stat-label {
      font-size: 1rem;
      margin-top: 0.5rem;
      color: #c1c1c1;
	  font-family: Century Gothic;
    }

  @media (max-width: 600px) {
  .stats-section {
    max-width: 400px;      /* or any width less than full screen */
    margin: 0 auto;        /* center the section horizontally */
    padding: 0 1rem;       /* optional padding */
  }

  .stats-grid {
    display: block;        /* stack cards vertically */
  }

  .stat-card {
    max-width: 100% !important; /* full width inside container */
    flex: none !important;
    margin-top: 1rem;
  }
}

/*-----Counter Section Smart Services Page Ends---*/

/*-----Section 2-Colums Paragraph Rows..........---*/
	 .section-container {
      width: 100%;
      /* background-color: #111; */
	  background-color: #000000;
      padding: 0rem 2rem;
    }

    /* Row 1: Heading and subtext */
    .row {
      width: 100%;
      text-align: left;
      margin-bottom: 1rem;
	  /* padding:10px; */
	  }

    .row h2 {
      font-size: 2.5rem;
      color: #2981e5;
      margin-bottom: 1rem;
	  font-family: Century Gothic;  
	  font-weight:normal;
	  }

    .row p {
      font-size: 1.1rem;
      color: #ccc;
      max-width: 800px;
      /* margin: 0 auto; */
	  text-align: left !important;
	  /* padding:10ox; */
	  }

    /* Row 2: Two Columns */
    .row-columns {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      /* justify-content: space-between; */
      gap: 2rem;
    }

    .column {
      flex: 1 1 48%; /* ensures 50% width with gap */
    }

    .column img {
      width: 100%;
      /* border-radius: 12px; */
       box-shadow: 0 0 20px rgba(0, 255, 255, 0.2); 	  
    }
	
	 .column:hover {
      transform: translateY(-10px);
    }
	
	.row:hover {
		transform: translateX(-10px);
	}

    .column p {
      /* background-color: #1c1c1c; */
	  background-color:#000000;
      padding: 1rem;
      /* border-radius: 12px; */
      font-size: 1.1rem;
      line-height: 1.6;
      color: #ddd;
      box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
	  /* font-family: Century Gothic; */
	  color: #c1c1c1;
    }
	
	.indented-paragraph {
	text-indent: 2em;  /* Adjust the indent size as needed */
	margin-bottom: 1rem; /* Optional spacing below paragraph */
	line-height: 1.5; /* Optional for better readability */
	text-align: justify;    /* Justify text */
	color: #c1c1c1;
	}

    @media (max-width: 768px) {
      .row-columns {
        flex-direction: column;
      }

      .column {
        flex: 1 1 100%;
      }
    }
/*-----Section 2-Colums Paragraph Rows...........---*/

/*-------Footer Section---------*/
.header {
      background-color: #141414;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 2rem;
      flex-wrap: wrap;
	  margin:20px;
    }

    .header-left ul {
      list-style: none;
      display: flex;
      gap: 1.0rem;
      padding: 0;
      margin: 0;
    }

    .header-left ul li a {
      color: white;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .header-left ul li a:hover {
      color: #00ffff;
    }

    .header-right {
      display: flex;
      gap: 1rem;
    }

    .header-right a {
      color: white;
      font-size: 1.2rem;
      transition: color 0.3s ease;
    }

    .header-right a:hover {
      color: #00ffff;
    }

  @media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: center;       /* Center items horizontally */
    gap: 1rem;
	padding:20px;
  }

  .header-left ul {
    flex-direction: column;
    align-items: center;       /* Center list items */
    gap: 0.5rem;
  }

  .header-right {
    justify-content: center;   /* Center content horizontally */
    width: 100%;               /* Optional: ensures it spans full width */
    display: flex;             /* Required if not already flex */
  }
}

/*-------Foooter Section Ends---------*/

/*----------------Logo Menu Section Header-----*/
   
      .video-popup iframe {
        width: 90vw;
        height: 50vw;
      }

      .video-container {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
      }
	  
		  
	  /* Toggle button styling */
		.section-header-toggle {
		  display: none; /* hide on desktop */
		  position: fixed;
		  top: 0;
		  left: 0;
		  width: 100%;
		  /* background: #101820; */
		  color: white;
		  padding: 0.75rem 1rem;
		  font-weight: 700;
		  border: none;
		  cursor: pointer;
		  z-index: 1300;
		  text-align: center;
		  font-size: 1.1rem;
		  border-bottom: 1px solid rgba(255,255,255,0.2);
		}
		
		 .hidden {
			display: none !important;
			}
			
		.transparent-button {
		  display: inline-block;
		  padding: 8px 16px;
		  color: white;
		  text-transform: uppercase;
		  font-weight: bold;
		  border: 2px solid #f4f4f4; /* red border */
		  background-color: transparent;
		  text-decoration: none;
		  transition: background-color 0.3s, color 0.3s;
		}

		.transparent-button:hover {
		  background-color: #ff6600;
		  color: #fff;
		}
		

		@media (max-width: 768px) {
			.section-header-toggle {
			display: block;
			}
			
			.section {
			min-height: 70vh;
			padding: 6rem 1rem 2rem;
				}
	 
		  .section-headers-list {
			flex-direction: column;
			align-items: center;
			padding: 0.5rem 0;
			border-radius: 0 0 8px 8px;
			box-shadow: 0 4px 10px rgba(0,0,0,0.3);
			z-index: 1200;
		  }

	  .section-headers-list:not(.hidden) {
		position: fixed;
		top: 3.5rem;
		left: 0;
		width: 100%;
		background: rgba(16, 24, 32, 0.95);
	  }

	  .section-header-item {
		width: 90%;
		text-align: center;
		padding: 0.6rem 1rem;
		font-size: 1rem;
	  }
	  

	}

/*-------------------Three Column Model Starts ---------------*/	
.three-column-section {
  width: 100%;
  padding: 0 2rem;
  background-color: #000; /* Optional dark background */
}

.three-column-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem; /* Adjust gap between columns */
  flex-wrap: wrap;
}

.three-column {
  flex: 1 1 calc(33.333% - 1rem); /* 3 columns with gap considered */
}

.three-column img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 255, 255, 0.2);
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover and focus effects */
.three-column img:hover,
.three-column img:focus {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 255, 255, 0.5);
  outline: none;
}
	
@media (max-width: 768px) {
  .three-column {
    flex: 1 1 100%;
  }
}
/*-------------------Three Column Model Close ---------------*/


/*-------------------Slider Open ---------------*/
  .slider-container {
	  width: calc(100% - 40px);  /* 20px left + 20px right margins */
	  margin: 20px;              /* All sides */
	  padding: 1rem 25px;
	  background-color: #141414;
	  position: relative;
	  overflow: hidden; 
	  font-family: 'Segoe UI', sans-serif;
 }

.slider-wrapper {
  width:100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
  /* padding: 0 20px; */
}

.slide {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* transition: opacity 0.5s ease; */
  background: #444;
  border-radius: 6px;
  /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); */
  /* padding: 40px 30px; */
  padding:0 10px;
  gap: 20px;
}

.slide.active {
  display: flex;
}

.slide-text,
.slide-image {
  flex: 1;
  min-width: 400px;
  padding: 10px;
}

.slide-text {
  flex: 1;
  min-width: 500px;
  padding: 30px;
  color: #444;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
}

.slide-text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #B2BEB5;
  line-height: 1.3;
  margin-bottom: 20px;
}

.slide-text p {
  font-size: 1rem;
  color: #B2BEB5;
  line-height: 1.3;
  text-align:left;
}
.slide-image {
  position: relative;
}
.slide-image:hover::after {
  content: "";
  /* background:red; */
  /* background: url('images/zoom-icon.svg') no-repeat center center; */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="11" cy="11" r="8" stroke="black" stroke-width="2"/><line x1="11" y1="8" x2="11" y2="14" stroke="black" stroke-width="2"/><line x1="8" y1="11" x2="14" y2="11" stroke="black" stroke-width="2"/><line x1="16" y1="16" x2="22" y2="22" stroke="black" stroke-width="2"/></svg>') no-repeat center center;
  background-size: 48px 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;   /* Increase width */
  height: 100px;  /* Increase height */
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none; /* Prevents interfering with clicks */
}

.slide-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.slide-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #B2BEB5;
  margin-bottom: 20px;
}
.description {
  text-align: left;
}

.features-list {
  list-style-type: square;
  padding-left: 20px;
  margin-bottom: 20px;
}

.features-list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #B2BEB5;
}

.brand-highlight {
  font-weight: bold;
  color: #444;
  font-family: 'Segoe UI', sans-serif;
}

.cta-button-slide {
  display: inline-block;
  background-color: #ff6600; /*Orange Color*/
  color: #fff;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.cta-button-slide span {
  margin-left: 8px;
}

.cta-button-slide:hover {
  background-color: #cc5200;
}


.slide-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  cursor: zoom-in;
}

/* Arrow Buttons */
.arrow-products {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  background-color: #ff6600;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1; /* <-- Ensures vertical centering */
  padding: 0; /* <-- Remove any default button padding */
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.arrow-products-left {
  right: 70px;
}

.arrow-products-right {
  right: 20px;
}

.arrow-products:hover {
  background-color: #cc5200;
}

/* Dots */
.dots-container {
  text-align: center;
  margin-top: 30px;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #d3d3d3;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #ff6600;
}

/* Modal Zoom */
.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.modal-content-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-img-container {
  min-width: 50%;
  min-height: 50%;
}

#zoomedImage {
  display: block;
  margin: auto;
  width: 50%;
  height: auto;
  transition: width 0.3s ease;
  cursor: zoom-in;
}

.zoom-controls {
  position: absolute;
  top: 60px;
  left: 20px;
  display: flex;
  gap: 10px;
  z-index: 1001;
}

.zoom-controls button {
  font-size: 24px;
  padding: 6px 12px;
  background: white;
  border: none;
  border-radius: 6px;
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background: url('zoom-icon.svg') no-repeat center center;
  background-size: 48px 48px;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.close {
  position: absolute;
  top: 60px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .slide {
    flex-direction: column;
    padding: 20px;
  }

  .slide-text,
  .slide-image {
    min-width: 100%;
    padding: 10px 0;
    text-align: center;
    align-items: center;
  }

  .slide-text h2,
  .slide-text p {
    text-align: center;
  }

  .arrow-products {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  #zoomedImage {
    width: 80%;
  }
  .arrow-products {
  position: absolute;
  top: 4%;
  transform: translateY(-50%);
  background-color: #ff6600;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1; /* <-- Ensures vertical centering */
  padding: 0; /* <-- Remove any default button padding */
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.arrow-products-left {
  right: 70px;
}

.arrow-products-right {
  right: 20px;
}

.arrow-products:hover {
  background-color: #cc5200;
}
  
  
}
/*-------------Slider Close --------------*/

/*-------------CARD with OVERLAY IMAGES GRID STARTS scrobbale cards --------------*/
    .scrollable-card-section {   
		margin: 20px auto;
		  overflow-x: auto;
		  overflow-y: hidden;
		  /* white-space: nowrap; */
		  background-color: #000000;
		  width: 97%;
		  max-width: 1200px;
		  /* -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}

	.scrollable-card-section h3 {
        font-family: 'Century Gothic', sans-serif; /*change to any font you prefer */
		font-size: 3rem;                          /* adjust size as needed */
		font-weight: normal;                      /* optional */
		color: #3eb8eb;                           /* optional for dark background */
		text-align: left;                         /* ensures left alignment */
		margin-bottom: 1rem;                      /* spacing below */
	}
	.scrollable-card-section h2 {
        font-family: 'Century Gothic', sans-serif; /*change to any font you prefer */
		font-size: 1.5rem;                          /* adjust size as needed */
		font-weight: normal;                      /* optional */
		color: #3eb8eb;                           /* optional for dark background */
		text-align: left;                         /* ensures left alignment */
		margin-bottom: 1rem;                      /* spacing below */
	}
		
		
		.card-row {
		  display: flex;
		  gap: 1rem;
		  flex-wrap: wrap;
		  justify-content: center;       /* center the cards inside the scrollable container */
		}

    .card {
      position: relative;
      width: 270px;
      height: 350px;
      /* border-radius: 12px; */
      /* overflow: hidden; */
      flex-shrink: 0;
      background-color: #111;
      box-shadow: 0 4px 12px rgba(0, 255, 255, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
      transform: scale(1.03);
      box-shadow: 0 8px 20px rgba(0, 255, 255, 0.4);
    }

    .card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

   .card-overlay {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 50%; /* fixed */
	  background: rgba(0, 100, 150, 0.6);
	  backdrop-filter: blur(6px);
	  padding: 1rem;
	  box-sizing: border-box;
	  display: flex;
	  flex-direction: column;
	  justify-content: flex-start;
	  /* overflow: hidden; /* prevents scrollbars and text overflow */ */
	}

    .card-overlay h3 {
      margin: 0 0 0.5rem;
      font-size: 1.1rem;
      color: #fff;
      flex-shrink: 0;
	  font-weight:bold;
    }

    .card-overlay p {
	  margin: 0;
	  font-size: 0.95rem;
	  color: #fff;
	  line-height: 1.4;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: normal;
	  display: block;
	}
	
		.card-title {
		  margin: 0 0 0.3rem;
		  font-size: 1.2rem;
		  color: #fff;
		  font-weight: bold;
		}

		.card-subtitle {
		  margin: 0 0 0.5rem;
		  font-size: 1rem;
		  color: #b2e9ff;
		  font-weight: normal;
		}
	
	    .scrollable-card-section::-webkit-scrollbar {
      height: 8px;
    }

    .scrollable-card-section::-webkit-scrollbar-thumb {
      background-color: #00f6ff;
      border-radius: 10px;
    }

  @media (max-width: 600px) {
  .card-overlay {
    width: 100%;
    box-sizing: border-box;
    padding: 0.8rem; /* adjust if needed */
  }

  .card {
    width: 90vw;
  }
}

/*-------------CARD with OVERLAY IMAGES GRID ENDS --------------*/


/*---------Testimonial Banner Starts---- */
.testimonial-banner {
  
  background: linear-gradient(to right, #111, #333);
  padding: 3rem 1rem;
  color: white;
  margin:20px;
  width: 97%
}

.testimonial-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 2rem;
  flex-wrap: wrap;
}

.testimonial-image {
  width: 220px;
  flex-shrink: 0;
}

.testimonial-image img {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
}

.testimonial-text {
  flex: 1;
  min-width: 260px;
}

.quote {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

.title {
  font-size: 0.95rem;
  color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-image {
    width: 160px;
  }

  .testimonial-text {
    max-width: 100%;
  }
}
/*---------Testimonial Banner Ends---- */

/* Tags Section starts */
.seo-tags-block {
 background: rgba(0, 0, 0, 0.4); /* black with 50% transparency */
  padding: 20px;
  /* margin: 30px auto; */
  width:100%;
  border-radius: 10px;
  color: #FFFFFF80; /* white text for dark backgrounds */
  font-family: 'Segoe UI', sans-serif;
  backdrop-filter: blur(1px); /* subtle glass effect */
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  align-items:left;
}
 .seo-p {
      font-size: 0.95rem;
	  color:grey;
	  text-align:left;
    }
	
 .seo-paragraph {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c1c1c1; /* optional */
}

.seo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }

/*Tag Section ends */



/* IoT Process Steps Start */
.process-steps {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  text-align: center;
  background: #141414;
  margin:20px;
}

.process-steps .step {
  flex: 1 1 220px;
  max-width: 250px;
  margin: 1rem;
  
}

.process-steps .step img {
  width: 60px;
  margin-bottom: 1rem;
}

.process-steps h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffd700;
  margin-bottom: 0.5rem;
}

.process-steps p {
  font-size: 1rem;
  color: #c4d2d7;
}

.cta-button {
  background: #ff6600;
  color: #fff;
  padding: 0.5rem 1.0rem;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.cta-button-main {
  background: #ff6600;
  color: #fff;
  padding: 0.5rem 1.0rem;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.icon-process {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      color: #0077b6;
    }
.process-steps-infographic {
  padding: 2rem 2rem;
  background: #141414;
  margin:20px;
}
.steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.infographic-step {
  background: #c1c1c1;
  border-radius: 12px;
  padding: 2rem;
  flex: 1 1 22%;
  min-width: 250px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  position: relative;
}
.step-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ff6600;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  font-size: 1.2rem;
}
.icon-process {
  font-size: 2rem;
  color: #0072c6;
  margin-bottom: 1rem;
}
.infographic-step h4 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #333;
}
.infographic-step p {
  font-size: 0.95rem;
  color: #000;
}
@media (max-width: 1024px) {
  .steps-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}	

/* IoT Process Steps End */

/* Newsletter Stylesheet */
.newsletter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 40px 20px;
  margin-bottom:10px;
  flex-wrap: wrap; /* Ensures mobile stacking */
  
}

.newsletter-image-side {
  flex: 1 1 50%;
  max-width: 600px;
}

.newsletter-image-side img {
  width: 100%;
  height: 33vh;
  /* border-radius: 12px; */
  object-fit: cover;
}

/* Modify newsletter-section to allow for column layout */
.newsletter-section {
  flex: 1 1 50%;
  background-image: none; /* ✅ Remove background image here */
  margin: 0;              /* ✅ Remove margin */
  padding: 0;             /* ✅ Remove padding */
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter-container {
  position: relative;
  background-color: #141414;
  color: #fff;
  text-align: center;
  padding: 30px 30px 20px;
  /* border-radius: 15px; */
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.newsletter-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #fff, #ff6600);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  border: 5px solid #ff6600;
}

.newsletter-container h2 {
  font-size: 1.5rem;
  margin-top: 20px;
  color: #ff6600;
}

.newsletter-container p {
  margin: 10px 0 20px;
  font-size: 1rem;
  color: #e0e0e0;
}


.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

.newsletter-form input[type="email"] {
  padding: 10px 15px;
  border-radius: 6px;
  border: none;
  flex: 1 1 200px;
  min-width: 200px;
  font-size: 1rem;
}
.newsletter-form input[type="text"] {
  padding: 10px 15px;
  border-radius: 6px;
  border: none;
  flex: 1 1 200px;
  min-width: 200px;
  font-size: 1rem;
}

.newsletter-form button {
  padding: 10px 20px;
  background-color: #ff6600;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #35a2d3;
}

.newsletter-container small {
  font-size: 0.85rem;
  color: #bbb;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  .newsletter-section {
    padding: 20px 0px; /* Reduced padding for mobile */
    margin: 10px; /* Reduced margin */
	margin-bottom:0px;
  }

  .newsletter-container {
    padding: 20px 20px 15px; /* Reduced padding inside the container */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Less shadow for mobile */
  }

  .newsletter-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .newsletter-container h2 {
    font-size: 1.6rem; /* Reduced font size on mobile */
  }

  .newsletter-container p {
    font-size: 0.9rem; /* Reduced font size on mobile */
  }

  .newsletter-form input[type="email"] {
    min-width: 150px; /* Adjust input width for smaller screens */
    font-size: 0.9rem; /* Reduced font size */
  }

  .newsletter-form button {
    font-size: 0.9rem; /* Reduced button text size */
    padding: 8px 15px; /* Adjusted padding */
  }

  .newsletter-container small {
    font-size: 0.8rem; /* Reduced text size for small print */
  }
}

/*Newsletter Email Ends */


/* Retail Segments Start -- */
.retail-wrapper {
  width: calc(100% - 40px);  /* 20px left + 20px right margins */
  margin: 20px;              /* All sides */
  padding: 1rem 20px;
  background-color: #141414;
  box-sizing: border-box; /* ensures padding doesn't break layout */
 
}

.retail-segments {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  color: #aee2ff;
  font-family: 'Segoe UI', sans-serif;
  padding: 1rem;
}

.segment {
  flex: 0 1 320px; /* fixed-size cards that wrap nicely */
  max-width: 360px;
  background-color: #000;
  padding: 1.5rem;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2); /* subtle glow */
}

.segment:hover{
transform: translateX(5px); /* subtle lift */
  box-shadow: 0 0 20px rgba(0, 255, 255, .6), 
              0 0 40px rgba(0, 255, 255, 0.3); /* glowing effect */	
}

.segment h3 {
  color: skyblue;
  font-size: 1.2em;
  margin-bottom: 15px;
  text-align: left;
}

.segment ul {
  list-style-type: disc;
  padding-left: 20px;
}

.segment li {
  margin-bottom: 8px;
  line-height: 1.6;
  color:white;
}

.segment p {
  color:#788897;
  text-align:left;
  padding: 5px;
}

@media (max-width: 768px) {
  .retail-wrapper {
	  width: calc(100% - 40px);  /* 20px left + 20px right margins */
  margin: 20px;              /* All sides */
  padding: 1rem 20px;
  background-color: #333;
  
    
  }

  .retail-segments {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
  }

  .segment {
    width: 100%;
    max-width: 100%;
  }
}


/* Retail Segments End -- */


/* Smart Camera Solutions Starts */
.smart-solutions-section {
  max-height: 150vh;
  overflow-y: auto;
  /* padding: 2rem 1.5rem; */
  padding:20px;
  background: #000;
  scrollbar-color: #ffffff #000; /* for Firefox */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.smart-solutions-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  font-family: Century Gothic;
}

.smart-solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.smart-solution-card {
  background-color:#1c1c1c;
  padding: 1.2rem 1.5rem;
  /* border-radius: 12px; */
  box-sizing: border-box;
}

.smart-solution-card h3 {
  margin-bottom: 0.4rem;
  font-weight: 600;
  color: #B2BEB5;
  font-family: Century Gothic;
}

.smart-solution-card p {
  margin: 0.3rem 0;
  color: #B2BEB5;

  
}
#loadMoreBtn {
  padding: 10px 20px;
  background-color: #ff6600;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#loadMoreBtn:hover {
  background-color: #0056b3;
}
/* Smart Camera Solutions Ends */

/* EV Segments Section Starts --- */

.segments-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

    .segments-title {
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 30px;
	  color:white;
    }

    .segments-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .segment-card {
      background: #fff;
      /* border-radius: 10px; */
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s ease;
    }

    .segment-card:hover {
      transform: translateY(-5px);
    }

    .segment-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }

    .segment-label {
      padding: 3px 6px;
      font-size: 18px;
      font-weight: bold;
      color: #222;
    }
	.segment-description {
      padding: 5px 6px;
      font-size: 16px;
      font-weight: normal;
      color: #222;
    }
	

    @media (max-width: 500px) {
      .segment-label {
        font-size: 16px;
        padding: 10px;
      }

      .segments-title {
        font-size: 28px;
      }
	  
/* EV Charger Segment Ends ---   */


/* FAQ Items Starts */
/* FAQ Wrapper */
.faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

/* Title */
.faq-wrapper h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #222;
  font-weight: 700;
}

/* FAQ Item */
.faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* Question */
.faq-item summary {
  cursor: pointer;
  padding: 1.2rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #005bbb;
  list-style: none;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* Toggle Icons */
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  font-size: 1.3rem;
  color: #005bbb;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: "−";
}

/* Answer */
.faq-item p {
  padding: 0 1.5rem 1.2rem;
  font-size: 1rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* CTA */
.faq-cta {
  text-align: center;
  margin-top: 3rem;
}

.faq-cta a {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: #005bbb;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.faq-cta a:hover {
  background: #003f80;
}

/*FAQ Items Ends */