  .Modal_class .close {
    border: none;
    background: transparent;
}
  .modal.show {
    display: block;
}
.modal-content {
 
    width: 700px !important;
left:-60px;
   
}
  @media screen and (max-width: 768px) {
.modal-content {
  
    width: 100% !important;
left:0px;
    
}}


.Modal_class .carousel-control-next {
    background: linear-gradient(to right,rgba(0,0,0,.01) 0%,rgba(0,0,0,0.5) 100%);
}
  
  .Modal_class .carousel-control-prev  {
        background: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  }
  .bigtitle{
    position:relative;
  }
  .mailbox {
    position: fixed;
    z-index: 99;
    display: flex;
    bottom: 20px;
    left: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mailtxt {
    color: #fff;
    background: #d96525;
    padding:10px 20px;
    border-radius: 20px;
  }
  .mailbox .mail-icon {
    background-color: #d96525;
    border-radius: 50%;
    bottom: 5px;
    position: absolute;
    left: 60px;
    z-index: -1;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-top: 14px;
  }
  .hero-video-container{
    height:100vh;
  }
  .AboutAnimatetext span {
    white-space: nowrap;
  }
  .video-warpper {
    display: none;
  }
  #mobilebanner {
    display: none;
  }
  .cta-section-container {
    z-index: 5;
  }
  .curriimg .img-fluid {
    mix-blend-mode: darken;
  }
  .Mainheader {
    background: linear-gradient(to bottom, rgba(21, 69, 57, 0.9), transparent);
    border-radius: 20px;
  }
  @media screen and (max-width:767px){
    .cursor {
      display: none;
    }
    .librarysection {
      height:100%
    }
  }
  @media screen and (max-width:425px){
    .header-main {
      padding: 10px;
    }
    .tagimg {
      top: 4px;
      left: 1px;
      width: 95px;
    }
    .hero-video-container {
      margin: 10px 10px 10px;
    }
  }

    /* Your existing CSS for animations and floating container */
    @-webkit-keyframes come-in {
        0% {
            -webkit-transform: translatey(100px);
            transform: translatey(100px);
            opacity: 0;
        }
        30% {
            -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
        }
        70% {
            -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
        }
        100% {
            -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
            opacity: 1;
        }
    }
    @keyframes come-in {
        0% {
            -webkit-transform: translatey(100px);
            transform: translatey(100px);
            opacity: 0;
        }
        30% {
            -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
        }
        70% {
            -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
        }
        100% {
            -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
            opacity: 1;
        }
    }

    .floating-container {
        position: fixed;
        width: 100px;
        height: 100px;
        bottom: 0;
        right: 0;
        margin: 35px 25px;
        z-index: 99;
    }
    .floating-container:hover {
        height: 200px;
    }
.floating-container:hover .floating-button {
    box-shadow: 0px 0px 4px 1px rgb(40 133 102);
    transform: translatey(5px);
    transition: all 0.3s;
}
    .floating-container:hover .element-container .float-element:nth-child(1) {
        animation: come-in 0.4s forwards 0.2s;
    }
    .floating-container:hover .element-container .float-element:nth-child(2) {
        animation: come-in 0.4s forwards 0.4s;
    }
    .floating-container:hover .element-container .float-element:nth-child(3) {
        animation: come-in 0.4s forwards 0.6s;
    }
.floating-container .floating-button {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #288566;
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    line-height: 65px;
    font-size: 36px;
    z-index: 100;
    box-shadow: 0px 0px 4px 1px rgb(98 98 98);
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .floating-container .float-element {
        position: relative; /* Essential for tooltip positioning */
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin: 15px auto;
        background: #288566;
        box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.1);
        text-align: center;
        line-height: 50px;
        z-index: 0;
        opacity: 0;
        transform: translateY(100px);
        transition: background 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
      font-weight:600;
    }
    .floating-container .float-element:hover {
        background: #d96525;
    }
    .floating-container .float-element img {
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }

    /* START TOOLTIP STYLES - IMPORTANT: Ensure this entire block is present */
    [tooltip] {
        position: relative; /* opinion 1 */
    }

    /* Applies to all tooltips */
    [tooltip]::before,
    [tooltip]::after {
        text-transform: none; /* opinion 2 */
        font-size: .9em; /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }
    [tooltip]::before {
        content: '';
        border: 5px solid transparent; /* opinion 4 */
        z-index: 1001; /* absurdity 1 */
    }
[tooltip]::after {
    content: attr(tooltip);
    font-family: Raleway;
    letter-spacing: 0.96px;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 16px 20px;
    border-radius: 20px;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #d96525;
    color: #fff;
    z-index: 1000;
}
  
  .floating-container:hover .fa-plus {
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

    /* Make the tooltips respond to hover */
    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

    /* don't show empty tooltips */
    [tooltip='']::before,
    [tooltip='']::after {
        display: none !important;
    }

    /* FLOW: UP */
    [tooltip]:not([flow])::before,
    [tooltip][flow^="up"]::before {
        bottom: 100%;
        border-bottom-width: 0;
        border-top-color: #333;
    }
    [tooltip]:not([flow])::after,
    [tooltip][flow^="up"]::after {
        bottom: calc(100% + 5px);
    }
    [tooltip]:not([flow])::before,
    [tooltip]:not([flow])::after,
    [tooltip][flow^="up"]::before,
    [tooltip][flow^="up"]::after {
        left: 50%;
        transform: translate(-50%, -.5em);
    }

    /* FLOW: DOWN */
    [tooltip][flow^="down"]::before {
        top: 100%;
        border-top-width: 0;
        border-bottom-color: #333;
    }
    [tooltip][flow^="down"]::after {
        top: calc(100% + 5px);
    }
    [tooltip][flow^="down"]::before,
    [tooltip][flow^="down"]::after {
        left: 50%;
        transform: translate(-50%, .5em);
    }

[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #288566;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}
    [tooltip][flow^="left"]::after {
        top: 50%;
        right: calc(100% + 5px); /* Adjusted to be closer to the element */
        transform: translate(-.5em, -50%);
    }

    /* FLOW: RIGHT */
    [tooltip][flow^="right"]::before {
        top: 50%;
        border-left-width: 0;
        border-right-color: #333;
        right: calc(0em - 5px);
        transform: translate(.5em, -50%);
    }
    [tooltip][flow^="right"]::after {
        top: 50%;
        left: calc(100% + 5px);
        transform: translate(.5em, -50%);
    }

    /* KEYFRAMES */
    @keyframes tooltips-vert {
        to {
            opacity: .9;
            transform: translate(-50%, 0);
        }
    }

    @keyframes tooltips-horz {
        to {
            opacity: .9;
            transform: translate(0, -50%);
        }
    }

    /* FX All The Things */
    [tooltip]:not([flow]):hover::before,
    [tooltip]:not([flow]):hover::after,
    [tooltip][flow^="up"]:hover::before,
    [tooltip][flow^="up"]:hover::after,
    [tooltip][flow^="down"]:hover::before,
    [tooltip][flow^="down"]:hover::after {
        animation: tooltips-vert 300ms ease-out forwards;
    }

    [tooltip][flow^="left"]:hover::before,
    [tooltip][flow^="left"]:hover::after,
    [tooltip][flow^="right"]:hover::before,
    [tooltip][flow^="right"]:hover::after {
        animation: tooltips-horz 300ms ease-out forwards;
    }
    /* END TOOLTIP STYLES */
