body {
    font-family: 'poppins';
}

.tech-btn,
.header-btn,
.call-action .btn {
    padding: 13px 25px;
    font-size: 14px;
    font-weight: 500;
    background: #306E96;
    border: 1px solid #306e96;
    color: #ffffff;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, transform 0.3s ease;
}

.tech-btn::before,
.header-btn::before,
.call-action .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    transform: translateX(-110%);
    transition: transform 0.4s ease;
    z-index: -1;
}

.tech-btn:hover::before,
.header-btn:hover::before,
.call-action .btn:hover::before {
    transform: translateX(0);
}

.tech-btn:hover,
.header-btn:hover,
.call-action .btn:hover {
    color: #306E96;
    border: 1px solid #306e96;
}

/* ===== Header Styling ===== */
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    padding: 12px 0;
    transition: all 0.3s ease;
    box-shadow: 0px 3px 12px #f3f3f3fa;
}

.header .navbar-brand {
    font-weight: 700;
    font-size: 24px;
    color: #121212;
    letter-spacing: 1px;
}

.header .navbar-brand span {
    color: #306E96;
}

.navbar-nav .nav-link {
    color: #121212;
    font-weight: 500;
    margin: 0 10px;
    position: relative;
    transition: 0.3s;
}

.navbar-nav .nav-link::after {
    content: "";
    width: 0;
    height: 2px;
    background: #306E96;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .nav-link:hover {
    color: #306E96;
}

/* Mobile Menu */
.navbar-toggler {
    border: none;
}

.navbar-toggler i {
    color: #121212;
    font-size: 28px;
}

.header-btn {
    font-size: 16px;
}

/* home-section */
/* section.home {
    padding: 80px 0px 50px;
    background-image: url('../images/banners/filling-machine-b1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

/* Keep banner column invisible on desktop */
.bannerContent {
    display: none;
}

h2.heading {
    font-size: 28px;
    font-weight: 700;
}

p.about-content {
    font-size: 16px;
    margin-bottom: 35px;
    color: #757575;
    font-weight: 400;
    line-height: 30px;
}

.bannerForm {
    background: #306e96;
    padding: 30px;
}

.bannerForm h5 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.hero-form .form-group input,
.hero-form .form-group textarea {
    color: #fff !important;
    border-radius: 0px;
}

input.submit.submitbutton {
    background: #fff;
    padding: 10px 0px;
    border: 0px;
    font-size: 17px;
    font-weight: 600;
    color: #135783;
}

.section {
    margin-top: 50px;
}

.heading-content {
    margin-bottom: 30px;
    text-align: center;
}

li.product-li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 16px;
    background: linear-gradient(45deg, #306e96 80%, transparent 30%);
    padding: 12px;
    color: #fff;
    font-weight: 600;
}

ul.product-ul {
    padding-left: 0px;
}

li.product-li svg {
    width: 22px;
    fill: #fff;
}

.product-img img {
    width: 100%;
    height: 380px;
    border-radius: 12px;
}

.product-name h3 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff;
}

.spec-card.rounded-4 {
    margin-bottom: 36px;
}

.spec-card:hover {
    box-shadow: 0 17px 11px -4px #00000014;
}

svg.lucide.lucide-cog {
    stroke: #306e96;
}

svg.lucide.lucide-circle-check {
    stroke: #306e96;
}

.spec-card {
    box-shadow: 0 12px 20px -18px #00000040;
    border: 1px solid #306e96;
}

.spec-head {
    background: #f0f6fc;
    border-radius: 16px 16px 0px 0px;
    border-bottom: 1px solid #e1e7ef;
}

.icon-box-1 {
    background: #d2e2f4;
    border-radius: 10px;
}

ul.list-unstyled.spec-list {
    height: auto;
}

svg.lucide.lucide-circle-check {
    width: 20px;
}

.tech-des p {
    font-weight: 500;
}

.tech-des span {
    color: #03446e;
    font-size: 14px;
}

li.btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btns {
    display: flex;
    justify-content: space-between;
}

a.tech-btn {
    font-size: 14px;
    line-height: normal;
    background: #ffffff;
    color: #306e96;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 5px;
    font-weight: 500;
    width: auto;
    text-align: center;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, transform 0.3s ease;
}

.about-img img {
    width: 100%;
}

/* overlay */
a.tech-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #306e96;
    z-index: -1;
    transition: all 0.4s ease;
}

/* hover */
a.tech-btn:hover::before {
    left: 0;
}

a.tech-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    border: 1px solid #fff;
}

/* mobile product-card start*/
.product-col-2,
.product-col-1 {
    display: block;
}

.mobile-product-card {
    display: none;
}

.product-1 {
    border: 1px solid #306e96;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 0px;
}

.product-name-1 h3 {
    padding: 10px 10px 0px 10px;
    margin-bottom: 0px;
    font-size: 19px;
    color: #306e96;
    font-weight: 600;
}

.spec-card-1 {
    padding: 0px 10px;
}

.spec-head-1 h5 {
    font-size: 18px;
}

.btns-1 {
    padding: 0px 10px;
}

.btns-1 a.tech-btn {
    background: #306e96;
    color: #fff;
}

ul.list-unstyled-1 {
    padding: 15px 7px 0px 7px;
}

/* mobile product-card end*/

.product-name {
    padding: 5px;
}

.product-card {
    border: 1px solid #306e96;
    border-radius: 12px;
    background: #306e96;
}

.product-card .row {
    padding: 12px;
    align-items: center !important;
}

.card {
    margin-bottom: 30px;
}

.card-img img {
    width: -webkit-fill-available;
}

.card-body {
    background: #306e96;
    color: #fff;
}

h2.card-heading {
    font-size: 18px;
    margin-bottom: 0px;
}

.modal-body h5 {
    font-size: 22px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px !important;
}

table.table td {
    text-align: left;
}

.why-choose .choose-left h2 {
    color: #2C2D3F;
    position: relative;
    margin-bottom: 24px;
}

.why-choose .choose-left p {
    font-size: 16px;
    margin-bottom: 35px;
    color: #757575;
    line-height: 24px;
    font-weight: 400;
}

.why-choose .choose-left .list li {
    color: #fff;
    margin-bottom: 12px;
    background: #4b6c90;
    padding: 8px 20px;
    width: fit-content;
    border-radius: 5px;
}

.why-choose .choose-left .list li i {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background: #ffffff;
    color: #306e96;
    font-size: 11px;
    border-radius: 100%;
    padding-left: 2px;
    margin-right: 16px;
}

ul.list {
    padding-left: 0px;
}

.call-action {
    background: #306E96;
}

.call-action .content {
    padding: 70px 0;
}

.call-action .content {
    text-align: center;
}

.call-action .content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
}

.button {
    margin-top: 20px;
}

.contactDetails .contactItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border: 1px solid #306E96;
    border-radius: 20px;
    border-right: 8px solid #306E96;
    border-left: 4px solid #306E96;
    background: #fff;
    margin-bottom: 20px;
}

.contactDetails .contactItem span {
    font-size: 18px;
    font-weight: 600;
    color: #306E96;
    border-left: 2px solid;
    padding-left: 10px;
    line-height: normal;
}

.contactDetails .contactItem p,
.contactDetails .contactItem p a {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #444;
    text-decoration: unset;
}

.contacForm {
    background: #306e96;
    padding: 20px;
    width: 600px;
    float: inline-end;
}

.contacForm form {
    display: flex;
    flex-direction: column;
}

.contacForm form input,
.contacForm form textarea,
.contacForm form select {
    padding: 15px !important;
    border-radius: 0px;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff !important;
    background: transparent;
    box-shadow: 0px 0px !important;
}

.contacForm form .form-control:focus {
    background: transparent;
}

.contacForm form select.form-control option {
    background: #306e96;
    color: #fff;
}

.contacForm form input::placeholder,
.contacForm form textarea::placeholder,
.contacForm form select::placeholder {
    color: #ffffff !important;
}

.BtnGroup input.submit {
    border: 1px solid;
    width: 100%;
    border-radius: 0px;
    padding: 12px 70px !important;
    line-height: 18px;
    font-size: 16px;
    color: #306e96 !important;
}

.BtnGroup input.submit:hover {
    color: #fff !important;
    background-color: #306e96;
}

.form-input input {
    border-radius: 0px !important;
}

.contacForm h2 {
    font-size: 24px;
    color: #ffffff;
}

.contacForm p {
    font-size: 15px;
    margin-bottom: 40px;
    color: #fff;
}

footer {
    background: #306E96;
    padding: 60px 0px 15px;
}

p.ftr-content {
    margin-bottom: 0px;
    color: #fff;
}

h3.footer-heading {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

p.footer-content {
    color: #fff;
    font-size: 15px;
    padding-right: 50px;
}

ul.quick-ul li.links {
    list-style: none;
    margin-bottom: 10px;
}

li.links a {
    text-decoration: none;
    color: #fff;
}

ul.quick-ul {
    padding-left: 0px;
}

.footer-details p {
    color: #fff;
}

li.links strong {
    color: #fff;
}

hr.ftr {
    color: #fff;
}

.stats-section {
    background: #306e96;
    padding: 70px 0;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 220px;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    flex-shrink: 0;
}

.stat-content h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.stat-content p {
    color: #fff;
    font-size: 14px;
    margin: 4px 0 0;
    letter-spacing: 0.4px;
}
.inqury-form img {
    width: 100%;
}
/* Responsive */
@media (max-width:1024px) {
    a.tech-btn {
        font-size: 14px;
        padding: 10px 6px;
    }

    .product-name h3 {
        font-size: 17px;
        margin-bottom: 0px;
        color: #fff;
    }
}

@media (max-width: 991px) {
    
    section.home {
        padding: 0;
        background: none; /* remove desktop bg */
    }

    /* Show mobile banner */
   .bannerContent {
    display: block;
    background-image: url('../images/banners/filling-machine-mob-b1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 920px;
}
.contacForm {
    width: auto;
    margin-top: 30px;
}

    /* Form full width below banner */
    .bannerForm {
        margin-top: 0;
        padding: 25px 20px;
    }
    .navbar-nav {
        padding: 20px;
        border-radius: 12px;
        margin-top: 15px;
    }

    .header-btn {
        margin-top: 15px;
        display: inline-block;
    }

    a.tech-btn {
        font-size: 15px;
        padding: 10px 15px;
    }
    
    .product-card {
        margin-bottom: 20px;
    }

    .product-col-2,
    .product-col-1 {
        display: none;
    }

    .mobile-product-card {
        display: block;
    }

    .about-img {
        margin-bottom: 30px;
    }

    p.about-content {
        margin-bottom: 0px;
    }

    .product-name {
        padding: 5px;
        margin-bottom: 15px;
    }

    .spec-card.rounded-4 {
        margin-bottom: 20px;
    }
}

/* Tablet */
@media (max-width: 768px) {
.bannerContent {
    display: block;
    background-image: url('../images/banners/filling-machine-mob-b1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 770px;
}
    .product-col-2,
    .product-col-1 {
        display: none;
    }

    .mobile-product-card {
        display: block;
    }

    a.tech-btn {
        font-size: 15px;
        padding: 10px 15px;
    }

    .btns-1 {
        padding: 5px 10px;
    }

    .stat-content h3 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        margin: 0;
        line-height: 1;
    }

    .stats-row {
        justify-content: center;
    }

    .stat-box {
        width: 45%;
    }

    .product-card {
        margin-bottom: 20px;
    }

    .col-lg-6.product-col-1 {
        order: 1;
    }

    .about-img {
        margin-bottom: 30px;
    }

    p.about-content {
        margin-bottom: 0px;
    }

    .product-name {
        padding: 5px;
        margin-bottom: 15px;
    }

    .spec-card.rounded-4 {
        margin-bottom: 20px;
    }
}

@media (max-width:575px) {
    a.tech-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .product-col-2,
    .product-col-1 {
        display: none;
    }

    .mobile-product-card {
        display: block;
    }

    .product-col-2,
    .product-col-1 {
        margin-bottom: 20px;
    }

    .col-lg-6.product-col-1 {
        order: 1;
    }

    .product-img img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .about-img {
        margin-bottom: 20px;
    }

    p.about-content {
        font-size: 15px;
        margin-bottom: 0px;
        color: #757575;
        font-weight: 400;
        line-height: 28px;
    }

    .call-action .content {
        padding: 40px 0;
    }

    .call-action .content h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
    }

    table.table td {
        text-align: left;
        font-size: 14px;
    }
}

@media (max-width:480px) {
    .stat-box {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    .stat-content {
        text-align: left;
    }

    .bannerForm {
        background: #306e96;
        padding: 15px;
    }

    .bannerForm h5 {
        font-size: 22px;
    }

    .section {
        margin-top: 30px;
    }

    p.about-content {
        font-size: 14px;
        margin-bottom: 0px;
        color: #757575;
        font-weight: 400;
        line-height: normal;
    }

    h2.heading {
        font-size: 20px;
    }

    li.product-li {
        font-size: 14px;
        background: linear-gradient(45deg, #306e96 100%, transparent 30%);
    }

    h2.card-heading {
        font-size: 15px;
    }

    .product-name h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .spec-head {
        padding: 12px !important;
    }

    .spec-head h5 {
        font-size: 17px;
    }

    .tech-des p {
        font-size: 15px;
    }

    ul.list-unstyled.spec-list {
        padding: 14px !important;
    }

    .btns {
        display: flex;
        margin-top: 15px;
    }

    a.tech-btn {
        width: 49%;
        padding: 10px 5px;
        font-size: 13px;
    }

    table.table td {
        text-align: left;
        font-size: 12px;
    }

    table.table th {
    font-size: 14px;
    padding: 5px;
}

    h5.modal-title {
        font-size: 15px;
    }

    button.btn-close {
        padding: 0px !important;
    }

    .spec-card.rounded-4 {
        margin-bottom: 0px;
    }

    .why-choose .choose-left p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .why-choose .choose-left h2 {
        margin-bottom: 14px;
    }

    .why-choose .choose-left .list li {
        font-size: 14px;
    }

    .why-choose .choose-left .list li i {
        font-size: 11px;
        padding-left: 0px;
    }

    .call-action .content h2 {
        font-size: 20px;
        line-height: normal;
    }

    .call-action .content .btn {
        font-size: 15px;
    }

    .call-action .content {
        padding: 50px 0;
    }

    .contacForm {
        border-left: none;
        padding: 10px;
        margin-top: 20px;
    }

    .contacForm h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .contacForm p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    footer {
        padding: 40px 0px 15px;
    }

    p.footer-content {
        font-size: 14px;
        padding-right: 0px;
    }

    ul.quick-ul li.links {
        margin-bottom: 4px;
    }

    li.links a {
        font-size: 14px;
    }

    h3.footer-heading {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
    }

    p.footer-content,
    ul.quick-ul {
        margin-bottom: 30px;
    }

    .footer-details p {
        font-size: 14px;
    }

    p.ftr-content {
        font-size: 14px;
    }

    .contactDetails .contactItem {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 18px;
        border: 1px solid #306E96;
        border-radius: 14px;
        border-right: 8px solid #306E96;
        border-left: 4px solid #306E96;
        background: #fff;
        margin-bottom: 20px;
    }
}

body {
    overflow-x: hidden;
}

img.capside {
    width: 100px !important;
}

#contactus .error {
    color: #fff !important;
}

.click2.header-btn {
    background-color: #000;
    padding: 12px 15px;
    border-color: #000;
}

.desktopHide {
    display: none;
}

@media (max-width: 991px) {
    .mobileHide {
        display: none;
    }

    .desktopHide {
        display: block;
        padding: 8px 10px !important;
        margin-top: 0px;
        background-color: #306e96 !important;
        border-color: #306e96 !important;
    }
}