body {
    overflow-x: hidden;
}
#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: 2rem !important;
    background-color: #053763 !important;
    background-image: url(./../../images/background.png) !important;
    background-position: center 72px;
}
header.masthead .heading {
    font-size: 26px !important;
    font-weight: 300 !important;
    margin-bottom: 2px;
}
.sub-heading {
    font-size: 20px !important;
    font-weight: 200;
    letter-spacing: 1px;
}
.product-heading {
    color: #053763;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 30px 10px 5px;
}
.product-sub-heading {
    color: #737373;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}
.trusted_customers {
    padding: 3rem 3rem 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;
    gap: 1em;
}
.home_btns {
    max-width: 100%; 
    margin: 0 auto; 
}
.product-card {
    width: 100%;
    background-color:#E8F2F9;
    border: 1px solid #E8F2F9;
    padding: 2.5rem!important
}
.product-card:hover {
    background-color:#fff;
    border: 1px solid #fff;
}
.text-hover {
    text-decoration: none !important;
}
.text-hover:hover {
    text-decoration: none !important;
}
.product-title {
    color: #053763;
    font-weight: 500;
    font-size: 19px;
    margin-left: 9px;
    text-decoration: none !important;
    cursor: pointer;
}
.product-title:hover{
    color: #053763 !important;
    text-decoration: none !important;
}
.more-text {
    text-decoration: underline;
    color: #212529;
    cursor: pointer;
}
.more-text:hover {
    color: #212529;
    font-weight: 500;
}
.key-feature {
    color: #053763;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    white-space: nowrap;
}
hr {
    margin-top: 0 !important;
    border: none;
    border-top: 1px solid #0A386C47;
    width: 100%;
}
.product-text {
    font-size: 14px;
    height: 5em;
}
ul.product-text {
    padding-inline-start: 0px !important;
    height: 7em;
}
.product-text li {
    color: #002F5F;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.product-text .arrow {
    margin-right: 8px;
    color: #002F5F;
    font-weight: bold;
}
.demo-btn {
    width: 44%;
    padding: 10px;
    text-align: center;
    background: #053763;
    color: #fff !important;
    border: 1px solid #053763;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}
.demo-btn:hover {
    color: white !important;
    text-decoration: none !important;  
}
.trial-btn {
    width: 44%;
    padding: 10px;
    text-align: center;
    color: #053763;
    background: #fff;
    border: 1px solid #053763;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}
.trial-btn:hover {
    color: #053763 !important;
    text-decoration: none !important;  
}
.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 !important;
}
.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;
}
#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;
}
.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 .heading {
    animation-delay: 1s; 
}
header.masthead .sub-heading {
    animation-delay: 1.25s; 
}
.row.justify-content-around {
    animation-delay: 1.5s; 
}
.home_btns {
    animation-delay: 2s; 
}
.api-white-container {
    animation-delay: 2.5s; 
}
.trusted_customers {
    animation-delay: 3s; 
}
#container {
    animation-delay: 3.5s; 
}
#worldmap-container {
    animation-delay: 3.5s; 
}
.search-content-font {
    font-size: 1.5rem; 
    color: #fff;
}
.card-button {
    display: flex;
    justify-content: space-between;
}
.sticky-buttons {
    display: none;
}  
.search-btn {
    width: 22% !important;
    margin-bottom: 0px !important;
}
.api-new-btn.btn-primary {
    width: 80%;
    font-size: 15px !important;
}
.search-span {
    margin-left: 5px;
}
@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) {
    .api-search-card #tabs .nav-tabs {
        gap: 0em;
    }
    .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: 2rem !important;
        background-size: cover;
        background-position: center;
    }
    header.masthead .heading {
        font-size: 20px !important;
    }
    .sub-heading {
        font-size: 12px !important;
        padding-bottom: 1.5rem !important;
    }
    .product-heading {
        font-size: 20px;
        padding: 0px 15px;
    }
    .product-sub-heading {
        font-size: 14px;
        padding: 0px 40px;
    }
    .product-card {
        padding: 1.5rem !important
    }
    .product-title {
        font-size: 14px;
    }
    .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: 100% !important; 
        font-size: 14px !important; 
        padding: 8px;
        height: calc(2rem + 2px) !important;
    }
    .btn {
        font-size: 14px; 
        padding: 0.6rem; 
        width: 70%; 
        margin-top: 5px;
    }
    .search-btn {
        width: 22% !important;
        margin-bottom: 0px !important;
    }
    .search-icon {
        font-size: 8px;
        margin: 0 0 0 -5.5px !important;
    }
    .api-new-btn.btn-primary {
        width: 100%;
        padding: 8px !important;
        margin-top: 0 !important;
        font-size: 9px !important;
    }
    .search-span {
        margin-left: 0px;
    }
    #dropdownOptions {
        width: 95% !important
    }
    #remove-divider {
        border-right: none;
    }
    #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;
    }
    #dropdownOptions li {
        font-size: 12px;
    }
    .btn-demo {
        margin: 1.8rem;
    }
    #worldmap-container {
        width: 100%;
        padding: 10px;
        height: 20rem;
    }
    #worldmap-container svg{
        height: 16rem;
        padding: 10px;
    }
    .trusted_customers {
        padding: 0.5rem 1rem 0.5rem !important;
    }
    .home_animated_btns .col-md-4 {
        width: 100%;
        height: 8.25em;
    }
    .col-12.col-md-4 {
        padding-bottom: 0.5rem !important; 
    }
    .key-feature {
        font-size: 16px;
        letter-spacing: 0px;
    }
    .product-text li {
        font-size: 14px;
    }
    ul.product-text {
        margin-bottom: 0rem !important;
    }
    .card-button {
        display: none;
    }
    .sticky-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 14px 25px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        gap: 12px;
        z-index: 9999;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    }
}
