body {

        margin: 0;
        font-family: Arial, sans-serif;
        background: none;
    }
    
    .top-strip {

        background: black;
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 12px;
        margin-bottom: 0%;
    }
    .top-strip .cont a {

        text-decoration: none;
        color: grey;
    }

    .top-strip .cont a:hover,

    .top-strip .cont a:focus {
        color: yellow;
    }

    .header {
        background: #FFD400;
        display: flex;
        flex-wrap: wrap; 
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        margin-bottom: 0%;
        
       
    }
    .logo{
         max-width: 200px; 
    height: auto;

        width: auto; 
       
        display: flex;
        padding: 9px;
        padding-left: 0px;
    }
    .logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

    .sale{
        text-align:right ;
         color: red; 
         font-size: 28px;
          margin-left: 20px; 
          font-weight: bold;

    }
    .mail{
        font-size: 20px;  
        font-weight: normal;

    }
    .sale-email{
      color: red; 
      text-decoration: none;
    }
    .nav {

        display: flex;
        flex-wrap: wrap; 
        justify-content: center; 
        gap: 20px;
        align-items: center;
    }
    .nav a {

        text-decoration: none;
        color: white;
        font-weight: bold;
        font-size: 12px;
    }
    .btn {

        background: black;
        color: white;
        padding: 8px 15px;
        border-radius: 20px;
        text-decoration: none;
        font-size: 14px;
        text-align: center;
    }
    .back-image{

  background-image: url('/depositphotos_140929528-stock-photo-architecture-details-cement-wall-texture.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size:cover;
  min-height: 90vh;
  margin-top:0;
  padding-top: 0%;
  background-attachment: fixed;
    }

    /* Video placeholder styling (blank) */
    .video-placeholder {
       

        position: relative;
        width: 120%;
        max-width: 120%; 
        padding-top: 6.25%; 
        background: #000; /* plain black */
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(0,0,0,0.35);
        cursor: default;
        user-select: none;
        min-height: 200px;
         aspect-ratio: 16 / 9;
        height: auto;
         
    }

    /* Play button overlay */
    .play-button {

        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        background: rgba(255,255,255,0.8);
        clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
        cursor: default;
        filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));
    }
    
    .video-title {

   
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: bold;
  color: limegreen;
  text-shadow: 2px 2px 8px rgba(180, 255, 5, 0.8);
  letter-spacing: 1px;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  z-index: 2;
  line-height: 1.2;
  padding: 0 10px;
}

    

.headline {
 
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-weight: 500;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.4;
  white-space: nowrap;
  padding: 0 10px;
  transform: translate(-50%, -170%);

}

  


.count-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: -10px;
  position: absolute;
  transform: translateX(-50%);
   left: 50%;
    bottom: 70px; 

 

}

.time-box {
  background-color: #00c853;
  border-radius: 5px;
  padding: 8px 12px;
  text-align: center;
  min-width: 50px;
}

.time {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.label {
  display: block;
  font-size: 0.7rem;
  text-transform: capitalize;
  color: white;
  margin-top: 2px;
}


    /* countdown box */
    .video-placeholder .count-wrap {

        position: absolute;
        top: 65%;  
        left: 50%;
         transform: translateX(-50%);
        background: rgba(0,0,0,0.55);
        padding: 14px 20px;
        border-radius: 8px;
        color: #fff;
        font-weight: 700;
        font-size: 26px;
        letter-spacing: 1px;
        user-select: none;
    }
    .coming-soon {

        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0,0,0,0.7);
        padding: 10px 20px;
        border-radius: 5px;
        color: white;
        font-size: 22px;
        font-weight: bold;
        display: none;
        text-align: center;
        user-select: none;
    }


    /* Container for side-by-side layout */
    .media-row {

        display: flex;
        align-items: flex-start;
        gap: 20px;
        max-width: 1000px;
        margin: 60px auto 60px 20px; 
        margin-top: 0%;
        padding: 50px;
        padding-left: 0%;
        word-wrap: break-word;
        word-break: break-word;
    }
    .media-left {
        display: flex;
    justify-content: center;
    align-items: center;
        
        flex: 0 0 65%; 
        max-width: 65%; 
    }
    .media-right {
        
        flex: 0 0 35%; 
        max-width: 35%;
        color: white;
        text-align: center;
        font-weight: bold; 
    }
    

    /* Founder image area */
    .founder-photo-wrap { 

       position: relative; 
       display: inline-block;
       width: 100%;
       height:auto;
       padding-top: 0,
       }

    .founder-photo-wrap img { 

   
    
    border-radius: 8px; 
     object-fit: contain;
    width: 100%;
    height: auto; 
    max-height: 400px;
     }
     
    .founder-name { 

    margin-top: 170px;
    margin-right: 120px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
       }

    .founder-title { 

    color: rgb(0, 0, 0);
    font-size: 16px;
    opacity: 0.9; 
    margin-right: 120px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8); 
}
.founder-name, .founder-title {
    margin-right: 0;
    text-align: center;
    color: #000;
     margin-top: 10px;
}


    /* Responsive: stack on small screens but still left-aligned container margin */
    @media (max-width: 900px) {
       
  body {
    font-size: 16px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }

  .header, .nav {
    flex-direction: column;
    align-items: center;
  }

  .media-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; 
    margin-left: 20px; 
    margin-right: 20px; 
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
  }

  .media-left, .media-right { 
    flex: 1 1 50%; 
    min-width: unset;
    max-width: 100%; 
    flex-basis: 100%;
  }

  .video-title, .headline {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    padding: 0 10px;
    text-align: center;
  }

  .founder-name, .founder-title {
    font-size: clamp(1rem, 2vw, 1.2rem);
    text-align: center;
    margin-right: 0;
  }

  .count-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    bottom: 60px;
     top: 70%;  
  }

  .time-box {
    min-width: 45px;
    padding: 6px 10px;
  }

  .time {
    font-size: 1.2rem;
  }

  .label {
    font-size: 0.65rem;
  }

  .video-placeholder {
    width: 100%;
    max-width: 100%;
    display: block !important;
    padding-top: 56.25%;
  }

  .logo img {
    max-width: 150px;
    height: auto;
  }

  .sale {
    font-size: 22px;
    margin-left: 0;
    text-align: center;
  }

  .mail {
    font-size: 16px;
    text-align: center;
  }
}

    