#autocomplete {
    width: 200px;
    padding: 10px;
}
#suggestions {
    display: none;
    border: 1px solid #ccc;
    position: absolute;
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
}
.new_nav_tabs_group {
    white-space: nowrap;
    overflow-x: auto;
}
.new_nav_tabs_group li {
    white-space: normal;
    flex: 0 0 auto;
}
.masthead {
    padding-bottom: 0rem !important;
}
header.masthead {
    padding-top: 3.5rem !important;
    background-color: #053763 !important;
    background-image: url(./../../images/background-banner.svg) !important;
}
header.masthead .masthead-subheading {
    font-size: 2rem !important;
}
header.masthead .masthead-subheading.subheading-custom {
    font-size: 1.5rem !important;
}
.form-control {
    box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.16) !important; 
}
.api-search-card .card-body {
    padding: 1.25rem !important;
}
.api-search-card #tabs .nav-tabs {
    margin-bottom: 0.5rem;
}
.api-search-card .search-card-button {
    color: #053763 !important;
}
.api-search-card #tabs .nav-tabs .nav-link {
    margin: 0 !important;
    border-bottom: none !important;
    padding: 0.5rem 1.5rem;
}
.api-search-card .nav-tabs .nav-link.active {
    margin: 0 !important;
    border-bottom: none !important;
    background-color: #ddeefa !important;
    padding: 0.5rem 1.5rem !important; 
    border-radius: 5px !important;
}
.divider {
    border-right: 1px solid #a4d0f687;
}
.no-divider {
    border-right: none;
}
#dropdownOptions {
    list-style: none;
    padding: 0;
    position: absolute;
    display: none;
    color: rgb(45, 45, 45);
    border: 1px solid #ccc;
    background-color: #fff;
    width: -webkit-fill-available;
    max-height: 130px; 
    overflow-y: auto;  
    z-index: 9;
    text-transform:uppercase
}
#dropdownOptions li {
    padding: 5px;
    text-align: start;
    font-family: Inter;
    font-size: 14px;
}
#dropdownOptions li:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}
#dropdownOptions li.selected {
    background-color: #e0e0e0;
}
.dropdown-select.active #dropdownOptions {
    display: block;
    z-index: 9;
}
#dropdownInput::placeholder {
    text-transform: none;
}
.content-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 5rem;
    padding: 0.25rem 1rem 0.25rem;
}
.btn {
    padding: .5rem 0.75rem !important;
}
.btn-demo {
    margin: 2rem;
    background: #fff !important;
    font-weight: 600;
    cursor: pointer;
}
.image-icons {
    width: 95px;
    opacity: 1;
    filter: brightness(0.2);
}
#container {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-bottom: 1em;
}
.trusted_customers {
    padding: 2.5rem 1rem 1rem !important;
}
.home_animated_btns .col-md-4 {
    position: relative;
    transition: border-color 0.3s ease;
}
.home_animated_btns .col-md-4:hover {
    transform: translateY(-5px); 
}
.home_animated_btns .col-md-4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; 
    background-color: transparent;
    transition: height 0.3s ease;
    z-index: 1;
}
.home_animated_btns .col-md-4 a {
    text-decoration: none !important;
}
.home_animated_btns .col-md-4 a:hover p {
    text-decoration: none !important;
}
.home_animated_btns .col-md-4:hover::after {
    background-color: #E8F2F9; 
    height: 10px;
}
.fadeInFromBottom{
    opacity: 0; 
    visibility: visible; 
    animation: fadeInFromBottom 0.6s ease-out forwards; 
} 
.fadeInFromBottoms{
    opacity: 0; 
    visibility: visible; 
    animation: fadeInFromBottoms 1.3s cubic-bezier(0.2, 0.4, 0.4, 1.3) forwards;  
} 
header.masthead {
    animation-delay: 0.5s; 
}
header.masthead .masthead-subheading {
    animation-delay: 1s; 
}
.row.justify-content-around {
    animation-delay: 1.5s; 
}
.home_animated_btns {
    animation-delay: 2s; 
}
.api-white-container {
    animation-delay: 2.5s; 
}
.trusted_customers {
    animation-delay: 3s; 
}
#container {
    animation-delay: 3.5s; 
}
.search-content-font {
    font-size: 2rem; 
    color: #fff;
}
.placeholder-message {
    text-align: center;
    font-size: 1.25rem;
    color: #053763;
    padding: 7rem;
    border: 1px dashed #053763;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.placeholder-message > p {
    margin-bottom: 0;
}
.no-data-container {
    display: none !important;
    height: 12em;
    font-size: 18px;
    font-weight: 500;
    color: #053763;
    background: white;
    padding: 4rem 5rem;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
} 
.white-container {
    height: auto;
    background: white;
    padding: 2.5rem 5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}
.table-container {
    display: none;
    width: 80%;
    overflow-y: auto;
    max-height: 430px;
    box-shadow: 0 4px 8px rgb(59 57 57 / 70%);
    transition: max-height 0.3s ease-in-out;
    border-radius: 5px;
    margin: 0 auto;
}
.thank-you-container {
    height: 35em;   
}
.resources-header {
    padding: 0.5em 1em 0.15em;
    text-align: center;
    color: #053763;
}
.resources-subheader {
    text-align: center;
    color: #2f2f2f;
}
.bottom-line {
    width: 80%;
    overflow-y: auto;
    max-height: 430px;
    text-align: center;
    transition: max-height 0.3s ease-in-out;
    border-radius: 5px;
    margin: 0 auto;
}
.cta-button {
    display: inline-block;
    font-size: 14px;
    padding: 6px 15px;
    background-color: #053763;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}
.cta-button:hover {
    color: white;
    text-decoration: none;
}
.right-arrow {
    margin-left: 10px;
    color: #99C3E1;
}
table {
    width: 100%;
    border-collapse: collapse;
}
thead {
    position: sticky;
    top: 0;
    background-color: #E8F2F9;
    z-index: 10;
}
thead tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
tbody {
    display: table;
    width: 100%;
    table-layout: fixed;
}
table, th, td {
    border: 1px solid #585D61;
    text-align: center;
}
th, td {
    padding: 10px;
    word-wrap: break-word;
}
.hsnCode-container {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 2em auto;
    background: white;
    padding: 2em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    width: 90%;
    max-width: 450px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.hsnCode {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.question {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #053763;
}
.form-fields > input {
    padding: 0.5rem;
    width: 97%;
    margin: 0.5rem 0.25em 0.5em;
    border-radius: 5px;
    border: 1px solid lightgrey;
    color: #4d4a4a;
    font-size: 14px;
    box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.16)
}
#checkbox {
    box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.16)
}
.submit-button {
    margin: 0px 0px 0px 5px;
    padding: 0.5em 1em;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: #053763;
    color: white;
}
.permission {
    color: #5d5d5d; 
    font-size: 14px; 
    font-weight: 300; 
    margin: 0;
}
.request-button {
    color: #262626;
    font-weight: 400;
    padding: 5px;
    border-radius: 3px;
    border-color: #f0f1f2;
    background-color: #f0f1f2;
}
.request-button:hover {
    color: #262626;
    border-color: #d0d1d3;
    background-color: #d0d1d3;
    text-decoration: none;
}
.get-price-button {
    margin: 2px auto;
    border: none;
    display: block;
    color: white;
    font-size: 14px;            
    transition: 0.5s;
    text-align: center;
    padding: 6px 18px;
    border-radius: 100px;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    background-image: linear-gradient(to right, #76accd 0%, #053763  51%, #76accd  100%)
}
.get-price-button:hover {
    color: #fff;
    text-decoration: none;
    background-position: right center;
}
.api-new-btn.btn-primary {
    margin-bottom: 3px;
}
.price-container {
    display: flex;
    justify-content: center;
}
.final-price {
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .42rem .275rem .275rem .7rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #6c757d;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.16) !important;
}
.suggestions-box {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 10rem;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    width: 28.5em;
    text-align: start;
    color: #343434;
    font-weight: 400;
    margin-left: 5px;
    font-family: 'Inter';
    font-size: 14px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s;
}
.suggestion-item:hover {
    background-color: #f1f1f1;
}
.country-code {
    width: 70px !important;
    text-align: center;
    background-color: #fff !important;
}
@keyframes fadeInFromBottom {
    0% {
        opacity: 0;  
        transform: translateY(20px);  
    }
    100% {
        opacity: 1;  
        transform: translateY(0);  
    }
}
@keyframes fadeInFromBottoms {
    0% {
        opacity: 0;  
        transform: translateY(30px);  
    }
    100% {
        opacity: 1;
        transform: translateY(0px);  
    }
}
@media (max-width: 767px) {
    .image-logo {
        max-width: 18%; 
        max-height: 30%; 
    }
    .trusted_customers p {
        font-size: 0.85rem;
    }
    .trusted_customers .img-logo {
        padding: 0.5rem !important;
    }
    .trusted_customers .img-logo img {
    object-fit: contain !important;
    margin: 1rem 0.5rem !important;
    }
    .masthead-subheading {
        font-size: 2rem !important;
        margin: 15px;
    }
    .trusted_customers {
        padding: 1.5rem 0.5rem 1rem !important;
    }
    header.masthead {
        padding-top: 2rem !important;
        background-size: cover;
        padding-bottom: 0 !important;
    }
    header.masthead .masthead-subheading {
        font-size: 1.5rem !important;
        text-align: center;
    }
    header.masthead .masthead-subheading.subheading-custom {
        font-size: 1.2rem !important;
        margin-bottom: 2.2rem;
    }
    .api-search-card.card {
        margin-top: 2em !important;
        width: 90% !important;
    }
    .api-search-card .card-body {
        padding: 1rem !important;
    }
    .api-search-card #tabs .nav-tabs {
        margin-bottom: 0.3rem;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .api-search-card #tabs .nav-tabs .nav-link {
        padding: 0.4rem 1rem;
    }
    .form-row {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 1em !important;
        align-items: center !important;
    }
    .form-control {
        width: 100% !important;
        padding: 8px !important;
        font-size: 14px !important;
    }
    .form-fields {
        flex-direction: column;
        width: 100%;
    }
    .form-fields > input {
        width: 96%;
        font-size: 14px;
        padding: 0.7rem;
        margin: 0.5rem 0.1em 0.5em;
    }
     #contactNumber {
       width: 59.5vw !important
    }
    #countryCode {
        width: 15vw !important;
    }
    .suggestions-box {
        width: 24.5em;
    }
    .btn {
        font-size: 14px;
        padding: 0.75rem !important;
        width: 100%;
    }
    .api-new-btn.btn-primary {
        margin-top: 0 !important;
    }
    #dropdownOptions {
        width: 97%;
        max-height: 100px;
        overflow-y: auto;
    }
    #dropdownOptions li {
        font-size: 12px;
    }
    #search-content .divider,
    #search-content .no-divider {
        flex: 0 0 calc(50% - 1rem); 
    }
    .search-content-font {
        font-size: 1.5rem !important;
    }
    .content-box {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0.5rem;
    }
    .image-icons {
        width: 70px;
        height: 60px;
    }
    .new_nav_tabs_group {
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }
    .new_nav_tabs_group li {
        white-space: normal;
        flex: 0 0 auto;
    }
    .divider {
        display: none;
    }
    .btn-demo {
        margin: 1rem 0;
    }
    #container {
        height: auto;
    }
    .home_animated_btns .col-md-4 {
        width: 100%;
        height: 8.25em;
    }
    .col-12.col-md-4 {
        padding-bottom: 0.5rem !important; 
    }
    #autocomplete {
        width: 100%;
        padding: 8px;
    }
    #suggestions {
        width: 100%;
        position: relative;
    }
    .placeholder-message {
        font-size: 1rem;
        padding: 4rem;
    }
    .no-data-container {
        text-align: center;
        height: auto;
        padding: 2rem;
        font-size: 1rem;
    }
    .white-container {
        width: 100%;
        padding: 1.5rem;
        flex-direction: column;
        gap: 10px;
    }
    .table-container {
        width: 100%;
        max-height: 300px;
    }
    th, td {
        padding: 6px;
        font-size: 12px;
    }
    .request-button {
        padding: 4px;
        font-size: 12px;
    }
    .bottom-line {
        font-size: 14px;
    }
    .question {
        font-size: 14px;
    }
    .permission { 
        font-size: 10px;
    }
    .thank-you-container {
        height: 30em;
    }
    .resources-header {
        font-size: 1.2em;
        padding: 0.5em 1em 0.15em;
    }
    .resources-subheader {
        font-size: 0.9em;
        padding: 0 1em;
    }
    .get-price-button {
        margin: auto;
        font-size: 8px;
        padding: 5px;
    }
    .final-price {
        font-size: 14px;
        text-align: left;
        padding: 8px !important;
    }
}