.snackbar {
    visibility: hidden; /* Hidden by default */
    min-width: 250px;
    margin-left: -125px; /* Center horizontally */
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px 8px 0 0; /* Rounded top corners */
    padding: 16px;
    position: fixed; /* Fixed positioning */
    bottom: 0px; /* Position it 20px from the bottom of the viewport */
    left: 50%; /* Center horizontally relative to viewport */
    z-index: 1000; /* Ensure it's on top of other content */
    transition: visibility 0.3s, opacity 0.3s linear; /* Fade in/out effect */
    opacity: 0; /* Initially invisible */
  }
  
  .snackbar.show {
    visibility: visible; /* Make visible when shown */
    opacity: 1; /* Fully visible */
  }
  
  .snackbar.success {
    background-color: #1291BD; /* Green background for success */
  }
  
  .snackbar.error {
    background-color: #414042; /* Red background for error */
  }
  

#newsletterForm {
    display: flex;
    flex-direction: column;
}
#newsletterForm input {
    margin-bottom: 10px; /* Adjust the margin value as needed */
}
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 0px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 0px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }


.links-section {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    display: flex;
    justify-content: space-between;
}

.form-fileds {
    flex-direction: row;
}

.form-section {
    margin: auto;
}

.five p,
.sub-two-right p {
    margin-bottom: 2px;
    white-space  : nowrap;
}

.w3l-footer h6 {
    margin-bottom  : 21px;
    justify-content: center;
}

form {
    display  : inline-block;
    position : relative;
    left     : 50%;
    transform: translate(-50%, 0%);
}

.form-title>h6 {
    margin-bottom: 21px;
}

.signup-btn {
    color           : #EEEFEB;
    background-color: #414042;
    white-space     : nowrap;
}

.signup-btn:hover {
    background-color: #F7941F;

}

.form-fileds input[type],
.signup-btn {
    border       : 1px solid #414042;
    border-radius: 0.15rem;
}

.form-fileds input[type="text"]:focus-visible {
    outline: #414042;
}

.signup-btn:disabled {
    background-color: #414042 !important;
    opacity         : 0.4;
    cursor          : not-allowed;

}

.connect-with-us {
    margin-left   : auto;
    padding-right : 20px;
    display       : flex;
    flex-direction: column;
    margin-right  : 20px;
}

.below-section {
    margin-top: 30px;
}

.address {
    display     : flex;
    margin-right: 20px;
}

.address address {
    font-size: 14px;
}

.linkedin_icon .linkedin_icon1,
.facebook_icon .facebook_icon1,
.email_icon .email_icon1 {
    width: 30px;
}

.contact {
    margin-left: auto;
}

.connect-with-us .footerlbl {
    margin-left    : 0px;
    justify-content: flex-start;
}

.social_icons {
    justify-content: space-between;
}

.social_icons span:nth-child(1) {
    margin-left: 0px;
}

@media only screen and (max-width: 1536px) {
    .links-section {
        display        : flex;
        justify-content: space-between;
        max-width      : 50%;
        flex           : 0 0 50%;
    }

    .form-fileds {
        display       : flex;
        gap           : 10px;
        flex-direction: column;
    }

    .form-section>#newsletterForm {
        width: 250px;
    }
    #newsletterForm input{
        width: 250px;
    }

    .signup-btn {
        width: 95px;
    }

}

@media only screen and (max-width: 1080px) {

    .footer-web {
        padding: 0 10px;
    }

    .below-section {
        margin-top: 20px;
    }

    form {
        display  : block;
        left     : 0%;
        transform: translate(0%, 0%);
    }

    .links-section {
        display: none;
    }

    .form-section {
        width : 50%;
        margin: 0;
    }

    form h6 {
        text-align: left;
    }

    .form-fileds {
        display       : flex;
        gap           : 10px;
        flex-direction: column;
    }

    .signup-btn {
        width: 95px;
    }

    form {
        width      : auto;
        margin-left: 9px;
    }

    .form-section>#newsletterForm {
        width: auto;
        margin-left: 9px;
    }

    #newsletterForm input{
        width: 100%;
    }

    .section-1,
    .section-2 {
        display: none;
    }

}

@media only screen and (max-width: 800px) {

    .linkedin_icon .linkedin_icon1,
    .facebook_icon .facebook_icon1,
    .email_icon .email_icon1 {
        width: 30px;
        height: 30px;
    }

    .footerlbl {
        font-size    : 14px;
        margin-bottom: 10px;
        margin-left  : 0px;
    }

    .social_icons span {
        margin-left: 15px;
    }

    .connect-with-us {
        width       : 145px;
        margin-right: 10px;
        padding     : 0px;
    }

    .form-fileds {
        display       : flex;
        gap           : 10px;
        flex-direction: column;
    }

    .form-fileds input[type] {
        height   : 25px;
        font-size: 14px;
    }

    .signup-btn {
        width: 95px;
    }

    .address address {
        font-size: 12px;
    }

    .w3l-footer .columns p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 400px) {

    .linkedin_icon .linkedin_icon1,
    .facebook_icon .facebook_icon1,
    .email_icon .email_icon1{
        width: 25px;
        height: 25px;
    }

    .footerlbl {
        font-size: 13px;
    }

    .social_icons span {
        margin-left: 13px;
    }

    .connect-with-us {
        width       : 90%;
        margin-right: 15px;
        padding     : 0px;
    }

    .form-fileds {
        display       : flex;
        gap           : 10px;
        flex-direction: column;
    }

    .form-title h6,
    .w3l-footer h6 {
        font-size: 16px;
    }

    .form-fileds input[type] {
        height   : 20px;
        font-size: 12px;
    }

    .signup-btn {
        width    : 95px;
        font-size: 14px;
    }

    .address address {
        font-size: 10px;
    }
}
