/*
Theme Name: MTC Strategic Alloy
Author: Pulseplay Digital
Version: 1.0
Description: Custom WordPress theme for MTC Strategic Alloys
*/



body{
    font-family: "Manrope", Sans-serif !important;	    
	margin: 0 !important;
}


/*header-css*/
/* Default header */
/* Default header (transparent) */
.header-sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Transparent state menu color */
.header-sticky a.hfe-menu-item{
    color: #ffffff !important; /* white menu */
}

/* Sticky active header */
.header-sticky.sticky-active{
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.btns-flex {
    display: flex;
        flex-direction: column;
    gap: 20px;
}
/* Sticky active menu color */
.header-sticky.sticky-active a.ekit-menu-nav-link{
    color: #000000 !important; /* black menu */
}
.header-sticky.sticky-active i.icon.icon-down-arrow1{
    color: #000000 !important; /* black menu */
}
/* Icon default color */
.right-arrow-sec .elementor-button-icon svg {
    fill: #ffffff;
    transition: all 0.3s ease;
}

/* ===== HOVER EFFECT ===== */
.right-arrow-sec a.elementor-button:hover {
    background: #27AAE1;
    color: #ffffff;
}

/* Hover icon bg */
.right-arrow-sec a.elementor-button:hover .elementor-button-icon {
    background: #ffffff;
}

/* Hover icon arrow color */
.right-arrow-sec a.elementor-button:hover .elementor-button-icon svg {
    fill: #27AAE1;
}
.right-arrow-sec a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background: #27AAE1;
    color: #fff;
}
/* Default button */
.right-arrow-sec a.elementor-button {
    background: #ffffff;
    color: #0A1E5E;
    border-radius: 50px;
    padding: 8px 18px;
    transition: all 0.3s ease;
}

/* Icon circle */
.right-arrow-sec .elementor-button-icon {
    background: #27AAE1;
    border-radius: 50%;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    rotate: 49deg;
}
.right-arrow-sec span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

/*vertical-tab*/

/* ================= CONTAINER ================= */
.vertical-accordion{
  display:flex;
  background:#1E3A4C;
  border-radius:14px;
  overflow:hidden;
  padding:30px 0;
  margin:auto;

  height:420px;                
  align-items:stretch;
}

/* ================= ITEM ================= */
.vertical-accordion .accordion-item{
  flex:1;
  color:#fff;
  padding:6px 10px 6px 20px;
  position:relative;
  cursor:pointer;
  transition:flex .45s ease;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.vertical-accordion .accordion-item:not(:last-child){
  border-right:1px solid rgba(255,255,255,.15);
}

/* ================= ICON ================= */
.vertical-accordion .icon{
  width:70px;
  height:70px;
  background:#27AAE1;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
}
.products-sec span.elementor-button-icon {
    rotate: 48deg;
}
/* ================= TITLE (inactive) ================= */
.vertical-accordion .title{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-weight:600;
  font-size:24px;
  letter-spacing:.5px;
  font-family:"Manrope", Sans-serif !important;
}

/* ================= CONTENT (SMOOTH) ================= */
.vertical-accordion .content{
  max-height:0;
  overflow:hidden;
  opacity:0;
  text-align:left;
  margin-top:12px;
}

.vertical-accordion p{
  font-size:18px;
  line-height:30px;
  font-family:"Manrope", Sans-serif !important;
  color:#fff;
  font-weight:500;
  margin:0;
  text-align:left;
}

/* ================= PLUS ICON ================= */
.vertical-accordion .plus{
  position:absolute;
  bottom:8px;
  left:50%;
  transform:translateX(-50%);
  width:26px;
  height:26px;
  border:1px solid #fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

/* ================= ACTIVE STATE ================= */
.vertical-accordion .accordion-item.active{
  flex:3;
  align-items:flex-start;
  text-align:left;
}

.vertical-accordion .accordion-item.active .icon{
  margin-bottom:29px;
}

.vertical-accordion .accordion-item.active .title{
  writing-mode:horizontal-tb;
  transform:none;
  font-size:24px;
  font-weight:700;
}

.vertical-accordion .accordion-item.active .content{
  max-height:260px;
  opacity:1;
}

.vertical-accordion .accordion-item.active .plus{
  display:none;
}

.vertical-accordion .accordion-item.active a{
  display:inline-block;
  margin-top:54px;
  color:#27AAE1;
  text-decoration:none;
  font-size:20px;
  font-family:"Manrope", Sans-serif !important;
  font-weight:600;
}
a.card-btn:hover {
    color: #fff !important;
}
a.card-btn:hover svg path {
    fill: #fff !important;
}
.card-img-sec {
    width: 50px;
    height: 50px;
    background: #27AAE1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-sec .e-n-accordion-item-title-text {
    display: flex;
}

.products-sec span.e-n-accordion-item-title-icon {
    background: transparent;
    width: 34px !important;
    height: 33px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    border-radius: 50px;
}
/* Active tab icon background */
.e-n-tab-title[aria-selected="true"] .e-n-tab-icon {
    background: #27AAE1;
    border-radius: 50%;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* Hover effect */
.e-n-tab-title:hover .e-n-tab-icon {
    background: #27AAE1;
    border-radius: 50%;
    padding: 8px;
}
.e-n-tab-title:hover .e-n-tab-icon svg path {
    fill: #fff !important;
}
.composition-right h3 {
    margin: 0 !important;
    font-weight: 400;
    font-size: 24px;
        padding-bottom: 12px;
            border-bottom: 2px solid #27AAE1;
    width: 163px;
}

/* Icon color */
.e-n-tab-icon svg path {
    fill: #27AAE1 !important;
}
.product-composition-wrap {
    background: #F4F4F4;
}
.composition-left h3 {
    margin: 0 !important;
    font-weight: 400;
    font-size: 24px;
        padding-bottom: 12px;
            border-bottom: 2px solid #27AAE1;
    width: 163px;
}
.single-product-tags h3 {
    font-weight: 400;
    color: #000;
}

.products-composition {
    width: 1140px;
    margin: auto;
    padding-bottom: 100px;
    padding-top: 50px;
        display: flex;
            padding-left: 10px;
    padding-right: 10px;
    gap:20px;
}
.simple-table {
    width: 100%;
    border-collapse: collapse;
        margin-top: 30px;
}
.woocommerce-product-details__short-description p {
    font-size: 18px;
    margin-top: 0;
	margin-bottom:0 !important;
    line-height: 30px;
    font-weight: 400;
}
.simple-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
}


span.e-n-tab-icon {
    background: #27AAE14D; 
    border-radius: 50%;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg path {
    fill: #fff !important;
}
.chikra-animation-img-blog {
    position: absolute;
    left: -352px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 45%;
    pointer-events: none;
}
.about-section{
    position: relative;
    overflow: hidden; 
}

.chikra-animation-img{
    position: absolute;
    right: -352px;        
    top: 50%;
    transform: translateY(-50%);
    max-width: 45%;
    pointer-events: none;
}
a.contact-info-sec {
    color: #fff;
}
a.contact-info-sec:hover{
    color: #1E3A4C;
}
a.company-link {
    color: #27AAE1;
    text-decoration: underline;
}
a.company-link:hover{
    color: #fff;
}
/*news-letter*/
/* Wrapper */
.newsletter-box {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 6px;
    height: 46px;
    overflow: hidden;
    max-width: 520px;
    background: transparent;
}

/* Email Input */
.newsletter-box input[type="email"]{
  flex:1;
  padding-left:10px;
  background:transparent;
  border:none;
  outline:none;
  color:#fff;
  font-size:15px;
}

/* Placeholder */
.newsletter-box input::placeholder{
  color:rgba(255,255,255,0.7);
}

/* Submit Button */
.newsletter-box button{
  width:56px;
  height:100%;
  background:#1da1f2;
  border:none;
  color:#fff;
  font-size:20px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:0.3s ease;
}

/* Hover */
.newsletter-box button:hover{
  background:#0d8ae8;
}
/* ===============================
   BLOG GRID
================================ */
.mtc-blog-wrapper{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:24px;
}

/* ===============================
   CARD
================================ */
.mtc-blog-card{
    background:#fff;
    border-radius:7px;
    overflow:visible; 
    box-shadow: 0px 0px 5px 0px #02003314;
    transition:0.3s;
	padding:10px;
}

.mtc-blog-card:hover{
    transform:translateY(-6px);
}

/* ===============================
   IMAGE
================================ */
.mtc-blog-image{
    position:relative;
    overflow:visible; 
}

.mtc-blog-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    border-radius:7px 7px 0 0;
}

/* ===============================
   META BAR (HALF IMAGE + HALF WHITE)
================================ */
.mtc-blog-meta {
    position: absolute;
    bottom: -22px;
    left: 12px;
    right: 12px;
    background: #27AAE1;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    z-index: 10;
    font-weight: 500;
}

.mtc-blog-meta span{
    display:flex;
    align-items:center;
    gap:6px;
}

/* ===============================
   CONTENT
================================ */
.mtc-blog-content{
    padding:40px 20px 20px; 
}

.mtc-blog-title{
    font-size:20px;
    margin:0 0 10px;
    line-height:28px;
}
.mtc-blog-title a {
    color: #020033;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Manrope';
    font-weight: 400;
}

.mtc-blog-title a:hover{
    color:#27AAE1;
}
.mtc-read-more {
    color: #27AAE1;
    font-size: 16px;
    font-family: 'Manrope';
    text-decoration: none;
    font-weight: 400;
}

.mtc-read-more:hover{
    color: #020033;
}
/*blog*/
.single-blog-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 175px 10px 120px 10px;
    color: #fff;
	background-color:#F4F4F4 !important;
    z-index: 1;
}

.single-blog-banner::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.related-card a {
    font-size: 20px;
    line-height: 28px;
    color: #020033;
    text-decoration: none;
}
.related-card a:hover{
	color:#27AAE1;
}
.single-blog-banner .container {
    position: relative;
    z-index: 2;
}
.blog-section-main{
	 width: 1140px !important;
    margin: auto;
}
h2.wp-block-heading {
    font-weight: 400;
}
h4.wp-block-heading {
    font-weight: 400;
}
.blog-content {
    line-height: 26px;
}
ul.wp-block-list {
    padding-left: 18px;
}
.blog-title {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #222222;
    text-transform: capitalize;
}
.blog-share i {
    color: #000;
}
.next-post a {
    color: #020033;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}
.related-card h4 {
    font-weight: 400;
    text-transform: capitalize;
}
.prev-post a {
    color: #020033;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}
.related-posts h2 {
    font-weight: 400;
    font-size: 48px;
}
.prev-post a:hover{
	color:#27AAE1;
}
.next-post a:hover{
	color:#27AAE1;
}
.blog-meta span {
    margin-right: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.blog-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.single-blog-content{
  padding:60px 10px;
}

.blog-share{
  margin-top:30px;
}

.blog-share a {
    margin-right: 12px;
    text-decoration: none;
    font-weight: 400;
    margin-left: 10px;
}

.post-navigation{
  display:flex;
  justify-content:space-between;
  margin-top:50px;
}

.related-posts{
  padding:60px 10px;
  background:#f7f7f7;
}

.related-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}
.related-card img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 300px;
}
/*products*/
p.woocommerce-result-count {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 30px !IMPORTANT;
}
ul.products.columns-3 {
    margin-top: 30px !important;
    padding-top: 30px !important;
}
a.page-numbers {
    color: #1e3a4c;
    width: 48px;
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #27AAE1 !important;
    color: #ffffff !important;
    width: 48px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.page-numbers {
    color: #1e3a4c;
}
form.woocommerce-ordering {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 20px;
    font-family: "Manrope", Sans-serif !important;
    color: #191919;
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #191919;
}
.woocommerce-Tabs-panel p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #222222;
    margin: 0 !important;
    border: 1px solid #000000;
    padding: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #27AAE1;
    color: #ffffff;
    z-index: 2;
    border: 1px solid #27AAE1;
    border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
    border: 1px solid #000;
    background: #fff;
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 1140px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
	padding-left:10px;
	padding-right:10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-radius: 0 !important;
    width: 0 !important;
}
.single-product .woocommerce-product-gallery {
    display: none !important;
}

/* Two column layout */
.custom-two-col {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* Left column (Title) */
.product-left {
    flex: 0 0 35%;
}

.product-left .product_title {
    background: #1e3a4c;
    color: #fff;
    padding: 40px 40px 80px 40px !important;
    border-radius: 14px;
    text-align: center;
    height: 168px;
    display: flex;
    font-size: 36px;
    font-weight: 500;
    align-items: flex-start;
    justify-content: flex-start;
}
.entry-summary h1.product_title.entry-title {
    display: none;
}
/* Right column (Details) */
/* .product-right {
    flex: 0 0 65%;
} */

/* Hide price if not needed */
.single-product .price {
    display: none;
}


.single-product div.product .summary {
    width: 100% !important;
    float: none !important;
}

ul.tabs.wc-tabs {
    padding-left: 5px !important;
        margin: 0 !important;
}
h2.product-tabs-heading {
    font-size: 48px !important;
    text-align: center;
    text-transform: capitalize;
    font-weight:400;
}
.related-btn {
    display: flex;
    justify-content: center;
}
.related-btn a {
    text-decoration: none;
    padding: 7px 9px 7px 21px;
    text-transform: capitalize;
}


li#tab-title-reviews {
    display: none;
}
.product-sec {
	padding-left:10px;
	padding-right:10px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-title-sec {
    height: 61px;
}
.product-des {
    height: 169px;
}
.composition-left {
    width: 50%;
}
.composition-right{
        width: 50%;

}
.product-wrap {
    width: 1140px;
    margin: auto;
    padding-top: 235px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.wpf_reset_btn:after, .wpf_reset_btn:before{
	display:none !important;
}
input.ui-autocomplete-input::placeholder {
    font-size: 14px !important;
    font-family: "Manrope", Sans-serif !important;
}
p.woocommerce-result-count {
    margin: 0 !important;
}
h2.woocommerce-loop-product__title {
    font-size: 16px;
    color: #1A191F !important;
    font-weight: 600;
}
a.button.product_type_simple {
    display: none !important;
}
li.product {
    border: 1px solid #D0D0D0;
    padding: 10px !important;
    border-radius: 10px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 29px;
}
.wpf_item input[type=checkbox] {
    border: 1px solid #1C1B1F !important;
    border-radius: 4px !important;
    clear: none;
    color: #1A191F;
}
.download-datasheet-btn {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #1E3A4C;
    text-transform: capitalize;
}
.downlaod-btn a:hover {
    color: #27AAE1 !important;
}
.Request-btn {
    display: flex;
    justify-content: flex-start !important;
    padding-top: 30px;
}
.downlaod-btn:hover svg.arrow-svg{
    fill: #27AAE1 !important;

}
.span.btn-text{
    color:#1E3A4C;
}
.downlaod-btn svg.arrow-svg {
    fill: #1E3A4C;
    width: 13px;
    margin-left: 5px;
}
.downlaod-btn {
    display: flex;
}
.wpf_column_vertical li {
    margin-bottom: 17px !important;
}
input.ui-autocomplete-input {
    border: 1px solid #D0D0D0 !important;
    border-radius: 4px !important;
    padding: 16px  10px!important;
    margin-bottom: 0 !important;
}
.products-page-sec input.ui-autocomplete-input.ui-autocomplete-loading {
    border: 1px solid #D0D0D0;
    border-radius: 4px;
}
.wpf_item label {
    font-size: 14px;
}
.wpf_item_name {
    font-size: 18px !important;
    font-family: 'Manrope';
    font-weight: 400 !important;
}
.wpf_reset_btn {
    position: absolute !important;
    right: 20px;
    top: 25px;
}
input[type="reset"] {
    font-size: 18px !important;
    font-family: "Manrope", Sans-serif !important;
    font-weight: 400 !important;
}
.sticky-active span.elementskit-menu-hamburger-icon {
    background: #000 !important;
}
.sticky-active button.elementskit-menu-hamburger.elementskit-menu-toggler {
    border-color: #000 !important;
}
.cf7-submit-wrap{
  text-align:center;
}

/* MAIN BUTTON */
.submit-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 6px;
    border-radius: 50px;
    border: 1px solid #27AAE1;
    background: #fff;
   font-family: "Manrope", Sans-serif !important;
    font-size: 16px;
    color: #20282D;
    font-weight: 400;
    cursor: pointer;
    transition: .3s ease;
}

/* TEXT */
.submit-btn .btn-text{
  white-space:nowrap;
}

/* ICON CIRCLE */
.submit-btn .btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #27AAE1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

/* SVG */
.submit-btn .arrow-svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    transition: .3s ease;
}
.wpf_item .wpf_item_name{
    border:0 !important;
}
.wpf_item {
    padding: 0 !important;
}
.wpf_item_name {
    margin: 0 !important;
    padding-top: 10px;
}
.wpf_autocomplete {
    margin-bottom: 20px;
}
/* HOVER */
.submit-btn:hover{
  background:#27AAE1;
  color:#fff;
}

.submit-btn:hover .btn-icon{
  background:#fff;
}

.submit-btn:hover .arrow-svg{
  fill:#27AAE1;
/*   transform:rotate(49deg); */
}


/* ===== Contact Form 7 Custom Design ===== */
.cf7-custom-form{
  background:#fff;
  border-radius:10px;
  max-width:100%;
}

.cf7-row{
  display:flex;
  gap:20px;
  margin-bottom:20px;
}

.cf7-row.full{
  flex-direction:column;
}

.cf7-col{
  flex:1;
}

.cf7-custom-form input, .cf7-custom-form textarea {
    width: 100%;
    padding: 18px;
    border: none;
    border-radius: 6px;
    background: #f5f5f5;
    font-size: 15px;
    outline: none;
    font-family: "Manrope", Sans-serif !important;
}

.cf7-custom-form textarea{
  min-height:120px;
  resize:none;
}

/* Submit Button */
.cf7-submit-wrap{
  display:flex;
  justify-content:center;
  margin-top:10px;
}
.cf7-col p {
    margin: 0;
}


/* Responsive */
@media(max-width:768px){
  .cf7-row{
    flex-direction:column;
  }
  .products-composition {
    width: 100%;
        display: flex;
    flex-direction: column;
     padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px !important;
            padding-top: 6px;
    }
}

/* Header reference */
.elementor-location-header {
    position: relative !important;
    overflow: visible;
}

/* ===== MEGA MENU FULL 100VW – CENTERED ===== */
.elementskit-megamenu-panel {
    position: absolute !important;
    top: 100% !important;

    width: 100vw !important;
    max-width: 100vw !important;

    left: 55% !important;
    transform: translateX(-50%) !important;

    margin: 0 !important;
    padding: 60px 0 !important;

    background: #fff !important;
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
    z-index: 9999;
}

/* ===== INNER CONTENT CENTER (Carpenter style) ===== */
.elementskit-megamenu-panel .elementor-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 24px;
}

/* Menu item reset */
.elementskit-navbar-nav > li {
    position: static !important;
}

/* No horizontal scroll */
html, body {
    overflow-x: hidden !important;
}


.accordion-item{
  outline: none;
}
.accordion-content{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-item.active .accordion-content{
  max-height: 500px; 
}

/* ================= BG ================= */
.hero-bg{
  position:relative;
  width:100%;
  min-height:100vh;
  height:auto;
  background-size:cover !important; 
  background-position:center center;
  background-repeat:no-repeat;
  overflow:hidden;
  padding-top:140px;
}
.woocommerce ul.products li.product {
    padding: 12px;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    background: #1e3a4c;
    color: #fff !important;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 500;
    border-radius: 10px;
    margin: 0 0 15px;
    text-align: center;
}
span.tag-box {
    border: 1px solid #D0D0D0;
    background: #fff;
    padding: 10px;
    color: #000;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    width: fit-content;
    margin-bottom: 11px;
}
/* Product card image hide */
.woocommerce ul.products li.product img {
    display: none !important;
}

span.posted_in {
    display: none;
}
.product_meta {
    display: none !important;
}
/* ================= CONTAINER ================= */
.hero-bg .container{
  max-width:1200px;
  margin:auto;
  min-height:72vh;          
  padding:0 20px;
  position:relative;
  z-index:2;

  display:flex;
  align-items:center;       
}
.slide.active h1 {
    animation: textLeft 0.8s ease forwards;
}

/* P animation (thoda delay ke saath) */
.slide.active p {
    animation: textLeft 0.8s ease forwards;
    animation-delay: 0.25s;
}
/* ================= SLIDES ================= */
.slide{
  display:none;
  width:100%;
}
.slide.active{
  display:flex;
}
.slide-inner{
  width:100%;
  display:flex;
  align-items:center;  
}


/* ================= content-slide ================= */
.content-slide{
  max-width:584px;
  color:#fff;
}
.content-slide h1,
.content-slide p{
  opacity:0;
}



.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(30, 58, 76, 0.9) 0%,
    rgba(39, 170, 225, 0.9) 100%
  );
  z-index: 1;
}

.hero-bg > * {
  position: relative;
  z-index: 2;
}

.content-slide h1 {
    font-size: 78px;
    margin-bottom: 18px;
    line-height: 1.2;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    font-weight: 400;
    margin-top: 0 !important;
}
.content-slide p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

/* ================= SIDE IMAGE ================= */
.image-box{
  margin-left:auto;
  flex-shrink:0;
  position:relative;
  opacity:0;
}

.slide.active .image-box{
  animation:imageFade 1.1s ease forwards .3s;
}

.image-box img{
width: 550px; 
	max-width:100%;
  display:block;
}

/* ================= DOTS ================= */
.dots{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  gap:12px;
  z-index:10;
}
.dots span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fff;   /* inner dark dot */
  opacity:1;
  cursor:pointer;
  position:relative;
}
.product_meta .posted_in,
.product_meta .tagged_as {
    font-weight: 700;
     cursor: none;
    pointer-events: none;
}

.product_meta a {
    font-weight: 400;
}
.product_meta .tagged_as {
    visibility: hidden;
}

/*resources*/
.blog-thumb {
    position: relative;
}
.latest-column {
    display: contents;
}
.date {
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Manrope';
}
.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #002346;
    color: white;
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 3px;
    font-size: 13px;
    z-index: 10;
}
.tag {
    background: #27AAE1;
    color: white;
    padding: 8px 15px;
    font-family: 'Manrope';
    font-weight: 400;
    border-radius: 3px;
    font-size: 16px;
}
.trending-column {
    display: contents;
}
     #blog-type-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 37px;
    justify-content: center;
}
#blog-type-filters button.filter-btn {
     padding: 15px 10px;
    border-radius: 4px;
    border: 1px solid #27AAE1;
    background: white;
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 400;
    width: 161px;
    cursor: pointer;
    transition: all 0.3s ease;
}
       #blog-type-filters button.filter-btn.active {
    background: #27AAE1;
    color: white;
    border-color: #27AAE1;
}
        /* Search + Filter + Sort container */
   .filter-controls {
  display: flex;
  align-items: center;
  gap: 10px;
	       justify-content: center;
	   margin-bottom: 40px;
}
#sort-blog {
  appearance: none; 
  background: #111 url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 24 24' width='16'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  padding-right: 30px;
}
.search-box {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    padding: 6px;
    width: 462px;
}
button#clear-button {
    height: 47px;
}
select#sort-blog {
    height: 47px;
}
.search-box input {
  border: none;
  padding: 8px 12px;
  outline: none;
  width: 220px;
}
.search-box button {
  background: #111;
  color: #fff;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
}
#filter-button,
#reset-button,
#sort-blog {
  background: #111;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}
   .filter-controls input#search-blog {
    flex: 1;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Manrope';
}
.pld-like-wrap i {
color:#27AAE1;
}
.filter-controls button, .filter-controls select {
    background: black;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    font-family: 'Manrope';
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease;
}
        .filter-controls button:hover, .filter-controls select:hover {
            background: #333;
        }
        .filter-controls select {
            cursor: pointer;
        }

    #filtered-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    gap: 20px;
}
.blog-thumb img {
    height: 257px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
h3.card-title a {
    text-transform: capitalize;
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 400;
    color: #020033 !IMPORTANT;
    line-height: 28px;
}
h3.card-title {
    height: 63px;
}
.pld-like-dislike-wrap {
    display: inline-block;
    margin-bottom: 0px !important; 
}
        /* Card style */
      .blog-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px #00000026;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}

        /* Label tags top left black background */
        .blog-card .label-top {
            position: relative;
            background: black;
            color: white;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 8px;
            border-radius: 4px;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 6px;
            width: fit-content;
        }
        .blog-card .label-top.latest {
            content: 'Latest';
            margin-right: 5px;
        }
        .blog-card .label-top.trending {
            content: 'Trending';
            margin-right: 5px;
        }

        /* Image Placeholder */
        .blog-card .image-placeholder {
            background: #ccc;
            height: 150px;
            border-radius: 6px;
            margin-bottom: 10px;
            position: relative;
        }
        .blog-card .image-placeholder img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px;
        }

        /* Date and type */
        .blog-card .post-meta {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            color: #555;
            margin-bottom: 10px;
        }
        .blog-card .post-meta .type-label {
            background: black;
            color: white;
            padding: 2px 6px;
            border-radius: 4px;
            font-weight: 600;
            text-transform: capitalize;
        }

        /* Title */
        .blog-card h3 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
            line-height: 1.2;
        }

        /* Excerpt */
      .blog-card p {
    font-size: 18px;
    line-height: 1.4;
    color: #222;
    flex-grow: 1;
    margin-bottom: 10px;
}

        /* Read More + Likes */
        .blog-card .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .blog-card .read-more {
            background: black;
            color: white;
            padding: 7px 14px;
            border-radius: 5px;
            font-weight: 600;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: background-color 0.3s ease;
        }
        .blog-card .read-more:hover {
            background: #333;
        }
        .blog-card .read-more svg {
            width: 14px;
            height: 14px;
            fill: white;
        }
        .blog-card .likes {
            font-size: 14px;
            color: #777;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .blog-card .likes svg {
            width: 18px;
            height: 18px;
            fill: #777;
        }

/* ACTIVE DOT WITH OUTLINE */
.dots span.active{
  background:#fff;
}
.product_meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
span.posted_in a {
    color: #222222;
    text-decoration: none;
}
span.tagged_as a{
color: #222222;
    text-decoration: none;
}
/* OUTLINE RING */
.dots span.active::before{
  content:"";
  position:absolute;
  inset:-5px;                 /* ring size */
  border-radius:50%;
  border:2px solid #2fb4ff;   /* outline color */
}
.related-container {
    width: 1140px;
    margin: auto;
}
.related-products-sec {
    background-color: #fff;
    padding: 100px 10px;
}

/* ================= ANIMATIONS ================= */
@keyframes textLeft{
  from{opacity:0;transform:translateX(-40px)}
  to{opacity:1;transform:none}
}
@keyframes imageFade{
  from{opacity:0}
  to{opacity:1}
}


@media (max-width: 767px) {
    .woocommerce ul.products li.product h2 {
        height: 140px;
        font-size: 18px;
    }
}

/* ================= RESPONSIVE ================= */
@media (max-width:992px){
  .content-slide h1{font-size:36px}
  .image-box img{width:380px}
  .dots{right:16px}
}
/* Mobile responsive */
@media (max-width: 991px) {
    .custom-two-col {
        flex-direction: column;
    }

    .product-left,
    .product-right {
        width: 100%;
    }

    .product-left .product_title {
        font-size: 28px;
        padding: 50px 20px;
    }
}
@media (max-width:768px){
  .hero-bg{
    height:auto;
    min-height:50vh;
    padding:100px 0 80px;
  }
  .slide-inner{
    flex-direction:column;
    text-align:start;
  }
  .image-box{
    margin:30px auto 0;
  }
  
  .dots {
    flex-direction: row;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -37px;
    transform: translateX(-50%);
}
	.hero-bg .container {
    max-width: 1200px;
    margin: auto;
    min-height: 52vh;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.product-wrap {
    width: 100%;
    margin: auto;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
            gap: 2px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
ul.tabs.wc-tabs {
    padding-left: 5px !important;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    padding-bottom: 12px;
    overflow-x: scroll !important;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}
.related-container {
    width: 100%;
}
}

@media (max-width:576px){
  .content-slide h1{font-size:28px}
.content-slide p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}  .image-box img{
    width:100%;
  }
	.hero-bg .container {
    max-width: 1200px;
    margin: auto;
    min-height: 52vh;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
}

/* ===============================
   RESPONSIVE
================================ */
@media (min-width: 1000px) and (max-width: 1100px) {
.product-title-sec {
        height: 84px;
    }
.product-des {
    height: 209px;
}	
}
@media (min-width: 768px) and (max-width: 1100px) {
.desktop-view{
display:none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}
.related-container {
    width: 100%;
}
.related-products-sec {
    background-color: #F4F4F4;
    padding: 30px 10px;
}
h2.woocommerce-loop-product__title {
    height: 82px;
}
li.product {
    margin-bottom: 18px !important;
}
}
@media (max-width: 768px) {
    div#blog-type-filters {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        padding-left: 0px;
        justify-content: start !important;
    }
}
@media(max-width:767px){
    .mtc-blog-image img{
        height:220px;
    }

    .mtc-blog-meta{
        font-size:12px;
        padding:8px 12px;
    }

    .mtc-blog-content{
        padding:36px 16px 18px;
    }
	.product-title-sec {
    height: auto;
}
.product-des {
    height: auto;
}
}

@media (max-width: 991px){
    .chikra-animation-img{
        right: 0;
        width: 300px;
			top:100%;
        max-width: 50%;
    }
	.blog-section-main{
	 width: 100% !important;
    margin: auto;
}
}
@media (max-width: 576px){
    .chikra-animation-img{
        right: 0;
        width: 220px;
        max-width: 70%;
        top: auto;
			top:100%;
        transform: none;
    }
    li.product {
    margin-bottom: 18px !important;
}
		li.product {
    width: 100% !important;
}
ul.products.columns-3 {
    display: flex;
    flex-direction: column;
}
}

/* ================= MOBILE ================= */
@media (max-width: 768px){

  .vertical-accordion{
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
	.blog-title {
    font-size: 24px;
}
.blog-meta {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}
.related-posts h2 {
    font-weight: 400;
    font-size: 36px;
    margin: 0;
    padding-bottom: 30px;
}
h2.product-tabs-heading {
    font-size: 36px !important;
    margin: 0 !important;
    padding-bottom: 30px;
}
.related-products-sec {
    padding: 50px 10px;
}
  .accordion-item{
    flex: none;
    width: 100%;
    align-items: flex-start;
    transition: all .35s ease;
  }

  .accordion-item:not(:last-child){
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

  .title{
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 20px;
    margin-bottom: 8px;
  }

  .content{
    max-height: 0 !important;
    opacity: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: max-height .4s ease, opacity .3s ease, transform .3s ease;
  }

   .accordion-item.active .content{
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
  }

  .accordion-item.active{
    background: rgba(255,255,255,.04);
  }

 .accordion-item.active a{
    margin-top: 20px;
  }

  .plus{
    bottom: 12px;
    left: auto;
    right: 12px;
    transform: none;
  }
	.blog-section-main{
	 width: 100% !important;
    margin: auto;
}
}
@media (min-width: 1000px) and (max-width: 1176px) { 
.products-sec{
display:block !important;
}
	
.blog-section-main {
    width: 100% !important;
	}
.vertical-accordion{
display:none !important;
}
}
