.logo-img{
    width: 200px;
}

#top-nav.colors-e li a{
    color:#fff !important;
}

.colors-e .menu-toggle span, .colors-e .menu-toggle span:after, .colors-e .menu-toggle span:before
{
    color:#fff !important;
    background-color: #fff !important;
}



/* ============================= */
/* CELEBRATION EFFECTS           */
/* ============================= */
 /* ===== Celebration Section ===== */
  

  /* ===== Confetti pieces ===== */
  .confetti {
    position: absolute;
    width: 8px;
    height: 14px;
    border-radius: 2px;
    opacity: 0.9;
    animation: fall linear infinite;
    pointer-events: none;
    z-index: 50;
  }

    .celebration-zone {
      position: relative;
      
      overflow: hidden;
    }

    .confetti-overlay {
      position: absolute;
      top:0; left:0; right:0; bottom:0;
      pointer-events:none;
      z-index:30;         
    }

    .celebration-content {
      position: relative;
      z-index: 5;             /* keep content above background but below confetti */
    }

   

  /* Keyframes: fall from top to bottom + rotation */
  @keyframes fall {
    0% {
      transform: translateY(-10vh) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: translateY(110vh) rotate(720deg);
      opacity: 0.7;
    }
  }

  .hero-img{
        margin-top: -116px;
  }

  .hero-join-now
  {
    position: relative;
    top: 235px !important;
    /* overlay: auto; */
    z-index: 1;
    font-size: 26px !important;
    padding: 28px !important;
    border-radius: 10px !important;
  }

  @media (max-width: 992px) {
  .hero-join-now
  {
    position: relative;
    top: 235px !important;
    /* overlay: auto; */
    z-index: 1;
    font-size: 26px !important;
    padding: 28px !important;
    border-radius: 10px !important;
  }
}

.blogSection{
    margin-left: 40px;
    margin-right: 40px;
}

.blogDesc{
  height: 150px;
}

.post-read-more{
        margin-top: 5px;
        float: right !important;
  }

.leftSide{
  padding: 20px; margin-top:150px;
}

.leftSideSubTitle{
  color: #fff;margin-top: -30px;
}

.leftSide h1 {
      font-size: 50px;
  }

.rightSideTitle{
  background: linear-gradient(135deg, #9F973A 0%, #3CA55C 100%); padding: 30px; text-align: center;
}

.rightSideTitle h3{
    color: #fff; margin: 0; font-size: 28px; font-weight: 700;
}

.collegeBox
{
  padding-top: 70px; 
  padding-bottom: 70px;
}

.collegeBox-1 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

  #dt-search-0, #dt-search-1{
    width: 40% !important;
  }

/* Mobile screens */
@media (max-width: 600px) 
{
  .hero-join-now
  {
    position: relative;
    top: 235px !important;
    /* overlay: auto; */
    z-index: 1;
    font-size: 26px !important;
    padding: 28px !important;
    border-radius: 10px !important;
  }
  .blogSection{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .blogTitle{
    font-size: 18px;
  }

  .post-read-more{
        margin-top: 11px !important;
        float: right !important;
  }

  .leftSide {
      padding: 0px;
      margin-top: 0px;
  }

  .leftSideSubTitle{
    color: #fff;margin-top:0px;
  }

  .leftSide h1 {
      font-size: 35px;
  }

  .rightSideTitle{
    padding: 20px;
  }

  .rightSideTitle h3{
      font-size: 20px;
  }

  .collegeBox
  {
    padding-top: 70px; 
    padding-bottom: 70px;
  }

  .collegeBox-1 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .collegeBox-1 .col-md-9
    {
      padding-left: 0px;
      padding-right: 0px;
    }

    .dt-length{
      float: left !important;
      padding-left: 10px !important;
    }

    .dt-search{
      float: left !important;
      width: 100% !important;
      width: 70% !important;
      height: 25% !important;
    }

}

/* Ultra small devices (≤400px width) */
@media (max-width: 400px) 
{
  .hero-join-now
  {
            position: relative;
        top: 0px !important;
        /* overlay: auto; */
        z-index: 1;
        font-size: 10px !important;
        padding: 7px !important;
        border-radius: 10px !important;
  }

  .blogSection{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .blogTitle{
    font-size: 18px;
  }
  .post-read-more{
        margin-top: 11px !important;
        float: right !important;
  }

  .leftSide {
      padding: 0px;
      margin-top: 0px;
  }

  .leftSide h1 {
      font-size: 35px;
  }

  .leftSideSubTitle{
    color: #fff;margin-top:0px;
  }

  .rightSideTitle{
    padding: 20px;
  }

  .rightSideTitle h3{
      font-size: 20px;
  }

  .collegeBox-1 {
      padding-left: 35px !important;
      padding-right: 35px !important;
  }

  .collegeBox-1 .col-md-9
    {
      padding-left: 0px;
      padding-right: 0px;
    }

  .dt-length{
      float: left !important;
      padding-left: 10px !important;
    }

    .dt-search{
      float: left !important;
      width: 100% !important;
      width: 70% !important;
      height: 25% !important;
    }

    .dt-search .dt-input{
      width:75% !important;
    }

}

/**** Toast Message ****/
.toast-container {
    position: relative;
    top: 0px;
    right: 7px;
    z-index: 2000;
    float: right;
}

.custom-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    z-index: 9999;
    min-width: 250px;
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.5s ease;
}

.custom-toast .toast-icon {
    font-size: 24px;
    margin-right: 10px;
}

.custom-toast .toast-message {
    font-size: 16px;
    flex: 1;
}

.show-toast {
    opacity: 1;
    bottom: 40px;
}
.custom-toast-error {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #dc3545;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    z-index: 9999;
    min-width: 250px;
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.5s ease;
}

.custom-toast-error .toast-icon-error {
    font-size: 24px;
    margin-right: 10px;
}

.custom-toast-error .toast-message-error {
    font-size: 16px;
    flex: 1;
}

.show-toast-error {
    opacity: 1;
    bottom: 40px;
}

#eMsg {
    position: absolute;
    /*z-index: 101;*/
    z-index: 11111;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    /*background: #f2dede;*/
    background: #e4bbbbf2;
    color:#bb5e5c;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}
.error{
  color:red;
}

/**** End : Toast Message ****/