body {
    line-height: 22px;
    font-size: 14px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    margin: 0;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
p {
    margin: 0;
}
textarea {
    font-family: "Roboto", sans-serif !important;
}
.container {
    width: 1280px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
}
.product-img-stru {
    width: 100%;
    padding: 10px 0 0 0;
    max-height: 170px;
    height: 170px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-img-stru img {
    max-width: 100%;
    width: 100%;
    transition: .5s;
}
.top-certifications {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.icon1 svg {
    color: #76ba31;
}
.cert-badge svg {
    color: #1aa36f;
}
.cert-badge label {
    color: #163050;
    font-weight: 400;
}
.cert-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: #e7f3fe;
    border-radius: 25px;
    font-size: 14px;
    color: #2b2b2b;
    font-weight: 500;
}

.cert-badge .icon {
    color: #1aa36f;
    font-size: 15px;
}
.api-section {
    background: #f4f6f8;
    padding: 50px 0;
    text-align: center;
}
.api-section .buttons {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    text-align: center;
}
.home-h2 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #1c3557;
    line-height: 36px;
    margin-top: 0;
}
.subtitle {
    color: #5d6f7d;
    margin-bottom: 40px;
    font-size: 20px;
    margin-top: 0;
    line-height: 24px;
}
.api-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
    position: relative;
}
.api-card .tags {
    position: absolute;
    left: 15px;
    top: 223px;
    top: 238px;
}
.category {
    background: #e6f4ea;
    color: #1c8c5f;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
}
.api-card .h3,.api-card .h3 a {
    margin: 8px 0 5px;
    font-size: 18px;
    text-decoration: none;
    color: #1c3557;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cas {
    font-size: 13px;
    color: #6b7c88;
    margin: 0 0;
    font-weight: 600;
}
.desc {
    font-size: 14px;
    color: #5d6f7d;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tags span {
    background: #edf2f7;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin-right: 4px;
    text-transform: uppercase;
}
.home-main-hero .buttons {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    text-align: center;
}
.btn-outline {
    border: 1px solid #d0d7de;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.5s;
    color: #333;
    width: 50%;
    font-size: 14px;
}
.btn-green1 {
    background: #76ba31;
    color: white;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    width: 50%;
    transition: 0.5s;
}
.btn-green1:hover,
.btn-outline:hover {
    background-color: #218838;
    transition: 0.5s;
    color: #fff;
}
.view-btn {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.manufacturing-main {
    display: flex;
    justify-content: space-around;
}
.view-btn.center{
    text-align: center;
}
.view-btn a {
    background: white;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    color: #1c3557;
    border: 1px solid #d0d7de;
    transition: 0.5s;
    display: inline-block;
}
.view-btn a:hover {
    background-color: #76ba31;
    transition: 0.5s;
    color: #fff;
}
/*Why Choose ApiSyn*/
.section-heading {
    text-align: center;
    margin-bottom: 20px;
}
.why-section {
    background: #fcfcfd;
    padding: 50px 0;
    text-align: center;
}
.subtitle {
    color: #6b7c88;
    margin-bottom: 10px;
}
.line {
    width: 50px;
    height: 4px;
    background: #2fa36b;
    margin: 10px auto 40px;
    border-radius: 3px;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}
.why-card {
    background: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}
.icon2 svg {
    position: relative;
    left: 4px;
}
.icon1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: -55px auto auto auto;
    border: 1px solid #f6f6f7;
    padding: 15px;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
}
.why-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1c3557;
}
.why-card p {
    font-size: 14px;
    color: #6b7c88;
    margin: 0;
}
/*inquiry-section*/
.inquiry-section {
    padding: 50px 0;
}
.inquiry-box {
    background-color: #1b3d54;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
.inquiry-left {
    color: white;
    width: 50%;
}
.inquiry-left .home-h2 {
    color: #fff;
}
.inquiry-left p {
    font-size: 16px;
    line-height: 1.6;
    color: #d5dee7;
    margin-bottom: 25px;
}
.inquiry-buttons {
    display: flex;
    gap: 15px;
}
.inquiry-buttons .btn-outline1{
    background-color: #218838;
    border: none;
}
.btn-outline1 {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: 0.5s;
}
.btn-outline1:hover {
    background: #76ba31;
    color: #fff;
    transition: 0.5s;
}
.inquiry-form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.inquiry-form .form-group1 {
    width: 100%;
}
.inquiry-form input,
.inquiry-form textarea {
    padding: 10px;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}
.inquiry-form textarea {
    height: 90px;
    resize: none;
}
.inquiry-form button {
    background: #76ba31;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    transition: 0.5s;
    font-size: 15px;
    cursor: pointer;
}
.inquiry-form button:hover {
    background: #218838;
    transition: 0.5s;
}
/*manufacturing-excellence*/
.manufacturing-excellence {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background-image: url(../images/manufacturing.webp);
    background-size: cover;
    position: relative;
    background-position-x: center;
    background-attachment: fixed;
}
.manufacturing-excellence .home-h2 {
    color: #fff;
}
.view-btn.view-green a:hover {
    background: #218838;
    transition: 0.5s;
}
.view-btn.view-green a {
    background: #76ba31;
    transition: 0.5s;
    color: #fff;
    border: none;
}
.line-left {
    margin-left: 0;
}
.manufacturing-excellence ul {
    list-style-type: none;
    padding: 0;
}
.manufacturing-excellence li span {
    margin-right: 10px;
    display: inline-block;
    color: #76ba31;
    font-weight: 600;
}
.manufacturing-excellence li {
    margin-bottom: 5px;
    color: #fff;
    text-transform: capitalize;
}
.manufacturing-excellence p {
    max-width: 500px;
    color: #fff;
}
.manufacturing-excellence:before {
    content: "";
    background-color: #123554b8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.manufacturing-excellence .container {
    position: relative;
}
/*about section*/
.about-dic {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #6b7c88;
}
.about-left .btn-outline {
    display: inline-block;
    width: auto;
}
.about-inner {
    display: flex;
    gap: 40px;
    align-items: center;
}
.about-left,
.about-right {
    width: 50%;
}
.about-right img {
    max-width: 100%;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 10px;
}
.about-main {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    background-color: #fcfcfd;
}
.certifications-main {
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
}
.subtitle.center {
    text-align: center;
}
/* Section Background */
.subscribe-section {
    background: #e7f3fe;
    padding: 50px 0px;
    text-align: center;
}
.subscribe-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-items: self-start;
}
.subscribe-form input {
    width: 350px;
    padding: 14px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
    box-sizing: border-box;
}
.subscribe-form button {
    background: #76ba31;
    color: white;
    border: none;
    padding: 14px 25px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.5s;
}
.subscribe-form button:hover {
    background: #218838;
    transition: 0.5s;
}
.slider-image {
    max-height: 600px;
    min-height: 600px;
}
.slider-image img {
    height: auto;
    width: 100%;
    aspect-ratio: 1521 / 779;
    display: block;
}
.slider-image:before {
    content: "";
    background-color: #123554b8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}
.home-slider {
    position: relative;
}
.home-slider .swiper-button-prev,
.home-slider .swiper-button-next {
    display: none;
}
.home-slider .absolute.pointer-events-none.watermark-overlay-container {
    position: static;
}
.home-slider .slider-main-div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 180px;
    text-align: center;
    z-index: 22;
}
.home-main-hero .slider-main-h1 {
    max-width: 580px;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
    margin: 0;
}
.hero-slider-main {
    display: inline-block;
    width: 100%;
}
.home-main-hero p {
    max-width: 580px;
    color: #fff;
    font-size: 18px !important;
    text-align: left;
    display: inline-block;
    line-height: 25px !important;
    margin: 10px 0;
}
.home-main-hero .buttons.hero-btn a {
    width: auto;
    color: #fff !important;
    padding: 10px 25px;
}
.home-main-hero {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.home-slider .slick-dots {
    z-index: 3;
}
.home-slider .slick-dots li button {
    cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}
.api-section
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: static;
    margin-top: 30px;
}
.api-section .swiper-pagination-bullet {
    background: #c3c3c3;
    width: 14px;
    height: 14px;
    transition: 0.3s ease;
    border: none;
}
.api-section
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2fa36b;
}
.section-home.section-productServices {
    background-color: #f4f6f8;
    padding: 50px 0;
}
.slide-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-image {
    width: 75%;
    height: 470px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-box {
    position: absolute;
    width: 34%;
    min-height: 375px;
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(14px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.left-box {
    left: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 3;
    border-left: 5px solid #0078bf;
}
.right-box {
    right: 0;
    background: rgba(240, 247, 235, 0.96);
    border-left: 5px solid #76bc21;
    z-index: 3;
}
.info-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.info-box ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
    color: #333;
}
.info-box ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0a67c7;
}
.section-wrap {
    padding: 50px 0;
}
.accreditations-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background-color: #f4f6f8;
}
.accreditations-section-inner {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}
.accreditations-img {
    width: 160px;
    height: 160px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.35s ease;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}
.accreditations-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0a67c7, #76bc21);
}
.accreditations-img a {
    display: inline-block;
    width: 100%;
}
.accreditations-img a img {
    width: 100%;
}
.sz-section {
    background-color: #f4f6f8;
    padding: 50px 0;
}
.sz-section img {
    border-radius: 10px;
}
.accreditations-img:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
/*footer*/
footer {
    background: #224f8a;
    padding-top: 20px;
    color: #fff;
    float: left;
    width: 100%;
}
.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 0;
}
.col-footer-logo {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 0 0 auto;
    width: 16.66666667%;
}
img.image_resized.footer-logo {
    margin-bottom: 20px;
    width: 140px;
    height: auto;
    display: block;
}
.footer-icon-div {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: left;
    padding-left: 15px;
}
.address-div {
    flex: 0 0 auto;
    width: 25%;
}
footer .address {
    margin-bottom: 30px;
    padding: 0 10px;
}
.foot-h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 0;
    position: relative;
}
.foot-h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 3px;
    background-color: #76ba31;
}
.address p,
.foot-h6,
.address-div.address-div-small a {
    font-size: 17px;
    color: #fff;
    text-align: left;
    margin: 0;
    font-weight: 300;
    text-decoration: none;
}
.address-div.address-div-large {
    flex: 0 0 35%;
}
.address-div.address-div-small {
    flex: 0 0 19%;
}
img.footer-logo.wp-qrcode {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    border: 8px solid #76ba31;
    box-sizing: border-box;
}
.foot-copyright {
    background-color: #fff;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.foot-copyright p {
    color: #000;
}
.foot-copyright p span,
.foot-copyright p a {
    float: right;
    color: #000;
    text-decoration: none;
}
.foot-copyright p span {
    padding: 0 10px;
}
.scrollToTop {
    background-color: #75ba31;
    padding: 10px 10px 0px 10px;
    border-radius: 10px 10px 0 0;
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px, rgba(0, 0, 0, 0.23) 0 6px 6px;
    border: 2px solid #fff;
    border-bottom: 0;
    cursor: pointer;
    display: none;
}
.header-top {
    width: 100%;
    background-color: #0078bf;
    display: inline-block;
    padding: 4px 0;
}
.header-top-right {
    display: flex;
    gap: 20px;
    align-items: center;
}
.header-top-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}
.header-top-inner p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.header-top-right a {
    color: #fff;
    font-size: 14px;
    line-height: 0px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-right: 20px;
    font-weight: 400;
}
.header-top-right a:last-child:after{
    display: none;
    padding-right: 0;
}
.header-top-right a:last-child{
    padding-right: 0;
}
.header-top-right a:after {
    content: "";
    height: 16px;
    width: 1px;
    background-color: #fff;
    opacity: 0.7;
    right: 0;
    top: 2px;
    position: absolute;
}
.small-logo {
    display: none;
    width: 56px;
}
.main-header {
    display: inline-block;
    width: 100%;
    position: relative;
}
.main-header-inner {
    display: flex;
    padding: 10px 0;
}
.mian-logo {
    width: 117px;
}
.logo-div-head {
    display: flex;
    width: 13%;
}
.yessticky {
    position: fixed;
    z-index: 50;
    width: 100%;
    background-color: #fff;
    top: 0;
}
.yessticky .small-logo {
    display: block;
}
.yessticky .mian-logo {
    display: none;
}
.yessticky .search-container.main {
    top: 60px;
}
.main-menu {
    width: 87%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation-menu {
    display: flex;
}
.menu a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #101010;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    padding: 4px 0;
    margin: 0 8px;
}
.menu a.active, .menu a:hover {
    border-bottom: 3px solid #027abf;
    transition: 0.5s;
}
li.menu-item.active,
a.dropdown-item.active {
    border: none !important;
}
.header .menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-container {
    width: 100%;
    border-top: 1px solid #ededed;
    padding: 15px 0;
}
.search-container .form-search {
    width: 60%;
    margin: auto;
}
.search-container button.search-button {
    display: none;
}
.search-container .form-search input[type="text"] {
    background-color: #fcfcfd;
    padding-left: 15px;
    border: 1px solid #9db6ce;
    font-size: 14px;
    height: 40px;
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    border-radius: 7px;
    box-sizing: border-box;
}
.search-container {
    display: none;
}
.search-container.main {
    display: inline-block;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 11;
    background-color: #fff;
}
.header-btn {
    display: flex;
    gap: 15px;
}
.head-serach svg {
    color: #65758b;
}
.head-product-list {
    border: 1px solid #d0d7de;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.5s;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    background-color: transparent;
}
.head-product-list svg {
    margin-right: 4px;
    width: 21px;
    height: 20px;
}
a.head-get-quote {
    background: #76ba31;
    color: white;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.5s;
    line-height: 20px;
}
.head-product-list:hover {
    background-color: #218838;
    transition: 0.5s;
    color: #fff;
}
a.head-get-quote:hover {
    background-color: #218838;
    transition: 0.5s;
    color: #fff;
}
.head-serach {
    background: transparent;
    border: 0;
    padding: 0;
}
/*menu*/
.submenu {
    display: none;
}
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    margin: 0;
}
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}
.submenu li.menu-item:hover a {
    color: #000;
    transition: 0.3s;
    border: none;
}
.submenu li.menu-item:hover {
    background-color: #fff;
    transition: 0.3s;
}
.submenu li.menu-item {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 6px 11px;
    color: #fff;
    transition: 0.3s;
}
.submenu li.menu-item a {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    transition: 0.3s;
    border: none;
}
li.dropdown-item-sub {
    position: relative;
}
li.dropdown-item-sub:hover .submenu {
    display: block;
    position: absolute;
    top: 26px;
    left: 0;
    padding: 0;
    list-style-type: none;
    background-color: #0078bf;
    z-index: 99;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
li.dropdown-item-sub:hover .submenu.dub-cdmo {
    min-width: 215px;
}
.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}
.header .menu-icon .navicon:before {
    top: 5px;
}
.header .menu-icon .navicon:after {
    top: -5px;
}
.header .menu-btn {
    display: none;
}
.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
/*login page*/
.container.login-main {
    width: 950px;
    height: 550px;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    position: relative;
}
.login-page {
    background: #eef3f9;
    padding: 100px 0;
}
/* FORM CONTAINER */
.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 60%;
    transition: all 0.6s ease-in-out;
}
.login-main .sign-in {
    left: 0;
    z-index: 2;
}
.login-main .sign-up {
    left: -20%;
    opacity: 0;
    z-index: 1;
}
.container.active .sign-in {
    transform: translateX(100%);
}
.container.active .sign-up {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
}
.login-main .form-group {
    width: 100%;
}
/* FORM STYLE */
.login-main form {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}
.login-main h2 {
    color: #0f3d91;
    margin-bottom: 20px;
    font-size: 28px;
}
.login-main .form-group input {
    background: #f1f5f9;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    border-radius: 6px;
}
.login-cmn {
    margin-top: 15px;
    padding: 12px 45px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(135deg, #409584, #71b340);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 17px;
}
/* OVERLAY PANEL */
.overlay-container {
    position: absolute;
    top: 0;
    left: 60%;
    width: 40%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    border-radius: 0 25px 25px 0;
}
.container.active .overlay-container {
    transform: translateX(-150%);
}
.login-main .overlay {
    background: linear-gradient(135deg, #409584, #71b340);
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    display: flex;
}
.container.active .overlay {
    transform: translateX(50%);
    background: linear-gradient(215deg, #409584, #71b340);
}
.login-main .overlay-panel {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 40px;
    position: relative;
}
.login-main .overlay-panel .h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 39px;
    text-transform: capitalize;
}
.forgot-txt {
    font-size: 16px;
    color: #6c6c6c;
    margin-bottom: 15px;
}
.pass-mail {
    font-size: 14px;
    color: #6c6c6c;
    margin-top: 15px;
}
.login-main .overlay-panel p {
    font-size: 14px;
    margin-bottom: 20px;
}
.login-main .ghost {
    background: transparent;
    border: 2px solid #fff;
}
.overlay-left::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    top: -60px;
    right: -70px;
    border-radius: 20px;
    transform: rotate(45deg);
}
.overlay-left::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.08);
    bottom: -40px;
    left: -40px;
    border-radius: 50%;
}
.overlay-right::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    top: -50px;
    right: -50px;
    border-radius: 20px;
    transform: rotate(45deg);
}
.overlay-right::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.08);
    bottom: -40px;
    left: -40px;
    border-radius: 50%;
}
.forgot-remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 15px;
}
.remember {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    font-size: 14px;
}
.forgot-remember a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #0f3d91 !important;
}
/*about page*/
.page-title {
    margin-bottom: 20px;
}
.about-hero {
    display: inline-block;
    width: 100%;
    position: relative;
}
.about-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    bottom: 0;
}
.about-hero:before {
    content: "";
    background-color: #123554b8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about-text .subtitle {
    max-width: 50%;
    color: #fff;
    line-height: 30px;
}
.about-text .home-h2 {
    color: #fff;
    text-transform: capitalize;
}
.about-hero {
    display: inline-block;
    width: 100%;
    position: relative;
    max-height: 400px;
    height: 400px;
    overflow: hidden;
    float: left;
    border-bottom: 5px solid #76ba31;
}
.our-vision {
    display: inline-block;
    width: 100%;
    background: linear-gradient(121deg, #409584 0%, #218838 50%, #fff 50%, #fff 100%);
    padding: 50px 0;
}
.our-vision-inner {
    width: 100%;
    display: flex;
    margin: auto;
}
.vision-minsion {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    margin: auto;
}
.vision-minsion img {
    max-width: 80px;
}
.sub-line {
    margin-bottom: 20px;
    margin-top: 0;
}
.vision-minsion p {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
.vision-minsion.right img {
    margin-bottom: 15px;
}
.vision-minsion.left p,
.vision-minsion.left .home-h2{
    color: #fff;
}
.wrapper{
    display:flex;
    gap: 20px;
    justify-content:center;
    flex-wrap:wrap;
    padding-top: 20px;
}
.cor-main {
    width: calc(20% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.card-wrap{
    position:relative;
    width:190px;
    height:190px;
}

.top-line::before{
    content:"";
    position:absolute;
    inset:0;
    border:3px solid #f45d48;
    border-bottom:none;
    border-radius:220px 220px 0 0;
    height: 110px;
    box-shadow: 0px -8px 20px rgb(244 93 72 / 17%);
}

.bottom-line::before{
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #0078bf;
    border-top: none;
    border-radius: 0 0 220px 220px;
    height: 93px;
    bottom: -7px;
    top: auto;
    box-shadow: 0 8px 20px rgb(0 120 191 / 17%);
}
/*.top-line::after,
.bottom-line::after{
    transform: translateY(0%) rotate(269deg);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 11px solid #f45d48;
    content: "";
    position: absolute;
    right: -6px;
    top: 46%;
    z-index: 1;
}
.bottom-line::after {
    top: 44%;
    border-right-color: #0078bf;
    transform: translateY(0%) rotate(103deg);
}*/
/*.values-line.dote-end::after {
    transform: translateY(0%) rotate(263deg);
    width: 12px;
    height: 12px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    content: "";
    position: absolute;
    right: -5px;
    top: 44%;
    z-index: 1;
    background-color: #76ba31;
    border-radius: 50%;
}*/
.values-line .card::before,
.bottom-line .card::before {
    transform: translateY(0%) rotate(263deg);
    width: 12px;
    height: 12px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    content: "";
    position: absolute;
    left: -20px;
    top: 51%;
    z-index: 1;
    background-color: #76ba31;
    border-radius: 50%;
}
.top-line{ color:#f45d48; }
.bottom-line{ color:#16bce5; }
.values-line{
    color:#f4a41c;
}
.values-line::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #76ba31;
    border-bottom: none;
    border-radius: 220px 220px 0 0;
    height: 104px;
    box-shadow: 0px -8px 20px rgb(118 186 49 / 17%);
    top: 6px;
}
.values-line::after,
.bottom-line::after{
    transform: translateY(0%) rotate(263deg);
    width: 12px;
    height: 12px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    content: "";
    position: absolute;
    right: -5px;
    top: 53%;
    z-index: 1;
    background-color: #76ba31;
    border-radius: 50%;
}
.bottom-line .card::before,
.bottom-line::after{
    background-color: #0078bf;
}
.middle-arrow {
    position: absolute;
    right: -23px;
    top: 94px;
    display: flex;
}
.middle-arrow svg {
    width: 20px;
    height: 20px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    padding: 1px;
    top: 2px;
}
.middle-arrow:before {
    content: "";
    width: 59px;
    height: 0;
    position: absolute;
    top: 12px;
    left: -20px;
    border-style: dashed;
    border-color: #d6d6d6;
    border-width: 1px;
}
.card {
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    margin: 20px auto;
    position: relative;
}
.wrapper .label {
    margin: 35px 0 15px 0;
    padding: 0px 16px;
    color: #0078bf;
    font-size: 23px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
}
/*.label-top{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}*/
.wrapper .label-green{
	color: #76ba31;
}
.cor-main p {
    font-size: 16px;
    text-align: center;
    color: #787878;
    font-weight: 500;
}
.card p{
    font-size:11px;
    color:#666;
}
.core-values {
    display: inline-block;
    width: 100%;
    padding: 60px 0 100px 0;
    background-color: #f4f6f8;
}
.core-values .home-h2{
	text-align: center;
}
.card.v1 img {
    max-width: 70px;
}
.card.v2 img {
    max-width: 95px;
}
.card.v3 img {
    max-width: 70px;
}
.card.v4 img {
    max-width: 95px;
}
.card.v5 img {
    max-width: 85px;
}
.cdmo-ser{
	text-align: center;
	padding: 70px 0;
	display: inline-block;
	width: 100%;
}
.values-wrapper {
    display: flex;
    padding: 70px 0 20px 0;
    justify-content: center;
    align-items: center;
}
.value-box {
    text-align: center;
    color: #fff;
    padding: 115px 30px 35px 30px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 25%;
}
.value-box:nth-child(1) {
    background: #0078bf;
}
.value-box:nth-child(2) {
    background: #3186c6;
}
.value-box:nth-child(3) {
    background: #4c93cd;
}
.value-box:nth-child(4) {
    background: #64a1d4;
}
.value-box img {
    max-width: 60%;
}
.cdmo-img {
    position: absolute;
    top: -70px;
    background-color: #fff;
    border-radius: 15px;
    padding: 0;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.value-title {
    margin: 0 0 10px 0;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
}
.value-box p {
    font-size: 15px;
}
.about-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*product pages*/
.api-ingredients {
    padding: 50px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
}
.api-tab-contant {
    position: relative;
    padding: 50px 0;
}
.api-ingredients:before,
.intermediates.other-intermediates:before,
.api-tab-contant:before,
.terms-conditions:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 380px;
    height: 220px;
    background-image: url(../images/molecule.svg);
    opacity: 1;
    background-repeat: repeat;
}
.api-ingredients:after,
.intermediates.other-intermediates:after,
.api-tab-contant:after,
.terms-conditions:after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 380px;
    height: 220px;
    background-image: url(../images/molecule1.svg);
    opacity: 1;
    background-repeat: repeat;
}
.generic-api-main{
	background-color: #f4f6f8;
	padding: 60px 0;
	display: inline-block;
    width: 100%;
    float: left;
}
.generic-api{
    display:grid;
    grid-template-columns:1.5fr 1fr;
    gap:30px;
    align-items:center;
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.generic-api p{
    font-size:17px;
    line-height:27px;
    color:#555;
}
.cta-box{
    background:linear-gradient(135deg, #409584, #71b340);
    border-radius:18px;
    padding:30px;
    color:#fff;
    text-align:center;
    box-shadow:0 10px 20px rgba(11,114,185,0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cta-box .h3{
    font-size:28px;
    margin-bottom:20px;
}
.cta-box a {
    display: flex;
    padding: 12px 23px;
    background: #fff;
    color: #555;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 16px;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: auto;
}
.cta-box a:hover{
    transform:scale(1.05);
}
.sz-logo img {
    max-width: 160px;
    margin-top: 20px;
}
.api-list {
    display: inline-block;
    width: 100%;
    padding: 0 0 0px 0;
    background-color: #fcfcfd;
    float: left;
}
.api-list .tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 00px;
    padding: 40px 0;
    background: #f4f6f8;
}
.api-list .tab-btn{
    padding:12px 27px;
    border:none;
    border-radius:20px;
    background:#fff;
    color:#555;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:all .3s ease;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}
.api-list .tab-btn.active{
    background:linear-gradient(135deg, #409584, #71b340);
    color:#fff;
    /*transform:translateY(-3px);*/
}
.api-list .tab-content{
    display:none;
    animation:fadeIn .4s ease;
    z-index: 2;
    position: relative;
}
.api-list .tab-content.active{
    display:block;
}
.api-list .product-grid{
    display: flex;
    gap: 20px;
    align-items: normal;
    justify-content: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.api-list .product-card {
    /*background:rgba(255,255,255,0.75);*/
    background: #fff;
    backdrop-filter: blur(10px);
    padding: 14px 15px;
    border-radius: 18px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #123;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all .35s ease;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    /*max-height: 70px;*/
    display: flex;
    text-decoration: none;
    width: calc(20% - 20px);
    border: 1px solid #4d9d72;
}
.api-list .product-card .h4 {
    margin: 0;
    font-weight: 400;
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.api-list .product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(11,92,171,0.15);
}
.api-list.intermediates {
    padding: 50px 0;
    background-color: #f4f6f8;
}
.intermediates.other-intermediates {
    background-color: #fcfcfd;
    position: relative;
}
.other-intermediates .home-h2,
.intermediates .home-h2{
    text-align: center;
}
.generic-api-main-api-page {
    background-color: #f4f6f8;
}
.under-dev{
    text-align: center;
}
.product-table-section{
    max-width:1400px;
    margin:auto;
}
.table-card{
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(8px);
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
    border:1px solid rgba(255,255,255,0.5);
}
.product-table tbody tr:last-child img.product-hover-image {
    bottom: 0;
    top: inherit;
}
.product-table{
    width:100%;
    border-collapse:collapse;
}
.product-table thead{
    background: #0078bf;
}
.product-table thead th {
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.product-table tbody tr{
    transition:all 0.3s ease;
}
.product-table tbody tr:nth-child(even){
    background:#f7fbfd;
}
.product-table tbody tr:hover{
    background:#edf5ff;
}
.product-table tbody tr:hover .product-link{
    text-decoration:underline;
    transition:all 0.3s ease;
}
.product-table tbody tr:hover .enquiry-btn{
    background-color: #218838;
    transition: 0.5s;
    color: #fff;
    border-color: #218838;
}
.product-table td {
    padding: 8px 20px;
    font-size: 15px;
    color: #2d3748;
    border-bottom: 1px solid #edf2f7;
    text-align: center;
}
.product-table thead th:first-child,
.product-table td:first-child,
.product-table thead th:nth-child(2),
.product-table td:nth-child(2)  {
    text-align: left;
}
.product-link{
    color:#555;
    text-decoration:none;
    font-weight:500;
    transition:all 0.3s ease;
}
.product-link:hover{
    text-decoration:underline;
}
.status{
    display: inline-block;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}
.status.commercialized{
    background:#e7f8ee;
    color:#74c491;
}
.status.scaleup{
    background:#fff4df;
    color:#e6b85c;
}
.status.development{
    background: #fff6f6;
    color: #f4a3a3;
}
.enquiry-btn {
    display: inline-block;
    padding: 9px 13px;
    background: transparent;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    line-height: 14px;
    transition: 0.5s;
    border: 1px solid #d0d7de;
}

.amino-acids-main {
    display: inline-block;
    width: 100%;
    padding: 70px 0;
    background-color: #f7fbfd;
}
.home-h2.center {
    text-align: center;
}
.disclaimer-wrapper {
    max-width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
}
.disclaimer-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, #ffffff, #f9fbff);
    border-left: 5px solid #2ecc71;
    padding: 18px 22px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}
.disclaimer-icon {
    min-width: 26px;
    height: 26px;
}
.disclaimer-text {
    font-size: 14.5px;
    color: #444;
    line-height: 1.6;
    text-align: left;
}
.disclaimer-text strong {
    color: #2c3e50;
}
/*blog page*/
.hero1 {
    height: 280px;
    background: linear-gradient(rgba(120,145,160,0.9), rgba(120,145,160,0.9)),
                url('https://images.unsplash.com/photo-1557804506-669a67965ba0');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}
.hero1 .h1 {
    font-size: 46px;
    font-weight: 600;
}
.hero1 p {
    font-size: 16px;
    margin-top: 6px;
    opacity: 1;
    font-weight: 600;
}
.top-bar1 {
    background: #fff;
    padding: 18px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filters1 {
    display: flex;
    gap: 10px;
}
.filters1 a {
    background: #76BA31;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 5px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    text-transform: capitalize;
}
.filter-top-section {
    width: 100%;
    display: inline-block;
    background-color: #fff;
}
.filters1 a:hover {
    background: #218838;
}
.search1 {
    position: relative;
}
.search1 input {
    border: 1px solid #B7B7B7;
    padding: 7px 30px 7px 10px;
    border-radius: 4px;
    font-size: 14px;
    width: 300px;
    height: 35px;
}
.search1 span {
    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 14px;
    color: #777;
}
.blog-mian-card {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #f4f6f8;
}
.grid-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.card-main {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.35s ease;
    cursor: pointer;
}
.card-main:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.img-blog {
    height: 200px;
    background: #dcdcdc;
    transition: 0.4s;
    position: relative;
}
.img-blog:before {
    content: "";
    background-color: #1235545c;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.card-main:hover .img-blog {
    transform: scale(1.04);
}
.content-blog {
    padding: 14px;
    float: left;
}
.content-blog .meta {
    font-size: 13px;
    color: #8D8D8D;
    margin-bottom: 0;
}
.content-blog .tag {
    background: #76BA31;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 3px;
    margin-right: 6px;
    display: inline-block;
    text-transform: capitalize;
}
.content-blog .title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    text-decoration: none;
    width: 100%;
}.content-blog .desc {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.content-blog .read {
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #218838;
    float: right;
    gap: 5px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
}
.content-blog .read:after {
    content: "";
    width: 73px;
    height: 1px;
    background-color: #218838;
    position: absolute;
    bottom: 0px;
}
.content-blog .read span {
    transition: 0.3s;
}
.card-main:hover .read span {
    transform: translateX(5px);
}
/*blog details*/
.back-to-blog {
    text-align: center;
}
.back-to-blog a {
    color: #1A5C2A;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    align-items: center;
    display: inline-flex;
}
.back-to-blog a:hover {
  color: #000;
  transform: translateX(-4px);
}
.hero-blog-detail{
  background:#0b5d2a;
  color:#fff;
  text-align:center;
  padding:70px 20px;
  position: relative;
    background: linear-gradient(135deg, #409584, #71b340d4);
}
.hero-blog-detail:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Ccircle cx='20' cy='20' r='4' fill='%232e8b57'/%3E%3Ccircle cx='100' cy='20' r='4' fill='%232e8b57'/%3E%3Ccircle cx='60' cy='60' r='6' fill='%232e8b57'/%3E%3Ccircle cx='20' cy='100' r='4' fill='%232e8b57'/%3E%3Ccircle cx='100' cy='100' r='4' fill='%232e8b57'/%3E%3Cline x1='20' y1='20' x2='60' y2='60' stroke='%232e8b57' stroke-width='1.5'/%3E%3Cline x1='100' y1='20' x2='60' y2='60' stroke='%232e8b57' stroke-width='1.5'/%3E%3Cline x1='20' y1='100' x2='60' y2='60' stroke='%232e8b57' stroke-width='1.5'/%3E%3Cline x1='100' y1='100' x2='60' y2='60' stroke='%232e8b57' stroke-width='1.5'/%3E%3Cline x1='20' y1='20' x2='20' y2='100' stroke='%232e8b57' stroke-width='1'/%3E%3Cline x1='100' y1='20' x2='100' y2='100' stroke='%232e8b57' stroke-width='1'/%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
}
.hero-blog-detail .tag {
    display: inline-block;
    background: #218838;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 15px;
    border: 1px solid #6DCF91;
}
.hero-blog-detail .h1{
  font-size:38px;
  line-height:1.4;
  font-weight:600;
  position: relative;
  z-index: 1;
}
.hero-blog-detail .h1 span{
  font-style:italic;
  color:#9be3b5;
}
.blog-time {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.blog-time .meta {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 600;
    display: flex;
    gap: 6px;
}
.blog-deatil-inner{
  max-width:100%;
  margin:auto;
  display:flex;
  gap:30px;
  padding:40px 0px;
}
.content-p{
  flex:3;
  background:#fff;
  padding:20px;
  border-radius:10px;
}
.content-p p{
  line-height:26px;
  margin-bottom:15px;
  color:#303030;
  font-size: 16px;
}
.content-p .h2{
  margin:25px 0 10px;
  color: #1A5C2A;
}
.highlight1 {
    background: #F4F6F8;
    padding: 9px 15px;
    border-left: 4px solid #76BA31;
    border-radius: 0 10px 10px 0;
    margin: 20px 0;
}
.highlight1 strong {
    color: #1A5C2A;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.for-padding {
    padding-left: 30px;
}
.content-p ul {
    list-style-type: none;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
}
.content-p ul li {
    margin-bottom: 9px;
    color: #303030;
    font-weight: 500;
}
.highlight1 p{
    margin-bottom: 4px;
    color: #303030;
    font-size: 14px;
    line-height: 22px;
}
.sidebar-main-right {
    width: 330px;
    position: sticky;
    top: 110px;
    padding: 0px 18px 25px 18px;
    background-color: #fff;
    border-radius: 10px;
    height: fit-content;
}
.sidebar-main-right .sidebar-card {
    background: #fff;
    border-radius: 0;
    padding: 15px 0 0 0;
    margin-bottom: 0;
    border: 0;
}
.sidebar-main-right .sidebar-card .h4 {
    font-size: 21px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
}
.sidebar-main-right .sidebar-card .h4::after {
  content: "";
  display: block;
  height: 1px;
  background: #eee;
  margin-top: 10px;
}
.sidebar-main-right .category-list {
  list-style: none;
  padding: 0;
}
.sidebar-main-right .category-list li {
  margin: 8px 0;
}
.sidebar-main-right .category-list a {
  text-decoration: none;
  color: #666;
  font-size: 14px;
  transition: 0.25s;
    text-transform: capitalize;
}
.sidebar-main-right .category-list a:hover {
  color: #0b5d2a;
}
.sidebar-main-right .toc {
  list-style: none;
  padding: 0;
}
.sidebar-main-right .toc li {
  margin: 10px 0;
  position: relative;
    padding: 0 15px;
}
.sidebar-main-right .toc li::before {
  content: "›";
  position: absolute;
  left: 0px;
  color: #999;
  font-size: 14px;
}
.sidebar-main-right .toc a {
  text-decoration: none;
  font-size: 14px;
  color: #666;
  transition: 0.3s;
  display: inline-block;
}
.sidebar-main-right .toc a:hover {
  color: #0b5d2a;
  transform: translateX(4px);
}
.sidebar-main-right .toc a.active {
  color: #0b5d2a;
  font-weight: 600;
}
.sidebar-main-right .tags1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar-main-right .tags1 label {
    border: 1px solid #1A5C2A;
    padding: 6px 15px;
    border-radius: 13px;
    font-size: 14px;
    background: #F4F6F8;
    transition: 0.3s;
    color: #1A5C2A;
    line-height: 14px;
}
.sidebar-main-right .tags1 label:hover {
  background: #e6f4ec;
  border-color: #0b5d2a;
  color: #0b5d2a;
  cursor: pointer;
}
.content-p .p-subtitle {
    color: #1A5C2A;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.content-p .p-subtitle::before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #1A5C2A;
    flex-shrink: 0;
}
.faq-section {
  margin-top: 20px;
}
.faq-section h2 {
  color: #1f5d36;
  margin-bottom: 20px;
  font-size: 26px;
}
.faq-item {
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.3s;
}
.faq-question {
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #303030;
}
.faq-question .icon {
    font-size: 14px;
    color: #1A5C2A;
    transition: 0.3s;
    background-color: #F4F6F8;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-item:hover {
  border-color: #cfd8d3;
}
.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  color: #555;
  transition: all 0.3s ease;
  background-color: #F4F6F8;
}
.faq-item.active .faq-answer {
  padding: 9px 20px;
  max-height: max-content;  
}
.faq-item.active .icon {
    transform: rotate(180deg);
    background-color: #1A5C2A;
    color: #fff;
}
.cta-section {
    padding: 0;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}
.cta-box1 {
    width: 100%;
    margin: auto;
    text-align: center;
    border: 1px solid #1A5C2A;
    border-radius: 12px;
    padding: 30px 40px 40px 40px;
    background: #fff;
/*    background-color: #F4F6F8;*/
    background-color: #1b3d54;
    margin-bottom: 20px;
}
.cta-box1 .h2 {
    font-size: 32px;
    color: #fff;
    margin: 0 0 20px 0;
    font-weight: 600;
    line-height: 42px;
}
.cta-box1 p {
  font-size: 16px;
  color: #fff;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cta-section .btn {
  padding: 10px 28px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  font-weight: 500;
}
.cta-section .btn.primary {
  background: #76BA31;
  color: #fff;
}
.cta-section .btn.primary:hover {
  background: #218838;
}
.cta-section .btn.outline {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
}
.cta-section .btn.outline:hover {
  background: #218838;
  color: #fff;
  border-color: #218838
}
.blog-filter{
  display: none;  
}
.blog-deatil-main1 {
    background: #f4f6f8;
    color: #333;
}
/*research and development page*/
.facilities-section {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background-image: url(../images/manufacturing.webp);
    background-size: cover;
    position: relative;
    background-position-x: center;
    background-attachment: fixed;
}
.facilities-section:before {
    content: "";
    background-color: #123554b8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}
.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.facility-card {
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s ease;
  position: relative;
}
.facility-card:hover {
  transform: translateY(-2px);
  border-color: #76ba31;
  /*box-shadow: 0 10px 30px rgba(0, 195, 255, 0.1);*/
}
.facility-card .h3 {
  font-size: 22px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.facility-card .h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #2fa36b;
  position: absolute;
  bottom: -9px;
  left: 0;
  border-radius: 2px;
}
.facility-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #edf4ff;
  margin-top: 23px;
}
.facilities-section .home-h2{
    color: #fff;
    position: relative;
}
.facilities-section .line,
.facilities-section .subtitle{
    position: relative;
}
.facilities-section .subtitle{
    color: #e4e4e4;
}






.reaction-capabilities.wow.fadeInUp {
    background-color: #f4f6f8;
    padding: 70px 0;
    display: inline-block;
    width: 100%;
}
.hex-row{
    display:flex;
    justify-content:center;
    gap:20px;
}
.hex-row.second{
    margin-top:-40px;
}
.hex-row.third{
    margin-top:-40px;
}
.hexagon{
    width:180px;
    height:200px;
    background:linear-gradient(
47deg, #ffffff, #71b3409e);
    /*border:1px solid #7ca3ff;*/
    clip-path:polygon(
        50% 0%,
        100% 25%,
        100% 75%,
        50% 100%,
        0% 75%,
        0% 25%
    );

    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;

    padding:30px;
    transition:.5s ease;
}
.hexagon:hover{
    background: linear-gradient(135deg, #409584, #71b340);
    transform: translateY(-3px);
    transition:.5s ease;
}
.hexagon:hover h3{
    color:#fff;
    transition:.5s ease;
}

.hexagon h3{
    color:#12376d;
    font-size:18px;
    font-weight:600;
    line-height:1.5;
    transition:.5s ease;
}
/*.reaction-capabilities {
    position: relative;
    text-align: center;
    background: #f4f6f8;
    padding: 70px 0;
}
.grid-capabillities {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 1100px;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.capabillities-card {
  padding: 30px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
    width: 240px;
}
.capabillities-card::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: linear-gradient(120deg, transparent, rgba(0,123,255,0.2), transparent);
  top: -50%;
  left: -50%;
  transform: rotate(25deg);
  transition: 0.6s;
}
.capabillities-card:hover::before {
  left: 100%;
}
.capabillities-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.icon-reaction {
  font-size: 28px;
  margin-bottom: 15px;
  color: #3a7bfd;
}
.capabillities-card .h4 {
  font-size: 18px;
  color: #222;
  margin: 0;
    font-weight: 400;
}
.capabillities-card {
  animation: float 6s ease-in-out infinite;
}
.capabillities-card:nth-child(even) {
  animation-delay: 1.5s;
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}*/


.analytical-infrastructure {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    background-color: #fcfcfd;
}
.analytical-inner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
}
.analytical-right {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.analytical-right img{
    width: 100%;
    opacity: 0.4;
    height: 300px;
}
.instrument-title {
    border: 1px solid rgb(255 255 255 / 62%);
    background-color: #ffffffba;
    padding: 6px 10px;
    margin: 0;
    border-radius: 0px 0px 6px 6px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    border-top-color: #0078bf;
    border-top-width: 3px;
    text-transform: capitalize;
}
.analytical-left {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: absolute;
    justify-content: center;
    z-index: 1;
}
.analytical-right:before {
    content: "";
    background-color: #123554b8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


.gallery-section{
    display: inline-block;
    width: 100%;
    padding: 70px 0;
}
.gallery-section .slider {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-section .slider-track {
  display: flex;
  gap: 15px;
  transition: transform 0.5s ease;
}
.gallery-section .slide {
  min-width: calc(100% / 5 - 12px);
  cursor: pointer;
}
.gallery-section .slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease;
  float: left;
}
.gallery-section .slide {
  overflow: hidden;
  border-radius: 10px;
}
.gallery-section .slide:hover img {
  transform: scale(1.1);
}
.gallery-section .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
    z-index: 99;
}
.gallery-section .lightbox.active {
  opacity: 1;
  visibility: visible;
}
.gallery-section .lightbox img {
  max-width: 85%;
  max-height: 85%;
  border-radius: 15px;
}
.gallery-section .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.gallery-section .prev { left: 30px; }
.gallery-section .next { right: 30px; }
.gallery-section .close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 35px;
  color: white;
  cursor: pointer;
}


.line.left {
    margin-left: 0;
}
.micro-overlay .h3 {
    margin: 0 0 0px 0;
    font-size: 26px;
}
.micro-overlay p {
    font-size: 18px;
    opacity: 0.9;
}
.micro-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f8fafc, #eef3f8);
    display: inline-block;
    width: 100%;
}
.micro-container {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.micro-visual {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.micro-slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}
.micro-slide {
  min-width: 100%;
}
.micro-slide img {
  width: 100%;
  display: block;
}
.micro-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: #123554b8;
  color: white;
}
.micro-content ul {
  padding-left: 18px;
}

.micro-content li {
  margin-bottom: 8px;
}

/* THUMBNAILS */
.micro-gallery {
  margin: 40px 0 0 0;
}

.micro-thumbs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}

.micro-thumbs img {
  width: 120px;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

.micro-thumbs img.active {
  opacity: 1;
  border: 2px solid #0078bf;
}

.micro-thumbs img:hover {
  opacity: 1;
}

.center-image:before {
    content: "";
    background-color: #123554b8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.center-image{
    position: relative;
}
/*product detail*/
.about-hero.product-detail-hero {
    max-height: 230px;
}
.disclaimer-mian{
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.disclaimer-mian .disclaimer-wrapper{
    margin: 0;
}
.product-detail {
    display: inline-block;
    width: 100%;
    padding: 70px 0;
    background: #f4f6f8;
}
.product-detail-inner {
    background-color: #fcfcfd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 15px 15px 0 0;
    position: relative;
    /*overflow: hidden;*/
}
.product-img, .product-detail-right{
    width: 50%;
}
.product-img {
    padding: 50px;
}
.product-img img{
    transition: .5s;
}
.product-detail-right {
    background-color: #fff;
    padding: 30px;
}
.details-row:last-child {
    border-bottom: none;
}
.details-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    padding: 3px 0;
    border-bottom: 1px solid #eef2f6;
}
.details-main {
    border-top: 1px solid #e7edf3;
    margin: 10px 0 0 0;
}
.details-row label {
    font-size: 14px;
    font-weight: 700;
    color: #7b8796;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    line-height: 2.2;
}
.details-row .h3,.details-row .h3 a {
    font-size: 17px;
    line-height: 27px;
    color: #172033;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
}
.product-detail-new .product-detail-inner {
    margin-bottom: 20px;
    border-radius: 15px;
}
.details-row.button-row {
    display: flex;
    justify-content: end;
    padding-bottom: 0;
    padding-top: 10px;
}
.product-detail-right .h2,.product-detail-right .h2 a{
    font-size: 24px;
    color: #1c3557;
    line-height: 30px;
    margin: 0;
    text-decoration: none;
}
.detail-text {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
}
.detail-text .home-h2 {
    font-size: 22px;
    margin-bottom: 5px;
}
.detail-text strong{
  color: #1c3557;
}
.detail-text p {
    font-size: 17px;
    line-height: 26px;
    color: #5d6675;
    margin-bottom: 10px;
}
.product-detail-inner.product-related-inner {
    margin: 00px 0;
    border-radius: 10px;
    overflow: hidden;
    /*background-color: #f4f6f8;*/
    border: 1px solid #d0d7de;
    flex-direction: column;
    width: calc(33.33% - 20px);
    justify-content: flex-start;
}
.product-detail-inner.product-related-inner .h2,.product-detail-inner.product-related-inner .h2 a {
    font-size: 17px;
    line-height: 21px;
    text-decoration: none;
    font-weight: 500;
    color: #000000;
}
.related-products {
    display: inline-block;
    width: 100%;
    padding: 70px 0;
    background-color: #fff;
}
.product-detail-inner.product-related-inner .product-detail-right {
    background-color: #fcfcfd;
}
.bottom-main {
    /*align-items: center;*/
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    /*justify-content: center;*/
    gap: 20px;
    flex-wrap: wrap;
}
.bottom-main .product-img, 
.bottom-main .product-detail-right{
    width: 100%;
}
.usdmf-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 4px 5px 4px 10px;
    border-radius: 60px;
    /*background: rgba(15, 157, 88, 0.08);*/
    border: 1px solid #218838;
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
    margin: 0 5px 0 0;
}
.usdmf-status::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(120deg, transparent 20%, #0f9d582b 50%, transparent 80%);
    transform:translateX(-120%);
    animation:shine 4s linear infinite;
}
@keyframes shine{
    100%{
        transform:translateX(120%);
    }
}
.usdmf-text {
    font-size: 16px;
    font-weight: 400;
    color: #218838;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 2;
    line-height: 25px;
}
.usdmf-icon{
    width: 25px;
    height: 25px;
    min-width: 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#16a34a,#0f8f42);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:
    0 10px 20px rgba(22,163,74,0.22),
    inset 0 1px 0 rgba(255,255,255,0.35);
    position:relative;
    z-index:2;
}
.usdmf-icon svg{
    width:18px;
    height:18px;
    stroke:#fff;
    stroke-width:3;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.filed-label{
    position: absolute;
    left: 15px;
    top: 15px;
}
.bottom-main .product-img {
    padding: 20px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f6f8;
}
.bottom-main .product-detail-right {
    padding: 10px;
}
.details-row.chemical-nm {
    display: flex;
    flex-direction: column;
}
.details-row.chemical-nm .h3 {
    font-size: 16px;
    line-height: 22px;
}
.bottom-main .details-row label,.bottom-main .details-row .h3{
    line-height: 20px;
}
.bottom-main .details-row{
    grid-template-columns: 200px 1fr;
}
.featured-products-box a:hover img {
    transform: scale(1.1);
    transition: .5s;
}
/*careers*/
.career-section{
    position:relative;
    overflow:hidden;
    padding:80px 0;
    background:
    radial-gradient(circle at top left,#dff4ff 0%,transparent 30%),
    radial-gradient(circle at bottom right,#d8ffe5 0%,transparent 28%),
    #f7fbff;
    width: 100%;
    display: inline-block;
    float: left;
}
.career-wrapper{
    max-width:100%;
    margin:auto;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:60px;
    align-items:center;
    position: relative;
}
.career-content h1 .green{
    color:#76ba31;
}
.career-content .line{
    background-color: #76ba31;
}
.career-content p{
    font-size:20px;
    line-height:1.9;
    color:#5f7790;
    max-width:700px;
    margin-bottom:42px;
}
.career-card{
    position:relative;
    background:#ffffff;
    border-radius:40px;
    padding:45px;
    border:1px solid #e1edf7;
    box-shadow:
    0 25px 80px rgba(0,0,0,.06);
}
.card-top{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
}
.icon-box{
    min-width:72px;
    height:72px;
    border-radius:24px;
    background:linear-gradient(135deg,#16395d,#2d5f92);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 15px 35px rgba(22,57,93,.18);
}
.icon-box svg{
    width:32px;
    height:32px;
    stroke:#fff;
    stroke-width:2;
    fill:none;
}
.card-top .h2 {
    font-size: 28px;
    color: #16395d;
    margin: 0;
    line-height: 34px;
}
.card-top p{
    color:#6b8198;
    line-height:1.7;
    font-size:16px;
}
.career-content .home-h2 {
    font-size: 40px;
    line-height: 50px;
}
.feature-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}
.feature-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:24px;
    border-radius:24px;
    background:#f7fbff;
    border:1px solid #e5eef7;
    transition:.35s ease;
    background: linear-gradient(135deg, #1b3d54 0%, #24506d 40%, #356f92 100%);
}
.feature-item:hover{
    transform:translateX(8px);
    background: linear-gradient(135deg, #1b3d54 0%, #2a5a78 100%);
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}
.feature-icon{
    min-width: 32px;
    height: 32px;
    border-radius: 8px;
    background:#76ba31;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.feature-icon svg{
    width:22px;
    height:22px;
    stroke:#fff;
    stroke-width:3;
    fill:none;
}
.feature-text .h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 0;
}
.feature-text p{
    color:#fff;
    line-height:1.7;
    font-size:15px;
}
.float-circle{
    position:absolute;
    border-radius:50%;
    background:#7ac94315;
}
.circle-1{
    width:180px;
    height:180px;
    top:-70px;
    right:-70px;
}
.circle-2 {
    width: 120px;
    height: 120px;
    bottom: -40px;
    right: 480px;
}
.employee-benefits{
    display: inline-block;
    width: 100%;
    padding: 70px 0;
    background-color: #fcfcfd;
    float: left;
}
.benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top: 50px;
}
.benefit-card{
    background:#fff;
    padding:35px 28px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.35s;
    border-top:4px solid #7ac143;
}
.benefit-card:hover{
    transform:translateY(-8px);
}
.benefits-grid .icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#eef8e5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:22px;
}
.benefit-card .h3{
    font-size:22px;
    margin-bottom:12px;
}
.benefit-card p{
    color:#6c7f94;
    font-size:15px;
}
.current-openings{
    display: inline-block;
    width: 100%;
    padding: 70px 0;
    background-color: #f4f6f8;
}












.jobs-accordion{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    align-items:start;
}
.accordion-item{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #e4ebf3;
    box-shadow:0 12px 40px rgba(0,0,0,.04);
    transition:.35s ease;
}
.accordion-item:hover{
    transform:translateY(-5px);
}
.accordion-header{
    width:100%;
    border:none;
    outline:none;
    cursor:pointer;
    background:#fff;
    padding:10px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    transition:.3s ease;
}
.accordion-header:hover{
    background:#f8fbff;
}
.accordion-title{
    display:flex;
    align-items:center;
    gap:16px;
}
.accordion-header .h3 {
    font-size: 18px;
    color: #16395d;
    font-weight: 600;
    margin: 0;
}
.arrow {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #f3f7fb;
    border: 1px solid #e2ebf3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s ease;
}
.arrow svg{
    width:20px;
    height:20px;
    stroke:#16395d;
    stroke-width:2.5;
    fill:none;
    transition:.35s ease;
}
.accordion-item.active .arrow{
    background:#7ac943;
    border-color:#7ac943;
}
.accordion-item.active .arrow svg{
    stroke:#fff;
    transform:rotate(90deg);
}
.accordion-content{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}
.content-inner{
    padding: 0 15px 15px;
    border-top:1px solid #edf2f7;
    display: inline-block;
    width: 100%;
}
.job-list {
    list-style: none;
    padding: 0 0 0 5px;
}
.job-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:10px;
    color:#6b8198;
    font-size:16px;
    line-height:26px;
}
.job-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:7px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#7ac943;
    box-shadow:0 0 10px rgba(122,201,67,.4);
}
.apply-btn {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 6px;
    background: #76ba31;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: .35s ease;
    float: right;
}
.apply-btn:hover {
    transform: translateX(4px);
}
.apply-btn svg{
    width:20px;
    height:20px;
    stroke:#fff;
    stroke-width:2.5;
    fill:none;
}
/*contact us page*/
.contact-page {
    display: inline-block;
    width: 100%;
    padding: 70px 0;
}
.conatect-details{
    background: #e7f3fe;
    padding: 50px 0px;
    text-align: center;
}




.map-sec {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #f4f6f8;
}
.map-sec .tabs {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.map-sec .tab-content {
    padding: 0;
    border: none;
}
.tabs-contact {
    list-style: none;
    padding: 0;
    overflow: auto;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -54px;
    margin: auto;
    border-radius: 6px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.map-tab {
    width: auto;
    display: inline-block;
    border-radius: 10px;
    padding: 40px 40px;
    background-color: #1b3d54;
}
.tabs-contact li {
    float: none;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    background-color: #ffffff24;
    border: 1px solid #ffffff;
    margin: 0 5px;
    transition: 0.3s;
}
.tabs-contact li:hover, .tabs-contact li.active {
    background-color: #76ba31;
    border-color: #76ba31;
    transition: 0.3s;
}
.tabs-contact li:hover a, 
.tabs-contact li.active a{
    color: #fff;
    transition: 0.3s;
}
.tabs-contact li a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}
.contact-details {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 130px 0 70px 0;
    background: #fff;
}
.contact-address p {
    font-size: 14px;
    color: #333;
}
.contact-address .h3 {
    margin: 0 0 1px 0;
    font-size: 18px;
    font-weight: 500;
}
.contact-info-main {
    width: 25%;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.inquiry-box1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: 0 130px;
}
.add-svg {
    width: 45px;
    height: 45px;
    display: flex;
    background-color: #1b3d54;
    border-radius: 50%;
    align-items: center;
    min-width: 45px;
    justify-content: center;
}
.sustainability{
    list-style-type: none;
    padding: 0 0 0 6px;
    margin: 0;
}
.sustainability li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
    color: #555;
}
.sustainability li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0a67c7;
}
/*Terms & Conditions*/
.terms-conditions {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    background: #f4f7fb;
    position: relative;
}
.text-for-terms p {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    margin-bottom: 15px;
}
.text-for-terms ul {
    list-style-type: none;
    padding: 0 0 0 10px;
}
.text-for-terms li{
     font-size: 16px;
    line-height: 25px;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.terms-conditions.policy-section .text-for-terms {
    user-select: none;
    cursor: default;
}
.text-for-terms li:before{
    content: "✓";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.account-wrapper {
    display: flex;
    align-items: flex-start;
}
.sidebar-acc{
    width:290px;
    background:#224f8a;
    padding:40px 25px;
    color:#fff;
    position:sticky;
    top: 110px;
    border-radius: 10px;
    z-index: 1;
}
.profile-box{
    text-align:center;
    margin-bottom:45px;
}
.profile-avatar{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#fff;
    color:#0b4a75;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:34px;
    font-weight:700;
    margin-bottom:18px;
}
.profile-box .h3{
    font-size:22px;
    margin-bottom:5px;
}
.profile-box p{
    font-size:14px;
    opacity:.8;
}
.sidebar-menu-acc{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.sidebar-menu-acc a{
    text-decoration:none;
    color:#fff;
    padding:14px 18px;
    border-radius:14px;
    transition:.3s;
    font-weight:500;
    background:rgba(255,255,255,0.2);
}
.sidebar-menu-acc a:hover,
.sidebar-menu-acc a.active{
    background:#fff;
    color:#0b4a75;
    /*transform:translateX(5px);*/
}
.main-content{
    flex:1;
    padding:0 50px;
}
.top-header-acc{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    z-index: 1;
    position: relative;
}
.save-btn {
    background: #224f8a;
    color: white;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s;
    line-height: 20px;
    border: none;
}
.save-btn:hover{
    background-color: #218838;
    transition: 0.5s;
    color: #fff;
}

/* Cards */

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.card-acc{
    background:#fff;
    border-radius:10px;
    padding:20px 25px;
    box-shadow:0 10px 30px rgba(15,23,42,.05);
    border:1px solid #eef2f7;
}

.card-acc.full{
    grid-column:span 2;
}

.card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.card-header .h2{
    font-size:22px;
    font-weight:700;
    margin: 0;
}

.card-header span{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#eff6ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Form */

.form-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.input-group{
    margin-bottom:18px;
}

.input-group label{
    display:block;
    margin-bottom:10px;
    font-size:16px;
    color:#64748b;
    font-weight:500;
}

.input-group input,
.input-group select{
    width: 100%;
    height: 46px;
    border: 1px solid #dbe2ea;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 15px;
    transition: .3s;
    background: #f9fbfd;
}

.input-group input:focus,
.input-group select:focus{
    outline:none;
    border-color:#0b4a75;
    background:#fff;
    box-shadow:0 0 0 4px rgba(11,74,117,.08);
}

/* Newsletter */

.toggle-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:22px;
    border-radius:8px;
    background:#f8fbff;
    border:1px solid #e5eef7;
}

.toggle-wrap .h4{
    font-size:17px;
    margin-bottom:4px;
    margin-top: 0;
}

.toggle-wrap p{
    font-size:14px;
    color:#64748b;
}
.switch1{
    position:relative;
    width:60px;
    height:32px;
}

.switch1 input{
    opacity:0;
}

.slider1{
    position:absolute;
    inset:0;
    background:#cbd5e1;
    border-radius:50px;
    cursor:pointer;
    transition:.3s;
}

.slider1::before{
    content:"";
    position:absolute;
    width:24px;
    height:24px;
    left:4px;
    top:4px;
    background:#fff;
    border-radius:50%;
    transition:.3s;
}

.switch1 input:checked + .slider1{
    background:#224f8a;
}

.switch1 input:checked + .slider1::before{
    transform:translateX(28px);
}
/* Open Modal css */
.modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.4);
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
    z-index:9999;
}
.submit-wrap .btn-green1 {
    width: auto;
    border: none;
    font-size: 17px;
    padding: 9px 24px;
    cursor: pointer;
}
.modal.active{
    display:flex;
}
.modal-content{
    width:1120px;
    max-width:100%;
    background:#eef0f4;
    border-radius:4px;
    padding:25px;
    position:relative;
}
.close-btn{
    position:absolute;
    top:10px;
    right:15px;
    font-size:34px;
    font-weight:700;
    cursor:pointer;
    line-height:1;
}
.modal-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-right: 0;
    margin-top: 0;
}
.modal-title span{
    color:#0078bf;
}
.modal-body{
    background:#f8f8f8;
    border-radius:18px;
    padding:18px;
    display:grid;
    grid-template-columns:420px 1fr;
    gap:25px;
}
.product-image{
    border:1px solid #ddd;
    background:#fff;
    border-radius:12px;
    padding:15px;
    text-align:center;
}
.product-image img{
    max-width:100%;
    height:170px;
    object-fit:contain;
}
.product-info{
    margin-top:18px;
}
.product-info p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}
.product-info strong{
    font-weight:700;
}
.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-bottom:15px;
}
.qty-row{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:15px;
    margin-bottom:15px;
}
.form-control {
    width: 100%;
    height: 35px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 0 13px;
    font-size: 15px;
    outline: none;
    background: #fff;
}
textarea.form-control{
    height:80px;
    resize:none;
    padding-top:12px;
}
.submit-wrap{
    text-align:right;
    margin-top:15px;
}
.submit-btn{
    border:none;
    background:#004f80;
    color:#fff;
    padding:12px 35px;
    border-radius:30px;
    font-size:17px;
    cursor:pointer;
}


.bar-notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 350px;
    max-width: calc(100% - 40px);
}

.bar-notification {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 50px 16px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    animation: slideIn .3s ease;
}

.bar-notification.error {
    background: #fff5f5;
    border-left: 5px solid #ef4444;
}

.bar-notification.error .content {
    color: #991b1b;
}

.bar-notification .content {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.bar-notification .close {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    cursor: pointer;
}

.bar-notification .close::before,
.bar-notification .close::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 2px;
    background: #666;
    border-radius: 2px;
}

.bar-notification .close::before {
    transform: rotate(45deg);
}

.bar-notification .close::after {
    transform: rotate(-45deg);
}

.bar-notification .close:hover::before,
.bar-notification .close:hover::after {
    background: #000;
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.pdx-tabs-wrapper {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
}
.pdx-tab-nav{
    display:flex;
    flex-wrap:wrap;
    border-bottom:1px solid #e5e7eb;
    background:#f8fafc;
}

.pdx-tab-btn{
    border:none;
    background:none;
    padding:16px 24px;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
    color:#64748b;
    transition:.3s;
}

.pdx-tab-btn:hover{
    color:#0f172a;
}

.pdx-tab-btn.active{
    color:#0f172a;
    position:relative;
}

.pdx-tab-btn.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:3px;
    background:#76ba31;
}

.pdx-tab-content{
    padding:25px;
}

.pdx-tab-pane{
    display:none;
    animation:pdxFade .3s ease;
}

.pdx-tab-pane.active{
    display:block;
}

.pdx-tab-pane .h3{
    margin-top:0;
    color:#163a63;
    font-size: 21px;
    margin-bottom: 10px;
}

.pdx-tab-pane p{
    line-height: 24px !important;
    color:#4b5563;
    font-size: 16px;
}
.pdx-tab-pane p>span {
    background: none !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}
.pdx-spec-table{
    width:100%;
    border-collapse:collapse;
}

.pdx-spec-table td{
    padding:12px;
    border:1px solid #e5e7eb;
}

.pdx-spec-table td:first-child{
    font-weight:600;
    width:220px;
    background:#f8fafc;
}

.pdx-doc-list{
    margin:0;
    padding-left:18px;
    list-style-type: circle;
}

.pdx-doc-list li{
    margin:10px 0;
}
.pdx-doc-list a {
    color: #0078bf;
    text-decoration: none;
    position: relative;
    top: 2px;
}

@keyframes pdxFade{
    from{
        opacity:0;
        transform:translateY(8px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.product-img-stru a:hover img,
.product-img:hover img {
    transform: scale(1.1);
    transition: .5s;
}
.ui-widget.ui-widget-content {
    display: flex;
    flex-direction: column;
}
.ui-menu .ui-menu-item a{
    text-align: left;
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
}
.ui-menu .ui-menu-item a:hover{
    background-color: #0078bf;
}
.search-page .api-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.search-page {
    width: 100%;
    display: inline-block;
}
.related-new.search-page {
    background-color: #fcfcfd;
}
/* Toggle Buttons */
.view-switch {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 25px;
    position: absolute;
    right: 0;
    top: 0px;
}
.home-h2.left{
    text-align: left;
}
.related-new .container{
    position: relative;
}
.view-btn1{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border:1px solid #dcdcdc;
    background:#fff;
    color:#444;
    cursor:pointer;
    border-radius:8px;
    font-size:14px;
    font-weight:500;
    transition:.3s;
    margin: 0;
}
.view-btn1 svg{
    width:18px;
    height:18px;
    flex-shrink:0;
}
.view-btn1:hover{
    border-color:#76ba31;
    color:#76ba31;
}
.view-btn1.active{
    background:#76ba31;
    border-color:#76ba31;
    color:#fff;
}
/* LIST VIEW */
.api-grid.list-view{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.api-grid.list-view .api-card{
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px;
}
.api-grid.list-view .product-img-stru{
    width:220px;
    min-width:220px;
    order: -1;
    padding: 0;
}
.api-grid.list-view .product-img-stru img{
    width:100%;
    display:block;
}
.api-grid.list-view .desc{
    margin-top:10px;
    width: 380px;
}
.api-grid.list-view .buttons {
    margin-top: 15px;
    flex-direction: column;
    width: 170px;
}
.api-grid.list-view .btn-outline,
.api-grid.list-view .btn-green1{
    width: 100%;
}
.api-grid.list-view{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.api-grid.list-view .tags {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 118px;
    text-align: center;
}
.api-grid.list-view .for-list {
    width: 280px;
}
.product-card.unpublished:after {
content: "UNPUBLISHED";
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d9534f;
    font-weight: bold;
    font-size: 22px;
    opacity: 0.3;
    pointer-events: none;
    white-space: nowrap;
    z-index: 2;
    letter-spacing: 2px;
}
.product-card.unpublished{
    border-color: #cfcfcf !important;
    background: #F7F7F6;
}
.facilities-section-new{
    background: #fff;
    padding: 70px 0;
}
.facilities-section-new:before{
    display: none;
}
.facilities-section-new .home-h2{
    color: #1c3557;
}
.facilities-section-new .subtitle{
    color: #6b7c88;
}
.facilities-section-new .facility-card{
    background: linear-gradient(135deg, #f8fafc, #eef3f8);
    background: radial-gradient(circle at 20% 20%, rgb(40 90 140) 0%, transparent 35%), radial-gradient(circle at 80% 80%, rgb(18 53 84 / 0%) 0%, transparent 40%), #1b3d54;
    background: linear-gradient(135deg, #1b3d54 0%, #24506d 40%, #356f92 100%);
}
.facilities-section-new .facility-card:hover{
    border-color: transparent;
}
.facilities-section-new .facility-card .h3{
    color: #fff;
}
.facilities-section-new .facility-card p {
    color: #fff;
}
/* Pagination */
.pager {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    width: 100%;
}
.pager ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.pager li {
    margin: 0;
}
.pager a,
.pager span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #dce4ef;
    border-radius: 6px;
    background: #fff;
    color: #1c2b45;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.pager a:hover {
    background: #76ba31;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}
.pager .current-page span {
    background: #76ba31;
    color: #fff;
    border: none;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}
.pager .next-page a {
    padding: 0 22px;
    font-weight: 700;
    border-radius: 50px;
}



.upload-wrapper {
    width: 100%;
    max-width: 500px;
}

.file-input {
    display: none;
}

.upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 20px 25px;
    border: 2px dashed #18b66d;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        rgba(24,182,109,0.06),
        rgba(24,182,109,0.02)
    );
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.upload-box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(
        rgba(24,182,109,0.15),
        transparent 70%
    );
    top: -90px;
    right: -90px;
}
#file-name {
    margin-top: 10px;
}
.upload-box:hover {
    border-color: #14a05f;
    box-shadow: 0 15px 35px rgba(24,182,109,0.15);
}
.upload-icon {
    color: #218838;
}
.upload-box h4 {
    margin: 0;
    font-size: 20px;
    color: #16324f;
}

.upload-box p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.upload-btn {
    background: #218838;
    color: #fff;
    padding: 6px 19px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    box-shadow: 0 8px 20px rgba(24, 182, 109, 0.25);
}
.form-row1 {
    display: grid;
    gap: 15px;
    margin-bottom: 15px;
    grid-template-columns: repeat(1, 1fr);
}

.form-group1 {
    position: relative;
    width: 100%;
}

.form-group1 input[type="file"] {
    display: none;
}

.file-upload-box {
    padding: 6px 10px 6px 0px;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}



.upload-icon {
    font-size: 22px;
    margin-bottom: 0;
}

.upload-text {
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.upload-note {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}
.form-btn-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-hover-image {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 10px;
    height: auto;
    min-width: 220px !important;
    z-index: 10000;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    display: none;
}
.product-hover-wrapper {
    position: relative;
    display: inline-block;
}
.product-hover-wrapper:hover .product-hover-image{
    display: block;
}


.product-slider-banner {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 70px 0;
}
.product-slider-banner .slider-image:before{
    display: none;
}
.product-slider-banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    display: none;
}
.product-slider-banner .slider-image{
    max-height: inherit;
    min-height: inherit;
}
.product-slider-banner .slider-image img {
    aspect-ratio: inherit;
 }


.unpublished-label{
    text-align: center;
    width: 100%;
    position: absolute;
    left: -9px;
    width: auto;
    padding: 6px 24px 24px 10px;
    border-radius: 0 0 10px 0;
    z-index: 1;
    color: #fff;
    background-image: url(../images/Label-Background1.webp);
    background-size: cover;
    font-size: 18px;
    top: 25px;
}
.unpublished-label.products-label {
    font-size: 14px;
    padding: 2px 17px 24px 10px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 100px;
}


.apisyn-unpublished-stamp {
    display: inline-block;
    padding: 1px 10px;
    border: 2px dashed #d4380d;
    color: #d4380d;
    background: rgba(212, 56, 13, 0.05);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 10px;
    opacity: 0.6;
}


/*responsive*/
@media (min-width: 991px) {
    .header li {
        float: left;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}
@media (max-width: 1280px) {
    .slide-card {
        flex-direction: column;
        gap: 20px;
    }
    .hex-row{
        flex-wrap:wrap;
        gap:20px;
    }

    .hex-row.second,
    .hex-row.third{
        margin-top:20px;
    }

    .hexagon{
        width:180px;
        height:208px;
    }
    .search-page .api-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .cor-main {
        width: calc(33.3% - 20px);
    }
    .values-line .card::before, .bottom-line .card::before{
        left: -25px;
        top: 53%;
    }
    .bottom-main{
        grid-template-columns: repeat(2, 1fr);
    }
    .analytical-left {
        width: 90%;
    }
    .inquiry-box1 {
        padding: 0;
    }
    .map-tab {
        padding: 15px 10px;
        width: 97%;
    }
    .tabs-contact li{
        font-size: 15px;
    }
    .tabs-contact{
        bottom: -24px;
    }
    .api-list .product-card{
        width: calc(33.33% - 20px);
    }
    .card-wrap {
        width: 190px;
        height: 190px;
    }
    .card {
        width: 150px;
        height: 150px;
    }
    .value-box {
        padding: 115px 10px 35px 10px;
        min-height: 300px;
    }
    .product-table {
        min-width: 900px;
    }
    .table-card {
        overflow-x: auto;
    }
    .container.login-main{
      padding: 0;
    }
    .slider-image,
    .slider-image img {
        max-height: 600px;
        min-height: 600px;
    }
    .container {
        padding: 0 10px;
    }
    .center-image {
        width: 100%;
        height: 240px;
        margin: -70px 0;
    }
    .info-box ul {
        margin: 0;
    }
    .info-box {
        position: relative;
        width: 92%;
        padding: 15px;
        min-height: auto;
    }
}
@media (max-width: 991px) {
    .about-main,
    .why-section,
    .section-wrap,
    .manufacturing-excellence,
    .accreditations-section,
    .inquiry-section,
    .sz-section,
    .subscribe-section,
    .api-section,.cdmo-ser,
    .our-vision,
    .generic-api-main,
    .api-tab-contant,
    .api-ingredients,
    .amino-acids-main,
    .career-section,
    .employee-benefits,
    .current-openings,
    .related-products,
    .product-detail,.analytical-infrastructure,
    .gallery-section,
    .micro-section,
    .terms-conditions,
    .facilities-section-new {
        padding: 30px 0;
    }
    .header-top-right a span {
        display: none;
    }
    .modal-body{
        grid-template-columns:1fr;
    }
    .cor-main {
        width: calc(50% - 20px);
    }
    .api-ingredients:after, .intermediates.other-intermediates:after, .api-tab-contant:after, .terms-conditions:after{
        width: 300px;
    }
    .middle-arrow{
        display: none;
    }
    .form-row{
        grid-template-columns:1fr;
    }

    .qty-row{
        grid-template-columns:1fr;
    }

    .submit-wrap{
        text-align:center;
    }

    .modal-title{
        font-size:20px;
    }
    .modal-content {
        max-height: 90%;
        overflow-y: scroll;
    }
    .account-wrapper{
        flex-direction:column;
    }
    .toggle-wrap{
        padding: 10px;
    }
    .toggle-wrap-left {
        max-width: 77%;
    }
    .profile-box {
        margin-bottom: 15px;
    }
    .card-acc.full {
        grid-column: span 1;
    }
    .sidebar-acc{
        width:100%;
        height:auto;
        position:relative;
        top: 0;
        padding: 20px 15px;
    }
    .input-group {
        margin-bottom: 5px;
    }
    .card-acc{
        padding: 10px 10px;
    }
    .main-content{
        padding:30px 0px;
        width: 100%;
    }
    .form-grid{
        grid-template-columns:1fr;
        gap: 15px;
    }
    .card.full{
        grid-column:span 1;
    }
    .form-row{
        grid-template-columns:1fr;
    }
    .top-header-acc{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }
    .analytical-right {
        display: none;
    }
    .details-row .h3 {
	    font-size: 16px;
	    line-height: 22px;
	}
    .analytical-left {
        gap: 10px;
        background-image: url(../images/manufacturing.webp);
        padding: 20px 20px;
        position: relative;
        border-radius: 10px;
    }
    .micro-thumbs img {
        width: 90px;
    }
    .micro-gallery {
        margin: 20px 0 0 0;
    }
    .about-dic {
        margin: 0;
    }
    .micro-content {
        order: -1;
    }
    .micro-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .micro-visual {
        border-radius: 6px;
    }
    .micro-overlay {
        padding: 10px 10px;
    }
    .micro-overlay .h3 {
        margin: 0 0 0 0;
        font-size: 24px;
    }
    .instrument-title{
        position: relative;
        z-index: 2;
    }
    .analytical-left:before {
        content: "";
        background-color: #123554b8;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border-radius: 10px;
    }
	.detail-text {
	    padding: 20px 10px;
	    border-radius: 0 0 6px 6px;
	}
	.usdmf-status{
		gap: 5px;
	}
	.usdmf-text {
	    font-size: 14px;
	    line-height: 17px;
	}
	.usdmf-icon {
	    width: 19px;
	    height: 19px;
	    min-width: 19px;
	}
	.usdmf-icon svg {
	    width: 13px;
	    height: 13px;
	}
    .details-row{
        grid-template-columns: 1fr;
    }
    .product-img{
    	position: relative;
    }
    .filed-label {
	    left: 10px;
	    bottom: 10px;
	}
    .product-detail-right {
	    padding: 10px;
	}
    .product-detail-inner {
	    flex-direction: column;
	    border-radius: 6px 6px 0 0;
	}
	.product-img, .product-detail-right {
	    width: 100%;
	}
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 30px;
    }
    .bottom-main {
	    flex-direction: column;
	}
	.product-detail-inner.product-related-inner{
		width: 100%;
	}
	.bottom-main .details-row {
	    grid-template-columns: 150px 1fr;
	}
    .jobs-accordion {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .inquiry-left p {
        margin-bottom: 0;
    }   
    .inquiry-box1{
        flex-direction: column;
        gap: 20px;
    }
    .contact-info-main{
        width: 100%;
    }
    .api-ingredients:after, .intermediates.other-intermediates:after, .api-tab-contant:after,
    .api-ingredients:before, .intermediates.other-intermediates:before, .api-tab-contant:before{
        width: 300px;
    }
    .map-tab {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .tabs-contact {
        bottom: -104px;
    }
    .contact-details {
        padding: 130px 0 30px 0;
    }
    .tabs-contact li {
        margin: 0;
        max-width: 400px;
        width: 100%;
        padding: 7px 5px;
    }
    .career-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .feature-text .h4 {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .feature-icon svg {
        width: 15px;
        height: 15px;
    }
    .feature-icon {
        min-width: 20px;
        height: 20px;
        border-radius: 4px;
    }
    .card-top .h2 {
        font-size: 21px;
        line-height: 24px;
        padding-left: 5px;
    }
    .feature-item {
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
    }
    .career-card{
        padding: 20px 10px;
        border-radius: 18px;
    }
    .career-content .home-h2 {
        font-size: 28px;
        line-height: 37px;
    }
    .career-content p {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .career-content, .career-card {
        width: 100%;
    }
    .circle-1, .circle-2 {
        display: none;
    }
    .core-values {
        padding: 50px 0 30px 0;
    }
    .wrapper {
        padding-top: 0;
        gap: 20px;
    }
    .card-wrap {
        width: 210px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .card {
        width: 170px;
        height: 170px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    /*.wrapper .label{
        text-align: center;
        order: 1;
    }*/
        .bottom-line::before {
            content: "";
            position: absolute;
            inset: 0;
            border: 3px solid #0078bf;
            border-bottom: none;
            border-radius: 220px 220px 0 0;
            height: 109px;
            box-shadow: 0px -8px 20px rgb(118 186 49 / 17%);
        }
    /*.values-line::after,
    .bottom-line::after {
        transform: translateY(0%) rotate(263deg);
        right: -4px;
        width: 12px;
        height: 12px;
        border-top: none;
        border-bottom: none;
        border-right: none;
        content: "";
        position: absolute;
        top: 39%;
        z-index: 1;
        background-color: #76ba31;
        border-radius: 50%;
    }*/
    /*.values-line.dote-end::after{
        top: 39%;
    }*/
    .card-wrap .card::before {
        transform: translateY(0%) rotate(263deg);
        width: 12px;
        height: 12px;
        border-top: none;
        border-bottom: none;
        border-right: none;
        content: "";
        position: absolute;
        left: -25px;
        top: 85px;
        z-index: 1;
        background-color: #76ba31;
        border-radius: 50%;
    }
    .card-wrap.bottom-line .card::before{
        background-color: #0078bf;
    }
    .bottom-line::after{
        background-color: #0078bf;
    }
    .label-top {
        position: static;
    }
    .value-box {
        width: 100%;
    }
    .values-wrapper {
        flex-direction: column;
    }
    .cdmo-img {
        top: -40px;
        width: 120px;
        height: 120px;
    }
    .values-wrapper {
        padding: 40px 0 20px 0;
    }
    .value-box {
        padding: 115px 10px 75px 10px;
    }
    .about-hero {
        max-height: 360px;
        height: 360px;
    }
    .yessticky .search-container.main {
        top: 51px;
    }
    .yessticky.header .menu-btn:checked ~ .menu {
        top: 53px;
    }
    .about-text .subtitle {
        max-width: 100%;
    }
    .sidebar-main-right{
        position:relative;
        top:0;
        order: -1;
        width: 100%;
        display: none;
      }
      .sidebar-main-right.highlight {
          display: inline-block;
      }
      .blog-filter span {
          background-color: #1A5C2A;
          display: inline-block;
          color: #fff;
          font-size: 16px;
          font-weight: 500;
          padding: 7px 20px;
          border-radius: 6px;
          line-height: 18px;
      }
      .content-p {
          padding: 10px 10px;
      }
      .content-p .h2 {
          font-size: 21px;
          line-height: 26px;
      }
      .for-padding {
          padding-left: 0;
      }
      .hero-blog-detail .h1 {
          font-size: 28px;
          line-height: 37px;
      }
      .hero-blog-detail {
          padding: 50px 20px;
      }
      .content-p .p-subtitle {
          font-size: 18px;
          line-height: 21px;
      }
      .blog-filter {
          float: right;
          width: 100%;
          display: inline-block;
          text-align: right;
          padding: 20px 0px 0 0;
      }
      .blog-deatil-inner {
          flex-direction: column;
          padding-top: 20px;
          width: 100%;
      }
    .grid-main {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-mian-card {
        padding: 30px 0;
    }
    .filters1 a {
        font-size: 12px;
        padding: 6px 7px;
    }
    .hero1 .h1 {
        font-size: 36px;
        line-height: 39px;
    }
    .hero1 {
        height: 240px;
    }
    .disclaimer-card {
        gap: 10px;
        align-items: flex-start;
        padding: 15px 10px;
    }
    .login-main .overlay-panel {
      width: 100%;
    }
    .container.login-main {
        width: 100%;
        height: 650px;
    }
    .login-main form{
      padding: 0 20px;
    }
    .form-container {
        height: 60%;
        width: 100%;
    }
    .container.active .sign-up {
        transform: translateX(20%);
    }
    .container.active .overlay-container {
        transform: translateX(0%);
    }
    .overlay-container {
        position: absolute;
        border-radius: 0 0 25px 25px;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40%;
    }
    .login-page {
        padding: 50px 10px;
    }
    .col-footer-logo {
        gap: 0;
        width: 100%;
    }
    footer .address {
        margin-bottom: 20px;
        padding: 0;
    }
    .footer-icon-div {
        padding-left: 0;
        margin-bottom: 15px;
    }
    .address-div {
        width: 100%;
    }
    .address-div.address-div-small,
    .address-div.address-div-large {
        flex: 0 0 100%;
    }
    .footer-inner {
        flex-direction: column;
        padding: 0;
    }
    .foot-copyright p a {
        float: right;
        width: 100%;
    }
    .foot-copyright p span {
        display: none;
    }
    .foot-copyright p {
        text-align: center;
    }
    .accreditations-img {
        width: 130px;
        height: 130px;
        padding: 10px;
    }
    .accreditations-section-inner {
        gap: 15px;
    }
    .btn-outline1 {
        padding: 10px 10px;
    }
    .inquiry-form {
        padding: 10px;
        width: 100%;
        display: flex;
        gap: 10px;
        box-sizing: border-box;
    }
    .inquiry-box {
        padding: 15px;
        gap: 20px;
        flex-direction: column;
    }
    .inquiry-left {
        width: 100%;
    }
    .main-header-inner {
        padding: 6px 0;
    }
    .search-container.main {
        top: 58px;
    }
    .mian-logo {
        width: 90px;
        min-width: 90px;
    }
    .navigation-menu {
        order: 3;
    }
    .header .menu-icon {
        padding: 0px 0 0 10px;
    }
    .logo-div-head {
        align-items: anchor-center;
        width: 20%;
    }
    .main-menu {
        justify-content: end;
    }
    .header .menu {
        display: none;
    }
    .main-header {
        position: relative;
    }
    .dropdown-item:before {
        content: "- ";
    }
    .head-product-list {
        display: none;
    }
    .search-container .form-search {
        width: 100%;
    }
    li.dropdown-item-sub:hover .submenu {
        display: block;
        position: static;
        padding: 0;
        box-shadow: none;
        padding-left: 5px;
    }
    .header .menu-btn:checked ~ .menu {
        display: block;
        position: absolute;
        left: 0px;
        top: 58px;
        width: 100%;
        background-color: #0078bf;
        z-index: 99;
        right: 0;
        text-align: left;
        max-height: max-content;
    }
    .header .menu-btn:checked ~ .menu li {
        padding: 1px 10px;
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }
    .menu a {
        padding: 7px 0;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        color: #fff;
    }
    .about-inner {
        gap: 30px;
        flex-direction: column;
    }
    .about-left,
    .about-right {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .cert-badge {
        gap: 5px;
        padding: 7px 10px;
    }
    .product-hover-image{
        display: none !important;
    }
    .form-btn-right {
        flex-direction: column;
        gap: 15px;
    }
    /*.captcha-box>div>div,
    .captcha-box iframe {
        max-width: 280px;
    }*/
    .hex-row{
        flex-direction:column;
        align-items:center;
    }
    .hexagon{
        width:220px;
        height:250px;
    }
    .api-grid.list-view .api-card{
        flex-direction:column;
    }
    .pager ul {
        gap: 6px;
    }
    .pager a,
    .pager span {
        min-width: 40px;
        height: 40px;
        font-size: 14px;
        padding: 0 12px;
    }
    .pager .next-page a {
        padding: 0 16px;
    }
    .api-grid.list-view .product-img-stru{
        width:100%;
        min-width:100%;
    }
    .search-page .api-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pdx-tab-content {
        padding: 15px;
    }
    .bottom-main {
        grid-template-columns: repeat(1, 1fr);
    }
    .api-list .tabs {
        gap: 10px;
        padding: 30px 10px;
    }
    .subtitle,
    .about-text .subtitle{
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
    .api-list .tab-btn {
        padding: 10px 15px;
        font-weight: 500;
    }
    .generic-api {
        gap: 20px;
        padding: 20px;
        flex-direction: column;
        display: flex;
        text-align: center;
    }
    .cta-box{
        padding: 20px 10px;
            width: 100%;
    }
    .cta-box a {
        padding: 12px 13px;
    }
    .cta-box .h3 {
        margin-top: 0;
    }
    .vision-minsion {
        width: 100%;
    }
    .api-list .product-card {
        width: calc(50% - 20px);
    }
    .vision-minsion.right{
        text-align: right;
    }
    .vision-minsion.right .line-left {
        margin-left: auto;
        margin-right: 0;
    }
    .our-vision {
        background: linear-gradient(152deg, #409584 0%, #218838 50%, #fff 50%, #fff 100%);
    }
    .vision-minsion.right img {
        margin: 0 0 0 auto;
    }
    .our-vision-inner {
        flex-direction: column;
    }
    .cta-box1 {
        padding: 30px 20px;
    }
    .cta-box1 .h2 {
        font-size: 24px;
    }
    .header-top-inner p {
        display: none;
    }
    .header-top-right {
        justify-content: center;
        width: 100%;
    }
    .header-top-inner {
        justify-content: center;
    }
    .subscribe-form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sub-email {
        width: 100%;
    }
    .subscribe-form input {
        width: 100%;
        max-width: 400px;
    }
    .home-main-hero .buttons {
        flex-direction: column;
        align-items: center;
    }
    .home-main-hero .buttons.hero-btn a {
        width: 100%;
        max-width: 230px;
    }
    .home-main-hero .slider-main-h1 {
        max-width: 100%;
        font-size: 28px;
        text-align: center;
        width: 100%;
        line-height: 33px;
    }
    .home-main-hero p {
        text-align: center;
    }
    .slider-image {
        max-height: 500px;
        min-height: 500px;
    }
    .slider-image img {
        height: auto;
        aspect-ratio: auto;
        display: block;
        width: 1058px;
        max-width: inherit;
    }
    .home-slider .slider-main-div {
        padding-bottom: 88px;
    }
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .home-h2 {
        font-size: 28px;
    }
    .line {
        margin-bottom: 30px;
    }
    .top-certifications {
        gap: 10px;
    }
}
@media (max-width: 568px) {
    .why-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    .search-page .api-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .bar-notification-container {
        left: 15px;
        right: 15px;
        width: auto;
    }
    .bottom-line::before,.values-line::after, .bottom-line::after,.values-line::before,.card-wrap .card::before{
        display: none;
    }
    .wrapper .label {
        margin: 0px 0 10px 0;
    }
    .cor-main {
        width: calc(100% - 20px);
    }
    .gallery-section .slide img{
        height: 150px;
    }
    .product-img, .product-img a {
        padding: 10px;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .forgot-remember {
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
    }
    .benefits-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .api-list .product-card {
        width: calc(100% - 0px);
    }
    .api-list .product-grid {
        gap: 15px;
    }
    .grid-main {
        grid-template-columns: 1fr;
    }

    .top-bar1 {
        flex-direction: column;
        gap: 10px;
    }
}
