
.spotlight-wrapper{
    background: linear-gradient(to bottom, #ffffff, #F9F9F9);
    width: 100vw;
}


.product-spotlight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    padding: 20px;
    margin-top: 120px;
    margin-bottom: 120px;
}

.product-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.product-title {
    font-size: 2.5rem;
    font-weight: 1000;
    font-family: sans-serif;
    color: #222;
    margin: 0;
    word-spacing: -4px;
}

.product-description {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
    font-family: sans-serif;
    margin-top: 0;
}

.product-button {
    padding: 12px 24px;
    background-color: #ff5a5f;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    align-self: start;
}

.product-button:hover {
    background-color: #e94c4f;
    transform: translateY(-2px);
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .product-spotlight {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .product-content {
        align-items: center;
    }

    .product-button {
        align-self: center;
    }
}





.device-container {
    position: relative;
    width: 550px; /* Adjust based on your image size */
    height: 380px; /* Adjust based on your image size */
  }
  
  .laptop img {
    width: 585px; /* Adjust size accordingly */
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  
  .phone img {
    width: 130px; /* Adjust size accordingly */
    position: absolute;
    top: 128px; /* Adjust to overlap correctly */
    right: -32px; /* Adjust for correct alignment */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  
  /* Hover Effects */
  .laptop:hover img {
    transform: scale(1.02);
  }
  
  .phone:hover img {
    transform: scale(1.05) translateY(-10px);
  }






@media (min-width: 11in) and (max-width: 15in) {




    .spotlight-wrapper{
        background: linear-gradient(to bottom, #ffffff, #F9F9F9);
        width: 100vw;
    }
    
    
    .product-spotlight {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        max-width: 1000px;
        margin: 0 auto;
        gap: 40px;
        padding: 20px;
        padding-left: 80px;
        padding-right: 80px;
        margin-top: 120px;
        margin-bottom: 120px;
    }
    
    .product-content {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    
    .product-title {
        font-size: 2.4rem;
        font-weight: 1000;
        font-family: sans-serif;
        color: #222;
        margin: 0;
        word-spacing: -4px;
    }
    
    .product-description {
        font-size: 1.2rem;
        color: #555;
        line-height: 1.6;
        font-family: sans-serif;
        margin-top: 0;
    }
    
    .product-button {
        padding: 12px 24px;
        background-color: #ff5a5f;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
        align-self: start;
    }
    
    .product-button:hover {
        background-color: #e94c4f;
        transform: translateY(-2px);
    }
    
    .product-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    @media (max-width: 768px) {
        .product-spotlight {
            grid-template-columns: 1fr;
            text-align: center;
        }
    
        .product-content {
            align-items: center;
        }
    
        .product-button {
            align-self: center;
        }
    }




    .device-container {
        position: relative;
        width: 445px; /* Adjust based on your image size */
        height: 310px; /* Adjust based on your image size */
      }
      
      .laptop img {
        width: 468px; /* Adjust size accordingly */
        position: absolute;
        top: 0;
        left: 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
      }
      
      .phone img {
        width: 117px; /* Adjust size accordingly */
        position: absolute;
        top: 98px; /* Adjust to overlap correctly */
        right: -32px; /* Adjust for correct alignment */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
      }
      
      /* Hover Effects */
      .laptop:hover img {
        transform: scale(1.02);
      }
      
      .phone:hover img {
        transform: scale(1.05) translateY(-10px);
      }
    
    


}
















@media (min-width: 6in) and (max-width: 11in) {




    .spotlight-wrapper{
        background: linear-gradient(to bottom, #ffffff, #F9F9F9);
        width: 100vw;
    }
    
    
    .product-spotlight {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 1000px;
        margin: 0 auto;
        gap: 40px;
        padding: 20px;
        padding-left: 80px;
        padding-right: 80px;
        margin-top: 90px;
        margin-bottom: 90px;
    }
    
    .product-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    
    .product-title {
        font-size: 41px;
        font-weight: 1000;
        font-family: sans-serif;
        color: #222;
        margin: 0;
        word-spacing: -4px;
        text-transform: capitalize;
    }
    
    .product-description {
        font-size: 21px;
        color: #555;
        line-height: 1.6;
        font-family: sans-serif;
        margin-top: 0;
        text-align: left;
        width: 650px;
    }
    
    .product-button {
        padding: 12px 24px;
        background-color: #ff5a5f;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
        align-self: start;
        display: none;
    }
    
    .product-button:hover {
        background-color: #e94c4f;
        transform: translateY(-2px);
    }
    
    .product-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    @media (max-width: 768px) {
        .product-spotlight {
            grid-template-columns: 1fr;
            text-align: center;
        }
    
        .product-content {
            align-items: center;
        }
    
        .product-button {
            align-self: center;
        }
    }




    .device-container {
        position: relative;
        width: 445px; /* Adjust based on your image size */
        height: 310px; /* Adjust based on your image size */
        margin-top: -50px;
        margin-right: -160px;
      }
      
      .laptop img {
        width: 468px; /* Adjust size accordingly */
        position: absolute;
        top: 0;
        left: 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
      }
      
      .phone img {
        width: 117px; /* Adjust size accordingly */
        position: absolute;
        top: 98px; /* Adjust to overlap correctly */
        right: -32px; /* Adjust for correct alignment */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
      }
      
      /* Hover Effects */
      .laptop:hover img {
        transform: scale(1.02);
      }
      
      .phone:hover img {
        transform: scale(1.05) translateY(-10px);
      }
    
    


}










@media (min-width: 6in) and (max-width: 9in) {




    .spotlight-wrapper{
        background: linear-gradient(to bottom, #ffffff, #F9F9F9);
        width: 100vw;
    }
    
    
    .product-spotlight {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 1000px;
        margin: 0 auto;
        gap: 40px;
        padding: 20px;
        padding-left: 80px;
        padding-right: 80px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    
    .product-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    
    .product-title {
        font-size: 36px;
        font-weight: 1000;
        font-family: sans-serif;
        color: #222;
        margin: 0;
        word-spacing: -4px;
        text-transform: capitalize;
    }
    
    .product-description {
        font-size: 18px;
        color: #555;
        line-height: 1.6;
        font-family: sans-serif;
        margin-top: 0;
        text-align: left;
        width: 600px;
    }
    
    .product-button {
        padding: 12px 24px;
        background-color: #ff5a5f;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
        align-self: start;
        display: none;
    }
    
    .product-button:hover {
        background-color: #e94c4f;
        transform: translateY(-2px);
    }
    
    .product-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    @media (max-width: 768px) {
        .product-spotlight {
            grid-template-columns: 1fr;
            text-align: center;
        }
    
        .product-content {
            align-items: center;
        }
    
        .product-button {
            align-self: center;
        }
    }




    .device-container {
        position: relative;
        width: 445px; /* Adjust based on your image size */
        height: 310px; /* Adjust based on your image size */
        margin-top: -50px;
        margin-right: -140px;
      }
      
      .laptop img {
        width: 468px; /* Adjust size accordingly */
        position: absolute;
        top: 0;
        left: 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
      }
      
      .phone img {
        width: 117px; /* Adjust size accordingly */
        position: absolute;
        top: 98px; /* Adjust to overlap correctly */
        right: -32px; /* Adjust for correct alignment */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
      }
      
      /* Hover Effects */
      .laptop:hover img {
        transform: scale(1.02);
      }
      
      .phone:hover img {
        transform: scale(1.05) translateY(-10px);
      }
    
    


}