/*=========================================================
    Design Name       : Tirupti Fab
    Version           : V1.0
    Design Date       : 23/05/2025
    Developed Comapny : Kadamtech Pvt. Ltd.
	Developed Comapny Url : https://www.kadamtech.com/
 ============================================================*/

*,

*::before,

*::after {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



@media (prefers-reduced-motion: no-preference) {

    :root {

        scroll-behavior: smooth;

    }

}



* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    transition: 0.1s linear;

}



:root {

    --primary-color: #85A032;

    --secoundary-color: #1952A1;

    --heading-color: #000;

    --text-color: #27374E;

    --text-matte-color: #28282B;

    --text-matte-light-color: #555;

}





body {

    margin: 0;

    font-size: 16px;

    font-weight: 500;

    font-family: "Montserrat", sans-serif;

    line-height: normal;

    color: var(--text-matte-color) !important;

    -webkit-text-size-adjust: 100%;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    position: relative;
    overflow: visible !important;

}



hr {

    margin: 0;

    border-color: #ddd;

}



hr:not([size]) {

    height: 1px;

}



h1 {

    font-size: 46px;

}



h2 {

    font-size: 40px;

}



h3 {

    font-size: 26px;

}



h4 {

    font-size: 24px;

}



h5 {

    font-size: 20px;

}



h6 {

    font-size: 16px;

}



p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--text-matte-color);
}



img {

    width: 100%;

}



ol,

ul {

    padding-left: 34px;

}



ol,

ul,

dl {

    margin-top: 0;

    margin-bottom: 0;

    list-style: none;

    padding: 0;

}



ol ol,

ul ul,

ol ul,

ul ol {

    margin-bottom: 0;

}



blockquote {

    margin: 0 0 14px;

}



b {

    font-weight: 800;

}



strong {

    font-weight: 700;

}



small {

    font-size: 12px;

}



a {

    color: inherit;

    text-decoration: none;

}



a:hover {

    color: #152A3D;

    text-decoration: none;

}



button {

    border-radius: 0;

    outline: 0;

    box-shadow: none;

    border: 0;

}



button:focus:not(:focus-visible) {

    outline: 0;

    box-shadow: none;

}



input,

button,

select,

optgroup,

textarea,

.form-control {

    margin: 0;

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

    background-color: #fff;

    border: 1px solid #DBDBDB;

    padding: 15px 20px;

}



::-moz-selection {

    background-color: #200468;

    color: #FFF;

    text-shadow: none
}



::selection {

    background-color: var(--text-color);

    color: #fff;

    text-shadow: none
}



/* End By Default Reset */

.logo {
    width: 150px;
}

.header-wrapper {
    padding: 0 50px 0px 50px;
    box-shadow: 0 10px 20px 0 rgb(51 51 51 / 10%);
    border-radius: 0 0 30px 30px;
    background: #fff;
    border-bottom: 5px solid RGB(229, 229, 229);
}



.header-wrapper .top-header {
    padding: 14px 0;
    border-bottom: 1px solid #ddd;

}



.header-wrapper .top-header .contact-info ul {

    display: flex;

    gap: 50px;

    justify-content: end;

}



.header-wrapper .top-header .contact-info ul li a {
    display: flex;
    gap: 14px;
}



.header-wrapper .top-header .contact-info ul li a p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}



.header-wrapper .top-header .contact-info ul li a i {

    font-size: 17px;

    max-height: 30px;

    max-width: 30px;

    min-width: 30px;

    min-height: 30px;

    background: #DEE8FE;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 100px;

}





.page-btn a {

    background: var(--primary-color);
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    padding: 4px 4px 4px 12px;
    transition: 0.5s ease-in-out;
    line-height: normal;

}



.page-btn button:hover {

    background: #fff;

    border: 1px solid var(--primary-color);

    color: var(--primary-color);

}



.page-btn i {

    background: #fff;

    color: var(--primary-color);

    margin-left: 6px;

    background: #fff;

    border-radius: 50%;

    font-size: 20px;

    height: 30px;

    width: 30px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    transform: rotate(-35deg);

}



.page-btn a:hover {

    border: 1px solid var(--primary-color);



}



.page-btn:hover i {

    background: var(--primary-color);

    color: #fff;

    transform: rotate(0deg);

}



.header-wrapper .top-header .head-info {

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 10px;



}



.header-wrapper .top-header .head-info li {

    font-size: 14px;

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 5px;

}



.header-wrapper .top-header .head-info li a {

    color: #fff;

    transition: all 0.3s ease-in;

}



.header-wrapper .top-header .head-info li i {

    color: #fff;

}



.header-wrapper .top-header .head-info li a:hover {

    color: var(--primary-color);

}



.header-wrapper .top-header .head-social {

    display: flex;

    justify-content: end;

    align-items: center;

    position: relative;

    z-index: 1;

    gap: 10px;

}



.header-wrapper .top-header .head-social li a {

    display: flex;

    justify-items: center;

    align-items: center;

    background: #fff;

    border-radius: 100px;

    padding: 0;

    width: 24px;

    height: 24px;

}



.header-wrapper .top-header .head-social li a img {

    width: 18px;

    height: 18px;

    display: block;

    margin: auto;

}



.header-wrapper .header-lower .logo-box {

    display: flex;

    justify-content: start;

    align-items: center;

    height: 100%;

}



.header-wrapper .header-lower .logo-box img {
    width: 100%;
    max-width: 100px;
    object-fit: contain;
}



.header-wrapper .header-lower .button-primary {

    background-color: var(--second-color);

    border-color: var(--second-color);

    padding: 10px 18px;

}



.header-wrapper .header-lower .button-primary:hover {

    color: #fff;

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.header-wrapper .nav-box nav ul {

    display: flex;

    flex-wrap: wrap;

    flex-direction: row;

    position: relative;

}



.header-wrapper .nav-box nav ul li {

    text-transform: capitalize;

    margin-right: 20px;

    position: relative;



}



.header-wrapper .nav-box nav ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 20px 0px;
    letter-spacing: 0.6px;

}



.header-wrapper .nav-box nav ul li a:hover {

    color: var(--primary-color);

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu {

    width: 240px;

    max-width: 240px;

    background: #fff;

    position: absolute;

    transform: translateY(2px);

    transition: 0.3s ease;

    text-align: center;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 7px 10px -1px rgb(0 0 0/20%);
    z-index: 999;

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu li {

    margin: 0;

    margin-right: 0 !important;

    width: 100%;

    position: relative
}



.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu a {

    padding: 10px;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}



.header-wrapper .nav-box .navbar-nav.navigation li:hover>.sub-menu {
    transition: .5s ease;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    left: 0px;
    border: 0;

}



.nav.main-menu .navbar-nav.navigation li .sub-menu li a {

    text-align: left
}



.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover {

    background: var(--primary-color);

}



.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover a {
    color: #fff !important;
    padding-left: 10px
}



.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover a::after {

    color: #fff;

}





.header-wrapper .nav-box .main-menu .navbar-nav>.current-menu-item>a,
.header-wrapper .nav-box .main-menu .navbar-nav>.current_page_parent>.sub-menu>li.current_page_item>a {

    color: var(--primary-color)
}





.main-menu .navigation>li.menu-item-has-children a:after {

    position: absolute;

    right: -10px;

    top: 0px;

    bottom: 0;

    margin: auto;

    font-family: boxicons !important;

    font-weight: 400;

    content: "\ed91";

    font-size: 8px;

    line-height: 1;

    display: flex;

    color: #888;

    z-index: 5;

    align-items: center;

}



.main-menu .navigation>li.menu-item-has-children>.sub-menu>.menu-item-has-children>a:after {

    position: absolute;

    right: 10px;

    top: 0px;

    font-family: boxicons !important;

    font-weight: 400;

    content: "\ed91";

    font-size: 8px;

    line-height: 1;

    display: flex;

    color: #888;

    z-index: 5;

    align-items: center;

    height: fit-content;

    width: auto;

    transform: rotate(-90deg);

}



.main-menu .navigation>li.menu-item-has-children .sub-menu a:after {

    display: none
}



.header-wrapper .nav.main-menu .navbar-nav.navigation li>.sub-menu li>.sub-menu {

    left: calc(100% + 20px);

    top: 0;

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li>.sub-menu li.darmatology_menu>.sub-menu {

    display: flex;

    min-width: 550px;

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li>.sub-menu li.darmatology_menu>.sub-menu li {

    width: 50%;

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li>.sub-menu li:hover>.sub-menu {

    transform: translate(0);

    visibility: visible;

    opacity: 1;

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu li>.sub-menu a {

    color: var(--meta-black-color);

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu li>.sub-menu a:hover {

    color: #fff;

}



section[class]:not([id]) {

    padding: 60px 0;

    position: relative;

}



header {

    position: fixed;

    width: 100%;

    z-index: 999;

}





.banner-area {
    padding: 200px 0 60px 0 !important;
}



.banner-area .content-box h1 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}



.banner-area .content-box h2 {

    font-size: 56px;
    margin-bottom: 14px;
    font-weight: 700;
    color: var(--secoundary-color);
    margin-bottom: 30px;

}

.banner-area .banner-image img {
    max-width: 450px;
    margin: auto;
    max-height: 450px;
    object-fit: contain;
    min-width: 450px;
    min-height: 450px;
    height: 450px;
    width: 450px;
    margin: auto;
    display: block;
}





footer {

    background: #333333;

    padding: 60px 0 0 0;

}



.footer-wrapper {

    padding-bottom: 30px;

    border-bottom: 1px solid #525252;

}



footer .logo {

    width: 210px;

    background: #fff;

    border-radius: 4px;

    padding: 10px;

}



footer .content-box h3 {

    font-weight: 500;

    font-size: 22px;

}



footer .footer-navigations {
    padding: 60px 0 30px 0;
}



footer .footer-navigations .content-box h4 {

    color: #fff;

    margin-bottom: 16px;

    font-size: 20px;

    font-weight: 600;

}



footer .footer-navigations .content-box ul {

    display: flex;

    flex-direction: column;

    gap: 10px;

}



footer .footer-navigations .content-box ul li {

    font-size: 16px;

    color: #fff;

    display: flex;

    align-items: center;

    font-weight: 500;

    padding: 0;

}



footer .footer-navigations .content-box ul li:before {

    display: none;

}



footer .footer-navigations .content-box ul li i {

    min-width: 50px;

    min-height: 50px;

    background: #666;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 20px;

    margin-right: 10px;

}



footer .footer-navigations .content-box p {

    color: #fff;

}





.searchbox {

    background: #fff;

    border-radius: 100px;

    max-width: 400px;

    border: 1px solid #ddd;

    padding: 5px;

    overflow: hidden;

}



.searchbox form {

    display: flex;

    justify-content: space-between;

}



.searchbox input {

    border: 0;

    outline: none;

    padding: 10px 20px;

    width: 100%;

}



.searchbox .searchbtn {

    border: 0;

    background: var(--primary-color);

    color: #fff;

    border-radius: 50px;

    font-weight: 600;

    display: flex;

    justify-content: space-around;

    align-items: center;

    padding: 6px 6px 6px 16px;

    border: 1px solid transparent;

}



.footer-copyright p {
    text-align: center;
    padding: 20px 0px 10px 0;
    font-size: 16px;
    color: #fff;
    background: #444;
    margin-top: 30px;
    margin-bottom: 0;

}



.whychoose-box {

    background: #E5EFFC;

}



.whychoose .whychoose-box {
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    transition: 0.5s ease-in-out;
}

.whychoose .whychoose-box:hover {
    background: var(--secoundary-color) !important;
    color: #fff;
}

.whychoose .whychoose-box:hover p,
.whychoose .whychoose-box:hover .head-box h3 {
    color: #fff;
}

.whychoose .whychoose-box:hover .head-box .icon {
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}


.whychoose .whychoose-box .head-box {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 18px;

}



.whychoose .whychoose-box .head-box .icon {

    width: 50px;

    margin-right: 10px;

}



.whychoose .whychoose-box .head-box {

    display: flex;

    align-items: center;

}



.whychoose .whychoose-box .head-box h3 {

    font-size: 20px;

    font-weight: 600;

    color: #000D44;

    margin-bottom: 0;

}



.whychoose .row .col-md-3:nth-child(2) .whychoose-box {
    background: #F5F8FD;
}

.whychoose .row .col-md-3:nth-child(3) .whychoose-box {
    background: #E0F1FE;
}

.whychoose .row .col-md-3:nth-child(4) .whychoose-box {
    background: #F5F8FD;
}



.whychoose .whychoose-box .content {

    text-align: center;

}





.about-us .content-box h3 {

    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;

}



.about-us .content-box h4 {

    font-size: 40px;

    margin-bottom: 14px;

    font-weight: 700;

    color: var(--secoundary-color);

    margin-bottom: 20px;

}



.about-us .about-image .experience,
.overview .about-image .experience {

    position: absolute;

    bottom: 10px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    text-align: center;

    left: 16px;

    background: #fff;

    height: 180px;

    width: 180px;

    border-radius: 50%;

    font-size: 14px;

    font-weight: 600;

}



.about-us .about-image .experience span,
.overview .about-image .experience span {

    font-size: 46px;

    font-weight: 700;

    margin-bottom: 4px;

    color: var(--secoundary-color);

}


.about-us .about-image .experience {
    animation-name: zoom-in-out;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}




.content-box .head-box span {

    font-size: 100px;

    position: absolute;

    font-weight: 800;

    color: rgba(133, 160, 50, 0.07);

    top: 30px;

    z-index: -1;

}



.products .head-box span {

    left: 0;

    right: 0;

}



.products .content-box h3 {

    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}



.products .content-box h4 {

    font-size: 30px;

    margin-bottom: 14px;

    font-weight: 700;

    color: var(--secoundary-color);

    margin-bottom: 20px;

}

.product-items .servicedo-slider .owl-stage {
    display: flex;
    align-items: stretch;
}



.product-items .product-box {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    height: 100%;
    margin: 10px;
    transition: 0.3s ease-in-out;
    background: #fff;
}

.product-items .product-box:hover {
    transform: scale(0.95);
}


.product-items .product-box .content h5 {

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 10px;

}




.product-items .product-box .content .img {

    margin-bottom: 10px;

}

.page-template-about-us .product-items .product-box .img {
    height: 100%;
}

.page-template-about-us .product-items .product-box .img img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}




.product-items .product-box .link {

    margin: 10px 0;

}


.product-items .product-box .link a {

    display: flex;

    align-items: center;

    gap: 4px;

    font-weight: 600;

    color: var(--secoundary-color);

    font-size: 16px;

}

.product-items .product-box .link a:hover {
    color: var(--text-matte-color);
}


.product-items .product-box {
    height: 100%;
    margin: 0;
}

.product-items .product-box .img {
    height: auto;
    margin-bottom: 20px;
}

.product-items .product-box .img img {
    border-radius: 10px;
}



.cta .call-action-pitch {

    background: linear-gradient(92.95deg, rgba(13, 13, 13, 0.8) -35.27%, rgba(133, 160, 50, 0.8) 109.14%);

    padding: 50px;

    border-radius: 20px;

}



.cta .call-action-pitch .cta-image {

    position: absolute;

    top: 0;

    width: 450px;

}



.cta .call-action-pitch .content-box h3 {

    font-size: 32px;

    margin-bottom: 10px;

    font-weight: 500;

}





.cta .call-action-pitch .shape {

    width: 240px;

    position: absolute;

    bottom: -30px;

    left: -20px;

}


.cta .call-action-pitch .page-btn a:hover {
    border-color: #fff;
}





.whychoose-industry .content-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;

}



.whychoose-industry .content-box h4 {

    font-size: 40px;

    margin-bottom: 14px;

    font-weight: 700;

    color: var(--secoundary-color);

    margin-bottom: 20px;

}



.whychoose-industry .content-box .head-box span {

    left: 0;

    right: 0;

}



.whychoose-industry .industry-box .icon {

    width: 70px;

}



.whychoose-industry .industry-box {

    padding: 20px;

    box-shadow: 0 0 10px 0 rgb(51 51 51 / 10%);

    height: 100%;

    border-radius: 10px;

    min-height: 150px;

}



.whychoose-industry .industry-box .content-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;

}





.review-action-pitch {

    background: #333333;

    margin: 110px 0;

}



.review-action-pitch .review-img {

    position: absolute;

    width: 430px;

    top: -160px;

}



.review-action-pitch .content-box h3 {

    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;

}









.testimonial-btn {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 15px;

}



.googleViewbtn {

    display: inline-flex;

    column-gap: 10px;

    padding: 10px;

    font-size: 16px;

    font-weight: 500;

    color: var(--text-matte-light-color);

    background: #fff;

    border: 1px solid #ddd;

    border-radius: 6px;

    margin: 0;

    align-self: center;

    align-items: center;

    justify-content: center;

    align-content: center;

    line-height: 1.2
}



.googleViewbtn img {

    width: 100px;

    border-right: 1px solid #ddd;

    padding-right: 10px
}



.googleViewbtn.Reviews img {

    width: 24px;

    border: 0;

    padding: 0
}



.googleViewbtn span {

    font-weight: 600;

    font-size: 14px;

}



.review-action-pitch .content-box ul li {

    color: #fff;

}



.content-box ul {

    display: flex;

    flex-direction: column;

    gap: 14px;

    margin-bottom: 10px;

}



.content-box li {

    font-weight: 500;

    margin-bottom: 0;

    list-style: none;

    position: relative;

    padding-left: 26px;

}



.content-box ul li::before {

    content: "\ea51";

    color: var(--primary-color);

    font-family: boxicons !important;

    position: absolute;

    left: 0;

    top: 2px;

    bottom: 0;

    font-size: 20px;

    display: flex;

    align-items: start;

}





.indus-weserve .content-box .head-box span {

    left: 0;

    right: 0;

}



.indus-weserve .content-box h3 {

    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;

}



.indus-weserve .content-box h4 {

    font-size: 30px;

    margin-bottom: 14px;

    font-weight: 700;

    color: var(--secoundary-color);

    margin-bottom: 20px;

}





.indus-weserve .indus-weserve .row .col-md-3:nth-child(even) .industry-box {

    background: var(--secoundary-color);

    color: #fff;

}

.indus-weserve .indus-weserve .row .col-md-6:nth-child(1) .industry-box {
    /* border: 3px solid var(--primary-color);
    border-radius: 10px;
    box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 20%); */
}

.indus-weserve .indus-weserve .row .col-md-6:nth-child(2) .industry-box {
    /* border: 3px solid var(--secoundary-color);
    border-radius: 10px;
    box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 20%); */

}

.indus-weserve .indus-weserve .row .col-md-6 .industry-box p {
    margin-bottom: 0;
}


.indus-weserve .indus-weserve {

    box-shadow: 0 0 10px rgb(51 51 51 / 20%);

}


.indus-weserve .indus-weserve .industry-box h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    margin-bottom: 0;
}




.indus-weserve .indus-weserve .industry-box .icon {
    min-width: 60px;
    max-width: 60px;

}


.mision-vision.indus-weserve .indus-weserve .industry-box .icon {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ddd;
    /* margin: 0 auto 20px auto; */
}


.mision-vision.indus-weserve .indus-weserve {
    box-shadow: none;
    position: relative;
}

.mision-vision.indus-weserve .indus-weserve::after {
    content: "";
    width: calc(100% + 100px);
    height: 1px;
    border: none;
    display: inline-block;
    top: -20px;
    left: -80px;
    bottom: 0;
    position: absolute;
    margin: auto;
    z-index: -1;
    background: #ddd;
}








.testimonial-section {

    padding: 80px 20px;

    background: #fff;

    text-align: center;

}



.testimonial-section .head-box span {

    left: 0;

    right: 0;

}



.testimonial-section .content-box h3 {

    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}



.testimonial-section .content-box h4 {

    font-size: 40px;

    margin-bottom: 14px;

    font-weight: 700;

    color: var(--secoundary-color);

    margin-bottom: 20px;

}



.testimonial-section .owl-carousel .testimonial-card {

    background: #fff;

    border-radius: 12px;

    padding: 30px 25px;

    margin: 10px;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

    max-width: 100%;

    display: inline-block;

    text-align: left;

}



.testimonial-section .profile {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 15px;

}



.testimonial-section .profile img {

    width: 60px;

    height: 60px;

    border-radius: 50%;

    object-fit: cover;

}



.testimonial-section .profile h4 {

    font-size: 18px;

    font-weight: 600;

    color: #1e4d93;

    margin: 0;

}



.testimonial-section .profile p {

    font-size: 14px;

    color: #666;

    margin: 0;

}



.testimonial-section .stars {

    margin-left: auto;

    font-size: 16px;

    color: #f4b400;

}



.testimonial-section .quote {

    font-size: 140px;
    color: rgba(179, 195, 127, 1);
    line-height: 44px;

}



.testimonial-section .message {
    display: flex;
    align-items: end;

}



.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span {

    width: 20px;

    background: var(--secoundary-color);

    transition: 0.3s ease-in-out;

}





.Capabilities .content-box h3 {

    font-size: 20px;

    margin-bottom: 10px;

    font-weight: 600;

    font-style: italic;

}



.Capabilities .content-box h4 {

    font-size: 40px;

    margin-bottom: 14px;

    font-weight: 700;

    color: var(--secoundary-color);

    margin-bottom: 20px;

}







/* gallery */

.galleryfocus {

    padding: 60px 0;

}



.galleryfocus .section-title {

    margin-bottom: 30px;

    text-align: center;

}



.galleryfocus .filter-group {

    text-align: center;

    border: 1px solid #ddd;

    background-color: #fff;

    padding: 10px;

    width: 100%;

    margin: auto;

    border-radius: 10px;

    margin-bottom: 20px;

    display: flex;

}



.galleryfocus .filter-group::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    background-color: #F5F5F5;

}



.galleryfocus .filter-group::-webkit-scrollbar {

    width: 6px;

    height: 4px;



    background-color: #F5F5F5;

}



.galleryfocus .filter-group::-webkit-scrollbar-thumb {

    background-color: #777;

    height: 4px;

}





.galleryfocus .filter-group .filter-button {

    border: 1px solid #ddd;

    border-radius: 5px;

    padding: 10px 20px;

    background: #fff;

    font-weight: 500;

    font-size: 16px;

    line-height: normal;

    text-align: center;

    color: var(--text-matte-light-color);

    margin-right: 10px;

    width: max-content;

    text-wrap: nowrap;

}



.galleryfocus .filter-group .filter-button:hover {

    background: var(--primary-color);

    color: #fff;

}



.galleryfocus .filter-group .filter-button.active {

    background-color: var(--primary-color);

    color: #fff;

    border: 1px solid var(--primary-color);

}



.galleryfocus .gallery_product .card {

    border: 0;

    text-align: center;

    height: 96%;

    display: flex;

    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    background-color: #fff;

    background-clip: border-box;

    border-radius: 20px;

}



.galleryfocus .gallery_product .card a {

    position: relative;

    background: #fff;

    border-radius: 10px;

    border-radius: 10px;

}



.galleryfocus .gallery_product .card img {

    border-radius: 10px;

    overflow: hidden;

    width: 100%;

    height: 200px;

    object-fit: cover;

    object-position: center;

}



.galleryfocus .card .overlayer i {

    font-size: 50px;

    color: #fff;

    rotate: 45deg;

    margin-bottom: 10px
}



.galleryfocus .card:hover .overlayer {

    opacity: 1;

    transform: scale(1)
}



.galleryfocus .card .overlayer {

    border-radius: 10px;

    width: 100%;

    height: 100%;

    background-color: rgb(35 36 36 / 50%);

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    opacity: 0;

    padding: 15px;

    transform: scale(.5);

    transition: all .4s ease-in-out;

    margin: auto;

}



.galleryfocus .theme-btn {

    font-weight: 500;

}



.galleryfocus .owl-stage-outer .owl-stage {

    height: 240px !important;

}





.galleryfocus .content-box h3 {

    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;

}



.galleryfocus .content-box h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--secoundary-color);
    margin-bottom: 20px;
}







.certificate {

    background: rgba(133, 160, 50, 0.07);

}



.certificate .content-box h3 {

    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;

}



.certificate .content-box h4 {

    font-size: 40px;

    margin-bottom: 14px;

    font-weight: 700;

    color: var(--secoundary-color);

    margin-bottom: 20px;

}



.certified-slider .gallery_product {

    height: 350px;

    width: 300px;

    border-radius: 10px;

    overflow: hidden;

}



.certified-slider .gallery_product a {

    position: relative;

    background: #fff;

    border-radius: 10px;

    border-radius: 10px;

}



.certified-slider .gallery_product .carti-card img {

    height: 350px;

    width: 300px;

    object-fit: cover;

}



.certified-slider .gallery_product .carti-card .overlayer {

    width: fit-content;

    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);

    color: var(--text-matte-color);

    position: absolute;

    left: 0px;

    right: 0px;

    top: 0;

    bottom: 0px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    opacity: 0;

    transition: all .4s ease-in-out;

    z-index: 22;

    width: 100%;

    height: 100%;

}



.certified-slider .gallery_product .carti-card .overlayer span {

    font-weight: 600;

    padding: 15px;

    background-color: #fff;

    position: absolute;

    bottom: 40px;

    border-radius: 100px;

}





.certified-slider .gallery_product .carti-card:hover .overlayer {

    opacity: 1;

    transform: scale(1);

}







.contact-section .head-contact-sec {

    background-color: #1554a1;

    color: white;

    padding: 4rem 1rem 4rem 1rem;

}



.contact-section .head-contact-sec .info-icons span a {
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.contact-section .head-contact-sec .info-icons span a i {
    background: #fff;
    color: var(--secoundary-color);
}

.contact-section .contact-info h2 {

    font-weight: bold;

    font-size: 2rem;

}



.info-icons span {

    display: flex;

    align-items: center;

    margin: 0.5rem 0;

    font-size: 18px;

    font-weight: 500;

}

.info-icons span a {
    display: flex;
    align-items: start;
    color: #333;
}

.info-icons span a h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 2px;
}

.info-icons span a .content {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #555;
}

.info-icons span a i {
    font-size: 22px;
    margin-right: 20px;
}

.info-icons span a .content p {
    margin: 10px 0 0 0;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.info-icons span {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    font-size: 18px;
    font-weight: 500;
}



.info-icons i {

    margin-right: 10px;

    font-size: 20px;

}





.contact-section .form-card {

    border-radius: 20px;

    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);

    background: #333333;

    z-index: 10;

    position: relative;

}



.contact-section .form-card input {
    border-radius: 6px;
    padding: 10px;
}

.contact-section .form-card .page-btn {
    position: relative;
}

.contact-section .form-card .page-btn p {
    margin-bottom: 0;
}

.contact-section .form-card .page-btn .wpcf7-spinner {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.contact-section .form-card .page-btn input {
    background: var(--primary-color);
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    padding: 8px 6px 8px 14px;
    transition: 0.5s ease-in-out;
    text-align: center;
    justify-content: center;
}



.contact-section .map iframe {

    border-radius: 10px;

}



.contact-section .factory-img {

    border-radius: 10px;

    overflow: hidden;

    height: 490px;

}



.contact-section .factory-img img {

    width: 100%;

    height: auto;

    display: block;

}



.contact-section .contact-address {
    margin-top: -173px;

}



.contact-section .contact-address .form-inner {

    background: #fff;

    padding: 20px;

    border-radius: 0 0 10px 10px;

}



.contact-section .form-label {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;

}



.contact-section .map-image {

    background: #fff;

    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);

    padding: 10px;

    border-radius: 10px;

}



.contact-section .content-box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 44px;
}

.page-template-contact-us .info-icons span a i {
    background: var(--secoundary-color);
}

.page-template-contact-us .contact-us~.contact-section .form-card {
    background: #333;
}





.Capabilities .image img {
    border-radius: 10px;
}





.Capabilities .img-1.image {
    width: 220px;
}


/* about page */
.about-us-banner {
    padding: 220px 0 80px 0 !important;
}

.about-us-banner .banner-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}


.about-us-banner h1 {
    font-size: 40px;
    margin: 16px 0;
    font-weight: 700;
    color: var(--secoundary-color);
}

.about-us-banner .content-box span {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}


.about-us-banner h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}

.overview .content-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}

.overview .content-box h4 {
    font-size: 30px;
    margin-bottom: 14px;
    font-weight: 700;
    color: var(--secoundary-color);
    margin-bottom: 20px;
}

.overview .content-box .head-box span {
    font-size: 100px;
    position: absolute;
    font-weight: 800;
    color: rgba(133, 160, 50, 0.07);
    top: -30px;
    z-index: -1;
}


/* Founder Section */

section.founder-section {
    padding-bottom: 70px !important;
    background: #EFF4E9;
}

.founder-section .content-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}

.founder-section .content-box h4 {
    font-size: 30px;
    margin-bottom: 14px;
    font-weight: 700;
    color: var(--secoundary-color);
    margin-bottom: 20px;
}

.founder-section .founder-image-position .f-image img {
    width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.founder-section .founder-image-position .name-social span {
    font-size: 14px;
    font-weight: 500;
}

.founder-section .founder-box {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px;
}

.founder-section .founder-box .content-box p {
    margin-bottom: 0;
}

.founder-section .founder-box .content-box h2 {
    font-size: 24px;
    font-weight: 600;
}

.founder-section .founder-box .content-box .name-social {
    margin-bottom: 20px;
}

.founder-section .founder-box .content-box .name-social span {
    font-weight: 500;
    color: #777;
}

/* manufacturer */

.manufacturer .content-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}

.manufacturer .content-box h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--secoundary-color);
    margin-bottom: 10px;
    line-height: normal;
}

.manufacturer .menufac-box .icon {
    margin-bottom: 30px;
}

.manufacturer .menufac-box img {
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 10%);
}

.manufacturer .menufac-box .title h5 {
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}

.manufacturer-items::after {
    background: #ECF4FF;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.whatwedo .content-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}

.whatwedo .content-box h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--secoundary-color);
    margin-bottom: 10px;
    line-height: normal;
}


.whatwedo .owl-carousel .owl-stage {
    padding: 20px 0;
}


/* details page */
.about-us-banner.service-detail {
    padding-top: 180px !important;
}

.about-us-banner.service-detail .banner-image img {
    width: 90%;
    height: auto;
    margin-left: auto;
    display: block;
}


.about-us-banner.service-detail .indus-weserve .industry-box .icon {
    width: 40px;
    margin-bottom: 10px;
}


.about-us-banner.service-detail .indus-weserve .industry-box h5 {
    font-size: 16px;
    margin-bottom: 0;
}


.about-us-banner.service-detail h1 {
    font-size: 40px;
    margin-bottom: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--secoundary-color);
    line-height: 52px;
}


.about-us-banner.service-detail .indus-weserve .industry-box {
    border-right: 1px solid #ddd;
}

.indus-weserve .row>div:last-child .industry-box {
    border: none;
}



.customize-pitch .customize-inner {
    padding: 50px;
    border-radius: 20px;
}


/* contact us */




.info-icons span a i {
    font-size: 22px;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    background: #555555;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}


.contact-us~.contact-section .form-card {
    background: var(--secoundary-color);
}

/* product-overview */

.product-overview .content-box h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--secoundary-color);
    line-height: 52px;
}


/* key-features */

.key-features .content-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}

.key-features .content-box h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--secoundary-color);
    margin-bottom: 20px;
}

.key-features .key-items-box {
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    padding: 20px;
}


.key-features .key-items-box .content-box h5 {
    font-size: 22px;
    font-weight: 600;
    color: var(--secoundary-color);
}

.key-features .key-items-box .content-box p {
    margin-bottom: 0;
}

.key-features .key-items-box .key-feature-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.key-features .key-items-box .key-feature-box .image img {
    border-radius: 10px;
    border: 1px solid #ddd;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.key-features .key-items-box .key-feature-box .content-box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.key-features .key-feautres-items .slider-box .owl-nav button {
    min-height: 30px;
    max-height: 30px;
    min-width: 30px;
    max-width: 30px;
    border-radius: 50% !important;
    border: 1px solid #ddd !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 20px;
}

.fancybox-caption__body {
    background: #fff;
    width: fit-content;
    margin: auto;
    color: #222;
    font-weight: 600;
    padding: 6px 60px;
    border-radius: 2px;
}

.key-features .key-feautres-items .slider-box .owl-nav button:hover {
    background: var(--secoundary-color);
    border-color: var(--secoundary-color);
}

.key-features .key-feautres-items .slider-box .owl-nav button.owl-prev {
    position: absolute;
    top: 0px;
    bottom: calc(6vh);
    margin: auto;
    left: 10px;
}

.key-features .key-feautres-items .slider-box .owl-nav button.owl-next {
    position: absolute;
    top: 0px;
    bottom: calc(6vh);
    margin: auto;
    right: 10px;
}


.specifications {
    background: #f4f9ff;
}

.specifications .spec-table {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.specifications .spec-table th,
.specifications .spec-table td {
    padding: 16px 20px;
    text-align: left;
    vertical-align: middle;
}

.specifications .spec-table th {
    background-color: #f0f4f8;
    font-size: 16px;
    color: #333;
    width: 35%;
}

.specifications .spec-table td {
    font-size: 16px;
    color: #444;
    font-weight: 500;
}

.specifications .spec-table i {
    margin-right: 10px;
    color: var(--primary-color);
    font-size: 20px;
    vertical-align: middle;
}

.specifications .spec-table tr:not(:last-child) td,
.specifications .spec-table tr:not(:last-child) th {
    border-bottom: 1px solid #e2e8f0;
}



.specifications .content-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}

.specifications .content-box h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--secoundary-color);
    margin-bottom: 20px;
}

.specifications .content-box .head-box span {
    z-index: 0;
    font-size: 70px;
    left: 50px;
}



.contact-pop .right-box {
    border-radius: 10px;
    overflow: hidden;
}

.contact-pop .right-box::after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 70%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.contact-pop .right-box .content-box {
    top: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding: 20px;
    position: relative;
    z-index: 2;
}



.contact-pop .right-box .btn-close {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3%) hue-rotate(135deg) brightness(104%) contrast(102%);
    opacity: 1;
    top: 20px;
    right: 20px;
}

/* blog */


.blogs-section {
    padding: 50px 0
}

.blog-slider.owl-carousel .owl-stage {
    display: flex;
}

.blog-slider .owl-item {
    padding: 10px;
}

.blog-sidebar {
    position: sticky;
    top: 30%;
}


.post-template-default:has(.blog-page.blog-details .blog-sidebar) {
    overflow: visible;
}

.blog-card {
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 12px 1px #ddd;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Blog Thumbnail Styling */
.blog-card .blog-thumbnail {
    height: 160px;
    position: relative;
    overflow: hidden;
}

.blog-card .blog-thumbnail img {
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.blog-card:hover .blog-thumbnail img {
    transform: scale(1.1);
}

/* Overlay Effect */
.blog-card .blog-thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    border-radius: 8px;
}

.blog-card:hover .blog-thumbnail::after {
    opacity: 1;
}

/* Blog Content Styling */
.blog-card .blog-content {
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    position: relative;
    background: #fff;
    display: flex;
    align-items: end;
    transition: background 0.3s ease-in-out;
}

.blog-card:hover .blog-content {
    background: #f8f8f8;
}

/* Blog Title Styling */
.blog-card .blog-title h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.blog-card .blog-title a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.blog-card:hover .blog-title a {
    color: var(--primary-color);
}

/* Post Meta Styling */
.blog-card .post-meta {
    margin-top: auto;
    padding: 15px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #666;
    transition: color 0.3s ease-in-out;
}

.blog-card .post-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-card:hover .post-meta {
    color: #000;
}


/* blog Details page */
.blog-details {
    padding: 170px 0 60px;
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 300px;
}

.blog-single-post .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 40px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: var(--primary-color)
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--secondary-color)
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--secondary-color)
}

.blog-single-post .text {
    margin-bottom: 40px
}

.blog-single-post .text ul {
    padding-left: 0
}

.blog-single-post .text ul li {
    list-style: none;
    margin-bottom: 10px;
    color: var(--secondary-color);
    position: relative;
    padding-left: 30px
}

.blog-single-post .text ul li:before {
    content: "\ebe7";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: var(--secondary-color)
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500
}

.blog-single-post .text table tr th {
    font-weight: 700
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: var(--primary-color);
    left: 0;
    border-radius: 5px
}

.widget {
    position: relative;
    margin-bottom: 50px
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-weight: 600
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53/59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-in
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: var(--secondary-color);
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: var(--primary-color)
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: var(--secondary-color)
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: var(--primary-color)
}

img.vert-move {
    animation: mover 2s infinite ease-in-out;
}

@keyframes mover {
    0% {
        transform: translateY(-7px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-7px);
    }
}



/* product-gallery */

.product-gallery .product-item-box {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px 0 rgb(0 0 0 / 10%);
    background: #F3F6FA;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.product-gallery .product-item-box:hover {
    transform: scale(0.95);
}

.product-gallery .product-item-box .product-img-box img {
    border-radius: 10px;
    margin-bottom: 20px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.product-gallery .product-item-box .content-box h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
}

.product-gallery .content-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}

.product-gallery .content-box h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--secoundary-color);
    margin-bottom: 20px;
}

/* process */

.process-step .content-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
    font-family: "Jost", sans-serif;
}

.process-step .content-box h4 {
    font-size: 30px;
    margin-bottom: 14px;
    font-weight: 700;
    color: var(--secoundary-color);
    margin-bottom: 20px;
}


.process-step .process-items .content-box h5 {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
    flex-direction: column;
    gap: 20px;
    margin: auto;
}

.process-step .process-items .content-box h5 span {
    font-size: 50px;
    line-height: 0.9;
    margin-right: 10px;
    font-weight: 700;
}

.process-step .image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin: auto;
    display: flex;
}



.process-step .process-items .process-items-wrapper .image img {
    border-radius: 8px;
}







.process-step .arrow-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 3px solid var(--secoundary-color);
    margin: 0px auto;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: calc(51vh);
}

.process-step .arrow-line::before,
.process-step .arrow-line::after {
    content: "";
    height: 2px;
    background: transparent;
}

.process-step .arrow-container {
    position: absolute;
    top: -8px;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.process-step .arrow-container span {
    position: relative;
}

.process-step .arrow {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid var(--secoundary-color);
    /* Blue color */
}

.process-items-wrapper>.row:nth-of-type(odd) h5 span {
    color: var(--secoundary-color);
    opacity: 1;
}

.process-items-wrapper>.row:nth-of-type(even) h5 span {
    color: var(--primary-color) !important;
    opacity: 1;
}

.process-items-wrapper .process-items-wrapper-item-row:first-child {
    margin-top: 0;
}

.process-items-wrapper hr:last-child {
    display: none;
}

.about-us-banner.process h2 {
    font-size: 18px;
}


.page-template-services-detail section.product-overview .product-image img {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}