body {
    font-family: 'Roboto', sans-serif;
}

.main_logo img {
    width: 100% !important;
    max-width: 100px !important;
    height: 100px;
    object-fit: contain;
    aspect-ratio: 1;
    border-radius: 50%;
}

header.main_header .main_logo img {
    border-radius: unset;
}

.navi_items {
    color: #323232;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
}

.navi_items:hover {
    color: #e00;
}

.header_right button i {
    color: #7a7a7a;
}

.header_right button i:hover {
    color: #e00;
    transition: all 0.3s ease;
}

.header_right button i.bi.bi-search {
    font-size: 20px;
}

.header_right button i.bi.bi-list {
    font-size: 28px;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.overlay-color {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.overlay-color {
    background-color: rgba(0, 0, 0, .4);
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.red_bg {
    background-color: #e00;
    padding: 0px 5px;
    color: #fff;
}

.theme_title_lg {
    font-size: 76px;
}

.theme_title_md {
    font-size: 28px;
    line-height: 52px;
    margin-bottom: 0;
}

.theme_title_sm {
    font-size: 24px;
    margin-top: 10px;
}

.theme_para, ul li  {
    color: #323232;
    font-size: 18px;
    line-height: 28px;
}

.custom_padding {
    padding: 80px 0;
}

.section-icons .icon-col {
    text-align: center;
    margin-bottom: 30px;
}

.section-academy,
.section-innovation,
.section-sustainability {
    padding: 60px 0;
}

.section-academy img,
.section-innovation img,
.section-sustainability img {
    max-width: 100%;
}

.section-news .card {
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
    min-height: 500px;
}

.section-news .card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.section-news .card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.section-news .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top: 3px solid #e00;
    height: 220px;
}

.section-news .news_title {
    -webkit-text-stroke: 2px #e00;
    color: transparent;
    font-size: 150px;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 2.5rem;
    font-family: Robotobold;
    top: 0;
    position: absolute;
}

.section-news .card-body .btn {
    width: 100%;
    border-color: #c00000;
    color: #c00000;
    font-size: 14px;
    max-width: 140px;
}

.section-news .card-body .btn:hover {
    color: #fff;
    background-color: #c00000;
}

.news_wraper {
    padding-top: 150px;
}

#map {
    width: 100%;
    height: 600px;
}

span.news_tag {
    font-size: 13px;
    text-transform: capitalize;
    background: #e00;
    border: 1px solid #e00;
    color: #fff;
    border-radius: 5px;
    padding: 2px 10px;
}

footer {
    position: relative;
    padding-bottom: 30px;
    padding-top: 60px;
    background: #323232 url(/wp-content/themes/my-custom-theme/assets/images/bg-footer.png) repeat-y 100% 0;
}

.numbers {
    padding: 40px 0;
    background: #f8f8f8;
}

.stats_box {
    padding: 40px;
    border-right: 1px dashed #b2b2b2;
    border-bottom: 1px dashed #b2b2b2;
}

.stats_row .col-6.col-md-6:nth-child(3) .stats_box,
.stats_row .col-6.col-md-6:nth-child(4) .stats_box {
    border-bottom: 0 !important;
}

.stats_row .col-6.col-md-6:nth-child(2) .stats_box,
.stats_row .col-6.col-md-6:nth-child(4) .stats_box {
    border-right: 0 !important;
}

.stats_box h2 {
    font-weight: 700;
    font-size: 58px;
    line-height: 46px;
    letter-spacing: 0;
    color: #e00;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.stats_box>h2::after {
    content: "";
    display: block;
    position: relative;
    background: #e00;
    margin-top: 10px;
    margin-bottom: 30px;
    height: 5px;
    width: 35px;
}

.hero {
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.hero video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero .container {
    z-index: 1;
    position: relative;
}

.dropdown-menu.show {
    display: block;
    left: unset !important;
    top: 60px;
    right: 0 !important;
}

header.main_header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
    background-color: #fff;
}

/* When sticky class is added, apply styles */
header.main_header.sticky {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    /* Subtle shadow when sticky */
    padding-top: 0.5rem;
    /* Shrink header height smoothly */
    padding-bottom: 0.5rem;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right_menu_bar {
    background-image: url(assets/images/sacmi_pattern_bg_menu.png);
    border-radius: 0px 0px 0px 90px;
    background-size: cover;
    background-repeat: no-repeat;
}

.offcanvas-title {
    color: #e00;
    font-size: 18px;
}
.offcanvas-body ul li{
	position:relative;
}
.offcanvas-body ul li a {
    color: #c0c0c0 !important;
    font-size: 14px;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
}

.offcanvas-body ul li a::after {
    color: #ffffff;
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background: #FAF9F6;
    transition: width .3s;
}

.offcanvas-body ul li a:hover::after {
    width: 100%;
    transition: width .3s;
}

/*
        .offcanvas-body .nav-item a.nav-link {
            color: #c0c0c0;
            font-size: 14px;
            display: inline-block;
        }

        .offcanvas-body .nav-item a.nav-link::after {
            color: #ffffff !important;
            content: '';
            display: block;
            width: 0px;
            height: 1px;
            background: #FAF9F6;
            transition: width .3s;
        }

        .offcanvas-body .nav-item a.nav-link:hover::after {
            width: 100%;
            transition: width .3s;
        } */

.social_links {
    padding: 20px;
    display: flex;
    justify-content: start;
    gap: 12px;
}

.social_links a {
    border: 1px solid #7b7b7b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.social_links a:hover {
    background-color: #e00;
    transition: all 0.3s ease;
}

.social_links a i {
    color: #ddd;
    font-size: 22px;
}

.service_pro_img {
    width: 100%;
    max-width: 360px;
    height: 360px;
}

.vision_mission_box img {
    max-width: 100px;
    margin-bottom: 20px;
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 6;
}

.vision_mission_box {
    border: 1px solid #000;
    padding: 50px;
    border-radius: 0 50px;
    POSITION: RELATIVE;
    min-height: 500px;
}

.vision_mission_box h3 {
    position: absolute;
    top: 135px;
    left: 50px;
}

.vision_mission_box p.theme_para {
    position: absolute;
    left: 40px;
    top: 200px;
    width: 90%;
}

.vision_mission_box::before {
    background: url(/wp-content/themes/my-custom-theme/assets/images/packaging-bg-img.jpg) center/cover no-repeat;
}

.vision_mission_box::before {
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    border-radius: 0 50px;
}

.vision_mission_box:hover::before {
    opacity: 1;
}

.vision_mission_box:hover h3,
.vision_mission_box:hover p {
    color: #fff !important;
    z-index: 6;
}

.vision_mission_box:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    /* For Safari */
}

.footer_title {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 30px;
    color: #7b7b7b;
}

.footer_links,
footer ul li a {
    color: #7b7b7b;
    font-size: 14px;
    margin-bottom: 8px;
    text-decoration: none;
    display: inline-block;
}

.footer_links:hover,
footer ul li a:hover {
    color: #ffffff !important;
}

.footer_links::after,
footer ul li a::after {
    color: #ffffff !important;
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background: #FAF9F6;
    transition: width .3s;
}

.footer_links:hover::after,
footer ul li a:hover::after {
    width: 100%;
    transition: width .3s;
}

.tnp-subscription form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.tnp-subscription .tnp-field.tnp-field-email {
    width: 100%;
}

.tnp-subscription .tnp-field.tnp-field-email label {
    display: none;
}

.tnp-subscription .tnp-field.tnp-field-email .tnp-email {
    height: 38px;
    padding: 10px;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: 0.3s;
}

.tnp-subscription .tnp-field.tnp-field-email .tnp-email:focus {
    border-color: #e00;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    outline: none;
}

.tnp-subscription .tnp-field-button input.tnp-submit {
    height: 38px;
    font-size: 12px;
    padding: 0 24px;
    border-radius: 6px;
    transition: 0.3s;
    background-color: #c00000;
    color: #fff;
}

.tnp-subscription .tnp-field-button input.tnp-submit:hover {
    background-color: #900000;
    color: #fff;
}

p.footer_para {
    font-size: 14px;
    color: #7b7b7b;
}

/* service section CSS */
.service_sec {
    background: url(assets/images/bg-setting-icon-banner.png) right/contain no-repeat;
}

/* .service_cards {
            position: relative;
            width: 100%;
            height: 215px;
            max-height: 215px;
            background-color: #fff;
            overflow: hidden;
            border: 1px solid #ccc;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .service_cards::before {
            content: "";
            position: absolute;
            inset: 0;
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 1;
        } */
.service_cards {
    display: block;
    position: relative;
    height: 215px;
    max-height: 205px;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 4px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.service_cards:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background-image: linear-gradient(to left top, #e00000, #ac001e, #730622, #3c0e1a, #000000);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.service_cards:hover:before {
    transform: scale(23);
}

.control_vision .service_img_box img {
    left: 41px !important;
    max-width: 100px;
    top: 35px !important;
}

/* .service_cards.ceramic::before{
            background: url(assets/images/ceramics-bg-img.jpg) center/cover no-repeat;
        }
        .service_cards.advanced_material::before{
            background: url(assets/images/advanced-material.jpg) center/cover no-repeat;
        }
        .service_cards.packaging::before{
            background: url(assets/images/packaging-bg-img.jpg) center/cover no-repeat;
        }
        .service_cards.food_beverage::before{
            background: url(assets/images/food-bevarage-bg-img.jpg) center/cover no-repeat;
        }
        .service_cards.closures_preforms::before{
            background: url(assets/images/closures-preforms-bg-img.jpg) center/cover no-repeat;
        }
        .service_cards.metals::before{
            background: url(assets/images/metals-bg-img.jpg) center/cover no-repeat;
        }
        .service_cards.control_vision::before{
            background: url(assets/images/ai-bg-img.jpg) center/cover no-repeat;
        } */
.service_cards img.icon-default,
.service_cards img.icon-hover {
    position: absolute;
    top: 30px;
    z-index: 3;
    transition: opacity 0.3s ease;
    width: 110px;
    height: auto;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    left: 50%;
    transform: translate(-50%, 0%);
}

.service_cards img.icon-hover {
    opacity: 0;
}

.service_cards h3 {
    text-align: center;
    padding: 0;
    bottom: 4px;
    left: 0;
    right: 0;
    font-weight: 700;
    color: #323232;
    width: 100%;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 18px;
    position: absolute;
    height: 40px;
    z-index: 1;
    text-decoration: none;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    margin-bottom: 0;
    word-wrap: break-word;
}

.service_cards .go-to-btn {
    position: absolute;
    bottom: 10px;
    right: 12px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

/* Hover Effects */
.service_cards:hover::before {
    opacity: 1;
}

.service_cards:hover img.icon-default {
    opacity: 0;
}

.service_cards:hover img.icon-hover {
    opacity: 1;
}

.service_cards:hover h3 {
    color: #fff;
}

.service_cards:hover .go-to-btn {
    opacity: 1;
}

.boxmid_logo img {
    width: 100%;
    max-width: 180px;
    height: 180px;
    margin: 0 auto;
    display: block;
    aspect-ratio: 1;
    object-fit: contain;
}

/* contact us css */
.contact-section {
    background: #fff;
    padding: 0px 40px 0;
    border-radius: 8px;
}

img.contact_banner {
    width: 100%;
    border-radius: 20px;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 15px;
}

.form-control:focus {
    border-color: #c00000;
    box-shadow: none;
}

.submit_contact,
.dropdown-menu button.btn,
.theme_btn {
    background-color: #c00000;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    border: none;
    transition: 0.3s;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
}

.submit_contact:hover,
.dropdown-menu button.btn:hover,
.theme_btn:hover {
    background-color: #900000;
    color: #fff;
}

/* flags section css */
.flags_box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.flags_box img {
    width: 100%;
    height: 80px;
    min-height: 80px;
    max-width: 120px;
    min-width: 120px;
    display: block;
    margin-bottom: 8px;
}

.flags_box .flags_title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #323232;
}

.flags_box {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.social_icons {
    cursor: pointer;
    color: #e00;
    border: 1px solid #7b7b7b;
    text-decoration: none;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    /* padding: 10px; */
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.social_icons a i {
    color: #fff;
    font-size: 16px;
    line-height: normal;
}

.social_icons:hover {
    background-color: #ffffff20;
}

.social_icons:hover i {
    color: #c00;
}

.main_header nav li.menu-item {
    list-style: none;
	position:relative;
}
li#menu-item-169:hover .sub-menu, .offcanvas-body ul li.menu-item-169:hover .sub-menu{
    display: flex;
}
li#menu-item-169 a:after{
	content: "\25BE"
    font-size: 12px;
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease;
}
/* .menu-item-has-children > a::after {
  content: "\25BE";
  font-size:18px;
  margin-left: 4px;
  display: inline-block;
  transition: transform 0.3s ease;
} */
.sub-menu {
    position: absolute;
   top: 100%;
    left: 0;
    background: #fafafa;
    min-width: 310px;
    display: none;
    flex-direction: column;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 20px;
}
.offcanvas-body ul li.menu-item-169{
	list-style:none;
}
.offcanvas-body ul li.menu-item-169 .sub-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    background:#212529;
    min-width: 240px;
    display: none;
    flex-direction: column;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 20px;
    border-radius: 10px;
    z-index: 9;
}
.sub-menu li{
	list-style:none;
}
.sub-menu li a {
    font-size: 12px !important;
}
.navi_items,
.main_header nav li.menu-item a {
    color: #323232;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    text-decoration: none;
}

.navi_items:hover,
.main_header nav li.menu-item a:hover {
    color: #e00;
}




/*category css  */
.category-tabs {
    padding: 80px 0 0;
}

.category-tabs .nav {
    padding-bottom: 80px;
}

.cat_hero_section img {
    border-radius: 64px 0 64px 0;
    margin-bottom: 40px;
    width: 100%;
    height: 340px;
    object-fit: cover;
}

section.cat_hero_section {
    padding: 80px 0;
}

section.cat_hero_section {
    padding: 50px 0 0;
}

.tab-card {
    border: none;
    background: #fff;
    padding: 10px 13px;
    border-radius: 18px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    width: 200px;
}

.tab-card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
    border-radius: 15px;
}

.tab-card span {
    font-weight: 600;
    color: #444;
    font-size: 14px;
    line-height: 18px;
}

/* Active Tab Style */
.tab-card.active {
    border: 2px solid #e00;
    box-shadow: 0 0px 12px rgba(255, 77, 0, 0.3);
    transform: translateY(-5px);
}

.tab-card.active span {
    color: #e00;
    transform: scale(1.1);
}

.tab-card:hover span {
    color: #e00;
    transition: color 0.4s ease;
}

.tab-card:hover img {
    transform: scale(1.06);
}

.tab-content {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.product_wrap img.product_img {
    width: 100%;
    border-radius: 8px;
    display: block;
    height: 340px;
    object-fit: cover;
}

.product_wrap .pro_content .pro_title {
    font-size: 24px;
    position: relative;
    font-weight: 600;
}
.pro_content ul li {
    font-size: 16px;
}

.linea_rossa {
    background: #e00;
    margin-top: 10px;
    margin-bottom: 30px;
    height: 3px;
    width: 44px;
}

.product_wrap .carousel-control-prev-icon,
.product_wrap .carousel-control-next-icon {
    background-color: #000;
    border-radius: 50px;
    background-size: 20px;
    width: 1.5rem;
}

.hero_section {
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    height: 280px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.aboutus_hero {
    background-image: url('/wp-content/uploads/2025/08/aboutus-banner-img-2.png');
        background-position: center right;
}

.hero_content h1.theme_title_lg {
    color: #ffffff;
}

.hero_content {
    position: relative;
    z-index: 1;
}

.about_sec .abt_img_1 {
    width: 100%;
    height: auto;
    max-width: 460px;
}

.about_sec .abt_img_2 {
    position: absolute;
    left: 70px;
    bottom: 0;
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
}

.hero_image img {
    border-radius: 64px 0 64px 0;
    margin-bottom: 40px;
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.featured_box {
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height: 360px;
    background-color: #fafafa;
    border-radius: 8px;
}

.featured_box img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 50px;
    min-height: 50px;
}

.featured_box .theme_title_md {
    font-size: 24px;
}

.trust_box {
    padding: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 8px 0px;
    display: flex;
    border-radius: 10px;
    margin-top: 50px;
    justify-content: start;
    align-items: center;
    gap: 20px;
    max-width: 340px;
}

.trust_box p {
    font-weight: 900;
    font-size: 34px;
    color: #e00;
    line-height: 32px;
}

.trust_box img {
    display: block;
    width: 100%;
    max-width: 100px;
}

.vision_mission_sec img.vision_banner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 8px;
}

.featured_box .theme_para {
    font-size: 16px;
}

.featured_box .icon_box {
    display: flex;
    justify-content: center;
    max-width: 80px;
    height: 80px;
    align-items: center;
    background: #ee00000d;
    border-radius: 50%;
}

.why_choose_sec img.whyus_img {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 380px;
    object-fit: cover;
}

.whyus_wrap {
    background: #e00;
    border-radius: 10px;
    height: 100%;
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.whyus_item p {
    color: #fafafa;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0px;
}

.whyus_item span {
    color: beige;
    font-size: 18px;
}

.whyus_bottom {
    margin-top: 30px;
}

.whyus_bottom p {
    color: #323232;
    font-size: 24px;
}

/* Hero Collaborations */
.collab_section {
    background: url('/wp-content/themes/my-custom-theme/assets/images/ball-mill3.png') center/cover no-repeat;
    position: relative;
    color: #fff;
    background-attachment: fixed;
    padding: 100px 0px;
}

.collab_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.collab_section .content {
    position: relative;
    z-index: 2;
}

.collab_box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
}

.collab_box:hover {
    background: rgba(255, 255, 255, 0.2);
}

.collab_section p.theme_para {
    color: #fafafa;
    margin-top: 15px;
    max-width: 60%;
    margin: 15px auto 45px;
}


.collab_box img {
    width: 100%;
    max-width: 140px;
    border-radius: 8px;
    height: 140px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.collab_section h2.theme_title_md {
    background-color: #e00;
    padding: 0px 5px;
    color: #fff;
    display: inline-block;
    line-height: 34px;
}

.hover-card {
    transition: all .3s ease;
}

.hover-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.client_box {
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.client_box img {
    height: 100px;
    max-width: 160px;
    width: 100%;
    margin-bottom: 0px;
}

.client_box h4.client_title {
    font-size: 16px;
}

.clients_slider .owl-stage-outer {
    padding: 20px 0;
}

.clients_slider .owl-nav {
    display: none;
}

.companies_wraper {
    position: relative;
    margin-top: 60px;
    max-width: 1000px;
    margin: 60px auto 0;
}

section.companies_section {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
        url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1920&q=80") no-repeat center/cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.companies_wraper .line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #e00;
    transform: translateX(-50%);
}

.companies_wraper .step {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

.companies_wraper .step:nth-child(even) {
    flex-direction: row-reverse;
}

.companies_wraper .step-content {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px 30px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    max-width: 420px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, background 0.3s ease;
}

.companies_wraper .step-content:hover {
    transform: translateY(-6px);
}

.companies_wraper .step h3 {
    margin: 0 0 12px;
    font-size: 1.3rem;
    color: #e00;
}

.companies_wraper .step p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #fafafa;
}

.companies_section h2.theme_title_md,
.companies_section .theme_para {
    color: #fafafa;
}

.companies_wraper .icon {
    width: 60px;
    height: 60px;
    background: #e00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.companies_wraper .step:nth-child(even) .icon {
    left: 50%;
}

.contactus_hero {
    background-image: url('/wp-content/uploads/2025/08/contactus-banner-img.jpg');
    background-position: right;
}

.contact_form_wrap {
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    padding: 40px;
    height: 100%;
    position: relative;
}

.contact_form_wrap h3.theme_title_md {
    margin-bottom: 1.2rem;
    font-size: 28px;
    font-weight: 700;
}

.contact_form_wrap .form-control {
    background: transparent;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 10px 15px;
    height: 60px;
    border-radius: 8px;
}

.contact_form_wrap textarea.form-control {
    resize: none;
    min-height: 200px;
}

.contact_form_wrap .form-control:focus {
    box-shadow: none;
    border-color: #e00;
}

.map {
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.map iframe {
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}

.submit_btn {
    background: #c00000;
    color: #fff;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    padding: 10px 30px;
    border: none;
    transition: 0.3s;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 0 !important;
}

.contact_form_wrap .submit_btn:hover {
    background-color: #900000;
    color: #fff;
}

.contact_form_wrap .social_media a i {
    color: #000;
    line-height: 10px;
    font-size: 34px;
}

.social_media a:hover i {
    color: #e00;
}

.contact_form_wrap form {
    padding-bottom: 0px;
    margin-top: 50px;
    border-bottom: 1px solid #333;
}

.contact_form_wrap .social_media a {
    background: #dddddd95;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.contact_info a {
    font-size: 22px;
    display: flex;
    justify-content: flex-start;
    gap: 7px;
    color: #212529;
    font-weight: 500;
}

.contact_info a:hover {
    color: #e00;
}

@media only screen and (max-width: 991px) {
    .contact_form_wrap h3.section_title_md {
        font-size: 1.8rem;
    }

    .contact_form_wrap {
        padding: 30px;
        border-radius: 10px;
    }

    .map {
        border-radius: 10px;
        height: 480px;
    }

    .submit_btn {
        font-size: 18px;
    }

    .contact_info {
        flex-direction: column;
    }

    .contact_info a {
        font-size: 1.2rem;
    }

    .contactus_wrap {
        flex-direction: column-reverse;
    }
}

.news_hero_sec {
    background-image: url(/wp-content/uploads/2025/08/news-banner-img-scaled.jpg);
    background-position: center;
}

.featured {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 18px;
}

.featured h2 {
    font-size: 2.5rem;
    margin: 20px 0 10px;
    font-weight: 700;
    text-align: center;
}

.featured p {
    max-width: 800px;
    text-align: center;
    color: #bbb;
    font-size: 1.05rem;
}


.news_section .news-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.news_section .news-item:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.read_more_btn {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: #e00;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news_date {
    font-size: 15px;
    font-weight: 400;
}

.news_section .news-item img {
    width: 220px;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

.news_section .news-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.news-text h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 500;
    color: #212529;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-text p {
    color: #777777;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-meta {
    font-size: 18px;
    background-color: #e00;
    padding: 2px 9px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 10px;
}

.news-item:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

@media(max-width:768px) {
    .news-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .news-item img {
        width: 100%;
        height: 200px;
    }

    .news-text {
        text-align: center;
    }
}

.news_single_hero_sec {
    background-image: url(/wp-content/uploads/2025/08/news-banner-img2-scaled.jpg);
    background-position: center;
}

.news_single_hero_sec .hero_content .theme_title_lg {
    font-size: 52px;
}

.news-content blockquote {
    border-left: 4px solid #e00;
    padding-left: 20px;
    font-style: italic;
    margin: 30px 0;
    font-size: 1.2rem;
    color: #555;
}

.news-content {
    border-right: 1px solid #ddd;
    padding-right: 20px;
    height: 100%;
}

.related_news .news-text h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.related_news .news_section .news-text {
    gap: 10px;
}

.related_news .news-text p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
}

.related_news .news_date {
    font-size: 14px;
}

.related_news .read_more_btn {
    margin-top: 0px;
    font-size: 13px;
}

.related_news .news-item img {
    width: 150px;
    height: 117px;
}

.related_news .news_tag {
    font-size: 11px;
    padding: 2px 10px;
    line-height: normal;
}

.related_news .theme_title_md {
    line-height: 22px;
}

/* responsive media query */

@media (min-width: 320px) and (max-width: 767px) {
    .hero {
        height: 320px;
    }

    .main_logo img {
        max-width: 70px !important;
        height: 70px;
    }

    .theme_title_lg {
        font-size: 28px;
    }

    .theme_title_md {
        font-size: 18px;
        line-height: 28px;
    }

    .overlay-color,
    .hero {
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .custom_padding {
        padding: 40px 0;
    }

    .about_sec img {
        width: 100%;
        margin-bottom: 20px;
    }

    .theme_para, ul li{
        color: #323232;
        font-size: 15px;
        line-height: 24px;
    }

    .service_cards h3 {
        font-size: 11px;
    }

    .service_cards img.icon-default,
    .service_cards img.icon-hover {
        top: 20px;
        width: 70px;
    }

    .service_cards {
        height: 140px;
        max-height: 140px;
    }

    .boxmid_logo img {
        max-width: 120px;
        height: 120px;
    }

    .flags_box .flags_title {
        font-size: 13px;
    }

    .flags_box_wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .flags_box img {
        height: 50px;
        min-height: 50px;
        max-width: 70px;
        min-width: 70px;
    }

    #map,
    #map svg {
        height: 240px;
    }

    .vision_mission_box {
        min-height: 380px;
        margin-bottom: 20px;
    }

    .vision_mission_box img {
        max-width: 60px;
        left: 20px;
        top: 20px;
    }

    .vision_mission_box h3 {
        top: 85px;
        left: 20px;
    }

    .vision_mission_box p.theme_para {
        left: 20px;
        top: 135px;
        width: 90%;
    }

    .numbers {
        padding-top: 0 !important;
    }

    .stats_box h2 {
        font-size: 28px;
        line-height: 26px;
    }

    .stats_box {
        padding: 20px;
    }

    .submit_contact,
    .dropdown-menu button.btn,
    .theme_btn {
        padding: 5px 8px;
        font-size: 13px;
    }

    .stats_box p {
        font-size: 14px;
        line-height: 18px;
    }

    .news_wraper {
        padding-top: 100px;
    }

    .section-news .news_title {
        font-size: 76px;
        line-height: 3.5rem;
    }

    .contact-section {
        padding: 30px 0px 0;
    }

    .footer_title {
        margin-bottom: 20px;
        margin-top: 30px;
    }


}

@media(max-width:1024px) {
    .header_right {
        display: flex !important;
    }

    header nav {
        display: none !important;
    }
}

@media(min-width:1024px) {
    header nav {
        display: flex !important;
    }

    .header_right {
        display: none !important;
    }
}