.clearance a{
 background: #da3831; color:#fff;   
}
.clearance a:hover{
 color:black !important;   
}

.pt-product .brand span {
  font-size: 10px !important;
  border-radius: 0;
  padding: 3px 8px;
  box-shadow: 0 0.3rem .8rem rgba(0, 0, 0, 0.11);
  background: #da3831;
}

.whatsapp {
 background:#0dc143
}
.whatsappchat {
 width:50px;
 height:50px;
 position:fixed;
 bottom:94px;
 right:24px;
 z-index:9999;
}
.cartbtn a.btn{ background: #343a40;}
.prd-details table{ 
    max-width: 980px; 
    width: 100%;
    background-color: transparent;
    border: 1px solid #dee2e6;
}
.prd-details th{ border: 1px solid #dee2e6; vertical-align: bottom; border-bottom: 2px solid #dee2e6; }
.prd-details td{ border: 1px solid #dee2e6; padding: .75rem; vertical-align: top; }

.specifications-table__caption { background-color: rgb(243, 242, 242); padding-left: 15px; }
ul.sc-download li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  margin-right: 5px;
  color: #da3831;
}
.bulk-products{ background-color: rgba(0, 0, 0, 0.05) ; padding: 15px;}
.bulk-products .item{ border-radius: 5px; background-color: #fff; margin: 5px 0; padding:5px; }
.bulk-products .name, .cart-products .name{ font-size: 14px; line-height: 20px;  }
.bulk-products .name a, .cart-products .name a{color: rgba(0, 0, 0, 0.7) ; }
.bulk-products .productimg{ height: 45px; overflow: hidden;}
.bulk-products .ribbon{ top: 28px; left: -55px;}
.bulk-products .price-old{ display: block; color: rgba(0, 0, 0, 0.5); text-decoration: line-through; }
.bulk-cart{ position: relative;}
.bulk-cart .cart-summary, .bulk-cart .loader{ position: sticky; top: 50px;}

.cart-products{ border: 1px solid #dee2e6; }
.cart-products .item{ border-bottom: 1px solid #dee2e6;  margin: 5px 0; padding:5px; max-height: 70px; overflow: hidden; }
.bulk-products .btn-secondary{ background-color: #4caf50 !important;}





.ribbon::before{ border-left: 11px solid transparent;}
.loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: inline-block;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid #da3831;
  animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}


.l_i_maxw1 {max-width: 80px;}
/*==========Ameen Navigation=========*/
/* h1,h2,h3 {
    font-family: "Josefin Sans", serif !important;
}
h4,h5,h6,p {
    font-family: "Poppins", serif !important;
} */
.mainmenu {
	z-index: 4;
	padding: 0;
  }
  @media (max-width: 991.9px) {
	.mainmenu .navbar-nav {
	  background: #f5f6f6;
	  margin-bottom: 15px;
    padding: 18px;
	}
  
  }
  .mainmenu .navbar-nav a.nav-link {
	padding: 10px 20px;
	min-width: 80px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
  }
  .mainmenu .cyan {
	padding: 5px;
  }
  .mainmenu .cyan a.nav-link {
	background: #83cfcc;
	padding: 5px 20px;
  }
  .mainmenu .cyan a.nav-link:hover {
	color: white;
  }
  .mainmenu a {
	font-weight: 400;
	padding-right: 0;
  }
  .mainmenu a.active {
	color: #303e49;
  }
  
  .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  .current-menu-ancestor > a, .has-fixed .current-menu-ancestor > a {
	color: #83cfcc;
  }
  
  .dropdown-menu {
	margin: 0 5px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 500ms !important;
	animation-duration: 500ms !important;
	-webkit-transition-duration: 500ms !important;
	transition-duration: 500ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-iteration-count: 1 !important;
	background: #fff;
	border: 0;
	border-radius: 3px;
  }
  .dropdown-menu li:last-child a {
	border-bottom: none;
  }
  .dropdown-menu a {
	color: #303e49;
	padding: 10px 15px;
  }
  .dropdown-menu a:hover,
  .dropdown-menu .active > a {
	color: #da3831;
  }
  
  .nomega .dropdown-menu {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border: solid 1px rgba(48, 62, 73, 0.2);
  }
  
  .megamenu {
	position: inherit !important;
  }
  .megamenu ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .megamenu .mg-col {
	padding: 0;
  }
  .megamenu .mg-col > ul {
	padding-bottom: 30px !important;
  }
  .megamenu .mg-col > div {
	padding-bottom: 30px !important;
  }
  
  .mg-left {
	position: relative;
  }
  
  .mg-sofa .sofwhitebg {
	position: absolute;
	height: 100%;
	width: 90px;
	right: -1px;
	background: white;
  }
  .mg-sofa img {
	position: absolute;
	right: 40px;
	top: calc(50% - 60px);
  }
  
  .mg-right {
	padding-bottom: 30px;
  }
  .mg-right img {
	margin: 10px 0 15px;
  }
  
  .mg-btn {
	display: inline-block;
	padding: 0 0 7px 0 !important;
	border-bottom: solid 1px #303e49;
	font-size: 12px;
  }
  
  .mg-child {
	background: white;
	height: 100%;
  }
  
  .mg-title {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  
  .mg-children a {
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	padding: 6px 10px;
	display: inline-block;
	border: solid 1px white;
  }
  .mg-children a:hover {
	border: solid 1px #303e49 !important;
	color: black;
	font-weight: 400;
  }
  
  .megamenu > .dropdown-menu {
	/*
	display: block !important;
	visibility: visible;
	opacity: 1;
	height: auto;
	*/
	border: solid 2px #303e49;
	background: #f3f3f3;
  }
  
  .megamenu:hover > .nav-link, .megamenu:focus > .nav-link {
	background: #303e49;
	color: white;
  }
  
  @media (min-width: 992px) {
	.mainmenu .dropdown-menu {
	  display: block;
	  opacity: 0;
	  visibility: hidden;
	  height: 1px;
	  left: 0;
	  right: auto;
	  margin: 0;
	  padding: 0;
	  border: 0;
	  border-radius: 3px;
	  min-width: 180px;
	}
  
	.pt-drop-even {
	  left: 99%;
	  top: 10px;
	}
  
	.pt-drop-odd {
	  left: -99%;
	  top: 10px;
	}
  
	.dropdown:hover > .dropdown-menu {
	  display: block !important;
	  visibility: visible;
	  opacity: 1;
	  height: auto;
	}
  
	.dropdown-menu.show {
	  visibility: visible;
	  opacity: 1;
	  height: auto;
	}
  }
  .dropdown-toggle::after, .dropdown-item::after {
	display: none;
  }
  .dropdown-toggle i, .dropdown-item i {
	margin-left: 10px;
	font-size: 14px;
	opacity: 0.7;
  }
  
  @media (min-width: 992px) {
	/*add here*/
	.navbar-expand-lg .navbar-collapse {
	  display: block !important;
	}
  }
  .topmenu {
	padding: 10px 0 0;
  }
  .topmenu li {
	margin: 10px 0;
	height: 30px;
	padding-bottom: 5px;
  }
  .topmenu li a {
	padding: 10px 18px;
  }
  .topmenu li img {
	max-height: 100%;
  }
  .topmenu .menu-search input {
	transition: all 0.4s ease;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	padding: 5px;
	border: none;
	width: 130px;
  }
  .topmenu .menu-search input::placeholder {
	color: rgba(48, 62, 73, 0.8);
	opacity: 1;
  }
  .topmenu .menu-search input:focus {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	width: 250px;
  }
  .topmenu .menu-search button {
	background: none;
	border: none;
  }
  .topmenu .border-r {
	border-right: solid 1px rgba(48, 62, 73, 0.3);
  }
  .topmenu .phone a {
	font-weight: 500;
  }
  /*========Menu end=====*/
  .banner {
  overflow: hidden;
}
.main_navbar {
    z-index: 99;left: 0;
    top: 0;
    width: 100%;
    background: rgb(255 255 255 / 10%);
    z-index: 999;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    position: relative;
    padding: 8px 0;
}
.main_navbar .navbar .navbar-nav li a {
  color: #021659;
  font-family: "Poppins", sans-serif;
}
.main_navbar .navbar .navbar-nav li a:hover,
.main_navbar .navbar .navbar-nav li a:focus {
	color: #ed1c24;
}

.main_navbar .navbar.has-fixed .navbar-nav li a {
  color: #021659;
}
.main_navbar .navbar.has-fixed .navbar-nav li a:hover,
.main_navbar .navbar.has-fixed .navbar-nav li a:focus {color: #ed1c24;}
.main_navbar .logo {
  width: 210px;
}
.bg-gray-light {
    background: #f2f2f2;
}
.content-wrapper .link-more.btn-danger:hover {
    background-color: white !important;
    color: red !important;
    border-color: red !important;
}
/*****************************innner page menu***************************************/

.information .main_navbar,
.product-cat .main_navbar,
.product-pro .main_navbar,
.product-man .main_navbar {
	position: relative;
}
.information .main_navbar .navbar .navbar-nav li a,
.product-cat .main_navbar .navbar .navbar-nav li a,
.product-pro .main_navbar .navbar .navbar-nav li a,
.product-man .main_navbar .navbar .navbar-nav li a {
    color: #444444;
}


.brand.flags {
    position: relative;
}
.brand.flags img {
    position: relative;
    max-width: 30px;
}
.main_product .thumbnail img {border-radius: 16px;}
.main_product .image-additional .thumbnail img,
.main_product .image-additional a.thumbnail {border-radius: 8px;}
/**********************************************akz ************************************************/
.font_1 {font-family: "Poppins", sans-serif;}
.font_2 {font-family: "Josefin Sans", sans-serif;}
.font_3 {font-family: "Philosopher", sans-serif;}
.font_4 {font-family: "Unbounded", sans-serif !important;}
/*****heading *******/
.main_head_1 {
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1rem;
    border-bottom: 0;
    border-left: 0;
    padding: 0;
}

.main_head_1 span {
	font-weight: 300;
    font-size: 1.3rem;
	display: block;
	text-align: left;
	margin-bottom: 1rem;
}
.main_head_2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.main_head_2.blue_c {
	color: #021659;
}
.main_head_2.white_c {
	color: #fff;
}
.main_head_2 span.red_color {
	color: #ed1c24;
    font-weight: 700;
}

.main_head_2 span.black_color {
	color: #000;
    font-weight: 700;
}
.main_head_2 {
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
.main_head_2 span.head_span {
	font-weight: 200;
	letter-spacing: .4rem;
	font-size: 1.5rem;
	display: block;
	text-align: left;
	margin-bottom: 1rem;
}
.main_head_3 {
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1rem;
    border-bottom: 0;
    border-left: 0;
    padding: 0;
}
.sub_head_1 {
	font-size: 1.4rem;
	margin: 0 0 14px;
	color: #ccc;
}
.sub_head_2 {
	font-size: 2.5rem;
	margin: 0 0 14px;
	color: #000;
	text-transform:uppercase;
	font-weight:700;
}
.sub_head_3 {
	font-size: 1rem;
	margin: 0 0 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.sub_head_4 {
	font-size: 1.4rem;
	margin: 0 0 14px;
	font-weight: 600;
    color: #001162;
}
.sub_head_5 {
	font-size: 1.2rem;
	margin: 0 0 14px;
	font-weight: 500;
}
.main_para_1 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2rem;
	color:#ccc;
}
.main_para_2 {
	line-height: 2rem;
	color: #666;
	font-size: .9rem;
	font-weight: 300;
}
.main_para_3 {
	line-height: 1.8rem;
	color: #666;
	font-size: .9rem;
	font-weight: 300;
}
.main_para_4 {
	line-height: 1.4rem;
	color: #666;
	font-size: .8rem;
	font-weight: 300;
}
.text_center {
	text-align: center;
}

.text-danger.form_w_font {
    font-size: 12px;
    line-height: 16px;

}
.contact_f_bg {
    background: #021659;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4); /* darker shadow to match grey tone */
    padding:30px 25px !important;
  }
  
/**************************************** Banner *********************************************/
.video-banner {
	position: relative;
	height: auto;
	overflow: hidden;
}

.video-banner video {
	position: absolute;
	top: -0%;
	left: 0;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* optional dark overlay */
	z-index: 1;
}

.banner-header {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 2rem;
	z-index: 2;
	font-weight: bold;
}

.banner-content {
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: left;
	z-index: 2;
	width: 84%;
}

.sea-btn {
	position: relative;
	display: inline-block;
	padding: 15px 36px;
	font-size: .9rem;
	font-weight: 600;
	color: #fff;
	background-color: #ed1c24;
	border: none;
	border-radius: 0;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s ease;
	box-shadow: 0 8px 20px rgba(237, 28, 36, 0.3);
	text-decoration: none;
}

.sea-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #ffffff33;
	transition: all 0.4s ease;
	z-index: 1;
}

.sea-btn:hover::after {
	left: 0;
}

.sea-btn:hover {
	background-color: #fff;
	color: #000;
	border: 2px solid #ed1c24;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/*****************button*******************************/
.sea-btn {
	position: relative;
	display: inline-block;
	padding: 15px 36px;
	font-size: .9rem;
	font-weight: 600;
	color: #fff;
	background-color: #ed1c24;
	border: none;
	border-radius: 0;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s ease;
	box-shadow: 0 8px 20px rgba(237, 28, 36, 0.3);
	text-decoration: none;
}

	.sea-btn::after {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #ffffff33;
		transition: all 0.4s ease;
		z-index: 1;
	}

	.sea-btn:hover::after {
		left: 0;
	}

	.sea-btn:hover {
		background-color: #fff;
		color: #000;
		border: 2px solid #ed1c24;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	}

    .who_we_1 {
        padding: 3rem 0 5rem;
        background: #fff;
    }
        .who_we_1 .section-title {
            color: #ed1c24;
            font-weight: 700;
            font-size: 2rem;
        }
    
        .who_we_1 .section-desc {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.6;
        }
    
        .who_we_1 .border_sec {
            border-radius: 30px !important;
            overflow:hidden;
        }
    
        .who_we_1 .video-overlay {
            width: 80px;
            height: 80px;
            background: transparent;
            transform: translate(-50%, -50%) !important;
            left: 50% !important;
            top: 50% !important;
        }
    
        .who_we_1 .play-btn {
            background: rgba(255, 255, 255, 0.9);
            color: #ed1c24;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 84px;
            height: 80px;
            border-radius: 50%;
            transition: transform 0.3s ease, background-color 0.3s ease;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }
    
            .who_we_1 .play-btn:hover {
                transform: scale(1.1);
                background-color: #fff;
            }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2); /* Black with 50% opacity */
        border-radius: 0.5rem; /* match img rounded if any */
    }
    .who_we_1 .video_modal .modal_close {
        position: absolute;
        top: -25px;
        right: -22px;
        width: 36px;
        height: 36px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        z-index: 1055;
        opacity: 1 !important; /* ensure it's visible */
    }
    
        .who_we_1 .video_modal .modal_close::before,
        .who_we_1 .video_modal .modal_close::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            background-color: #000;
            transform: translate(-50%, -50%) rotate(45deg);
        }
    
        .who_we_1 .video_modal .modal_close::after {
            transform: translate(-50%, -50%) rotate(-45deg);
        }
    
        .who_we_1 .video_modal .modal_close:hover {
            background-color: #f8f8f8;
        }
    
    /*******************************************************************************************/
/******/
.menu_category {background:#fff;padding:4rem 0 5rem;max-height:auto;overflow:hidden;}
.menu_category .category_row_height {
	min-height: 420px;
}

	.menu_category .cat_box {
		min-height: 0;
		border-radius: 15px;
		display: flex;
		align-items: flex-end;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-blend-mode: overlay;
		transition: all 0.3s ease-in-out;
		padding: 0;
		color: #fff;
		box-shadow: 0 2px 15px rgba(0, 0, 0, 0.0);
		position: relative;
		overflow: hidden;
		z-index: 1;
	}

.menu_category .cat_box.top_align {
	align-items: flex-start;
}

.menu_category .cat_box.top_align .cat_content {
	align-items: flex-start;
  padding-bottom: 10px;
    position: absolute;
    top: 18px;
    left: 22px;
}

.menu_category .cat_content {
    padding-bottom: 10px;
    position: absolute;
    top: auto;
    bottom: 18px;
    left: 22px;
}

.menu_category .cat_heading {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0;
}

.menu_category .cat_text {
	font-size: 0.85rem;
	margin: 0;
}



.cat_bg_1 {
	background-image: url('../image/c-1.jpg');
}
.cat_bg_2 {
	background-image: url('../image/c-2.jpg');
}
.cat_bg_3 {
	background-image: url('../image/c-3.jpg');
}
.cat_bg_4 {
	background-image: url('../image/c-4.jpg');
}
.cat_bg_5 {
	background-image: url('../image/c-5.jpg');
}

.readmore-icon {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background-color: #666;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
	transition: transform 0.3s ease;
	cursor: pointer;
	z-index: 10;
}

.readmore-icon::before {
	content: "→";
}
.readmore-icon:hover {
	transform: scale(1.1);
}

/************/
.cat_box .hov_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: normal;
	text-align: left;
	gap: 10px;
	padding-right: 30% !important;
	background: linear-gradient(-45deg, #ff000ac9 0%, #c90007c9 100%);
	color: #e8e8e8;
	padding: 50px 20px 20px;
	line-height: 1.5;
	border-radius: 5px;
	pointer-events: none;
	transform: translateX(-99%);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

	.cat_box .hov_content .heading {
		font-size: 32px;
		font-weight: 700;
	}

.cat_box:hover .hov_content {
	transform: translateY(0);
}

.cat_box:hover .front-content {
	transform: translateX(-30%);
}

.cat_box:hover .front-content p {
	opacity: 0;
}
/* --- Hover Card Styles --- */
.menu_category .cat_hover_card {
	background: none;
	box-shadow: none;
	padding: 0;
	display: flex;
	align-items: stretch;
}

.menu_category .card-container {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.menu_category .card {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	position: relative;
}

.menu_category .card .front-content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	background-color: #fff;
}

.menu_category .card .front-content p {
	font-size: 28px;
	font-weight: 700;
	background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu_category .card .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 10px;
	background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
	color: #e8e8e8;
	padding: 20px;
	line-height: 1.5;
	border-radius: 10px;
	pointer-events: none;
	transform: translateX(-96%);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu_category .card .content .heading {
	font-size: 24px;
	font-weight: 700;
}

.menu_category .card:hover .content {
	transform: translateY(0);
}

.menu_category .card:hover .front-content {
	transform: translateX(-30%);
}

.menu_category .card:hover .front-content p {
	opacity: 0;
}
.readmore_s1 {
	position: absolute;
	left: auto;
	top: auto;
	z-index: 9;
	right: 13px;
	bottom: 10px;
}
.readmore_link {
	display: block;
	position: relative;
	width: 56px;
	height: 56px;
	margin: 0;
	overflow: hidden;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	border: 0;
}

	.readmore_link:before,
	.readmore_link:after {
		content: "";
		position: absolute;
		border-radius: 50%;
		inset: 7px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	}

	.readmore_link:before {
		border: 4px solid #ed1c24;
		transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
	}

	.readmore_link:after {
		border: 4px solid #fff;
		transform: scale(1.3);
		transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		opacity: 0;
	}

	.readmore_link:hover:before,
	.readmore_link:focus:before {
		opacity: 0;
		transform: scale(0.7);
		transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.readmore_link:hover:after,
	.readmore_link:focus:after {
		opacity: 1;
		transform: scale(1);
		transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
	}

	.readmore_link .button-box {
		display: flex;
		position: absolute;
		top: 0;
		left: 0;
	}

	.readmore_link .button-elem {
		display: block;
		width: 16px;
		height: 16px;
		margin: 14px 18px 0 21px;
		transform: rotate(360deg);
		fill: #ed1c24;
	}

	.readmore_link:hover .button-box,
	.readmore_link:focus .button-box {
		transition: 0.4s;
		transform: translateX(-56px);
	}
	.readmore_link:hover .button-elem {
		fill: #fff;
	}
.cat_box:hover .readmore_link:before {
	border: 4px solid #fff;
}
.cat_box:hover .button-elem {
	fill: #fff;
}
/****************************************about page***************************************************/
.main_footer.vertical_f {
	background: #595959;
	padding: 50px 0;
}
.main_footer.main_footer_2 {
    background: #002147;
    padding: 15px 0;
}
/************/
.main_header .scroll-navbar.inner_menu {
	background: #fff !important;
}
.main_header .scroll-navbar.inner_menu .navbar-nav li a.active {
	color: #555;
	font-weight: 600;
}
.main_header .scroll-navbar.inner_menu .navbar-nav li a {
	color: #999;
	font-weight: 600;
}
/************/
.inner_banner {
	background: #fff;
	padding: 4rem 0 5rem;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}

	.inner_banner:before {
		content: "";
		background: #000;
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0%;
		opacity: .5;
    z-index: 1;
	}


.inner_b_text {
	position: absolute;
	z-index: 99;
	left: 5%;
	transform: translateY(-50%);
	top: 50%;
	max-width: 90%;
	width: 90%;
}
.feature_sec_1 .feature-box {
	background-color: #555555;
	border-radius: 8px;
	overflow: hidden;
	transition-duration: 0.30s;
}
.feature_sec_1 .feature-box:hover {
    transform: translateY(-16px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.28);
}

.feature_sec_1 .icon-box {
	width: 30%;
	background-color: red;
	border-radius: 8px 0 0 8px;
	padding: 20px;
}
.f_text_a1 p {
	font-size: 14px;
	font-weight: 400;
}
.who_we_1.abt_who_we {
	padding: 6rem 0 2rem;
}
/***************************/
.factory_tour .tour_item {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 300px;
	border-radius: 8px;
	overflow: hidden;
}
.factory_tour .tour_item.tour_bg_1 {
  background-image: url('../image/about-g-1.jpg');
}
.factory_tour .tour_item.tour_bg_2 {
  background-image: url('../image/about-g-2.jpg');
}
.factory_tour .tour_item.tour_bg_3 {
  background-image: url('../image/about-g-3.jpg');
}
.factory_tour .tour_item.tour_bg_4 {
  background-image: url('../image/about-g-4.jpg');
}
.factory_tour .tour_item.tour_bg_5 {
  background-image: url('../image/about-g-5.jpg');
}.factory_tour .tour_item.tour_bg_6 {
  background-image: url('../image/about-g-6.jpg');
}


.factory_tour .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.2);
	transition: background 0.3s ease;
}

.factory_tour .tour_item:hover .overlay {
	background: rgba(0,0,0,0.5);
}

.factory_tour .play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: white;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.factory_tour .video_bg:hover .play_icon {
	opacity: 1;
}

/*********************************************/
.custm_brand .card {
    height: 100%;
    padding: 0.2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
    transition: transform 0.2s ease-in-out;
  }

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

  .custm_brand .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
  }

  .custm_brand .card i {
    font-size: 2.5rem;
    color: #ed1c24;
    margin-bottom: 1rem;
  }

  .custm_brand .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  .custm_brand .card-text {
    font-size: 0.95rem;
    color: #555;
  }
/********************************************************/
.certification-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.certification-item p {
    margin: 0;
    font-weight: bold;
}
.certification-item a {
    text-decoration: none;
    font-size: 12px;
    padding: 0.4rem 0.9rem;
}
/****************timeline**********************/
.a_timeline {
	padding:6rem 0 3rem;
	background:#fff;
}
.timeline-wrapper {
	position: relative;
	padding: 10px 0 80px;
	overflow: hidden;
}

.timeline-line {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	height: 3px;
	background: #ddd;
	z-index: 0;
}

.timeline-scroll {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-bottom: 40px;
}

.timeline-item {
	position: relative;
	flex: 0 0 320px;
	margin: 0 20px;
	text-align: left;
}

.timeline-year {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 40px;
}

	.timeline-year::after {
		content: '';
		position: absolute;
		bottom: -22px;
		left: 15px;
		transform: translateX(-50%);
		width: 14px;
		height: 14px;
		background: #fff;
		border: 3px solid #999;
		border-radius: 50%;
		z-index: 1;
	}

.timeline-item.active .timeline-year::after {
	background: #ed1c24;
	border-color: #ed1c24;
}

.timeline-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: 0.3s;
}

	.timeline-card img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}

	.timeline-card .card-body {
		padding: 20px;
	}

.timeline-item.active .timeline-card {
	border: 2px solid #ed1c24;
	transform: translateY(-5px);
}
.timeline-card .card-body p {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.6rem;
}
.timeline-scroll::-webkit-scrollbar {
	height: 8px; /* horizontal scrollbar height */
  display: none;
}

.timeline-scroll::-webkit-scrollbar-track {
	background: #f1f1f1; /* light grey background */
	border-radius: 10px;
}

.timeline-scroll::-webkit-scrollbar-thumb {
	background: #ed1c24; /* brand red */
	border-radius: 10px;
}

	.timeline-scroll::-webkit-scrollbar-thumb:hover {
		background: #a9181d; /* darker red on hover */
	}

/* Firefox scrollbar */
.timeline-scroll {
	scrollbar-width: thin;
	scrollbar-color: #ed1c24 #f1f1f1;
}
/* Navigation buttons */
.timeline-nav {
	position: absolute;
	bottom: 10px;
	right: 20px;
	display: flex;
	gap: 10px;
}

.timeline-btn {
	background: #555555;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

	.timeline-btn img {
		width: 18px;
	}

	.timeline-btn:hover {
		background: #333;
	}
/* 📱 Responsive Timeline Adjustments */
@media (max-width: 992px) {
	.timeline-item {
		flex: 0 0 280px; /* smaller cards on tablet */
		margin: 0 15px;
	}

	.timeline-card img {
		height: 160px;
	}
}

@media (max-width: 768px) {
	.timeline-year {
		font-size: 14px;
		margin-bottom: 35px;
	}

		.timeline-year::after {
			width: 12px;
			height: 12px;
			bottom: -20px;
		}

	.timeline-item {
		flex: 0 0 240px; /* smaller width for mobile */
		margin: 0 10px;
	}

	.timeline-card img {
		height: 140px;
	}

	.timeline-card .card-body {
		padding: 15px;
	}

		.timeline-card .card-body p {
			font-size: 0.85rem;
			line-height: 1.4rem;
		}
}

@media (max-width: 576px) {
	.timeline-scroll {
		padding-bottom: 30px;
	}

	.timeline-nav {
		bottom: 10px;
		right: 10px;
	}

	.timeline-btn {
		width: 34px;
		height: 34px;
	}

		.timeline-btn img {
			width: 14px;
		}
}

/* Responsive Height Adjustments */
@media (max-width: 991.98px) {
	.factory_tour .tour_item {
		height: 250px;
	}
}

@media (max-width: 575.98px) {
	.factory_tour .tour_item {
		height: 200px;
	}
}
/*********************************************************************************************/
/************/
.counter-section {
	background: url('../image/counter.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

	.counter-section::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
		z-index: -1;
	}

.counter-card.small-card {
	background: rgba(255, 255, 255, 0.08);
	padding: 20px 10px;
	border-radius: 16px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
	transition: 0.3s ease;
	backdrop-filter: blur(8px);
}

	.counter-card.small-card:hover {
		transform: translateY(-6px);
	}

.counter-icon {
	font-size: 28px;
	margin-bottom: 12px;
	color: #fff;
}

.counter {
	font-size: 3rem;
	font-weight: 700;
	margin: 0;
	color: #fff;
}

.counter-label {
	font-size: 1.2rem;
	margin-top: 5px;
	font-weight: 400;
	color: #fff;
}

.counter-icon {
	background-color: #64261c36;
	color: #fff;
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 80px !important;
	font-size: 28px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/************/
.cate_sec_1 {padding: 4rem 0 1rem;}
.category-box {
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	border-radius: 15px;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

	.category-box:hover,
	.category-box.active {
		transform: translateY(-10px) scale(1.03);
		box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	}

/*.category-img {
	border-radius: 10px;
	transition: transform 0.4s ease;
}
*/
.category-title {
	font-weight: 300;
	font-size: 1.2rem;
	color: #000;
	transition: color 0.3s ease;
}

.category-box:hover .category-title,
.category-box.active .category-title {
	color: #ed1c24;
}


/*******************************************************************/
/************/
.home_contact {
	padding: 60px 0;
	backdrop-filter: blur(4px);
	overflow: hidden;
	background: url(../image/contact-us.jpg);
}
	.home_contact::before {
		content: "";
		position: absolute;
		inset: 0;
		background-color: rgba(0, 0, 0, 0.7); /* dark overlay with 40% opacity */
		z-index: -1;
	}

	.home_contact .container {
		position: relative;
		z-index: 2;
	}
  .home_contact .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: #fff solid 1px;
    border-radius: 0.375rem;
    height: auto;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.home_contact .gap-3 > * {
  margin: 0.5rem;
}
	
.subscribe_btn {
	display: flex;
	max-width: 400px;
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-family: 'Poppins', sans-serif;
}

	.subscribe_btn input {
		flex: 1;
		padding: 10px 16px;
		border: none;
		outline: none;
		font-size: 14px;
		font-family: 'Poppins', sans-serif;
	}

.subscribe-btn {
	padding: 0.8rem 1.5rem;
	font-size: 1rem;
	white-space: nowrap; /* Prevent text from breaking */
	flex-shrink: 0; /* Prevent button from shrinking */
	border-radius: 7px;
}
.subscribe-btn.blog_btn_2 {
	padding: 0.3rem 1rem;
    font-size: .7rem;
}

		.subscribe_btn button:hover {
			background-color: #0056b3;
		}

/************/
.main_footer {
  position: relative;
  padding: 60px 0 40px;
  background: #2e2e2e;
}
.main_footer .social-icons {
	display: flex;
	justify-content: flex-start; /* Left-align the icons */
	gap: 8px; /* Reduced gap between icons */
}

.main_footer .social-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #444;
	color: white;
	font-size: 1rem; /* Smaller font size */
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none; /* Removes underline */
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.main_footer .social-icon:hover {
	background-color: #00aaff;
	transform: scale(1.1);
}

.main_footer .social-icon.facebook:hover {
	background-color: #3b5998;
}

.main_footer .social-icon.twitter:hover {
	background-color: #1DA1F2;
}

.main_footer .social-icon.linkedin:hover {
	background-color: #0077B5;
}

.main_footer .social-icon.instagram:hover {
	background-color: #E4405F;
}

.main_footer .social-icon.youtube:hover {
	background-color: #FF0000;
}
.logo_max_w_1 {    max-width: 180px;}
/************/
.main_header .scroll-navbar.inner_menu {
	background: #fff !important;
}
.main_header .scroll-navbar.inner_menu .navbar-nav li a.active {
	color: #555;
	font-weight: 600;
}
.main_header .scroll-navbar.inner_menu .navbar-nav li a {
	color: #999;
	font-weight: 600;
}
.scrollTop {right: 24px !important;}
/****************************************b2b ***********************************************/
.benefit-card {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }
  .benefit-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}
  .benefit-content {
    padding: 25px 35px;   /* new padding for text */
  }
  .benefit-content h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px !important;
    color: #333;
}
  .benefit-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
  }
  /************** akz new css 30-09-2025  ********************/
.brands_Sec .justfy_center {
    justify-content: center;
    text-align: center;
}
/************************************************footer***********************************/



	.main-background h5 {
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 15px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 16px;
	}

	.main-background h5:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px;
		height: 2px;
		background: #b60000;
		z-index: 999;
	}

	.main-background .container {
		position: relative;
		z-index: 9;
	}

.hover-effect {
	transition: color 0.3s, transform 0.3s;
}

.hover-effect:hover {
	color: #ff6600;
	transform: scale(1.1);
}

.list-unstyled li a,.list-unstyled li span {
	font-size: 13px;
}

.list-unstyled li {
	padding-bottom: 9px;
}

.footer_nav {
	display: flex;
	justify-content: center;
}

.footer_nav li {
	padding: 0 15px;
}

.footer_nav li a {
	font-size: 12px;
}

footer {
	background-color: rgb(0 138 255);
}

footer a {
	font-size: 1.1rem;
	text-transform: uppercase;
}
.footer_list li {
	width: 50%;
	margin-bottom: 10px;
}
.copyright_w p {
  font-size: .85rem;
  font-weight: 300;
}
.scrollTop {
  z-index: 9999;
}
/***************************************************************************************************/
/************/
.demo_cate .category-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	padding: 12px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
}

	.demo_cate .category-card:hover {
		transform: translateY(-6px);
		box-shadow: 0 12px 28px rgba(237, 28, 36, 0.3); /* Soft red glow */
	}

	.demo_cate .category-card img {
		border-radius: 12px;
		width: 100%;
		height: auto;
		object-fit: cover;
	}

.demo_cate .category-title {
	font-size: 16px;
	font-weight: 500;
	margin-top: 12px;
	color: #333;
}

.demo_cate h2 {
	font-weight: 700;
	font-size: 28px;
	color: #111;
}


/************/
.about_sec_1 {
	padding: 2rem 0 4rem;
}
.eastfish-text {
	font-size: 15rem;
	font-weight: bold;
	color: white;
	background-image: url(../image/38959.jpg);
	background-size: 50%;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	margin: auto;
	text-align: center;
	justify-content: center;
	line-height: 15rem;
}
/************/
/* CSS */
/*.feature_s1 .feature_box {
	background: #fff;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	height: 100%;
}*/

/*	.feature_s1 .feature_box:hover {
		transform: translateY(-5px);
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	}*/

.feature_s1 .icon_wrap i {
	font-size: 2rem;
	color: #007bff; /* Customize icon color */
}

.feature_s1 h5 {
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.feature_s1 p {
	font-size: 0.92rem;
	color: #6c757d;
	margin:0;
	line-height: 1.5;
}
.number_stroke {
	font-size: 4rem; /* Adjust as needed */
	font-weight: bold;
	color: transparent; /* Makes fill invisible */
	-webkit-text-stroke: 1.5px #828382; /* Stroke width and color */
}

/************/
.certifcate_s {
	padding: 3rem 0 5rem;
	background:#f1f1f1;
}
.certificate-box {
	border-radius: 12px;
	overflow: hidden;
    padding: 15px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    margin: auto;
}

	.certificate-box:hover {
		transform: scale(1.03);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	}

	.certificate-box img {
		border-radius: 0;
		transition: transform 0.3s ease;
        max-height: 120px;
	}

	.certificate-box:hover img {
		transform: scale(1.02);
	}

/************/
.export_s {
/*	background-image: url(../images/map.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}	
.export_s {
	position: relative;
	min-height: 500px; /* adjust as needed */
	color: #fff;
	z-index: 0;
	padding: 5rem 0 0;
}
.video_cover {
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	opacity:.3;
}
.bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
/************/

.why-choose-sec {
	padding: 5rem 0 !important;
	background: #ededed;
}
.features-box {
	color: #1c1f26;
	padding: 0px 30px;
	border-radius: 20px;
	transition: 0.3s ease-in-out;
}

	.features-box .feature-item {
		display: inline-block;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: 0;
		background: #ffffff;
		border-radius: 0;
		padding: 30px;
		transition: transform 0.3s ease;
		align-items: center;
	}
	.features-box .feature-item img {max-width: 45px;}
    .features-box .feature-item.active {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        transform: translateY(-5px);
    }
    .features-box .feature-item:hover {transform: translateY(-16px);box-shadow: 0 10px 15px rgba(0, 0, 0, 0.28);}


	.features-box .icon-circle {
		background-color: #ed1c24;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.5rem;
		flex-shrink: 0;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
		margin-bottom: 1.4rem;
	}



@media (max-width: 576px) {
	.features-box {
		padding: 30px 20px;
	}

		.features-box .feature-item {
			flex-direction: column;
			text-align: center;
			align-items: center;
		}

		.features-box .text-content {
			margin-top: 10px;
		}
}
/***************************************** Category page*******************************************************/
.row_custom {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.fr-pagination.new_pnn_1 .pagination .active span {
    border: solid 1px #da3831;
}
.child3 .fr-pagination.new_pnn_1 .pagination li a {
    border: solid 1px #666;
    color: #666;;
}
.child3 .fr-pagination.new_pnn_1 .pagination li a,
.fr-pagination.new_pnn_1 .pagination .active span {
    width: 30px;
    border-radius: 5px !important;
    text-align: center;
}
.prodctspage .sortby_1 {
    max-width: 200px;
    text-align: right;
    float: right;
}
.prodctspage .sortby_1 .form_control{    
    min-width: 150px;
    height: 37px;
}


/************************************ Categories section ********************************************/
.cate_sec_2 {
	padding:4rem 0;
}
.cate_sec_3 {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    margin: auto;
    text-align: center;
    background: #fff;
}
/* .cate_sec_3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(180deg,rgba(42, 123, 155, 0) 34%, rgba(0, 0, 0, 0.9) 100%);
	transition-duration: .1s;
} */
.cate_sec_3:hover:after {
	background: linear-gradient(180deg,rgba(42, 123, 155, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.text_hover {
	position: absolute;
	bottom: 5%;
	z-index: 9;
	color: #fff;
	left: 5%;
}
.text_hover {
    position: relative;
    bottom: 0;
    z-index: 9;
    color: #021659;
    left: 0;
}
.cate_sec_3 .cate_a_tag {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	z-index: 99;
}
.form-control.popup_form {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .80rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: #ddd solid 1px;
    border-radius: 0.375rem;
    height: auto;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 46px;
}
.form-control.popup_form:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ddd !important; 
  }
/************************** breadcrumbs **********************************/
.breadcrumbs_1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0.8rem 0.75rem;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	font-size: 13px;
	color: #333;
}

.breadcrumbs_1__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	overflow: hidden;
}

.breadcrumbs_1__item {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999;
	text-transform: uppercase;
	font-weight: 600;
}

	.breadcrumbs_1__item a {
		display: inline-block;
		text-decoration: none;
		color: #021659;
		padding: 0.12rem 0.25rem;
		transition: color .15s ease;
	}

.breadcrumbs_1__item + .breadcrumbs_1__item::before {
	content: "›";
	display: inline-block;
	margin: 0 0.45rem;
	color: #bdbdbd;
	font-size: 0.9em;
}
.breadcrumbs_1__list .breadcrumbs_1__item:nth-child(2) span {
    padding-left: 7px;   /* or margin-left: 15px; */
}
.breadcrumbs_1__list .breadcrumbs_1__item + .breadcrumbs_1__item span {
    padding-left: 7px;   /* applies to 2nd and onwards */
}
/************************** breadcrumbs **********************************/
.p_l_card__item {
	background: #fff;
	border: 0px solid #ddd;
	border-radius: 0;
	overflow: hidden;
	    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease;
	top: 0;
	position: relative;
}

	.p_l_card__item:hover {
		box-shadow: 0 3px 8px rgba(0,0,0,0.3);
		top: -10px;
	}

.p_l_card__img {
	width: 100%;
	display: block;
}

.p_l_card__footer {
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 0rem 1rem;
    min-height: 60px;
}

.p_l_card__title, 
.p_l_card__title a {
	margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #021659;
    font-family: "Unbounded", sans-serif !important;
    text-align: center;
}
.p_l_card__title {
	margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #021659;
    font-family: "Unbounded", sans-serif !important;
    text-align: center;
}

.p_l_card__arrow {
	background: #d32f2f;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.2s ease;
	padding: 7px;
    flex: 0 0 28px;
	display: none;
}

.p_l_card__arrow:hover {
	background: #b71c1c;
	transform: translateX(3px);
}
.product_d_atag {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
	display:  none;
}
.prodc_list_w1 {padding:2.5rem 0;}
.prodc_list_w1.sec_s_bg2 {background:#f9f9f9;}
.p_d_w1_img img {border-radius: 0.95rem !important;}

.p_d_w1 .badge {
	background: #ed1c24; /* red color for tags */
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 14px;
}

.btn_whatsapp {
	background: #0ebd05;
	color: #fff;
	
}
.pd_btn_1 {
    text-decoration: none;
    font-size: 14px;
    padding: 13px 26px 14px;
    border-radius: 36px;
}
.btn_quote {
	background: #929292;
	color: #fff;
}

.btn_whatsapp:hover,
.btn_quote:hover {
	opacity: 0.85;
	color: #fff;
	background: #464646;
}
.product_tag {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
}
.product_tag li{padding:0 5px;}
	.product_tag li span {
		font-weight: 600;
	}
    .product_tag li span.type_tags,
	.product_tag li a {
        padding: 6px 11px;
        background: #ed1c24;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        border-radius: 20px;
        font-weight: 400;
	}
	.enquiry_popup {
		border-radius: 15px;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 8px 25px rgba(0,0,0,0.1);
	}
	
	.enquiry_popup .modal-header {
		background: #fff;
		padding: 1rem 1.5rem;
	}
	.enquiry_popup .modal-header .close.enquiry_btn {
		position: absolute;
		width: 40px;
		height: 40px;
		background: #ce0000;
		right: 20px;
		top: 20px;
		border-radius: 60px;
		color: #fff;
		padding: 0;
		font-weight: 400;
		opacity: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.enquiry_popup .modal-title {
		font-size: 1.25rem;
		font-weight: 600;
		color: #333;
	}
	
	.form-control-custom {
		border-radius: 10px;
		border: 1px solid #ddd;
		padding: 10px 15px;
		font-size: 14px;
		transition: all 0.3s ease;
		height: auto !important;
	}
	
	.form-control-custom:focus {
		border-color: #ed1c24;
		box-shadow: 0 0 8px rgba(0,123,255,0.2);
	}
	
	.btn-custom {
		background: #ed1c24;
		border: none;
		color: #fff;
		font-size: 15px;
		font-weight: 600;
		border-radius: 30px;
		padding: 10px 20px;
		transition: 0.3s ease;
	}
	
	.btn-custom:hover {
		background:#ed1c24;
		transform: translateY(-1px);
	}
	
/******************************************cookies**************************************************************/
.cookie-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  
  /* Show state */
  .cookie-popup.show {
    visibility: visible;
    opacity: 1;
  }
  
  /* Card box */
  .cookie-card {
    background: #f5eedc;
    border-radius: 20px;
    padding: 30px 20px;
    width: 320px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: fadeInUp 0.5s ease;
  }
  
  /* Cookie image */
  .cookie-img {
    width: 100%;
    margin-bottom: 15px;
	max-width: 200px;
  }
  
  /* Title */
  .cookie-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  /* Text */
  .cookie-card p {
    color: #555;
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  /* Actions */
  .cookie-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  
  /* Buttons */
  .cookie-actions a {
    flex: 1;
    text-align: center;
    padding: 10px 24px 8px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
	font-size: 14px;
}
  
  .cookie-actions .btn-light {
    background: #f5f5f5;
    color: #000;
  }
  
  .cookie-actions .btn-dark {
    background: #000;
    color: #fff;
  }
  
  .cookie-actions a:hover {
    opacity: 0.8;
  }
  .btn-gray {font-size: 14px;}
  /* Animation */
  @keyframes fadeInUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
/***************************************** Akz end*******************************************************/

.input-group .form_control {
    color: #555;
    border: 2px solid #cbd3d9;
    padding: 10px;
    font-size: 14px;
    height: 38px;
    width: 95px;
    border-radius: 5px !important;
    margin-left: 0;
    letter-spacing: 0;

}
.product_style .pt-product {
    margin: 6px 0;
    position: relative;
    border: 0;
    padding: 10px 8px;
    border-radius: 0;
    background-color: #f8f8f8;
}

.product_style .pt-product {
    text-align: left;
}

.product_style .pt-product.text-left {
    text-align: left;
}
.product_style .pt-product .assured img {
    max-width: 22px;
}
.product_style .pt-product h3 a {
    font-family: "Poppins", sans-serif !important;
    text-transform: math-auto;
    font-size: 14px;
    color: #55565b;
    font-weight: 500;
    line-height: 22px;
}
.product_style .pt-product .price .price-new{
    color: #e82e2f;
    font-size: 14px;
    
}
.product_style .pt-product .price {
    color: #e82e2f;
    display: none !important;
    font-size: 14px;
    /* test */
}
.product_style .pt-product .productimg {
    overflow: hidden;
}
.product_style .pt-product .productimg img {
	overflow: hidden;
	transition: transform .9s;
    width: 100%;
}
.product_style .pt-product:hover .productimg img {	
	transform: scale(1.1);
}
.product_style .pt-product .ribbon {
    width: 65px;
    padding-right: 6px;
    height: 24px;
    background-color: #b6afae;
    right: 7px;
    top: 16px;
    font-size: 10px;
    font-weight: 400;
}
.product_style .pt-product .ribbon:before {
    border-bottom: 12px solid #b6afae;
    border-top: 12px solid #b6afae;
}
.product_style .pt-product .review .box {
    background: #d9c109;
}
.product_style .box .single {
    position: relative;
    top: 3px;
}
.product_style .pt-product h3 {
    height: 43px;

}
.prodct_deccription p,.prodct_deccription span {
    color: #55565b;
}
.prodct_deccription span b {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 1.1rem !important;
    color: #55565b;
    font-weight: 800;
    text-transform: capitalize;
}
.prodct_deccription .mainFeatures li {
    position: relative;
}
.prodct_deccription .mainFeatures li:after {
    width: 6px;
    content: "";
    position: absolute;
    height: 6px;
    background: #666;
    left: -18px;
    top: 13px;
    border-radius: 10px;
}
/* Ameen */
.container_m.container {
    max-width: 92%;
    width: 92%;
}
.pt-product {
    margin: 6px 0;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 10px 8px;
    border-radius: 10px;
    background-color: #f2f2f2;
}
.mainmenu .navbar-nav a.nav-link {
  padding: 17px 20px !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.mainmenu .navbar-nav li:last-child a.nav-link {
  padding-right: 0 !important;
}
.brands_Sec .brands .item {
    flex: 0 0 16%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
/******* header ******/
.suppert_text {
    text-align: left;
}
.suppert_phone_icon img {
    max-width: 40px;
    margin-right: 2px;
}
.suppert_text h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.suppert_text h3 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}
.taxincl {
    font-size: 13px;
}
.price_label {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 1.5rem !important;
    color: #55565b;
}
/******* product ******/
.product_style .pt-product .heart {
    position: absolute;
    top: 10px;
    right: 10px;
}
.product_style .pt-product .heart:hover i {
    color: #da3831;
}
.prodct_deccription {
    background: #fff;
    overflow: hidden;
    font-family: "Poppins", sans-serif !important;
}
.prodct_deccription p,
.prodct_deccription p font,
.prodct_deccription p span {
    font-family: "Poppins", sans-serif !important;
}
/******* Banner ******/
.inner_banner {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background: #fff !important;
}
.inner_banner img {
    width: 100%;
    max-width: 100%;
    left: 0;
    position: relative;
}
.banner_text {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
}
.banner_text h4 {
    text-align: left;
    z-index: 9;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    position: relative;
}
.banner_text h5 {
  text-align: center;
  z-index: 9;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.child3 .fr-pagination .pagination li span {
    font-size: 13px;
}
.child3 .fr-pagination .pagination  li a {
    font-size: 13px;
    min-width: 28px;
}
.child3 .fr-pagination .pagination  li {
    padding: 0;
}
.form-control.form_control {
    padding: 6px 6px;
    font-size: 13px;
}

/******* Contact us ******/
.contact_wrap .contact-page .sub-title {
    background: #f9f3f0;
    padding: 13px 31px;
    font-size: 14px;
    margin-bottom: 30px;
    border-radius: 50px;
    font-weight: 500;
    color: #4f4f4f;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.12);
}
.contact_wrap .form.form_bg {
    background: transparent;
    padding: 0px;
    border-radius: 22px;
}
.contact_wrap .form_bg label.control-label {
    font-size: 14px;
    margin-bottom: 0;
}
.contact_wrap .form_bg .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .90rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: #fff solid 1px;
    border-radius: 0.375rem;
    height: 53px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact_wrap .form_bg textarea.form-control {
    height: auto !important;
}
.contact_wrap .form_bg select.form-control {
    border-radius: 7px;
    font-size: .90rem;
    letter-spacing: 0;
    color: #666;
}
.contact_nav {
    padding:0;
    margin:0;
    list-style:0;
}
.right_contact .contact_nav li span {border-radius: 140px;}
.right_contact .contact_nav li span img {max-width: 34px;}
.right_contact .contact_nav li {padding-left: 60px;margin-bottom: 15px;}
.contact_nav li {
    position: relative;
    padding-left: 110px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
}
.contact_nav li span {
    background: #fff;
	box-shadow: none;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 0;
}
.contact_nav.box_card_1 li span {box-shadow:inherit;}
.contact_nav.box_card_1 li {
    padding: 10px 10px 10px 80px;
    min-height: 115px;
}
.contact_nav.box_card_1 li span {
    padding: 20px 15px;
}
.box_card_1 {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.contact_nav li span img{
    max-width:45px;
}
.contact_nav li h4 {
    font-family: "Poppins", sans-serif !important;
    color: #55565b;
    font-size: 18px;
    font-weight: 600;
}
.contact_nav li:last-child {
    margin-bottom: 0;
}
.contact_nav li p {
    font-family: "Poppins", sans-serif !important;
    margin: 0;
    font-size: 14px;
}
.panel-body.contact-panel {
    border-radius: 22px;
    padding: 0 15px !important;
    background: transparent;
}
.contact_wrap .form.form_bg .btn.btn_primary {
    width: auto;
    padding: 11px 50px;
    max-width: 160px;
    min-width: 1.9rem;
    font-size: 14px;
    background: #ed1c24;
    border-radius: 0;
    margin: auto;
	color: #fff;
    font-size: 1rem;
}
.map_w_algn {width: 100%;height: 600px;}
.branches_1 .contact_nav li p {font-size: 13px;}
/******* Abpout us ******/
.about_what_we_do .border_right {
    border-right: 1px solid #ccc;
}
.about_what_we_do h3 {
    font-size: 24px;
    color: #55565b;
    text-transform: uppercase;
    margin: 0 0 .625rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .2143rem;
}
.about_what_we_do h2 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 3rem;
    color: #55565b;
    font-weight: 800;
}
.abt_solution {
    background: #f8f8f8;
    border-radius: 10px;
}
.brand_list {
    padding:0;
    margin:0;
    list-style:none;
}
.brand_list li img {
    max-width:14px;
    margin-right:5px;
}
.brand_list li {
    color: #575757;
    font-size: 15px;
    font-weight: 400;
    text-transform: math-auto;
    margin-bottom: 7px;
}
.btn-custom {
    background-color: #98141b !important;
    color: white;
    padding: 15px 30px;
    font-size: 15px;
    border-radius: 8px;
    border: none;
    transition: background-color 0.3s ease;
    font-family: "Poppins", sans-serif !important;
}
.prodct_decrpton {
    background: #f9f3f0;
}
.choose_card {
    padding: 35px 35px 25px;
    border-radius: 8px;
    background: #fff;
    min-height: 210px;
}
.sub_head_3 {
    font-size: 1.1rem !important;
    color: #55565b;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif !important;
}
.choose_card img {
    max-width: 60px;
    margin-bottom: 20px;
    opacity: .6;
}
.footer_wrap.footer {
    background: #222;
    padding: 40px 0 0;
}
.footer_wrap.footer .footer-social {
    display: flex;
    background: transparent;
    padding: 0;
}
.footer_wrap.footer .footer-social a {
    width: auto;
    margin: 0;
    padding: 0 16px;
}
.footer_wrap.footer .address ul li {
    color: #ccc;
    margin-bottom: 8px;
}
.footer_wrap.footer li a {
    font-size: 14px;
    color: #ccc;
}
.footer_wrap.footer li {
    margin-bottom: 6PX;
}

/******* Abpout us ******/
.brand_Wrap h2{
    display: none;
}
.brands_bg {
    background: #f6f6f9;
}
.brands_bg .brand {
    background: #fff;
}
.brands_bg .brand img{
  display: block;
  margin: auto;
}
.content-wrapper .col-wrap .ico-box h4.content-title {
  font-size: 15px;
  font-weight: 600;
}
.content-wrapper .col-wrap .ico-box p {
  font-size: 14px;
}


.brands_Sec {
  padding: 80px 0 50px;
  background: #fff;
}
.brand_tag_1 {
  position: absolute;
  left: auto;
  right: -6px;
  bottom: 4px;
}
.brands_Sec .swiper-viewport {
  margin: 0;
  background: transparent;
  z-index: 1;
  border: 0;
  border-radius: 4px;
  box-shadow: inherit;
  width: 100%;
}
.brands_Sec .swiper-viewport .swiper-slide {
  background: #fff;
}

.language_drop {
  position: relative;
}
/*.language_drop select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
  width: 100%;
  height: 41px;
  font-size: 14px;
  padding: 3px 11px;
  width: 74px;
}*/
.language_drop .flag-container {
  position: absolute;
  top: 8px;
  left: 10px;
  pointer-events: none;
}
.language_drop .flag-container img {
  width: 24px;
  height: 16px;
}
.language_drop option {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 16px;
  padding-left: 35px;
  height: 30px;
}
.custom-select {
    position: relative;
    display: inline-block;
    background: inherit;
    padding-right: 0 !important;
  }

/* Styling the select dropdown 
.custom-select select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    appearance: none; 
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}*/
.inner_pro_cate li a span {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 9px 2px;
    display: block;
    background: #fff;
    margin-bottom: 4px;
    display: flex;
}
.inner_pro_cate li a img {
    box-shadow: none !important;
    margin: 0;
}
.inner_pro_cate li p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
}
.main_navbar .navbar-toggler {
  display: none;
}
.main_navbar .mid-barr {
  width: 100%;
}
.main_navbar .mobile_phone {
  display: none;
}

/***********  Blog section **********************/

.tmech-blog {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #2b2b2b;
  background-color: #f5f7fa;
}

.tmech-blog-hero {
  min-height: 65vh;
  background:
    linear-gradient(180deg, rgba(12, 23, 38, 0.85), rgba(12, 23, 38, 0.85)),
    url("../images/blog-hero.jpg") center / cover no-repeat;
}

.tmech-blog-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}

.tmech-blog-subtitle {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 1.15rem;
  color: #cfd8e3;
}

.tmech-blog-intro {
  background-color: #ffffff;
  padding: 70px 0;
}

.tmech-blog-intro p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #4b5563;
}

.tmech-blog-listing {
  padding: 70px 0;
}

.tmech-blog-card {
  background: #ffffff;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tmech-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.tmech-blog-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.tmech-blog-content {
  padding: 28px;
}

.tmech-blog-content h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0f1a2b;
  margin-bottom: 12px;
}

.tmech-blog-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #6b7280;
}

.tmech-blog-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f1a2b;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.tmech-blog-link:hover {
  border-color: #0f1a2b;
}
/***************************/
.contact-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  font-family: 'Arial', sans-serif;
}

.contact-section h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 50px;
  color: #111;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.contact-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  flex: 1 1 300px;
  max-width: 380px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.contact-card h3 {
  margin-bottom: 18px;
  color: #000;
  font-size: 1.5rem;
}

.contact-card p {
  margin: 10px 0;
  color: #555;
  font-size: 1rem;
}

.contact-card a {
  color: #ed1c24;
  text-decoration: none;
  font-weight: 600;
}

.contact-card a:hover {
  text-decoration: underline;
  color: #b71c1c;
}

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

/*********************************/

.downloads-section {
  background: linear-gradient(180deg, #ffffff, #f4f4f4);
  font-family: 'Arial', sans-serif;
}

.downloads-section h2 {
  font-size: 2.8rem;
  color: #111;
}

.downloads-section .lead {
  color: #555;
  max-width: 900px;
  margin: auto;
}

.download-card {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}

.download-card h3 {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.download-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
}

.download-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.download-list li {
  margin-bottom: 12px;
}

.download-list a {
  color: #ed1c24;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff5f5;
  transition: all 0.3s ease;
}

.download-list a:hover {
  background: #ed1c24;
  color: #fff;
}

.download-list.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (max-width: 768px) {
  .downloads-section h2 {
    font-size: 2.2rem;
  }

  .download-list.two-column {
    grid-template-columns: 1fr;
  }
}

.tmech-certification-section {
    background-color: #f5f7fa;
    font-family: "Poppins", Arial, sans-serif;
}

.tmech-cert-title {
    font-size: 2rem;
    font-weight: 600;
    color: #0f1a2b;
}

.tmech-cert-table {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
}

.tmech-cert-table td {
    padding: 18px 22px;
    font-size: .8rem;
    font-weight: 500;
    color: #374151;
    border: 1px solid #e5e7eb;
    vertical-align: middle;
}

.tmech-cert-table tr:nth-child(even) {
    background-color: #f9fafb;
}

.tmech-cert-table td::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0f1a2b;display: none;
    margin-right: 12px;
}


/******* Responsive ******/
@media only screen and (max-width: 1430px) {
    .main_navbar .container_m.container {
        max-width: 100%;
        width: 100%;
    }
    .main_navbar .navbar-brand img {
        width: 150px;
    }
    .main_navbar .suppert_text h3 {
        font-size: 15px;
    }
    .main_navbar .suppert_phone_icon img {
        max-width: 28px;
        margin-right: 2px;
    }
    .main_navbar .custom-select select {
        font-size: 13px;
        padding-right: 24px;
    }
    .main_navbar .mid-barr {
      width: 100%;
    }
    .portfolio-block .grid .gallery-item {
      position: relative !important;
      left: 0px !important;
      top: 0px !important;
    }
	.container_m.container {
		max-width: 92%;
		width: 92%;
	}
	
}
@media only screen and (max-width: 1300px) {
  .main_navbar.container-fluid {
    padding: 0;
  }
  .main_navbar.container-fluid .container_m {
    padding: 0;
  }
  .main_navbar .mhidden.support_align {
    padding: 0;
  }
  
}
@media only screen and (max-width: 1260px) {
  .main_navbar .container_m.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .main_navbar .mainmenu .container-fluid {
    padding: 0;
  }
  .main_navbar .mainmenu .navbar-nav a.nav-link {
    padding: 17px 8px 17px !important;
    font-size: 12px;
  }
  .main_navbar .support-icon.pl-5 {
    padding-left: 0rem !important;
  }
  .suppert_phone_icon img {
    max-width: 27px;
  }
  .main_navbar .suppert_text h5 {
    font-size: 10px;
  }
  .main_navbar .suppert_text h3 {
    font-size: 16px;
  }
  .main_navbar .navbar-brand {
    padding-bottom: 0;
  }
  .portfolio-block .grid {
    height: auto !important;
  }
  
  .sortby_1 .form-group.input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .sortby_1 .form-group.input-group .input-group-addon {
    margin-right: 4px !important;
  }
  .support-icon.head_number {
    display: none;
  }
  .main_navbar .support_align {
    flex-direction: row-reverse !important;
  }
  .container_m.container {
    max-width: 96%;
    width: 96%;
}
}

@media screen and (max-width: 1102px) {
  .mainmenu .collapse .navbar-nav li:last-child {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .container_m.container {
    max-width: 100%;
    width: 100%;
  }
  .banner_text h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .footer .address ul li {
    font-size: 12px;
  }
  .footer_wrap.footer li a {
    font-size: 12px;
  }
  .footer_wrap.footer .row.px-5{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .choose_card {
    padding: 25px;
    min-height: 280px;
    margin-bottom: 25px;
  }
  .featured section {
    padding: 0 0;
  } 
  /******** menu **********/
  .main_navbar .mshow {
    display: block;
    width: 100%;
  }
  .main_navbar .mhidden {
    display: none;
  }
  .mainmenu.navbar {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column !important;
    background-color: transparent !important;
  }
  .navbar-brand img {
    width: 180px;
    margin-bottom: 0 !important;
  }
  .main_navbar .navbar-toggler {
    background: #000;
    padding: 6px 10px;
    float: right;
    margin-left: 10px;
  }
  .main_navbar .navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
  }
  .main_navbar .mainmenu .row{
    align-items: center;
    width: 100%;
  }
  .main_navbar .mainmenu .navbar-collapse {
    position: absolute;
    left: 0;
    width: 133%;
    top: 113%;
    background: #fff;
  }
  .main_navbar .mainmenu .navbar-nav a.nav-link {
    padding: 3px 8px !important;
    font-size: 12px;
  }
  .scrollTop {
    right: auto;
    left: auto;
  }
  .scrollTop a {
    font-size: 1.05rem;
    padding: 0.125rem .65rem;
    display: inline-block;
  }
  .parallax_bg.quotation-block .btn-container {
    margin-top: 1.125rem;
  }
  .parallax_bg.quotation-block .btn.btn-primary {
    padding: 12px 7px !important;
    font-size: 14px;
  }
  .main_navbar .navbar-toggler {
    display: block;
    position: relative;
    z-index: 99;
  }
  .mainmenu .collapse .navbar-nav li:last-child {
    display: block;
  }
  .main_navbar .mobile_phone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 13px;
  }
  .eastfish-text {
    font-size: 9rem;
  }
  .features-box {
    padding: 0;
  }
  .main_para_1 {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.6rem;
  }
  /*****************************************************/
  .home_contact .main_head_1 {
    font-size: 2.5rem;
}

.home_contact .main_head_1 span {
    font-weight: 400;
    font-size: 1.2rem;
}
  .main_head_1 span {
    font-size: 1rem;
    margin-bottom: .6rem;
  }
  .main_head_1 {
    font-size: 2rem;
  }
  .home_contact h2.main_head_1 br {display: none !important;}
  .eastfish-text {
    font-size: 5rem;
}
}
@media screen and (max-width: 767px) {
  .contact_wrap .form.form_bg {
    margin-bottom: 25px;
  }
  .about_what_we_do h3 {
    font-size: 16px;
  }
  .about_what_we_do h2 {
    font-size: 1.5rem;
  }
  .main_head_1 {
    font-size: 1.5rem !important;
  }
  .abt_solution {
    padding: 16px !important;
  }
  .main_para_1 {
    font-size: 13px;
  }
  .abt_solution img {
    margin-top: 20px;
  }
  .portfolio-block img {
    margin-bottom: 20px;
  }
  .portfolio-block .brand_list li img {
    margin-bottom: 0;
  }
  .brand_list li {
    font-size: 13px;
  }
  .parallax_bg .block-top-heading{
    font-size: 15px;
  }
  .main_head_2 {
    font-size: 1.5rem !important;
  }
  .parallax_bg .quotation-block .btn-container {
    margin-top: 1.125rem;
  }
  .brands_Sec .brands .item {
    flex: 0 0 25%;
  }
  .brands_Sec .brands .item {
    flex: 0 0 33.33%;
  }
  .video {
    background: #f3f3f3;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
  }
  .brand-block {
    padding: 40px 0;
    background: #fafafa;
  }
  .prodct_deccription p, .prodct_deccription span {
    font-size: 13px !important;
  }
  .product_style .pt-product h3 a {
    font-size: 13px;
  }
  .pt-breadcrumb .breadcrumb {
    flex-wrap: nowrap;
  }
  .pt-breadcrumb .breadcrumb a {
    font-size: 10px;
  }
  .pt-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.1rem;
  }
  .widget-visible iframe .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 42px;
    height: 42px;
  }
  .tawk-min-container .tawk-button-circle.tawk-button-large {
      width: 42px;
      height: 42px;
  }
  .widget-visible iframe .tawk-min-container .tawk-button-circle.tawk-button-large svg {
    width: 22px;
  }
  .whatsappchat {
    width: 37px;
    height: 29px;
    position: fixed;
    bottom: 160px;
    right: 6px;
    z-index: 9999;
  }

  
}

@media screen and (max-width: 640px) {
  .brands_Sec {
    padding: 50px 0 33px;
  }
}
@media only screen and (max-width: 576px) {
  .choose_card {
    padding: 25px;
    min-height: auto;
    margin-bottom: 25px;
 }
}
@media screen and (max-width: 440px) {

}



