@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



/*pr*/
.abss-stat-title i{
    font-size:26px !important;
    color:#5d5d5d;
}
.abss-cap i{
   font-size:26px !important;
    color:#5d5d5d; 
}
.feature-main{
    border:1px solid #000;
}
/*different*/



 :root{
    --mehfooz-red:#e30613;
    --mehfooz-dark:#222;
    --mehfooz-gray:#f5f5f5;
    --mehfooz-border:#ececec;
    --mehfooz-white:#fff;
}


.tus_inpsrch{margin:0; padding:10px; width:100%; max-width:500px;}
.tus_sbmsrchs{max-width: 150px; width: 100%; margin: 0; padding: 12px; background-color:#5d5d5d; border:0; color:#fff;}
.offcanvas-body{text-align:center !important;}
.mehfooz{
    padding:40px 20px;
    /*background:#fff;*/
}

.mehfooz-container{
    max-width:1200px;
    margin:auto;
}

.mehfooz-heading{
    text-align:center;
    margin-bottom:40px;
}

.mehfooz-heading h2{
    font-size:40px;
    font-weight:800;
    color:var(--mehfooz-dark);
    line-height:1.2;
}

.mehfooz-heading span{
    color:#5d5d5d;
    /* border:5px solid var(--mehfooz-red); */
    border-radius:80px;
    padding:3px 18px;
    display:inline-block;
}

.mehfooz-table{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.mehfooz-row{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:8px;
}

.mehfooz-col{
    background:var(--mehfooz-gray);
    min-height:75px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:18px;
    font-size:18px;
    font-weight:700;
    border:1px solid var(--mehfooz-border);
}

.mehfooz-feature{
    color:var(--mehfooz-dark);
    font-size:17px;
    font-weight:700;
}

.mehfooz-company{
    flex-direction:column;
    font-size:18px;
    font-weight:700;
    color:var(--mehfooz-dark);
}

.mehfooz-company small{
    margin-top:6px;
    font-size:14px;
    font-weight:500;
}

.mehfooz-active{
    background:#5d5d5d;
    color:var(--mehfooz-white);
}

.mehfooz-row:not(.mehfooz-header) .mehfooz-col:not(.mehfooz-feature){
    font-size:27px;
}

.mehfooz-row:not(.mehfooz-header) .mehfooz-col:nth-child(2){
    color:#5d5d5d;
}

.mehfooz-row:not(.mehfooz-header) .mehfooz-col:nth-child(3){
    color:#000;
}

.mehfooz-row:not(.mehfooz-header) .mehfooz-col:nth-child(4){
    color:#000;
}

@media(max-width:992px){

    .mehfooz-heading h2{
        font-size:36px;
    }

    .mehfooz-row{
        grid-template-columns:1.6fr 1fr 1fr 1fr;
    }

    .mehfooz-col{
        padding:15px;
        font-size:15px;
    }

    .mehfooz-row:not(.mehfooz-header) .mehfooz-col:not(.mehfooz-feature){
        font-size:34px;
    }

}

@media(max-width:768px){

    .mehfooz{
        overflow-x:auto;
    }

    .mehfooz-table{
        min-width:760px;
    }

    .mehfooz-heading h2{
        font-size:28px;
    }

}


/*different*/






































* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

body {
	overflow-x: hidden;
}

:root {
	--main-color: #68686a;
	--white-color: #ffffff;
	--balck-color: #000000;
	--hotpink: #ffdfdf;

}

/*    


  font-family: "Montserrat", sans-serif;
    font-family: "Bebas Neue", sans-serif;

*/


@font-face {
	font-family: Signatra;
	src: url(../fonts/Signatra.otf);
}

.contact-information {
	display: flex;
	align-items: center;
	color: var(--white-color);
	justify-content: space-evenly;
	cursor: pointer;
	font-size: 14px;

	span {
		color: var(--main-color);

		i {
			margin: 0 8px;
			transition: 0.8s;
		}
	}
}




.logo-header a img{
	margin: 0px;
	align-items: center;
}




/* top header */
.abd-top-header {
	background: #5d5d5d;
	color: #fff;
	font-size: 13px;
	padding: 8px 0;
}

.abd-top-header a {
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

.abd-top-header a:hover {
	color: #ffd7d7;
}

.abd-contact-info i {
	margin-right: 6px;
}

.abd-contact-info span {
	margin-right: 18px;
}

.abd-social-icons a {
	margin-left: 15px;
	font-size: 15px;
}

/* end Top Header */



.navbarr-container {
	/*background-color: #fff;*/
	padding: 6px 0;
}

.tus_hdmenus {
	margin: 0;
	padding: 0;

	ul {
		display: flex;
		align-items: center;
		/*justify-content: flex-end;*/
		/*justify-content: space-around;*/
		justify-content: space-evenly;
		margin: 0;
		padding: 0;

		li {
			list-style: none;
			margin: 0;
			padding: 0;

			a {
				transition: 0.8s;

				font-size: 15px !important;
				text-transform: capitalize;
				text-decoration: none;
				color: var(--balck-color) !important;
				font-family: "Poppins", sans-serif !important;

				&:hover {

					color: var(--main-color) !important;

				}
			}
		}
	}
}


.navbarr li a.active {
	background-color: var(--main-color);
	/* active color */
	font-weight: bold;
}

.search-icon {
    background-color:#5d5d5d !important;
    padding:3px 8px !important;
    color:white !important;
	a {
		/* padding: 1rem 3.5rem; */
		color: var(--main-color) !important;
		i{
     color:white !important;
}

	}
}



/*  Banner */

/* End Banner */

/* About US */
.sab-about {
	padding: 100px 0;
	/*background: #f8f8f8;*/
}

.sab-gallery {
	border: 1px solid #d9d9d9;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
}

.sab-main-image img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	display: block;
}

.sab-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr 1.2fr;
	gap: 6px;
	padding: 6px;
	background: #fff;
}

.sab-small img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 10px;
}

.sab-card {
	background: #f3f3f3;
	border-radius: 10px;
	padding: 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sab-card h5 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: .3px;
}

.sab-card p {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

/* Right Side */

.sab-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border: 1px solid #cfcfcf;
	border-radius: 50px;
	background: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.sab-badge i {
	font-size: 9px;
	color: #777;
}

.sab-title {
	font-size: 35px;
	line-height: 1.08;
	font-weight: 800;
	color: #222;
	margin-bottom: 15px;
}

.sab-text {
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 18px;
}

.sab-feature {
	border: 1px solid #d8d8d8;
	border-radius: 18px;
	background: #fff;
	padding: 22px;
	height: 100%;
	transition: .3s;
}

.sab-feature:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.sab-feature h6 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 12px;
}

.sab-feature p {
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.7;
}

.sab-btn-dark,
.sab-btn-light {
	padding: 15px 28px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: .35s;
}

.sab-btn-dark {
	background: #5d5d5d;
	color: #fff;
}

.sab-btn-dark:hover {
	background: #222;
	color: #fff;
}

.sab-btn-light {
	border: 1px solid #999;
	background: #fff;
	color: #222;
}

.sab-btn-light:hover {
	background: #222;
	border-color: #222;
	color: #fff;
}

/* Responsive */

@media(max-width:991px) {

	.sab-about {
		padding: 70px 0;
	}

	.sab-title {
		font-size: 38px;
	}

	.sab-main-image img {
		height: 280px;
	}

	.sab-gallery {
		margin-bottom: 40px;
	}

}

@media(max-width:767px) {

	.sab-bottom {
		grid-template-columns: 1fr;
	}

	.sab-small img {
		height: 200px;
	}

	.sab-title {
		font-size: 30px;
	}

	.sab-btn-dark,
	.sab-btn-light {
		width: 100%;
		justify-content: center;
	}

}

/* About US END */


/* Product Categories */

.sab-category {
	padding: 40px 0;
}

.sab-container {
	width: 1200px;
	max-width: 95%;
	margin: auto;
}

.sab-heading {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 60px;
}

.sab-label {
	display: inline-block;
	padding: 8px 18px;
	border: 1px solid #cfcfcf;
	border-radius: 30px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	background: #fff;
}

.sab-heading h2 {
	font-size: 35px;
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 18px;
	color: #222;
}

.sab-heading p {
	color: #666;
	font-size: 15px;
	line-height: 1.8;
}

.sab-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/*	grid-template-columns: repeat(4, 1fr);*/
	gap: 25px;
	align-items: start;
}

.sab-card {
	position: relative;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
}

.sab-large {
	grid-row: span 2;
}

.sab-number {
	position: absolute;
	top: 18px;
	left: 18px;
	background: #555;
	color: #fff;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	z-index: 2;
}

.sab-circle {
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
	height: 72px;
	background: #d8d8d8;
	border-bottom-left-radius: 100%;
}

.sab-content {
	padding: 40px 25px 25px;
}

.sab-content h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.sab-content p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 20px;
	font-size: 14px;
}

.sab-content a {
	text-decoration: none;
	color: #111;
	font-weight: 700;
	font-size: 14px;
}

.sab-card img {
	width: 100%;
	/*height: 270px;*/
		height: auto;
	object-fit: cover;
	display: block;
}

.sab-card:hover {
	transform: translateY(-8px);
	transition: .35s;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

/* Tablet */

@media(max-width:992px) {

	.sab-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.sab-heading h2 {
		font-size: 36px;
	}

}

/* Mobile */

@media(max-width:768px) {

	.sab-grid {
		grid-template-columns: 1fr;
	}

	.sab-large {
		grid-row: auto;
	}

	.sab-heading h2 {
		font-size: 30px;
	}

}

/* End Product Categories */

/* Collection overview  */

.abubakar-section {
	padding: 70px 20px;
	/*background: #f7f7f7;*/
}

.abubakar-container {
	max-width: 1200px;
	margin: auto;
}

.abubakar-grid {
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 25px;
}

.abubakar-left {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 18px;
	padding: 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.abubakar-tag {
	display: inline-block;
	padding: 8px 18px;
	border: 1px solid #bdbdbd;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 700;
	color: #555;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 25px;
}

.abubakar-left h2 {
	font-size: 35px;
	line-height: 1.05;
	color: #222;
	font-weight: 800;
	margin-bottom: 25px;
}

.abubakar-left p {
	color: #666;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 35px;
}

.abubakar-btn {
	display: inline-block;
	background: #666;
	color: #fff;
	text-decoration: none;
	padding: 15px 35px;
	border-radius: 40px;
	font-weight: 600;
	transition: .3s;
}

.abubakar-btn:hover {
	background: #000;
}

.abubakar-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.abubakar-card {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 18px;
	overflow: hidden;
	transition: .3s;
}

.abubakar-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.abubakar-card img {
	width: 100%;
	/* height:220px; */
	height: auto;
	object-fit: cover;
	display: block;
}

.abubakar-content {
	padding: 18px;
}

.abubakar-content h3 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #222;
	font-weight: 700;
}

.abubakar-content p {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

@media(max-width:992px) {

	.abubakar-grid {
		grid-template-columns: 1fr;
	}

}

@media(max-width:768px) {

	.abubakar-cards {
		grid-template-columns: 1fr;
	}

	.abubakar-left h2 {
		font-size: 38px;
	}

}

/* End Collection overview  */


/* <!-- Manufacturing capabilites  --> */

.tyabb-section {
	padding: 40px 20px;
}

.tyabb-container {
	max-width: 1180px;
	margin: auto;
}

.tyabb-heading {
	text-align: center;
	margin-bottom: 45px;
}

.tyabb-badge {
	display: inline-block;
	padding: 8px 18px;
	border: 1px solid #cfcfcf;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 700;
	background: #fff;
	color: #444;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.tyabb-heading h2 {
	font-size: 46px;
	font-weight: 800;
	color: #222;
	margin-bottom: 18px;
	line-height: 1.15;
}

.tyabb-heading p {
	max-width: 760px;
	margin: auto;
	color: #666;
	line-height: 1.8;
	font-size: 16px;
}

.tyabb-main {
	display: grid;
	grid-template-columns: 44% 56%;
	gap: 22px;
	margin-bottom: 22px;
}

.tyabb-image {
	background: #fff;
	padding: 8px;
	border-radius: 16px;
	border: 1px solid #d8d8d8;
}

.tyabb-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
	display: block;
}

.tyabb-steps {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.tyabb-step {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 14px;
	padding: 20px;
}

.tyabb-number {
	min-width: 48px;
	height: 48px;
	border-radius: 10px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	color: #222;
}

.tyabb-content h4 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #222;
}

.tyabb-content p {
	color: #666;
	line-height: 1.7;
	font-size: 15px;
}

.tyabb-bottom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.tyabb-box {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 14px;
	padding: 22px;
}

.tyabb-box h5 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #222;
}

.tyabb-box p {
	color: #666;
	line-height: 1.7;
	font-size: 15px;
}

@media(max-width:991px) {

	.tyabb-main {
		grid-template-columns: 1fr;
	}

	.tyabb-bottom {
		grid-template-columns: repeat(2, 1fr);
	}

	.tyabb-heading h2 {
		font-size: 36px;
	}

}

@media(max-width:576px) {

	.tyabb-bottom {
		grid-template-columns: 1fr;
	}

	.tyabb-heading h2 {
		font-size: 30px;
	}

	.tyabb-step {
		flex-direction: column;
	}

}


/* <!--  END Manufacturing capabilites  --> */

















































/* net */
.about_txt {
	margin: 0px 0 30px 0;
	padding: 0px;
}

.about_txt p {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 14px;
}

.tus_nheading {
	margin: 15px 0 15px 0;
	padding: 10px 15px;
	position: relative;
	background-color: #000;
	border-bottom: solid 3px #c8c8c8
}

.tus_nheading a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	transition: 0.8s
}

.tus_nheading span {
	color: #fff;
	margin: 0 5px
}

.tus_nheading a:hover {
	color: #c8c8c8;
	text-decoration: none;
}

.wa-chat-box-poweredby {
	display: none !important;
}

.tus_nxtheading {
	margin: 20px 0 30px 0;
	padding: 0px;
	position: relative
}

.tus_nxtheading h1 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold
}

.tus_nxtheading:before {
	content: '';
	position: absolute;
	background-color: #999;
	width: 70px;
	bottom: -10px;
	left: 50%;
	height: 2px;
	transform: translate(-50%, -50%);
}

.tus_lefth h4 {
	margin: 15px 0 10px 0;
	padding: 8px 10px;
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: solid 1px #333;
	background-color: #fff;
	border-top: solid 1px #333;
}

.tus_nextmenu {
	margin: 14px 0 15px 0;
	padding: 10px 10px;
	background-color: #fff;
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
}

.tus_nextmenu a {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	text-transform: capitalize;
	color: #000;
	width: 100%;
	letter-spacing: 1px
}

.tus_nextmenu span {
	margin: 0px 3px;
	font-size: 15px
}

.tus_nextmenu a:hover {
	color: #999;
	text-decoration: none;
}

.tus_conactf {
	margin: 0px 0 20px 0;
	padding: 0px;
}

.tus_conactf h4 {
	margin: 0px 0 10px 0;
	padding: 0px 0 10px 0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
	font-weight: 600;
	letter-spacing: 2px
}

.tus_conactf p {
	margin: 0px 0 10px 0;
	padding: 0px;
	font-size: 16px;
	color: #333;
}

.tus_continp {
	margin: 0px 0 15px 0;
	padding: 10px 15px;
	border: 1px solid #ccc;
	width: 100%;
	color: #666;
	font-size: 14px;
	background-color: transparent;
	transition: 0.8s
}

.tus_qcontinp {
	margin: 0px 0 15px 0;
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	color: #333;
	font-size: 14px;
	background-color: transparent;
	transition: 0.8s
}

.tus_contsbmt {
	margin: 0px;
	padding: 10px 16px;
	background-color: #333;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	transition: 0.8s;
	position: relative;
	z-index: 1
}

.tus_contsbmt:hover {
	background-color: #c8c8c8;
	color: #fff;
	text-decoration: none;
}

.tus_continp:focus {
	border: solid 1px #999
}

.tus_abanner {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1
}

.tus_abanner img {
	margin: 0 auto;
	padding: 0px;
}

.tus_abtxt {
	margin: 0px auto;
	padding: 0px;
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
	text-align: center;
	width: 50%
}

.tus_abtxt h4 {
	margin: 0px 0 10px 0;
	padding: 0px;
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	text-shadow: 1px 2px #353535;
	font-weight: bold;
	letter-spacing: 1px
}

.tus_abtxt h5 {
	margin: 0px 0 10px 0;
	padding: 0px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400
}

.tus_abtxt p {
	margin: 0px 0 10px 0;
	padding: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 400
}

.tus_abtxt:before {
	content: '';
	position: absolute;
	border: solid 1px #c8c8c8;
	width: 10%;
	height: 7%;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tus_abtxt:after {
	content: '';
	position: absolute;
	background-color: #c8c8c8;
	width: 5%;
	height: 7%;
	bottom: -20px;
	left: 47%;
	transform: translate(-50%, -50%);
}

.tus_leftct {
	margin: 15px 0 15px 0;
	padding: 8px 15px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #000;
	border-bottom: solid 3px #c8c8c8
}

.tus_cdetail {
	margin: 0px;
	padding: 0px;
}

.tus_cdetail h4 {
	margin: 0px 0 15px 0;
	padding: 0px 0 10px 0;
	color: #000;
	font-size: 17px;
	border-bottom: solid 1px #eee;
	font-weight: 500
}

.tus_cdetail p {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 14px;
	font-weight: 500
}

.tus_prodetail {
	margin: 0px;
	padding: 0px;
}

.tus_prodetail h1 {
	margin: 0px 0 15px 0;
	padding: 0px 0 10px 0;
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	border-bottom: solid 1px #ccc;
	font-weight: bold
}

.tus_prodetail h2 {
	margin: 0px 0 15px 0;
	padding: 0px 0 10px 0;
	color: #c8c8c8;
	font-size: 15px;
	text-transform: capitalize;
	border-bottom: solid 1px #ccc;
	text-align: left
}

.tus_prodetail p {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 14px;
}

.tus_prodetail p span {
	color: #000;
	font-size: 14px;
	font-weight: 600
}

.modal-title {
	font-size: 16px !important;
}

.tus_whatsup {
	margin: 0px;
	padding: 7px 15px;
	color: #000;
	font-size: 12px;
	text-transform: capitalize;
	text-align: center;
	border: solid 1px #333;
	transition: 0.8s
}

.tus_whatsup:hover {
	background-color: #343434;
	color: #fff;
}

.tus_whatsup i {
	font-size: 14px;
}

.tus_pdnav {
	margin: 0px 0 20px 0;
	padding: 5px 0;
	background-color: rgba(206, 206, 206, 1);
	position: relative
}

.tus_admre {
	margin: 2px 0 0 0;
	padding: 0px;
	color: #000;
	font-size: 14px;
	float: right;
	font-weight: 450;
	transition: 0.8s
}

.tus_admre:hover {
	color: #c8c8c8;
}

.tus_mineets {
	margin: 0px 0 15px 0;
	padding: 0px;
	border: solid 1px #ccc;
}

.tus_mineets img {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: auto;
}

.tus_mineets h4 {
	margin: 15px 0 10px 0;
	padding: 0px;
	color: #c8c8c8;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: 500;
	text-align: center
}

.tus_mineets p {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 16px;
	text-align: center
}

.tus_inpfrm {
	margin: 0px 0 15px 0;
	padding: 7px 10px;
	width: 100%;
	border: solid 1px #eee;
	font-size: 14px;
	color: #666;
}

.tus_cdetail label {
	font-size: 14px;
	color: #3f3f3f
}

.tus_cdetail label span {
	color: #ff0000;
}

.tus_sbmfrm {
	margin: 0px;
	padding: 10px 20px;
	background-color: #c8c8c8;
	color: #fff;
	font-size: 14px;
	border: none;
	transition: 0.8s
}

.tus_sbmfrm:hover {
	background-color: #000;
	border-radius: 2em
}

/*----- Basket ------*/
.tus_mincart {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: flex;
}

.tus_mncrimg {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 30%;
}

.tus_mncrimg img {
	margin: 0px auto;
	padding: 0px;
}

.tus_mncrtxt {
	margin: 0px;
	padding: 0px;
}

.cartRemove {
	margin: 0px;
	padding: 0px;
	color: #999;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 4px;
	transition: 0.8s
}

.cartRemove:hover {
	color: #000;
}

.tus_mincart h3 {
	margin: 13px 0 3px 0;
	padding: 0px;
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
}

.tus_mncrtxt h4 {
	margin: 0px 0 3px 0;
	padding: 0px;
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
}

.tus_mincart p {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
}

.tus_mincart h2 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	background-color: rgb(0, 0, 0, 0.8);
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 10px;
	border-radius: 100%;
	line-height: 20px
}

.tus_qtys {
	margin: 8px 0 4px 0;
	padding: 3px 4px;
	width: 100%;
	font-size: 13px;
	border: solid 1px #ccc
}

.tus_updte {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	font-weight: 500
}

.tus_totlas {
	margin: 5px 0 15px 0;
	padding: 0px;
	background-color: #ccc;
}

.tus_totlas h5 {
	margin: 0px;
	padding: 15px 10px;
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	text-align: center
}

.tus_bskempt {
	margin: 20px auto 40px auto;
	padding: 0px;
	text-align: center
}

.tus_bskempt h6 {
	margin: 0px 0 10px 0;
	padding: 15px 10px;
	color: #000;
	font-size: 20px;
	text-align: center
}

.tus_bskempt a {
	margin: 0px;
	padding: 10px 20px;
	background-color: #ccc;
	font-size: 16px;
	text-transform: capitalize;
	color: #000;
	border-radius: 2em;
	transition: 0.8s
}

.tus_bskempt a:hover {
	background-color: #c8c8c8;
	color: #fff;
}

.tus_cartfrm {
	margin: 0px 0 15px 0;
	padding: 20px 25px;
	background-color: #fff;
	border: solid 1px #eee;
}

.tus_cartfrm h4 {
	margin: 0px 0 5px 0;
	padding: 0px;
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 550
}

.yourCart {
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	padding: 15px;
	background: #ccc;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 5px
}

.cartProduct {
	margin: 0px;
	padding: 10px 10px;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	position: relative
}

.cartProduct:last-child {
	margin-bottom: 5px;
	margin-top: 5px;
}

.cartPdctImage {
	position: relative;
	margin: 0px;
	padding: 0px;
}

.cartPdctImage img {
	margin: 0px;
	padding: 0px;
	height: 110px;
	border: solid 1px #ccc
}

.cartPdctName {
	padding: 0px;
	color: #333;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold
}

.cartPdctArt {
	padding: 0px;
	color: #333;
	font-size: 15px;
	font-weight: 450
}

.cartPdctSize {
	padding: 5px 0 10px;
	color: #333
}

.cartQuantity {
	font-weight: 400;
	color: #333;
	width: 50%;
	border: solid 1px #ccc;
	padding: 6px 5px;
	text-align: center;
	font-size: 15px;
	margin-top: 15px
}

.cartSubmit {
	margin: 10px 0;
	background: #000;
	border: none;
	padding: 7px 20px;
	font-size: 14px;
	color: #fff
}

.cartRemove {
	margin: 10px 0;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

.cartRemove:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000
}

.cartPdctPrice {
	padding: 20px;
	text-align: right;
	color: #fa5400
}

.summery {
	background: #eee;
	margin-bottom: 40px;
}

.summeryTxt {
	padding: 20px;
	color: #000;
	font-size: 15px;
	border-bottom: #000 1px solid;
}

.summeryTotal {
	padding: 10px 25px;
	color: #000;
	font-size: 15px;
	border-bottom: #000 1px solid;
	text-transform: uppercase;
	font-weight: 500
}

.summeryTotal>span {
	float: right
}

.summeryOr {
	color: #ffffff;
	font-size: 16px;
	text-align: center
}

.cartSend {
	padding: 15px 0;
	text-align: center
}

.cartSend>a {
	padding: 8px 10px;
	color: #ffffff;
	font-size: 14px;
	text-transform: capitalize;
	background: #333;
	display: inline-block;
	border-radius: 3px;
	font-weight: 400;
	text-decoration: none;
	transition: 0.8s
}

.cartSend>a:hover {
	background: #000;
	text-decoration: none;
	color: #fff
}

.cartAddMore {
	padding: 15px 30px;
	border-top: #333 1px solid;
	text-align: center
}

.cartAddMore>a {
	padding: 10px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	background: #333;
	display: block;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none
}

.cartAddMore>a:hover {
	background: #fff;
	text-decoration: none;
	color: #000
}

.cartBasketEmpty {
	padding: 60px 20px;
	color: #fff;
	font-size: 25px;
	background: #666;
	text-align: center;
	margin: 20px 0 40px;
	width: 100%
}

.tus_minbskt {
	margin: 0px 0 5px 0;
	padding: 0px;
	background-color: #ccc;
}

.tus_minbskt h3 {
	margin: 0px;
	padding: 13px 0;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
}

.cartRemoveupd {
	margin: 10px 0 0 15px;
	padding: 0px;
	background-color: transparent;
	border: none;
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
}

.cartRemovebsk {
	margin: 0px 0 0px 18px;
	padding: 0px;
	color: #000;
	font-size: 25px;
	text-align: center;
	position: relative;
	top: 25px;
	transition: 0.8s
}

.cartRemovebsk:hover {
	color: #c8c8c8;
}

.cartQuantitymb {
	margin: 0px 0 10px 0;
	padding: 0px 6px;
	width: 25%;
	border: solid 1px #ccc;
}

.cartRemovemb {
	margin: 0px;
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	text-align: center;
	border: none;
	transition: 0.8s
}

.cartRemovemb:hover {
	background-color: #c8c8c8;
	color: #fff;
}

.sitemap_cate {
	margin: 0px 0 20px 0;
	padding: 0px;
}

.sitemap_cate h4 {
	margin: 0px 0 10px 0;
	padding: 0px 0 5px 0;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: solid 1px #999;
}

.sitemap_cate p {
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	font-size: 16px;
	color: #666;
}

.sitemap_cate p:hover {
	color: #c8c8c8;
	text-decoration: none;
}

.sitem_menu {
	margin: 0px 0 15px 0;
	padding: 0px;
	text-align: center
}

.sitem_menu ul {
	margin: 0px;
	padding: 0px;
}

.sitem_menu ul li {
	margin: 0px 10px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

.sitem_menu ul li a {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
}

.sitem_menu ul li a:hover {
	color: #c8c8c8;
	text-decoration: none;
}

#tus_margin {
	margin: 0px;
	padding: 0px;
}

.tus_mobile {
	margin: 0px;
	padding: 5px 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #333;
}

.tus_mblogo {
	margin: 0px;
	padding: 0px 5px;
}

.tus_mblinks {
	margin: 0px;
	padding: 0px;
	position: relative
}

.tus_mblinks a {
	margin: 0px 0px;
	padding: 7px 9px 5px 9px;
	color: #fff;
	font-size: 16px;
	border: solid 1px #fff;
}

.tus_mbnav {
	margin: 0px;
	padding: 25px 10px 15px 10px;
	width: 80%;
	position: fixed;
	background-color: #fff;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 3434349;
	overflow-y: scroll;
}

.tus_mbnav a {
	margin: 0px;
	padding: 5px 0 5px 0;
	display: block;
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	transition: 0.8s;
	border-bottom: solid 1px #eee;
	font-weight: 400
}

.tus_mbnav a:hover {
	color: #c8c8c8;
}

.tus_mbnav a i {
	margin: 5px 15px 0 0;
	padding: 0px;
	font-size: 12px;
	float: right;
}

.tus_close {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 25px
}

.tus_close a {
	margin: 0px;
	padding: 0px 6px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
}

.tus_close2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 25px
}

.tus_close2 a {
	margin: 0px;
	padding: 0px 6px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
}

.tus_popsearch {
	margin: 0px;
	padding: 60px 20px 20px 20px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 34343499
}

.tus_mbsrch {
	margin: 0px;
	padding: 8px 10px;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	border: none
}

.tus_mbsbmsrch {
	margin: -38px 0 0 0;
	padding: 8.5px 12px;
	background-color: #999;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	float: right;
	position: relative;
	border: none;
}

.tus_close3 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 25px
}

.tus_close3 a {
	margin: 0px;
	padding: 5px 12px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	border-radius: 100%
}

.tus_close4 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 10px
}

.tus_close4 a {
	margin: 0px;
	padding: 0px;
	color: #000 !important;
	font-size: 22px !important;
	border: none !important
}

.tus_mblogo img {
	margin: 0px 0 5px 0;
	padding: 0px;
	height: 55px
}

.tus_gallery {
	margin: 0px 0 15px 0;
	padding: 0px;
	position: relative;
	overflow: hidden
}

.tus_gallery img {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: auto;
}

.tus_gallery h4 {
	margin: 0px;
	padding: 8px 0;
	color: #000;
	font-size: 17px;
	text-transform: capitalize;
	border-bottom: solid 1px #ccc;
	font-weight: 600
}

.tus_gallery:before {
	content: '';
	position: absolute;
	background-color: rgb(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.8s;
	opacity: 0
}

.tus_gallery:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 100px solid #c8c8c8;
	border-left: 120px solid transparent;
	bottom: 0;
	right: -100%;
	transition: 0.8s;
}

.tus_gallery i {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 25px;
	position: absolute;
	bottom: 5%;
	right: 4%;
	z-index: 1;
	transition: 0.8s;
	opacity: 0;
	transition-delay: 0.2s
}

.tus_gallery:hover:before {
	opacity: 1;
}

.tus_gallery:hover:after {
	right: 0;
}

.tus_gallery:hover i {
	opacity: 1;
}

.cate {
	margin: 0px;
	padding: 0px;
	position: relative;
	padding-top: 3%;
}

.swiper-next {
	margin: 0px;
	padding: 0px;
	color: #c8c8c8;
	font-size: 20px;
	position: absolute;
	top: 45%;
	right: -105%;
	z-index: -1
}

.swiper-prev {
	margin: 0px;
	padding: 0px;
	color: #c8c8c8;
	font-size: 20px;
	position: absolute;
	top: 45%;
	left: -7%;
	z-index: -1
}

/* testmonial */
.testsection {
	/* background: #f0f2f4; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: 100vh; */
	padding: 2.5em 0;
}

.testimonial-card {
	/* background: #f0f2f4; */
	display: flex;
	width: 800px;
	min-height: 280px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

/* LEFT SIDE */
.left-panel {
	flex: 1;
	padding: 40px 36px 36px 36px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.label {
	font-size: 12px;
	color: #555;
	margin-bottom: 6px;
	font-weight: 400;
}

.heading {
	font-size: 28px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 18px;
}

.review-text {
	font-size: 12.5px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 24px;
	flex: 1;
}

.author-block {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.quote-icon {
	background: #1d4b8f;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.quote-icon svg {
	fill: white;
	width: 20px;
	height: 20px;
}

.author-info .name {
	font-weight: 700;
	font-size: 18px;
	color: #1d4b8f;
}

.author-info .title {
	font-size: 12px;
	color: #666;
}

.divider {
	display: flex;
	gap: 4px;
	margin-top: 4px;
}

.divider span {
	height: 3px;
	border-radius: 2px;
	display: block;
}

.divider .d1 {
	width: 40px;
	background: #1d4b8f;
}

.divider .d2 {
	width: 30px;
	background: #4caf50;
}

/* Navigation dots */
.nav-dots {
	display: flex;
	gap: 6px;
	margin-top: 14px;
}

.nav-dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
	transition: background 0.3s;
}

.nav-dots span.active {
	background: #1d4b8f;
}

/* Slider arrows */
.slider-arrows {
	display: flex;
	gap: 8px;
	margin-top: 14px;
}

.arrow-btn {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #1d4b8f;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s;
	flex-shrink: 0;
}

.arrow-btn:hover {
	background: #1d4b8f;
}

.arrow-btn:hover svg {
	fill: white;
}

.arrow-btn svg {
	fill: #1d4b8f;
	width: 14px;
	height: 14px;
	transition: fill 0.25s;
}

/* RIGHT SIDE */
.right-panel {
	width: 340px;
	position: relative;
	overflow: hidden;
}

/* Big green chevron */
/* .chevron-bg {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 240px;
    height: 120%;
    background: #4caf50;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 30% 100%, 0% 50%);
    z-index: 0;
  } */
.chevron-bg {
	position: absolute;
	right: -5px;
	top: -10px;
	width: 240px;
	height: 396px;
	background: #4caf50;
	/* clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 30% 100%, 0% 50%); */
	z-index: 0;
	clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
	aspect-ratio: 3 / 2;
	--p: 50px;
}

/* Dark blue triangle */
.triangle-bg {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 118px;
	height: 230px;
	background: #1d4b8f;
	clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
	z-index: 1;
}

/* Main center avatar */
.avatar-main {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-60%, -50%);
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 5px solid white;
	overflow: hidden;
	z-index: 3;
	background: #ddd;
}

.avatar-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Small avatars */
.avatar-sm {
	position: absolute;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 3px solid white;
	overflow: hidden;
	z-index: 4;
	background: #ccc;
}

.avatar-sm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.av1 {
	top: 10px;
	right: 75px;
}

.av2 {
	top: 40px;
	right: -5px;
}

.av3 {
	bottom: 40px;
	left: 30px;
}

.av4 {
	bottom: 10px;
	right: 20px;
}

/* Loading state */
.loading-overlay {
	position: absolute;
	inset: 0;
	background: rgba(240, 242, 244, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	border-radius: 4px;
}

.spinner {
	width: 32px;
	height: 32px;
	border: 3px solid #ddd;
	border-top-color: #1d4b8f;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.fade-in {
	animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Categaries */
.cat-name {
	text-align: center;

	p {
		margin: 0;
		padding: 0;
		text-transform: capitalize;
	}

	h2 {
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		font-weight: 600;
	}
}

.slider-section {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.swiper {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	background: #fff;
}

.swiper-slide {
	display: flex;
}

/* LEFT CONTENT */

.slide-content {
	width: 55%;
	/* background:#efefef; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 40px;
}

.content-inner {
	width: 100%;
	max-width: 500px;
	position: relative;
}

.content-inner h1 {
	font-size: 36px;
	font-weight: 800;
	color: #111;
	margin-bottom: 40px;
	text-transform: uppercase;
	line-height: 1.2;
}

.green-box {
	background: #5ca34e;
	color: #fff;
	padding: 35px 50px;
	position: relative;
	z-index: 2;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
}

/* BLACK STRIP */

.nav-strip {
	position: absolute;
	top: 78%;
	left: -40px;
	width: calc(100% + 80px);
	height: 95px;
	background: #000;
	transform: translateY(-50%);
	z-index: 1;
}

/* CUSTOM SWIPER BUTTONS */

.custom-prev,
.custom-next {
	position: absolute;
	color: #fff;
	width: 60px;
	height: 95px;
	top: 79%;
	transform: translateY(-50%);
	margin-top: 0;
	z-index: 3;
	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-prev::after,
.custom-next::after {
	font-size: 22px;
	font-weight: bold;
}

.custom-prev::after {
	content: "←";
}

.custom-next::after {
	content: "→";
}

.custom-prev {
	left: -48px;
}

.custom-next {
	right: -48px;
}

/* RIGHT IMAGE */

.slide-image {
	width: 45%;
	height: 550px;
}

.slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* =========================
       TABLET RESPONSIVE
    ========================= */

@media (max-width: 991px) {

	.slider-section {
		min-height: auto !important;
		padding: 20px !important;
	}

	.swiper-slide {
		flex-direction: column !important;
	}

	.slide-content,
	.slide-image {
		width: 100% !important;
	}

	.slide-content {
		padding: 60px 25px 120px !important;
	}

	.slide-image {
		height: 400px !important;
	}

	.content-inner {
		max-width: 100% !important;
	}

	.content-inner h1 {
		font-size: 38px !important;
		margin-bottom: 30px !important;
		line-height: 1.2 !important;
	}

	.green-box {
		padding: 30px !important;
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

	.nav-strip {
		top: auto !important;
		bottom: -40px !important;
		left: 0 !important;
		width: 100% !important;
		height: 80px !important;
		transform: none !important;
	}

	.custom-prev,
	.custom-next {
		top: auto !important;
		bottom: -40px !important;
		width: 50px !important;
		height: 80px !important;
		transform: none !important;
	}

	.custom-prev {
		left: 0 !important;
	}

	.custom-next {
		right: 0 !important;
	}
}

/* =========================
       MOBILE RESPONSIVE
    ========================= */

@media (max-width: 576px) {

	.slider-section {
		padding: 10px !important;
	}

	.slide-content {
		padding: 40px 15px 100px !important;
	}

	.content-inner h1 {
		font-size: 28px !important;
		margin-bottom: 20px !important;
	}

	.green-box {
		padding: 20px 15px !important;
		font-size: 13px !important;
		line-height: 1.5 !important;
	}

	.slide-image {
		height: 250px !important;
	}

	.nav-strip {
		height: 65px !important;
		bottom: -32px !important;
	}

	.custom-prev,
	.custom-next {
		width: 45px !important;
		height: 65px !important;
		bottom: -32px !important;
	}

	.custom-prev::after,
	.custom-next::after {
		font-size: 16px !important;
	}
}

/* Production Item */
.product-section {
	width: 100%;
	padding: 20px 5% !important;
}

/* TITLE */

.section-title {
	text-align: center;
	margin-bottom: 20px;
}

.section-title p {
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

.section-title h2 {
	/* font-size:40px; */
	font-weight: 600;
	color: #1b1b1b;
	text-transform: uppercase;
}

/* TOP NAVIGATION */

.top-bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 2px solid #444;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* CUSTOM BUTTONS */

.slider-prev,
.slider-next {
	width: 24px;
	height: 24px;
	background: #555;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
	margin-left: 5px;
	font-size: 12px;
	user-select: none;
}

.slider-prev:hover,
.slider-next:hover {
	background: #0b5c99;
}

/* SWIPER */

.swiper {
	width: 100%;
}

/* PRODUCT CARD */

.product-card {
	background: #fff;
	border: 4px solid #ddd;
	text-align: center;
	padding: 25px 20px;
	transition: 0.4s;
}

.product-card img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	margin-bottom: 20px;
	transition: 0.4s;
}

.product-card h3 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #333;
	transition: 0.4s;
}

.product-card p {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	transition: 0.4s;
}

.view-btn {
	display: inline-block;
	margin-top: 20px;
	background: #69b34c;
	color: #fff;
	padding: 10px 28px;
	text-decoration: none;
	font-size: 14px;
	transition: 0.4s;
}

/* HOVER EFFECT */

.product-card:hover {
	background: #0b5c99;
	border-color: #0b5c99;
	transform: translateY(-8px);
}

.product-card:hover h3,
.product-card:hover p {
	color: #fff;
}

.product-card:hover img {
	transform: scale(1.08) rotate(5deg);
}

.product-card:hover .view-btn {
	background: #69b34c;
}

/* RESPONSIVE */

@media(max-width:991px) {

	.section-title h2 {
		font-size: 32px;
	}

}

@media(max-width:576px) {

	.section-title h2 {
		font-size: 24px;
	}

	.product-card {
		padding: 20px 15px;
	}

}


/* value able customer */
.values-section {
	width: 100%;
	padding: 60px 20px;
}

.values-container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

/* LEFT SIDE */
.values-left {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px 25px;
}

.value-card {
	position: relative;
	padding: 45px 25px 30px;
	color: #fff;
	overflow: visible;
	min-height: 145px;
}

.value-card.green {
	background: #559b49;
	box-shadow: 8px 6px 0 #0f4f87;
}

.value-card.blue {
	background: #0f4f87;
	box-shadow: 8px 6px 0 #559b49;
}

.value-number {
	position: absolute;
	top: -16px;
	left: 12px;
	width: 36px;
	height: 36px;
	background: #d8d8d8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	color: #555;
}

.value-card h3 {
	font-size: 28px;
	margin-bottom: 12px;
	font-weight: 700;
}

.value-card p {
	font-size: 14px;
	line-height: 1.7;
	color: #f5f5f5;
}

/* RIGHT SIDE */
.values-right {
	flex: 1;
}

.small-heading {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
}

.main-heading {
	font-size: 52px;
	line-height: 1.2;
	color: #222;
	font-weight: 700;
	margin-bottom: 20px;
}

.main-heading span {
	color: #559b49;
}

.description {
	color: #666;
	line-height: 1.8;
	font-size: 15px;
	margin-bottom: 35px;
}

.right-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.person-img img {
	width: 280px;
	max-width: 100%;
	display: block;
}



.plus-circle {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #559b49;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 700;
}

.exp-text h2 {
	font-size: 52px;
	color: #0f4f87;
	line-height: 1;
}

.exp-text p {
	color: #666;
	font-size: 18px;
}

/* MOBILE RESPONSIVE */
@media(max-width:992px) {

	.values-container {
		flex-direction: column;
	}

	.values-left {
		width: 100%;
	}

	.values-right {
		width: 100%;
		text-align: center;
	}

	.right-bottom {
		justify-content: center;
	}



}

@media(max-width:768px) {

	.values-left {
		grid-template-columns: 1fr;
	}

	.main-heading {
		font-size: 38px;
	}

	.value-card h3 {
		font-size: 24px;
	}

	.exp-text h2 {
		font-size: 40px;
	}

	.person-img img {
		width: 220px;
		margin: auto;
	}

}

@media(max-width:480px) {

	.values-section {
		padding: 40px 15px;
	}

	.main-heading {
		font-size: 30px;
	}

	.description {
		font-size: 14px;
	}

	.value-card {
		padding: 40px 20px 25px;
	}

	.exp-text h2 {
		font-size: 34px;
	}

	.exp-text p {
		font-size: 15px;
	}

}

/* factory overview */

.factry-name {
	margin: 0;
	padding: 0;
	text-align: center;

	p {
		margin: 0;
		padding: 0;
	}

	h2 {
		font-weight: 600;
		text-transform: uppercase;
	}
}

 /*==========================
    AFAQ PROCESS SECTION
==========================*/

        .afaq-process {
            padding: 40px 20px;
            /*background: #f7f7f7;*/
            font-family: Arial, Helvetica, sans-serif;
        }

        .afaq-container {
            max-width: 1200px;
            margin: auto;
        }

        .afaq-heading {
            text-align: center;
            max-width: 760px;
            margin: auto;
            margin-bottom: 60px;
        }

        .afaq-badge {
            display: inline-block;
            padding: 8px 22px;
            background: #ececec;
            border: 1px solid #d7d7d7;
            border-radius: 50px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #444;
            margin-bottom: 22px;
        }

        .afaq-heading h2 {
            font-size: 47px;
            line-height: 1.15;
            color: #222;
            margin-bottom: 18px;
        }

        .afaq-heading p {
            color: #666;
            font-size: 16px;
            line-height: 1.8;
        }

        /* Grid */

        .afaq-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 22px;
            margin-bottom: 35px;
        }

        /* Card */

        .afaq-card {
            background: #fff;
            border: 1px solid #dcdcdc;
            border-radius: 14px;
            padding: 28px;
            transition: .35s;
            box-shadow: 0 6px 15px rgba(0, 0, 0, .05);
        }

        .afaq-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, .12);
        }

        .afaq-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            background: #555;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            border-radius: 10px;
            margin-bottom: 22px;
        }

        .afaq-card h4 {
            font-size: 19px;
            margin-bottom: 12px;
            color: #222;
        }

        .afaq-card p {
            font-size: 15px;
            color: #666;
            line-height: 1.8;
        }

        /* Bottom Box */

        .afaq-bottom {
            background: #fff;
            border: 1px solid #dcdcdc;
            border-radius: 14px;
            padding: 35px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, .05);
        }

        .afaq-bottom-text h3 {
            font-size: 28px;
            margin-bottom: 10px;
            color: #222;
        }

        .afaq-bottom-text p {
            color: #666;
            line-height: 1.8;
            max-width: 700px;
        }

        .afaq-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 16px 34px;
            background: #555;
            color: #fff;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: .3s;
            white-space: nowrap;
        }

        .afaq-btn:hover {
            background: #000;
        }

        /* Responsive */

        @media(max-width:992px) {

            .afaq-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .afaq-heading h2 {
                font-size: 38px;
            }

            .afaq-bottom {
                flex-direction: column;
                text-align: center;
            }

        }

        @media(max-width:576px) {

            .afaq-grid {
                grid-template-columns: 1fr;
            }

            .afaq-heading h2 {
                font-size: 30px;
            }

            .afaq-heading p {
                font-size: 15px;
            }

            .afaq-bottom {
                padding: 25px;
            }

            .afaq-bottom-text h3 {
                font-size: 22px;
            }

            .afaq-btn {
                width: 100%;
            }

        }

/* Services Section */














.haris-section{
padding:90px 20px;
}

.haris-container{
max-width:1240px;
margin:auto;
}

.haris-row{
display:grid;
grid-template-columns:470px 1fr;
gap:70px;
align-items:center;
}

.haris-left{
position:relative;
}

.haris-frame{
background:#ffffff;
padding:14px;
border-radius:16px;
border:2px solid #bdbdbd;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.haris-frame img{
width:100%;
display:block;
border-radius:10px;
}

.haris-small-title{
display:inline-block;
padding:8px 18px;
border:1px solid #bfbfbf;
border-radius:40px;
font-size:12px;
font-weight:700;
letter-spacing:1px;
background:#fff;
margin-bottom:24px;
}

.haris-heading{
font-size:40px;
line-height:1.08;
font-weight:800;
margin-bottom:24px;
}

.haris-text{
font-size:16px;
line-height:1.8;
color:#6d6d6d;
margin-bottom:36px;
max-width:760px;
}

.haris-service{
display:flex;
align-items:flex-start;
gap:22px;
background:#fff;
padding:22px 24px;
border-radius:18px;
margin-bottom:18px;
transition:.35s;
border:1px solid #ededed;
}

.haris-service:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.haris-icon{
width:62px;
height:62px;
background:#787878;
border-radius:16px;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:14px;
font-weight:700;
flex-shrink:0;
}

.haris-info h3{
font-size:24px;
margin-bottom:10px;
font-weight:700;
}

.haris-info p{
font-size:15px;
line-height:1.8;
color:#666;
margin-bottom:12px;
}

.haris-info a{
text-decoration:none;
font-size:14px;
font-weight:700;
color:#444;
}

.haris-info a:hover{
color:#000;
}

@media(max-width:1100px){

.haris-row{
grid-template-columns:1fr;
}

.haris-left{
max-width:500px;
margin:auto;
}

.haris-heading{
font-size:42px;
}

}

@media(max-width:768px){

.haris-section{
padding:60px 15px;
}

.haris-heading{
font-size:34px;
}

.haris-service{
padding:18px;
gap:16px;
}

.haris-icon{
width:54px;
height:54px;
}

.haris-info h3{
font-size:20px;
}

}

/* why choose us */

.karam-section{
    padding:30px 20px;
	 /*background:#fafafa;*/
}

.karam-container{
    max-width:1180px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.karam-content{
    flex:1;
}

.karam-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 16px;
    border:1px solid #999;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    margin-bottom:25px;
    background:#fff;
}

.karam-tag span{
    width:14px;
    height:14px;
    background:#444;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:8px;
}

.karam-title{
    font-size:40px;
    line-height:1.1;
    margin-bottom:25px;
    font-weight:700;
}

.karam-text{
    max-width:520px;
    color:#555;
    font-size:16px;
    line-height:1.8;
    margin-bottom:35px;
}

.karam-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.karam-card{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:14px;
    padding:24px;
    box-shadow:0 6px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.karam-card:hover{
    transform:translateY(-5px);
}

.karam-icon{
    width:28px;
    height:28px;
    background:#777;
    color:#fff;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    margin-bottom:18px;
}

.karam-card h4{
    font-size:17px;
    margin-bottom:12px;
    font-weight:700;
}

.karam-card p{
    font-size:14px;
    color:#666;
    line-height:1.7;
}

.karam-image-box{
    flex:0 0 420px;
    display:flex;
    justify-content:center;
}

.karam-image-frame{
    width:100%;
    border:1px solid #9d9d9d;
    border-radius:14px;
    padding:8px;
    background:#fff;
}

.karam-image-frame img{
    width:100%;
    display:block;
    border-radius:12px;
    border:2px solid #8c8c8c;
}

/* Responsive */

@media(max-width:991px){

    .karam-container{
        flex-direction:column;
    }

    .karam-image-box{
        width:100%;
        flex:unset;
    }

    .karam-title{
        font-size:40px;
    }

}

@media(max-width:576px){

    .karam-grid{
        grid-template-columns:1fr;
    }

    .karam-title{
        font-size:32px;
    }

    .karam-text{
        font-size:15px;
    }

}


/* Industries We Serve */



.hamza-section{
    padding:90px 20px;
     /*background:#ffffff;*/
}

.hamza-container{
    max-width:1180px;
    margin:auto;
}

.hamza-heading{
    text-align:center;
    margin-bottom:55px;
}

.hamza-tag{
    display:inline-block;
    padding:8px 18px;
    border:1px solid #cfcfcf;
    border-radius:30px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1.5px;
    color:#222;
    margin-bottom:20px;
    background:#f5f5f5;
}

.hamza-heading h2{
    font-size:40px;
    line-height:1.15;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

.hamza-heading p{
    max-width:640px;
    margin:auto;
    color:#555;
    font-size:15px;
    line-height:1.8;
}

.hamza-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.hamza-card{
    border:1px solid #d4d4d4;
    border-radius:16px;
    padding:30px;
    background:#fff;
    transition:.35s;
}

.hamza-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.hamza-line{
    display:block;
    width:28px;
    height:4px;
    border-radius:20px;
    background:#7d7d7d;
    margin-bottom:22px;
}

.hamza-card h3{
    font-size:22px;
    color:#222;
    margin-bottom:14px;
    font-weight:700;
}

.hamza-card p{
    color:#555;
    font-size:15px;
    line-height:1.8;
}

/* Tablet */

@media (max-width:991px){

    .hamza-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .hamza-heading h2{
        font-size:38px;
    }

}

/* Mobile */

@media (max-width:767px){

    .hamza-grid{
        grid-template-columns:1fr;
    }

    .hamza-heading h2{
        font-size:30px;
    }

    .hamza-card{
        padding:25px;
    }

    .hamza-section{
        padding:70px 15px;
    }

    .hamza-heading p{
        font-size:14px;
    }

}


/* globel export */

.sada{
    padding:30px 20px;
	/*background-color: #c8c8c8;*/
}

.sada-container{
    max-width:1140px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.sada-content{
    flex:1;
}

.sada-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#f3f3f3;
    border:1px solid #bfbfbf;
    border-radius:30px;
    padding:7px 18px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:22px;
}

.sada-dot{
    width:8px;
    height:8px;
    background:#777;
    border-radius:50%;
}

.sada-content h2{
    font-size:42px;
    line-height:1.1;
    color:#222;
    font-weight:700;
    margin-bottom:22px;
}

.sada-content p{
    font-size:16px;
    color:#555;
    line-height:1.8;
    max-width:560px;
    margin-bottom:28px;
}

.sada-country-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:35px;
}

.sada-country-list span{
    background:#fff;
    border-radius:30px;
    padding:10px 18px;
    font-size:14px;
    font-weight:600;
    color:#333;
    box-shadow:0 2px 6px rgba(0,0,0,.08);
}

.sada-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.sada-btn-dark,
.sada-btn-light{
    text-decoration:none;
    padding:15px 32px;
    border-radius:40px;
    font-weight:600;
    transition:.3s;
}

.sada-btn-dark{
    background:#666;
    color:#fff;
}

.sada-btn-dark:hover{
    background:#444;
}

.sada-btn-light{
    background:#fff;
    color:#333;
    border:1px solid #ddd;
}

.sada-btn-light:hover{
    background:#f2f2f2;
}

.sada-image{
    flex:1;
    display:flex;
    justify-content:center;
}

.sada-card{
    background:#fff;
    padding:10px;
    border-radius:18px;
    width:420px;
    border:2px solid #ddd;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.sada-card img{
    width:100%;
    height:430px;
    object-fit:cover;
    border-radius:14px 14px 0 0;
}

.sada-card-content{
    padding:18px;
}

.sada-card-content h4{
    font-size:18px;
    color:#222;
    margin-bottom:10px;
}

.sada-card-content p{
    color:#555;
    font-size:14px;
    line-height:1.7;
}

/* Responsive */

@media(max-width:992px){

.sada-container{
    flex-direction:column;
}

.sada-content h2{
    font-size:42px;
}

.sada-card{
    width:100%;
    max-width:450px;
}

}

@media(max-width:576px){

.sada{
    padding:60px 15px;
}

.sada-content h2{
    font-size:34px;
}

.sada-buttons{
    flex-direction:column;
}

.sada-btn-dark,
.sada-btn-light{
    text-align:center;
    width:100%;
}

.sada-country-list{
    gap:10px;
}

.sada-country-list span{
    font-size:13px;
    padding:9px 14px;
}

.sada-card img{
    height:320px;
}

}



/* modern manufacturing */
.mukarm{
    padding:90px 20px;
    /*background:#c8c8c8;*/
    font-family:Arial, Helvetica, sans-serif;
}

.mukarm-container{
    max-width:1100px;
    margin:auto;
}

.mukarm-heading{
    text-align:center;
    margin-bottom:55px;
}

.mukarm-badge{
    display:inline-block;
    padding:8px 18px;
    border:1px solid #cfcfcf;
    border-radius:30px;
    background:#fff;
    font-size:12px;
    font-weight:700;
    color:#555;
    letter-spacing:.5px;
    margin-bottom:22px;
}

.mukarm-heading h2{
    font-size:40px;
    font-weight:800;
    color:#222;
    line-height:1.15;
    margin:0 0 18px;
}

.mukarm-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:16px;
    line-height:1.7;
}

.mukarm-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.mukarm-card{
    position:relative;
    background:#fff;
    border-radius:18px;
    padding:28px;
    overflow:hidden;
    min-height:180px;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.mukarm-card::before{
    content:"";
    position:absolute;
    top:-45px;
    right:-45px;
    width:120px;
    height:120px;
    border-radius:50%;
    background:#f1f1f1;
}

.mukarm-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.mukarm-label{
    display:inline-block;
    background:#6b6b6b;
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:7px 12px;
    border-radius:6px;
    margin-bottom:18px;
    position:relative;
    z-index:2;
}

.mukarm-card h3{
    font-size:28px;
    color:#222;
    margin:0 0 12px;
    position:relative;
    z-index:2;
}

.mukarm-card p{
    color:#666;
    line-height:1.7;
    font-size:15px;
    position:relative;
    z-index:2;
}

.mukarm-wide{
    grid-column:span 1;
}

.mukarm-grid .mukarm-card:nth-child(4){
    grid-column:1 / 3;
}

.mukarm-grid .mukarm-card:nth-child(5){
    grid-column:3 / 4;
}

@media(max-width:991px){

    .mukarm-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .mukarm-grid .mukarm-card:nth-child(4),
    .mukarm-grid .mukarm-card:nth-child(5){
        grid-column:auto;
    }

    .mukarm-heading h2{
        font-size:38px;
    }
}

@media(max-width:767px){

    .mukarm{
        padding:70px 15px;
    }

    .mukarm-grid{
        grid-template-columns:1fr;
    }

    .mukarm-heading h2{
        font-size:30px;
    }

    .mukarm-card{
        min-height:auto;
        padding:24px;
    }

    .mukarm-card h3{
        font-size:24px;
    }
}

/* Faqs */
.zain{
    /*padding:90px 20px;*/
    padding: 20px 20px 90px 20px;
    /*background:#ffffff;*/
    font-family:Arial,Helvetica,sans-serif;
}

.zain-container{
    max-width:900px;
    margin:auto;
}

.zain-heading{
    text-align:center;
    margin-bottom:45px;
}

.zain-badge{
    display:inline-block;
    padding:6px 16px;
    border:1px solid #d4d4d4;
    border-radius:30px;
    font-size:11px;
    letter-spacing:2px;
    font-weight:700;
    color:#444;
    margin-bottom:18px;
    background:#f8f8f8;
}

.zain-heading h2{
    font-size:46px;
    line-height:1.1;
    color:#222;
    margin:0 0 15px;
    font-weight:800;
}

.zain-heading p{
    max-width:650px;
    margin:auto;
    color:#666;
    font-size:15px;
    line-height:1.7;
}

.zain-faq{
    margin-top:40px;
}

.zain-item{
    border:1px solid #ddd;
    border-radius:16px;
    margin-bottom:16px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 3px 10px rgba(0,0,0,.04);
}

.zain-question{
    width:100%;
    padding:22px 25px;
    border:none;
    background:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size:16px;
    font-weight:700;
    color:#222;
    text-align:left;
}

.zain-icon{
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid #ccc;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
    background:#fafafa;
}

.zain-answer{
    max-height:0;
    overflow:hidden;
    transition:.35s;
    padding:0 25px;
    color:#666;
    line-height:1.8;
}

.zain-answer p{
    margin:20px 0;
}

.zain-item .zain-answer{
    padding-bottom:0;
}

.zain-item .zain-answer[style]{
    padding-bottom:20px;
}

.zain-cta{
    margin-top:80px;
    background:#d9d9d9;
    border:2px solid #9f9f9f;
    border-radius:18px;
    text-align:center;
    padding:70px 40px;
    position:relative;
}

.zain-cta:before{
    content:"";
    position:absolute;
    inset:8px;
    border:1px solid #999;
    border-radius:14px;
    pointer-events:none;
}

.zain-cta h2{
    font-size:48px;
    line-height:1.15;
    margin:20px 0;
    color:#222;
    font-weight:800;
}

.zain-cta p{
    max-width:720px;
    margin:0 auto 35px;
    color:#555;
    line-height:1.8;
    font-size:15px;
}

.zain-btns{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.zain-btn-dark,
.zain-btn-light{
    text-decoration:none;
    padding:15px 28px;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    transition:.3s;
}

.zain-btn-dark{
    background:#222;
    color:#fff;
}

.zain-btn-dark:hover{
    background:#000;
}

.zain-btn-light{
    background:#fff;
    color:#222;
    border:1px solid #ccc;
}

.zain-btn-light:hover{
    background:#f4f4f4;
}

@media(max-width:768px){

    .zain{
        padding:60px 15px;
    }

    .zain-heading h2,
    .zain-cta h2{
        font-size:34px;
    }

    .zain-question{
        font-size:15px;
        padding:18px;
    }

    .zain-cta{
        padding:45px 20px;
    }

    .zain-btns{
        flex-direction:column;
    }

    .zain-btn-dark,
    .zain-btn-light{
        width:100%;
    }

}

/* Footer */

    .lody{
    background:#555;
    padding:60px 0 30px;
    font-family:Arial, Helvetica, sans-serif;
}

.lody-container{
    width:1200px;
    max-width:95%;
    margin:auto;
    display:flex;
    gap:30px;
}

.lody-about{
    width:360px;
    background:#6a6a6a;
    border-radius:12px;
    padding:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.lody-logo{
    width:120px;
    height:55px;
    background:#fff;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.lody-logo img{
    max-width:90%;
    max-height:90%;
}

.lody-about h2{
    color:#fff;
    font-size:32px;
    margin-bottom:15px;
}

.lody-about p{
    color:#ededed;
    line-height:1.8;
    font-size:15px;
    margin-bottom:25px;
}

.lody-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:30px;
}

.lody-tags span{
    background:#ececec;
    color:#444;
    font-size:11px;
    padding:7px 14px;
    border-radius:30px;
    font-weight:700;
}

.lody-btn{
    display:inline-block;
    background:#fff;
    color:#333;
    padding:14px 30px;
    border-radius:40px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.lody-btn:hover{
    background:#222;
    color:#fff;
}

.lody-links{
    flex:1;
    background:#6a6a6a;
    border-radius:12px;
    padding:35px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:35px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.lody-column h4{
    color:#fff;
    font-size:14px;
    margin-bottom:18px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(255,255,255,.2);
}

.lody-column ul{
    margin:0;
    padding:0;
    list-style:none;
}

.lody-column ul li{
    margin-bottom:12px;
}

.lody-column ul li a{
    color:#ededed;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.lody-column ul li a:hover{
    color:#fff;
    padding-left:5px;
}

.lody-column p{
    color:#ececec;
    font-size:14px;
    line-height:1.8;
    margin-bottom:18px;
}

.lody-column strong{
    color:#fff;
}

.lody-social{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.lody-social a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#fff;
    color:#555;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:16px;
    transition:.3s;
}

.lody-social a:hover{
    background:#222;
    color:#fff;
}

.lody-strip{
    width:1200px;
    max-width:95%;
    margin:25px auto;
    background:#707070;
    color:#fff;
    border-radius:40px;
    padding:18px 25px;
    text-align:center;
    font-size:12px;
    letter-spacing:.5px;
}

.lody-bottom{
    width:1200px;
    max-width:95%;
    margin:auto;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,.25);
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.lody-bottom p{
    color:#fff;
    font-size:13px;
}

.lody-policy{
    display:flex;
    gap:25px;
}

.lody-policy a{
    color:#fff;
    text-decoration:none;
    font-size:13px;
}

.lody-policy a:hover{
    text-decoration:underline;
}

@media(max-width:991px){

    .lody-container{
        flex-direction:column;
    }

    .lody-about{
        width:100%;
    }

    .lody-links{
        grid-template-columns:repeat(2,1fr);
    }

    .lody-bottom{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }

}

@media(max-width:576px){

    .lody-links{
        grid-template-columns:1fr;
    }

    .lody-policy{
        flex-wrap:wrap;
        justify-content:center;
        gap:12px;
    }

    .lody-strip{
        font-size:11px;
        line-height:1.8;
    }

}