    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: whitesmoke;
    }
    .header {

      color: white;
      text-align: center;
      padding: 400px 20px 20px;
    }
    .bgcolor{
      background-color: rgb(0, 0, 0);
      opacity: 60%;
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%;
    }
    .nav-link{
      font-size: 1.9rem;
    }
    .header h1 {
      font-size: 70px;
      color: #f5c70f;
    }
    .header p {
      font-size: 16px;
    }
    @media (max-width: 600px){
      .header h1 {
      font-size: 50px;
      }
      .header{
        padding-top: 60%;
      }
    }
    @media (max-width: 450px){      
      .header{
        padding-top: 75%;
      }
    }
    .scroll-down {
      position: fixed;
      bottom: 20px; /* Distance from the bottom */
      left: 50%; /* Center horizontally */
      transform: translateX(-50%); /* Center adjustment */
      background-color: #007bff; /* Button color */
      color: white; /* Text color */
      border: none; /* No border */
      border-radius: 5px; /* Rounded corners */
      padding: 10px 15px; /* Padding */
      font-size: 20px; /* Font size */
      cursor: pointer; /* Pointer cursor on hover */
      z-index: 1000; /* Ensure it appears above other content */
  }
  
  .scroll-down:hover {
      background-color: #0056b3; /* Darker shade on hover */
  }
    .section-title {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: #012545;
      margin: 20px 0;
    }
    .grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      padding: 0 20px;
    }
    h2{
        font-size: 40px;
        text-align: center;
    }
    .card-container {
    display: grid;               
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;                  
    margin: 20px;               
    max-width: 1200px;           
    width: 100%;                 
    }
    .card {
      background: whitesmoke;
      width: 250px;
      text-align: center;
      border-radius: 8px;
      border: 0px solid #ccc;      /* Light gray border */
      padding: 15px;   
      transition: 30s;
      transition-delay: 3s; 
     
    }
    .container {
    position: relative;
    overflow: hidden;
}

.row {
    transition: transform 0.5s ease;
}

.details-container {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: whitesmoke;
    transition: transform 0.5s ease;
    transform: translateX(-100%);
    display: none; /* Initially hidden */
}
.cardcontainer a img{
  box-shadow: 10px 10px 20px black;
}

.details-content {
    padding: 20px;
}

.back-button {
    margin-bottom: 20px;
    cursor: pointer;
}
    .col-md-4 img{
      max-width: 100%;             /* Responsive image */
      height: 100%;
      border-radius: 8px;
    }
    
    .zoomable {
            cursor: pointer;
            transition: transform 0.2s;
        }
        .zoomable:hover {
            transform: scale(1.35);
        }
    .testimonial {
      display: flex;
      align-items: center;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto 30px;
    }
    .testimonial img {
      width: 300px;
      border-radius: 200px;
      margin-left: -50px;
    }
    .testimonial p {
      color: #222;
      font-size: 20px;
    }
    .carousel-item {
  padding: 20px;
}
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .testimonial {
      flex-direction: column;
      text-align: center;
    }
    .testimonial .img-col {
      max-width: 180px;
      margin-bottom: 20px;
    }
    .testimonial .text-col p {
      font-size: 1rem;
    }
  }
  @media (max-width: 600px) {
    
    .testimonial .img-col {
      max-width: 10px;
    }
    .testimonial .text-col p {
      font-size: 1.5rem;
    }
  }
    .webinar {
      text-align: center;
      margin: 30px 0;
    }
    .webinar h3 {
      font-size: 20px;
      color: #012545;
    }
    .timer {
      font-size: 3rem;
      font-weight: bold;
      margin-top: 20px;
  }
  .btn {
      margin-top: 20px;
  }
    .date-blocks {
      display: flex;
      justify-content: center;
      gap: 10px;
      font-weight: bold;
    }
    .date-blocks div {
      background: #f5c70f;
      padding: 10px;
      border-radius: 5px;
    }
    .countdown-wrapper
   {
    width: 50%;
    height: 250px;
    padding: 80px;
    background-repeat: repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-attachment: scroll;
    background-size: cover;
    background-image: url("https://tagmango.com/staticassets/-frame-be676c5ee5abe85f014b8d52434c2f77.png");
    border-radius: 24px;
  }
  .countdown-digit
  {
    font-size: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-style: solid;
    border-color: #fff;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #ef0b0b;
    border-radius: 8px;
    color: #fff;
  }
    .register-btn {
      margin-top: 10px;
      background-color: #ffcc80;
      padding: 10px 20px;
      border: none;
      font-weight: bold;
      cursor: pointer;
    }
    .mentor{
      border-radius: 200px;
      border-width: 1px;
      border-color: #012545;
    }
    .mentor img{
      width: 300px;
      height: 300px;
      border-radius: 200px;
      border-width: 1px;
      border-color: #012545;
    }

    .before-after {
      display: flex;
      justify-content: center;
      gap: 20px;
      padding: 20px;
      width: 1000px;
      margin-left: 15%;
      text-align: justify;
    }
  .before-after .card{
    text-align: left;
       
    background-color: whitesmoke;
    border-width: 0cap;
  }
  .before-after.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 13%;
}

    .column {
      background: whitesmoke;
      padding: 15px;
      width: 450px;
      border-radius: 10px;
      font-size: 1.85rem;
    }
    .column {
    flex: 1; /* Allow columns to grow and shrink */
    min-width: 300px; /* Minimum width for each column */
    border: 1px solid #ccc; /* Optional: border for visual separation */
    border-radius: 8px; /* Optional: rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: shadow for depth */
    background-color: #fff; /* Background color for cards */
}
    .column h4{
        font-size: 30px;
        text-align: center;
        padding: 5px;
        background-color: #012545;
        color: whitesmoke;
        border-radius: 5px;
    }
    ul{
      padding-left: 20px;
    }
    .before {
      color: #c0392b;
    }
    .after {
      color: #27ae60;
    }
    .after li{
      padding-bottom: 4px;
    }
    .before li{
      padding-bottom: 4px;
    }
   
 
    .contact {
      background-color: #012545;
      color: #f5c70f;
      text-align: center;
      padding: 20px;
      height: 120px;
    }
    .contact img{
      width: 3rem;
      height: 3rem;
    }
    .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Place video behind text */
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire area */
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: whitesmoke;
    text-align: center;
    z-index: 1; /* Place text above video */
}
h1 {
    font-size: 48px;
    margin: 0;
}
p {
    font-size: 24px;
}
.book-session{
  margin-left: 35%;
  margin-bottom: 5%;
  background-color: #012545;
  color: whitesmoke;
  width: 30%;
  padding: 10px 0 10px 0;
  font-size: 1.9rem;
}
.book{
  text-align: center;
}

  /* Footer styling */
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #012545; /* dark */
    color: #fff;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.3);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    font-size: 16px;
  }
p

  footer.visible {
    transform: translateY(0);
  }

  .footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  /* Responsive columns */
  .col-md-8, .col-md-4 {
    box-sizing: border-box;
  }
  .col-md-8 {
    flex: 1 1 65%;
  }
  .col-md-8 h3{
    font-size: 4.04rem;
  }
  .col-md-4 {
    flex: 1 1 30%;
    text-align: right;
  }

  footer h3 {
    margin: 0;
    font-weight: 700;
    font-size: 1.25rem;
  }

  button {
    background-color: #242424;
    border: none;
    border-radius: 6px;
    padding: 5px 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 3px 6px rgba(255,92,92,0.5);
    font-weight: 700;
    font-size: 0.5rem;
    color: white;
    user-select: none;
    outline-offset: 3px;
  }
  button:hover, button:focus {
    background-color: #f5c70f;
    color: #242424;
  }

  /* Mobile responsiveness */
  @media (max-width: 600px) {
    .footer-box {
      flex-direction: column;
      align-items: center;
      padding: 12px 15px;
      font-size: 50px;
    }
    .col-md-8, .col-md-4 {
      flex: none;
      width: 100%;
      text-align: center;
    }
    .bk-cnsl button{
      height: 20%;
      width: 100%;
    }
    button {
      font-size: 1.2rem;
      padding: 12px 30px;
      width: 100%;
    }
    .card{
      width: 100%;      
    background-color: whitesmoke;
    border-width: 0cap;
    }
    .before-after{
      width: 100%;
      justify-content: center;
      text-align: justify;    
      padding: 0%;
      align-items: center;
    }
  .before{
    width: 100%;
    margin-left: -30%;
  }
  .before-after.container {
    justify-content: center;
    margin-left: auto;
}
.column{
  flex: 1;
  width: 100%;
  margin-left: auto;
  min-width: none;
}
  }
  
  .row{
    margin-left: auto;
  }
.section-padding{
  padding-top: 15%;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

.contact {
    background-color: #0f077b;
    color: #f5c70f;
    text-align: center;
    padding: 10px;
    height: 70px;
  }
.contact p{
    text-align: center;
}
.contact img{
    width: 3rem;
    height: 3rem;
  }
.footer-ribbon{
    background-color: #f5c70f;
    color: #0f077b;
    text-align: center;
    margin-top: -35px;
    margin-left: 38%;
    width: 300px;
}
@media (max-width: 600px){
.contact p{
    text-align: center;
    font-size: 100%;
}
.contact img{
    width: 3rem;
    height: 3rem;
  }
.footer-ribbon{
    margin-top: -4%;
    margin-left: 15%;    
}
}