

h1 {
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 1rem;
    font-weight: 600;
  }
  
  
  .hero-section {
    background-color: transparent;
    background-image: url(/images/projector-gaming/hero-bg-mobile.jpg);
    background-size: cover;
    background-position-y: bottom;
    min-height: 850px;
    align-items: flex-start;
    padding-top: 60px;
  }
  
  .iprojection-wrapper {
    max-width: 1200px;
    max-height: 1000px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  
  }
  
  
  .img-top {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
  }
  
  
  .iprojection-app {
    background: #000;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 1.5rem 1rem 2rem;
  }
  
  
  .pdf-box {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #005eb8;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }
  
  .pdf-box:hover {
    background-color: #003f7d;
    text-decoration: none;
    color: #fff;
  }
  
  
  @media (max-width: 768px) {
  .iprojection-app {
    width: 100%;
  }
  
  .iprojection-app p {
    padding: 20px 20px 10px 20px;
  }
  
  .iprojection-app h1 {
    font-size: 28px;
    padding-top: 20px;
  }
  
  .comp-btn {
    flex-direction: column;
    gap: 10px;
    padding: 1rem;
  }
  }
  
  .pdf-box {
  display: inline-block;
  padding: 10px 18px;
  background-color: #005eb8;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  }
  
  .pdf-box:hover {
  background-color: #003f7d;
  text-decoration: none;
  color: #fff;
  }
  
  .store-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  }
  
  .tech-logo{
    width: 115px;
  }
  .section.bottom-caption{
      padding-top: 0;
      padding-bottom: 50px;
  }
  .section.bottom-caption img{
      max-height: 600px;
      object-fit: cover;
  }
  .bottom-caption .section__caption{
      position: relative;
      align-items: center;
  }
  

  #iprojection{
  width: 100%;
  }
  
  img{
    width: auto;
  }
  .section {
    width: 100%;  
    max-width: 1200px;  
    margin: 0 auto;  
    padding: 2rem; 
    box-sizing: border-box; 
  }
  
  .section__image {
    width: auto;   
    height: auto;   
  }
  
  .section__caption {
    text-align: left;  
    color: #fff;       
  }
  .section__heading{
  padding-bottom: 2%;
  }

  .BTT:hover {
    text-decoration: none;
    color: #88d6fa !important;
    transition: color ease-in-out 200ms;
  }
  .pdf-box {
  font-size: 18px;
  font-weight: bold;
  color: #6caacf !important;
  border: 2px solid #6caacf;
  background: #ffffff;
  padding: 10px;	
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  }
  .pdf-box:hover {
  text-decoration: none;
  color: #ffffff !important;
  background: #6caacf;  
  -webkit-transition: background ease-out 350ms;
    -moz-transition: background ease-out 350ms;
    -o-transition: background ease-out 350ms;
    transition: background ease-out 350ms;	
  }
  .arrow-pos {
  margin-left: 10px;
  margin-bottom: -1px;
  }
  .arrow-pos2 {
  margin-left: 10px;
  margin-bottom: -3px;
  }
  .pdf-position {
  margin-top: 50px;
  }
  
  .setup {
    padding: 50px 0;
  }
  
  /* CARDS */
  
  .card-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* gap: 5rem; */
    max-width: 1000px;
    margin: auto;
    padding: 2rem 1rem;
  }
  
  .card-image-wrapper {
    position: relative;
  }
  
  .main-image {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
  .badge-image {
    margin-bottom: 5%;
    width: auto;
    height: auto;
  }
  
  .card-text {
  color: #114b99; 
  font-weight:bold ;
  }
  
  .features {
  background: url('../Img/iProjection_rework_app.jpg');
  background-repeat: repeat-x;
  font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 3rem;
  color: #616161;
  padding: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  }
  
  .features ul li {
  list-style-image: url("../Img/iProjection_rework_bull.png");
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px;
  padding-bottom: 4px;
  }
  
  .centered-section {
    max-width: 1000px;
    margin: 0 auto;
    font-family: sans-serif;
  }
  
  
  .device-table th {
    font-size: 1rem;
    color: #114b99;
  }
  
  .device-table td {
    font-size: 0.95rem;
  }
  
  .light-blue {
    color: #007BFF;
  }
  
  .sup-down {
    font-size: 0.7em;
    vertical-align: super;
  }
  .bottom-menu a {
  font-size: 17px;
  font-weight: bold;
  color: #0163a7;
  text-decoration: none;
  line-height: 22px;
  margin-left: 39px;
  }	 
  .bottom-menu a:hover {
  text-decoration: none;
  color: #009CFF;
  -webkit-transition: color ease-out 200ms;
    -moz-transition: color ease-out 200ms;
    -o-transition: color ease-out 200ms;
    transition: color ease-out 200ms;			
  }
    @media screen and (min-width: 1200px) {
      .bottom-caption .section__text{
          width: 60%;
          margin: auto;
      }   
  }
  @media (max-width: 768px) {
  
    /* .container {
      padding: 0 10px;
    } */
  
    .section__image {
      width: auto;     
      max-width: 100%;  
      height: auto;     
    }
  }
  @media (max-width: 768px) {
    .device-table thead {
      display: none;
    }
  
    .device-table,
    .device-table tbody,
    .device-table tr,
    .device-table td {
      display: block;
      width: 100%;
    }
  
    .device-table td {
      padding: 1rem 0;
      border-top: 1px solid #ccc;
    }
  
    .device-table td:before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      margin-bottom: 0.5rem;
    }
  }
  
  
  @media (max-width: 768px) {
    .card-container {
      flex-direction: column;
      align-items: center;
    }
  
    .card {
      width: 90%;
    }
  }
  
  @media (max-width: 768px) {
    .card {
      margin-bottom: 2rem;
    }
  }
  
  /*PROJECTION SECTION  */
  
  @media screen and (min-width: 992px) {
    .section__image--left,
    .section__image--right{
        padding:5%;
        width: 50%;
        height: 500px;
    }    
  }
  
  /* SECTION WITH LEFT CAPTION AND RIGHT IMAGE */
  
  @media screen and (min-width: 992px) {
    .section:has(.section__image--right){
        display: flex;
        align-items: center;
    }
  
    .section:has(.section__image--right) .section__caption--left{
        position: unset; 
        width: 50%;
    }
  
    .section:has(.section__image--right) .section__content{
        margin: auto;
    }
  
    .section__image--right{
        order: 1;
    }
  }
  
  @media screen and (min-width: 1800px) {
    .section:has(.section__image--right) .section__content{
        margin-right: 27%;
    }
  }
  
  .back-to-top-I {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    text-transform: uppercase;
	  vertical-align: middle;	
  }
  .back-to-top-I-table {
    float: right;
    margin: 15px 30px 15px 0;
  }
  .back-to-top-I-anchor {
    color: #42C0FB !important;	
  }
  .back-to-top-I-anchor:hover {
    text-decoration: none;	
    color: #88d6fa !important;	
    -webkit-transition: color ease-in-out 200ms;
    -moz-transition: color ease-in-out 200ms;
    -o-transition: color ease-in-out 200ms;
    transition: color ease-in-out 200ms;	
  }


    @media (min-width: 769px) and (max-width: 1070px) {

      .card-container.AEA {
        flex-direction: column;
      }
      .card-container.AEA .holder {
        margin: 0 auto;
      }

    }