
  
  body {
    font-family: Arial, sans-serif;
    padding: 2rem;
    background-image: radial-gradient(rgb(112, 206, 178), #FEF7EC, #FEF7EC);
    background-position: top center;
    background-size: 1500px 1500px;
    background-repeat: no-repeat;
}
  
  
  .container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  
  .laptop-section {
    margin-top:6%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  
  .laptop-image {
    width: 100%;
    max-width: 1000px;
 
    
  }
  

  .wide-box {
    background: #ccc;
    
    margin-bottom: 2rem;
  }
  
.container1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  max-width: 1000px;
  padding-top: 20px;
  text-align: left;
  margin-bottom: 17%;
}

  @media (max-width: 768px) { 
  .container1 {
    gap: 80px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30%;
    font-size: 0.8rem ;
  }
}

.image-box {
  width: 100%;
  height: 300px;
  
}

.text-box {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  
}


.descirption1{
 
  max-width: 1000px;   /* Your existing container width */
    margin: 0 auto;      /* Keep content centered */
    padding: 0 20px;     /* Side padding */
    text-align: left;
    font-size: 16px;
    color: #ffffff;
}


.thumbnail-row{
 margin-bottom: 12%;
}

.descirption{
  text-align: left;
}

.Question1{
 
  max-width: 1000px;   /* Your existing container width */
    margin: 0 auto;      /* Keep content centered */
    padding: 0 20px;     /* Side padding */
    text-align: left;
    font-size: 24px;
    color: #ffffff;
}




.container1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  max-width: 1000px;
  padding-top: 20px;
  text-align: left;
  margin-bottom: 10%;
  margin-top: 10%;
}

  @media (max-width: 768px) { 
  .container1 {
    gap: 0px;
    display: flex;
    flex-direction: column;
    
    font-size: 1rem ;
  }
}



.baseline-section {
    text-align: center;
    margin-top: 12;
    max-width: 1000px;
}



/* Full-Bleed Carousel */
.carousel-container {
    position: relative;
    width: 99.6vw; /* Full viewport width */
    overflow: hidden;
    margin-left: calc(-50vw + 50%); /* Bleed out of parent container */
    margin-bottom: 10%;
    margin-top: 10%;
}

.carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0 50px;
    
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.carousel-item {
    flex: 0 0 auto;
    width: 400px; /* Bigger laptops */
}

.carousel-item img {
    width: 100%;
    margin-left: -70%;
    
}

 @media (max-width: 768px) { 
  .carousel-item img{
    margin-left: -23%;
   
  
  }
}


.grid4{
  max-width: 1000px;
  margin-bottom: 10%;
  margin-top: 5%;
  
}

.box1{
  max-width: 80%;
  margin-top: 10%;
}