#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;
    padding-bottom: 1rem !important;
    background-color: #053763 !important;
    background-image: url(./../../images/background-banner.svg) !important;
}
.masthead-subheading {
    font-size: 2rem !important;
}
.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 #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: 60px; 
    overflow-y: auto;  
    z-index: 9;
}
#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-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;  
} 
.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: 20em;
    background: white;
    padding: 4rem 5rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}
.white-container {
    height: auto;
    background: white;
    padding: 2.5rem 5rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}
.search-results {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.left-content {
    flex: 1;
}
h4 {
    color: #053763 !important;
}
.highlight {
    color: #4A86D3;
    font-weight: 500;
    text-decoration: none;
}
.info-box {
    width: 44em;
    background: #E8F2F9;
    color: #585D61;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
}
.bold {
    font-weight: bold;
    color: #376893;
}
.no-data {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #376893;
}
.right-arrow {
    margin-left: 10px;
    color: #99C3E1;
}
.table-container {
    flex: 0.65;
    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;
}
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: 8px;
    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;
}
.content-box .download-link {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #053763;
    text-decoration: none;
    margin-top: 1.2rem;
}
.download-link:hover {
    text-decoration: none;
    color: #4a4a4a;
}
.permission {
    color: #5d5d5d; 
    font-size: 14px; 
    font-weight: 300; 
    margin: 0;
}
.thank-you-container {
    height: 35em;
}
.thank-you-header {
    padding: 0.5em 1em 0.15em;
    text-align: center;
    color: #053763;
}
.thank-you-subheader {
    text-align: center;
    color: #2f2f2f;
}
.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;
}
.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) {
    .img-logo img {
        max-width: 29vw; 
        max-height: 3.2rem; 
    }
    .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_home_page {
        padding: 15px;
    }
    header.masthead {
        padding-top: 1rem !important;
        background-size: contain;
    }
    header.masthead .masthead-subheading {
        margin: 0.5rem 1rem;
        font-size: 1.5rem !important;
    }
    header.masthead .masthead-subheading.subheading-custom {
        font-size: 1.18rem !important;
        margin-bottom: 2.2rem;
    }
    .api-search-card.card {
        margin: 1rem !important;
        width: auto !important;
        margin-bottom: 0 !important;
    }
    .form-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
    .form-control {
        width: 50vw !important; 
        font-size: 14px !important; 
    }
    .btn {
        font-size: 14px; 
        padding: 0.5rem; 
        width: 50%; 
    }
    .api-new-btn.btn-primary {
        margin-top: 0 !important;
    }
    #dropdownOptions {
        width: 95% !important
    }
    #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: row;
        align-items: center;
        padding: 1rem;
    }
    .image-icons {
        width: 70px;
        height: 60px;
    }
    .api-search-card .nav-tabs .nav-link.active {
        padding: 0.5rem 0.75rem !important;
    }
    .api-search-card #tabs .nav-tabs .nav-link {
        padding: 10px 16px !important;
        font-size: 14px;
    }
    #dropdownOptions li {
        font-size: 12px;
    }
    .btn-demo {
        margin: 1.8rem;
    }
    #container {
        height: 210px;
        margin-bottom: 2em;
    }
    .trusted_customers {
        padding: 3rem 1rem 2rem !important;
    }
    .home_animated_btns .col-md-4 {
        width: 100%;
        height: 8.25em;
    }
    .col-12.col-md-4 {
        padding-bottom: 0.5rem !important; 
    }
    .hsnCode-container {
        width: 95%;
        padding: 1.5em;
        max-width: none;
    }
    .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;
    }
    .col-12 {
        flex-direction: row;
        align-items: flex-start;
    }
    .submit-button {
        width: 100%;
        font-size: 16px;
        padding: 0.8em;
    }
    .placeholder-message {
        font-size: 1rem;
        padding: 50px;
    }
    .white-container {
        flex-direction: column;
        padding: 2rem;
        height: auto;
    }
    .search-results {
        flex-direction: column;
        gap: 15px;
    }
    .left-content {
        width: 100%;
        text-align: center;
    }
    .info-box {
        width: 100%;
        text-align: left;
    }
    .table-container {
        overflow-x: auto;
        max-height: 300px;
    }
    table {
        width: 100%;
        min-width: 350px;
    }
    thead {
        font-size: 14px;
    }
    tbody tr {
        font-size: 13px;
    }
    .question {
        font-size: 14px;
    }
    .permission { 
        font-size: 10px;
        text-align: start;
    }
    .thank-you-container {
        height: 30em;
    }
    .thank-you-header {
        font-size: 1.2em;
        padding: 0.5em 1em 0.15em;
    }
    .thank-you-subheader {
        font-size: 0.9em;
        padding: 0 1em;
    }
    .get-price-button {
        margin: auto;
        font-size: 8px;
        padding: 5px;
    }
}