.page_banner_section {
    height: 200px;
    display: flex;
    align-items: center;
}

.page_banner_title {
    font-size: 44px;
    color: #fff;
    font-weight: 800;
}

.tl {
    text-align: left !important;
}

.cont_box_inr {
    display: flex;
    align-items: center;
}

.cont_box_icon_inr {
    line-height: 0;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #DDDDDD;
}

.cont_box {
    padding: 20px;
}

.cont_box_txt_inr>span {
    display: block;
    color: #f18b27;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
}

.cont_box_txt_inr a span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    width: 25% !important;
}

.product_title_main {
    font-size: 28px;
    color: #074068;
    font-weight: 600;
}

.product-item-inner-img img {
    object-fit: cover;
    object-position: center;
    text-align: center;
}

.product-item-inner-img {
    height: 100%;
    width: 100%;
}

.cat-name {
    color: #074068;
    padding-top: 7px;
    font-size: 20px;
}

.product-item-inner {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding: 7px;
    box-shadow: 0 4px 16px 0 #cccccc;
    background: #ffffff;
    border: 1px solid transparent;
    margin: 10px;
}

/* product single page */

.jd-single-product-wrapper {
    max-width: 1000px;
    margin: 0px auto;
}

.jd-product-gallery {
    width: 100%;
}

.jd-main-image {
    background: #edf2fb;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
}

.jd-main-image img {
    width: 100%;
    height: 550px;
    object-fit: contain;
}

.jd-gallery-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.jd-gallery-thumbs img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
    padding: 4px;
    background: #fff;
    transition: 0.3s;
}

.jd-gallery-thumbs img:hover,
.jd-gallery-thumbs img.active {
    border-color: #0d6efd;
}

.product_btn {
    padding: 14px 36px;
    color: #fff;
    overflow: hidden;
    background: -webkit-linear-gradient(120deg, #0575E6, #003b66);
    background: linear-gradient(-30deg, #0575E6, #003b66);
    border-radius: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 0 10px 20px 0 #0740684d;
    margin-top: 20px;
}

ul.splts {
    background-color: #fff;
    float: left;
}

ul.splts li {
    background: url(../../../../../wp-content/uploads/2026/05/prdct-dtl-icn1.png) left top no-repeat;
    padding-left: 43px;
    font-size: 12px;
    line-height: 19px;
    margin-left: 0px !important;
    padding-bottom: 12px;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 15px;
    color: #737373;
    width: 258px;
    float: left;
}

ul.splts li.icn2 {
    background-image: url(../../../../../wp-content/uploads/2026/05/prdct-dtl-icn2.png);
}

ul.splts li.icn3 {
    background-image: url(../../../../../wp-content/uploads/2026/05/prdct-dtl-icn3.png);
}

ul.splts li.icn4 {
    background-image: url(../../../../../wp-content/uploads/2026/05/prdct-dtl-icn4.png);
}

.jdmeditech-certificate {
    clear: both;
    float: left;
    width: 100%;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(161, 162, 164, 0.7);
}

.product_description_main {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.sub_main_title {
    font-size: 28px;
    color: #074068;
    font-weight: 600;
}

/* releted product */
.related-products-grid {
    display: flex;
    flex-wrap: wrap;
}

.related-product-card {
    width: 20% !important;
}

/* end */
/* end */

/* blog page */
.creative-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.creative-post-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: 0.35s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
}

.creative-post-card:hover {
    transform: translateY(-8px);
    border-color: #f68c29;
    box-shadow: 0 18px 35px rgba(23, 78, 166, 0.18);
}

.creative-post-thumb {
    position: relative;
    overflow: hidden;
}

.creative-post-thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.4s ease;
}

.creative-post-card:hover .creative-post-thumb img {
    transform: scale(1.08);
}

.creative-post-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f68c29;
    color: #fff;
    padding: 7px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    text-transform: uppercase;
}

.creative-post-content {
    padding: 25px;
    position: relative;
}

.creative-post-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: rgba(246, 140, 41, 0.08);
    border-radius: 0 0 0 100%;
}

.creative-post-title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.creative-post-title a {
    text-decoration: none;
    color: #074068;
    transition: 0.3s ease;
}

.creative-post-title a:hover {
    color: #f68c29;
}

.creative-post-excerpt {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 15px;
}

.creative-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 14px;
    color: #074068;
    font-weight: 600;
}

.creative-read-btn {
    display: inline-block;
    margin-top: 18px;
    background: linear-gradient(135deg, #074068, #2d6cdf);
    color: #fff;
    padding: 12px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.35s ease;
}

.creative-read-btn:hover {
    background: #f68c29;
    color: #fff;
}

/* single page */
.related-posts-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px
}

.related-post-item {
    display: flex;
    align-items: center;
    gap: 18px
}

.related-post-img img {
    width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 12px
}

.related-post-content h4 {
    font-size: 18px;
    margin: 0 0 6px;
    line-height: 1.4
}

.related-post-content h4 a {
    text-decoration: none;
    color: #000
}

.related-post-content h4 a:hover {
    color: #ff3b00
}

.read-more {
    color: #ff3b00;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500
}

.read-more:hover {
    text-decoration: underline
}

.related-post-img {
    width: 30%
}

.related-post-content {
    width: 70%
}

.nav-single a {
    font-size: 16px !important;
    color: #1a73e8 !important;
    font-weight: 700 !important;
    text-align: left !important
}

/* end */

/* blog end */

/* products */
.main-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.service-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    min-height: 280px;
    transition: .3s;
}

.service-box:hover {
    transform: translateY(-6px);
}

.image-side {
    width: 45%;
    background: #f5f5f5;
    text-align: center;
    line-height: 0;
}

.image-side img {

    width: 100%;
    height: 400px;
}

.content-side {
    width: 55%;
    padding: 40px;
}

.content-side h2 {
    color: #074068;
    margin-bottom: 15px;
    font-size: 32px;
}

.content-side p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}


.btn:hover {
    background: #f68c29;
}

/* Alternate image right */
.reverse {
    flex-direction: row-reverse;
}

/* end */

@media all and (min-width: 320px) and (max-width: 767px) {
    .cont_box_inr {
        display: block;
    }

    .cont_box_icon_inr {
        border: none;
    }

    .cat-name {
        font-size: 16px;
    }

    .product-item {
        width: 100% !important;
    }

    .product-item-inner {
        margin: 5px;
    }

    .page_banner_title {
        font-size: 26px;
    }

    .jd-main-image img {
        height: 400px;
    }

    .jd-gallery-thumbs img {
        width: 70px;
        height: 70px;
    }

    .product-item-inner {
        margin: 5px;
    }


    .jdmeditech-certificate {
        padding: 20px;
    }

    .jd-main-image img {
        height: auto;
    }

    .jd-main-image {
        padding: 10px;
    }

    .product_title_main {
        font-size: 24px;
        line-height: 1.3;
    }

    .jd-single-product-wrapper {
        max-width: 500px !important;
    }

    .creative-post-grid {
        grid-template-columns: repeat(1, 1fr);

    }

    .creative-post-content {
        padding: 10px;
    }

    .creative-post-title {
        font-size: 18px;
    }

    .service-box {
        display: block;
    }

    .content-side {
        width: 100% !important;
        padding: 10px;
    }

    .image-side {
        width: 100% !important;
    }

    .image-side img {
        height: auto;
        object-fit: contain;
    }

    .content-side h2 {
        font-size: 22px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .product-item {
        width: 50% !important;
    }

    .creative-post-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .image-side img {
        height: 250px;
        object-fit: contain;
    }

    .content-side h2 {
        font-size: 22px;
    }

    .main_category_section {
        display: flex;
        flex-wrap: wrap;
    }
    .main_category_section .et_pb_row {
        width: 50% !important;
        padding: 10px !important;
    }


}

@media all and (min-width: 768px) and (max-width: 980px) {
    .page_banner_title {
        font-size: 30px;
    }

    .cat-name {
        font-size: 18px;
    }

    .product-item {
        width: 33.33% !important;
    }

    .product-item-inner {
        margin: 5px;
    }


    .jdmeditech-certificate {
        padding: 20px;
    }

    .jd-main-image img {
        height: 420px;
    }

    .jd-single-product-wrapper {
        max-width: 500px !important;
    }

    .image-side img {
        height: 350px;
        object-fit: contain;
    }

    .content-side h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .cat-name {
        font-size: 18px;
    }

    .page_banner_title {
        font-size: 32px;
    }


    .jdmeditech-certificate {
        padding: 20px;
    }

    .jd-main-image img {
        height: 420px;
    }

    .creative-post-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .image-side img {
        height: 350px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .cat-name {
        font-size: 18px;
    }

    .jdmeditech-certificate {
        padding: 20px;
    }

    .jd-main-image img {
        height: 420px;
    }

    .image-side img {
        height: 350px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .cat-name {
        font-size: 18px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .cat-name {
        font-size: 18px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}


@media all and (min-width: 981px) and (max-width: 3000px) {}