body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: None;
  color: #000;
}
.header-logo {
    height: 50px;
  }
  .carousel-inner img {
    width: 100%;
    height: auto;
  }
  .blue-banner {
    background-color: #3069B3;
    color: white;
    padding: 30px;
  }
  .orange-btn {
    background-color: orange;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
  }
  .experience-btn {
    position: fixed;
    right: -3px;
    top: 60%;
    background-color: rgb(242, 120, 59);
    padding: 5px;
    color: white;
    /*font-weight: bold;*/
    z-index: 999;
  }
  .mega-menu {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
  }
  .top-bar {
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
    font-weight: bold;
  }
  /* Submenu css */
  .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 6.7%;
    flex-wrap: wrap;
  }
  .call{
    color: rgb(242, 120, 59) !important;
  }
  .menu {
    position: relative;
  }
  .menu-button {
    background-color: #747373;
    color: white;
    font-weight: bold;
    padding: 10px 70px;
    font-size: 16px;
    margin-bottom: -20px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
  }
 .menu-button:hover {
    background-color: rgb(242, 120, 59) !important; 
    color: #fff !important;
    border-color: rgb(242, 120, 59) !important;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 320px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 10;
  }
  .menu:hover .dropdown-content {
    display: block;
  }
  .dropdown-item {
    padding: 10px 16px;
    cursor: pointer;
    white-space: normal;
  }
  .dropdown-item:hover {
    background-color: #f0f0f0;
  }
  /* Submenu */
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu-content {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .dropdown-submenu:hover .dropdown-submenu-content {
    display: block;
  }
  .dropdown-link {
    text-decoration: none;
    color: #000;
  }
  .dropdown-link:hover {
    text-decoration: underline;
  }
  @media (max-width: 768px) {
    .blue-banner h3 {
      font-size: 1.5rem;
    }
  }
/*********Empower you business section*****************/
.grid-container {
  display: grid;
  grid-template-columns: 1fr; /* Start with one column for small screens */
  gap: 2rem;
  align-items: center;
}
.text-content {
  text-align: center;
  font-size: .5rem;
  font-weight: 60;
  color: #1b1a1a;
  margin-bottom: 1rem;
  margin-left: -17rem;
}
.word {
  color: #666;
  font-size: 5px;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.image-content {
   margin-bottom: 12rem;
   margin-left: 5rem;
   position: relative; 
   overflow: hidden; 
   height: 200px; 
}
.laplopred {
  max-width: 50%;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: -300px; 
}
  /*animation: runTiger 10s linear infinite;
}
@keyframes runTiger {
  0% {
    left: -300px;
  }
  100% {
    left: 100%;

  }
}*/
.octangame {
 font-size: 1.5rem;
 font-weight: 60;
 color: #2b2c2b;
 line-height: 2rem;
}
@media (min-width: 768px) {
  .grid-container {
      grid-template-columns: 1fr 1fr; /* Two columns for medium screens and up */
  }
  .text-content {
      order: 2; /* On medium screens, move text to the right */
  }
  .image-content {
      order: 1; /* On medium screens, move image to the left */
  }
}
@media (min-width: 768px) {
  .text-content {
      text-align: left; /* Re-align text to left on larger screens */
  }
}
@media (min-width: 640px) {
  .text-content {
      font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .text-content {
      font-size: 1.5rem;
  }
}
@media (min-width: 640px) {
  .world {
      font-size: 1.125rem;
  }
}
@media (min-width: 640px) {
  .octangame {
      font-size: 1.875rem;
  }
}
/* game changing slider sec. */
.section-heading {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.carousel-container {
  padding: 40px 150px;
}
.solution-box {
  font-size: 0.85rem; /* Smaller card text */
  line-height: 1.4;
  background: #214e80;
  color: white;
  padding: 15px;
  min-height: 100px;
}
.know-more {
  font-size: 0.85rem;
  padding: 10px;
  text-align: center;
  background-color: #f37029;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
.carousel-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin: 5px;
}
.card-header-orange {
  background-color: #f37029;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 1.25rem;
  font-weight: bold;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #214e80;
  border-radius: 50%;
  padding: 20px;
}
@media (max-width: 767px) {
  .carousel-item img {
    height: 160px;
  }
}

@media (min-width: 767){
  .carousel-container{
      grid-template-columns: 1fr 1fr; /* Two columns for medium screens and up */
  }
}
 
/********************unique game changer carousel*********************/
.bo-caro-con {
  background-color: #555;
  color: white; 
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.bo-tab-buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
  flex-wrap: wrap;
}
.bo-tab-buttons button {
  background-color: white;
  border: 1px solid #ccc;
  color: #333;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 4px;
}
.bo-tab-buttons button.active {
  background-color: #333;
  color: white;
  border-color: #333;
}
.bo-carousel-container {
  display: none;
  padding: 30px 20px;
}
.bo-carousel-container.active {
  display: block;
}
.bo-carousel-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.bo-carousel-image {
  background-color: white;
  padding: 40px;
  width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.bo-carousel-image img {
  width: 80px;
}
.bo-carousel-text {
  max-width: 500px;
  color: white;
}
.bo-carousel-text strong {
  font-size: 1.2rem;
}
.bo-carousel-indicator {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .bo-carousel-item-content {
    flex-direction: column;
    text-align: center;
  }
  .bo-carousel-text {
    max-width: 100%;
  }
  .bo-tab-buttons {
    flex-direction: column;
    align-items: center;
  }
  .bo-tab-buttons button {
    width: 90%;
  }
}
/************************************World Immersive*******************************/
.wo-container {
  background-color: #29568c;
  color: white;
  text-align: center;
  margin-top: -117px;
  margin-bottom: 20px; 
}
.card-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 102, 0, 0.8);
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-weight: bold;
  text-align: center;
}
.img-box {
  height: 100%;
  object-fit: cover;
  width: 80%;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .img-box {
    height: 150px;
  }
}
/************************* Our Client Section *************************************/
.section {
  display: flex;
  height: 100vh;
  overflow: hidden;
}
.left {
  background-color: #f47231;
  color: white;
  width: 30%;
  padding: 60px 40px;
}
.left h2 {
  font-size: 2em;
  margin: 0 0 20px;
}
.left a {
  color: white;
  text-decoration: none;
  font-size: 1em;
}
.right {
  width: 70%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.testimonial {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 30px;
}
.testimonial img.certificate {
  width: 300px;
  border: 1px solid #eee;
}
.quote {
  flex: 1;
}
.quote-mark {
  color: #f47231;
  font-size: 60px;
  line-height: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.quote-text {
  color: #f47231;
  font-size: 22px;
  margin-top: -30px;
}
.quote-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.quote-footer img {
  width: 60px;
}
.quote-footer div {
  font-size: 1em;
  color: #444;
}
.quote-footer strong {
  display: block;
  font-weight: 700;
  font-size: 1.2em;
}
.dots {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
.dots span.active {
  background-color: #666;
}
.scroll-arrow {
  position: absolute;
  bottom: 20px;
  right: 30px;
  cursor: pointer;
  font-size: 32px;
  color: #f47231;
}
@media (max-width: 768px) {
  .section {
    flex-direction: column;
  }
  .left,
  .right {
    width: 100%;
    height: 50vh;
  }
  .testimonial {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .testimonial img.certificate {
    width: 80%;
  }
}
/*******************Professional services section***********************/
.facility-section {
  text-align: center;*/
 /* position: relative;
  width: 100%;*/
}
.facility-header-img {
  width: 150%;
  max-height: 400px;
  object-fit: cover;
  margin-right: -22px;
  margin-left: -17px;
  margin-bottom: 20px;
}
.facility-wrapper {
  background-color: white;
  padding: 40px 20px;
  /*border-radius: 10px;*/
  max-width: 1200px;
  margin: 0 auto;
 /* box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
}
.facility-title {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.facility-highlight {
  color: orange;
  font-weight: 500;
}
.facility-image {
  width: 70%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 8px;
}
.facility-location {
  font-size: 0.9rem;
  color: #666;
  min-height: 30px;
}
.brands{
  background-color: rgb(81, 78, 78);
}
.footer-btn{
  background-color: rgb(242, 120, 59);
}
@media (max-width: 576px) {
  .facility-title {
    font-size: 1.2rem;
  }
}
/*****************************Smart classroom podium*******************/
/* Background container */
.custom-bg-container {
  position: relative;
  max-height: 400px;
  width: 100%;
  overflow: hidden;
}
/* Responsive fix for content spacing */
.smart-podium-section {
  background-color: white;
  margin-top: -50px; /* Pull up over background */
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
/* Make sure carousel images are tidy */
.carousel-inner img {
  border-radius: 10px;
  object-fit: contain;
}
/* Extra styling for the extended text block */
.smart-extra-info {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 20px;
  margin-top: 30px;
}
/* Custom orange text */
.text-orange {
  color: #e9571c;
  text-decoration: none;
}
/*****************Media room sec.*************************/
.media-room-header {
  position: relative;
  width: 100%;
}
.media-room-header img {
  width: 100%;
  height: 400px;
  display: block;
}
.media-room-header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.media-room-section {
  padding-top: 20px;
  padding-left: 150px;
  padding-right: 150px;
}
.media-room-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}
.media-room-card img {
  max-width: 300px;
  height: auto;
  flex-shrink: 0;
}
.media-room-card-content {
  flex: 1;
}
.media-room-card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f37021;
}
.media-room-card-desc {
  margin: 10px 0;
  font-size: 0.95rem;
  color: #555;
}
.media-room-read-more {
  font-weight: bold;
  color: #007bff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .media-room-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .media-room-card img {
    max-width: 90%;
  }
  .media-room-card-content {
    text-align: center;
  }
  .media-room-header-text {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .media-room-header-text {
    font-size: 1.6rem;
  }
}
/**************************Blog sec*************************/
a{
  text-decoration: none;
}
.custom-hero-img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-card {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  transition: box-shadow 0.3s ease;
}
.blog-card:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.blog-title {
  font-weight: bold;
  color: #f55f26;
  font-size: 1.1rem;
}
.blog-read-more {
  color: #f55f26;
  font-style: italic;
  margin-top: 15px;
  display: block;
}
.blog-section {
  padding: 40px 20px;
}
/***************************** Blog Details sec*********************************/
.center-container{
  margin: 50px;
}
.imm-video-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.imm-video-content {
  flex: 1;
  min-width: 280px;
  padding-right: 30px;
}
.imm-video-sidebar {
  flex: 0 0 250px;
  min-width: 200px;
  margin-top: 40px;
}
.imm-video-date-box {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.imm-video-date-day {
  background: #f0f0f0;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  color: #d9534f;
}
.imm-video-date-month {
  background: #d9534f;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
}
.imm-video-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}
.imm-video-meta {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #777;
  gap: 15px;
  margin: 10px 0;
}
.imm-video-italic {
  font-style: italic;
  color: #555;
  margin: 20px 0;
}
.imm-video-bold {
  font-weight: bold;
  font-style: italic;
  color: #444;
}
.imm-video-paragraph {
  margin: 15px 0;
}
.imm-video-sidebar h3 {
  font-size: 1.1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}
.imm-video-sidebar ul {
  list-style: none;
  padding-left: 0;
}
.imm-video-sidebar li {
  margin: 10px 0;
}
.imm-video-sidebar a {
  text-decoration: none;
  color: #333;
}
.imm-video-sidebar a:hover {
  color: #d9534f;
}
.imm-video-share-section {
  margin-top: 40px;
  padding: 0 20px;
}
.imm-video-share-text {
  font-size: 1.5rem;
  color: #f26522;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.imm-video-share-icon {
  font-size: 1.5rem;
}
.imm-video-share-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.imm-video-share-btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ddd;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  text-decoration: none;
  font-family: Arial, sans-serif;
}
.imm-video-share-btn.fb { background: #3b5998; }
.imm-video-share-btn.tw { background: #55acee; }
.imm-video-share-btn.in { background: #0077b5; }
.imm-video-share-btn.gp { background: #dd4b39; }
.imm-video-share-btn.mail { background: #e74c3c; }
.imm-video-comment-section {
  margin-top: 40px;
  padding: 0 20px 60px;
  margin-left: 20px;
  margin-right: 20rem;
}
.imm-video-comment-section h2 {
  color: #f26522;
  margin-bottom: 10px;
}
.imm-video-link {
  color: #f26522;
  text-decoration: none;
}
.imm-video-link:hover {
  text-decoration: underline;
}
.imm-video-required {
  color: #d9534f;
}
.imm-video-comment-form {
  margin-top: 20px;
}
.imm-video-comment-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.imm-video-comment-form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 1rem;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.imm-video-submit-btn {
  margin-top: 15px;
  background-color: #f26522;
  color: white;
  padding: 12px 25px;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}
.imm-video-submit-btn:hover {
  background-color: #e5571c;
}
@media (max-width: 600px) {
  .imm-video-share-buttons {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .imm-video-container {
    flex-direction: column;
  }
  .imm-video-content,
  .imm-video-sidebar {
    padding-right: 0;
  }
}
/******************************************CMD Disk******************************/
.chairman-section {
  padding: 40px 15px;
}
.chairman-card {
  background-color: #f8f8f8;
  padding: 30px;
  height: 100%;
}
.chairman-img {
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  margin-left: 4rem;
}
.chairman-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1c1f24;
}
.chairman-name {
  color: #f27335;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
}
.chairman-articles {
  margin-top: 40px;
}
.chairman-article-card {
  margin-bottom: 30px;
}
.chairman-article-text {
  color: #f27335;
  font-size: 1.5rem;
  font-weight: 400;
}
.chairman-read-btn {
  background-color: #fc6c5f;
  border: none;
  color: white;
  padding: 8px 20px;
  margin-top: 15px;
  font-size: 1rem;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.chairman-read-btn:hover {
  background-color: #e35b4d;
}
/**************************Ewaste management****************/
.e-waste-container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0;
}
.e-waste-image {
  width: 100%;
  overflow: hidden;
}
.e-waste-image img {
  width: 100%;
  height: auto;
  display: block;
}
.e-waste-section {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
.e-waste-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.e-waste-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}
.e-waste-download {
  text-align: right;
  margin-top: 10px;
}
.e-waste-download img {
  width: 40px;
  margin-right: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .e-waste-section {
    padding: 30px 15px;
  }
  .e-waste-title {
    font-size: 18px;
  }
  .e-waste-text {
    font-size: 13px;
  }
  .e-waste-download img {
    width: 35px;
  }
}
@media (max-width: 480px) {
  .e-waste-title {
    font-size: 16px;
  }
  .e-waste-text {
    font-size: 12px;
  }
  .e-waste-download img {
    width: 30px;
  }
}
.branch-table-container {
  max-width: 1000px;
  margin: 0 auto; /* Center horizontally */
  padding: 20px;
}
.branch-table-wrapper {
  overflow-x: auto;
}
.branch-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.branch-table thead {
  background-color: #d8edf8;
}
.branch-table th,
.branch-table td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.branch-table th {
  font-weight: 600;
}
.branch-table tr:nth-child(even) {
  background-color: #fafafa;
}
.branch-table tr:hover {
  background-color: #f1f1f1;
}
@media (max-width: 768px) {
  .branch-table th,
  .branch-table td {
    padding: 10px 12px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .branch-table {
    min-width: unset;
  }
  .branch-table-wrapper {
    -webkit-overflow-scrolling: touch;
  }
}
/******************Experience center sec************************************/
.exec-demo-header-bar {
  background: #151515;
  color: #fff;
  padding: 20px 20px;
  margin-left: -22rem;
  margin-right: -22rem;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.exec-demo-container {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.exec-demo-heading {
  color: #e86d34;
  margin-top: 0;
}
.exec-demo-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.exec-demo-form input,
.exec-demo-form select,
.exec-demo-form button {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.exec-demo-form button {
  background-color: #e67a48;
  color: white;
  border: none;
  cursor: pointer;
  width: 100px;
}
.exec-demo-form button:hover {
  background-color: #e67a48;
}
.exec-demo-contact-info {
  margin-top: 40px;
  font-size: 14px;
  color: #444;
}
@media screen and (max-width: 600px) {
  .exec-demo-form input,
  .exec-demo-form select,
  .exec-demo-form button {
    font-size: 14px;
  }
  .exec-demo-header-bar {
    font-size: 16px;
  }
}
/******************contact us sec************************/
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}
.contact-left, .contact-right {
  flex: 1 1 500px;
  padding: 20px;
}
.contact-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1d1d1d;
}
.contact-left p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.contact-left a {
  color: #e67a48;
  text-decoration: none;
}
.contact-map {
  margin-top: 20px;
}
.contact-map iframe {
  width: 100%;
  height: 250px;
  border: 0;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}
.contact-form textarea {
  height: 200px;
  resize: vertical;
}
.contact-form button {
  background-color: #e67a48;
  color: white;
  padding: 10px 25px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact-form button:hover {
  background-color: #e67a48;
}
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }
}
/*****************************altra touch sec************************************/
.custom-tab-button {
  border: none;
  background-color: transparent;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
  transition: background-color 0.3s;
}
.custom-tab-button:hover, .custom-tab-button.active {
  background-color: #f1f1f1;
  border-bottom: 3px solid #007bff;
}
.tab-content-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 10px;
  display: none;
}
.tab-content-box.active {
  display: block;
}
.specs-table {
  width: 100%;
  border-collapse: collapse;
}
.specs-table th, .specs-table td {
  padding: 12px;
  border: 1px solid #ddd;
}
.specs-table th {
  background-color: #f9c2a3;
  text-align: left;
}
.specs-table td {
  background-color: #fff;
}
/* New Product Grid */
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.product-tile {
  flex: 1 1 calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.product-tile img {
  width: 100%;
  height: auto;
  display: block;
}
.product-caption {
  background-color: #204d81;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.product-tile:hover {
  transform: scale(1.02);
}
.product-img{
  width: 100%!important;
  min-height: 100%!important;
}
@media (max-width: 576px) {
  .specs-table th, .specs-table td {
      font-size: 0.9rem;
      padding: 8px;
  }
}
@media (max-width: 768px) {
  .product-tile {
      flex: 1 1 calc(50% - 1rem);
      max-width: calc(50% - 1rem);
  }
}
@media (max-width: 576px) {
  .product-tile {
      flex: 1 1 100%;
      max-width: 100%;
  }
}
/****************************Cable silling sec.***********************************/
.cable-product-image {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cable-product-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.cable-product-description ul {
  padding-left: 20px;
}
.cable-product-description ul li {
  margin-bottom: 10px;
}
/***********uses sc**********/
.sce-room-title {
  background-color: #f26522; /* Orange color */
  color: white;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}
.sce-room-image {
  width: 100%;
  height: auto;
}
/********altraezpresent**********************************/
.ezpresent-circle-image {
  width: 100%;
  max-width: 700px;
}
.ezpresent-circle-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
/****************altracompare********************/
.altracompre-circle-image {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 5px solid #f26522;
  border-radius: 50%;
}
.altracompre-orange-btn {
  background-color: #f26522;
  color: white;
  font-weight: bold;
  border: none;
  padding: 10px 15px;
  margin-top: 15px;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.altracompre-highlight-text {
  color: #f26522;
  font-weight: bold;
}
/****************altraworkdriver****************************/
.workdriver-circle-img {
  width: 180px;
  height: 180px;
  /*object-fit: contain;
  border: 3px solid #f26522;
  border-radius: 50%;
  background-color: white;
  padding: 10px;*/
  margin-bottom: 15px;
}
.workdriver-caption-box {
  width: 100%;
  max-width: 320px;
  color: white;
  font-weight: 500;
  padding: 12px 16px;
  text-align: center;
}
.workdriver-bg-orange {
  background-color: #f26522;
}
.workdriver-bg-blue {
  background-color: #214974;
}
@media (max-width: 768px) {
  .workdriver-circle-img {
    width: 140px;
    height: 140px;
  }
}
/* error sec */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  }
.fade-in-up {
    animation: fadeInUp 1s ease-out forwards;
  }
.bounce {
  animation: bounce 1.5s infinite;
}
