body {
	overflow-x: hidden;
}

.banner-image {
	width: 100%;
	height: 600px;
	/* Adjust as needed */
}

.banner-image .swiper-slide {
	padding: 0;
}

.banner-image .swiper-pagination {
	z-index: 9
}

.viw-more {
    background: #EF262C;
    color: #fff;
    padding: 8px 30px;
    margin: 6px 0 0 0;
    border-radius: 0px 8px 0px 8px;
    display: inline-block;
	transition: background-color 0.4s ease-in-out, border-radius 0.4s ease-in-out;
}

.viw-more:hover{
    background: #000;
    color: #fff;
    border-radius: 8px 0px 8px 0px;
	transition: background-color 0.4s ease-in-out, border-radius 0.4s ease-in-out;
}

.banner-slidr {
	width: 100%;
	background: none;
	background-size: cover !important;
	background-repeat: no-repeat;
/* 	background-image: url('http://sharkk.quickdemo.in/wp-content/uploads/2025/02/slider-bg.webp') !important; */
	height: 600px;
	position: relative;
}

.content-box {
	max-width: 530px;
	position: absolute;
	width: 100%;
	top: 140px;
	left: 88px;
	text-align: left;
}

.content-box h3 {
	font-family: "quintus bold", Sans-serif;
	font-size: 41px;
	font-weight: 600;
	color: #182843;
}

.content-box h2 {
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
}

.content-box p {
	color: #000000;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.banner-box {
	display: flex;
	max-width: 350px;
	justify-content: space-between;
	margin-top: 20px;
}

.leran-btn {
            background-color: #EF262C;
            font-family: "Poppins", Sans-serif;
            font-size: 18px;
            font-weight: 500;
            border-radius: 0px 8px 0px 8px;
            padding: 15px 30px;
            color: #fff;
            text-decoration: none;
            display: inline-block;
            position: relative;
            overflow: hidden;
            transition: background-color 0.4s ease-in-out, border-radius 0.4s ease-in-out;
        }
.leran-btn:hover {
 border-radius: 20px 0px 20px 0px; 
background-color: #000;
color:#fff
}



.get-btn {
            background-color: #000;
            font-family: "Poppins", Sans-serif;
            font-size: 18px;
            font-weight: 500;
            border-radius: 0px 8px 0px 8px;
            padding: 15px 30px;
            color: #fff;
            text-decoration: none;
            display: inline-block;
            position: relative;
            overflow: hidden;
            transition: background-color 0.4s ease-in-out, border-radius 0.4s ease-in-out;
}

.get-btn:hover {
 border-radius: 20px 0px 20px 0px; 
background-color: #EF262C;
color:#fff
}


.packages-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* Three equal columns */
	gap: 30px;
	margin-top: 40px;
}

.card {
	background: white;
	border-radius: 0px 30px 0px 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	text-align: left;
	padding: 20px;
	position: relative;
}

.card img {
	width: 100%;
	height: auto;
	display: block;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.card-content {
	padding: 0px;
}

.card h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}

.card ul {
	list-style: none;
	text-align: left;
	padding-left: 0px;
	margin-bottom: 15px;
}

.card ul li {
	font-size: 14px;
	padding: 5px 0;
	display: flex;
	align-items: center;
}

.card ul li::before {
	content: "✔";
	color: #ffffff;
	font-size: 10px;
	margin-right: 8px;
	width: 15px;
	height: 15px;
	background: #ff2c00;
	border-radius: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.explore {
	color: red;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	margin-left: auto;
	display: flex;
	justify-content: end;
}

.explore::after {
	content: "→";
	margin-left: 5px;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

.image-box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 0px 30px 0px 30px;
	margin-bottom:30px;
}

.image-box img {
	max-width: 100%;
	height: 100%;
	border-radius: 0px 30px 0px 30px;
	object-fit: cover;
}

.swiper-container {
	width: 100%;
	margin: auto;
	padding: 40px 0;
	position: relative;
	overflow: hidden
}

.product-title {
	font-size: 17px;
}

.product-title a {
	color: #001224 !important;
}

.product-image {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
}

.product-image img {
	height: 200px;
}

.product-slide p {
	color: #001224;
	font-size: 14px;
	font-style: italic;
	padding: 0px 20px;
}

.swiper-slide-activep {
	transform: scale(1.1);
	background: #253b5c !important;
	border-radius: 20px 20px 0px 20px;
}

.swiper-slide-activep .product-slide p {
	color: #fff;
}

.swiper-slide-activep .product-title a {
	color: #fff !important;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

/* Custom Navigation Buttons */
.all_product .swiper-button-next,
.all_product .swiper-button-prev {
	/* Fix: Ensure both selectors are inside .all_product */
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 20px;
	border: #001224 1px solid;
}


.all_product .swiper-button-next::after,
.all_product .swiper-button-prev::after {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

/* Position Navigation Arrows */
.all_product .swiper-button-prev {
	left: -60px;
}

.all_product .swiper-button-next {
	right: -60px;
}

.d-flexx {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.subscribe-box {
	display: flex;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	max-width: 400px;
	width: 100%;
	justify-content: space-between;
}

.subscribe-box input {
	flex: 1;
	border: none;
	padding: 15px;
	font-size: 16px;
	outline: none;
}

.sub {
	display: inline-block;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #ef262c;
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	/* border-radius: 3px; */
	transition: all .3s;
}

.subscribe-box button:hover {
	background: #c9171d;
}




/* =======product single page css=======*/
.product-page {
	max-width:1200px;
	width: 100%;
	margin: 40px auto;
	background: #fff;
	padding: 10px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.product-image-detail {
    flex: 1;
    min-width: 45%;
    border-right: #e3dddd 1px solid;
    /* border-radius: 15px; */
    padding: 0px 20px 0 0;
}

.product-image-detail img {
	width: 100%;
	border-radius: 8px;
	display: block;
	height:350px;
	object-fit: cover;
}

.product-info {
	flex: 1;
	min-width: 50%;
	display: flex;
	flex-direction: column;
}

h1 {
	font-size: 26px;
	color: #333;
	margin-bottom: 10px;
}

.product-description {
	font-size: 16px;
	color: #555;
	line-height: 1.6;
}

.price-category {
	font-size: 22px;
	color: #EF262C;
	margin: 15px 0;
}

.enquery-btn {
    background-color: #EF262C;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px 8px 0px 8px;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
	max-width: 180px;
    transition: background-color 0.4s ease-in-out, border-radius 0.4s ease-in-out;

}

.enquery-btn:hover {
	background: #000;
	 color: #fff;
	 transition: background-color 0.4s ease-in-out, border-radius 0.4s ease-in-out;
}

.container-warp {
    max-width: 1200px;
    margin: auto;
    display: flex;
}


.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    padding: 20px;
}

.product-card {
    width: calc(33.33% - 20px);
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    min-width: 250px!important;
}


.sideleft-panel {
    max-width: 300px;
    width: 100%;
}

.category-products-page{
    padding:40px 0;
}
.product-card h3 {
    font-size: 17px;
    color: #000;
}

.sub-list{
    padding:0 0 0 15px;
}

.sub-list li {
    list-style: none;
    border-bottom: #283e5f 1px solid;
}

.sub-list li a {
    color: #ffffff;
    padding: 8px 0px;
    display: block;
}



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

.sidectegory {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding:8px;
    margin-top: 20px;
    background: #273d5f;
    /* height: 100%; */
    border-radius: 10px;
}

.packages-content-home{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}



.sidectegory .category-title {
    padding: 10px;
    /* background: #273d5f; */
    color: #ffffff;
    border-bottom: #2c466e 1px solid;
    font-size: 20px;
    /* border-radius: 6px; */
}

.category-title a{
  color: #ffffff;  
}

.product-info h1{
    color: #111;
    font-weight:600;
}

.custom-table {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #ddd;
        }
        .custom-table th, .custom-table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        .custom-table th {
            background-color: #f5f5f5;
            font-weight: normal;
        }



.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    cursor: pointer;
}

.thumb-slider {
    margin-top: 10px;
}

.thumb-slider .swiper-slide {
    width: 100px;
    opacity: 0.6;
    cursor: pointer;
}

.thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}
.product-image-detail .swiper-container{
	padding-top:0!important;
	padding-bottom:0!important;
}

.product-image-detail .swiper-slide img{
	height:400px;
}

.thumb-slider .swiper-wrapper{
	display:flex;
	justify-content:center;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
	gap:15px;
}

.thumbnail-container .thumbnail{
	height:100px;
	width:100px;
}
.thumbnail-container .thumbnail.active {
    border: 2px solid #ff0000; /* Active thumbnail border */
}

.wpcf7-form-control.wpcf7-textarea.message2 {
    height: 100px;
    margin-bottom:20px;
}

#popmake-1029 input{
    margin-bottom:20px;
}

.en-btn {
    background-color: #EF262C;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    transition-duration: 0.5s;
    border-radius: 15px;
    padding: 15px 30px 15px 30px;
    max-width: 170px;
    margin: auto;
    display: flex;
    color: #ffffff;
}

.releted-list-product{
    text-align:center;
    padding:40px 0;
    width:100%;
}

.related-products-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.related-product-item{
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    transition: 0.3sease-in-out;
}

.related-product-item img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.related-product-item h3 {
    font-size: 17px;
    color: #000;
}

/* =======end product single page css=======*/

/* Responsive Adjustments */

/* Responsive for smaller screens */
@media (max-width: 900px) {
	.container {
		grid-template-columns: repeat(2, 1fr);
		/* Two columns for tablets */
	}
	.banner-slidr{
    height: 405px;
}
.banner-image {
    height: auto;
}	
}

@media (max-width: 768px) {
	.all_product .swiper-button-prev {
		left: 0px;
	}

	.all_product .swiper-button-next {
		right: 0px;
	}
	.thumbnail-container .thumbnail {
    height: 60px;
    width: 60px;
}
.product-card {
    width: calc(50% - 20px);
}
.category-products-page {
    padding: 40px 0px 40px 10px;
}
.related-products-grid {
    grid-template-columns: repeat(2, 1fr);
}
.packages-content {;
    grid-template-columns: repeat(2, 1fr);
    padding:20px;
}
	
}






@media (max-width: 600px) {
	.container {
		grid-template-columns: 1fr;
		/* One column for mobile */
	}
	.content-box {
    top: 50px;
    left: 0px;
    padding: 20px;
}
.banner-slidr {
    height: 202px;
}	
.banner-image {
    width: 100%;
    height: 300px;
}
.packages-content{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.all_product .swiper-button-next {
    right: 10px;
}
.all_product .swiper-button-prev {
    left: 10px;
}
.popular-bg:after {
    top: -47px!important;
    left: -29px!important;
    width: 85px!important;
}
.container-warp {
    display: flex;
    flex-direction: column;

}

.sidectegory {
    margin-top: 0;
}

.sideleft-panel {
    margin: 0px auto;
     max-width: 330px;
}
.products-list {
    flex-direction: row;
    justify-content: center;
}
.product-card {
    width: calc(100% / 2 - 20px);;
    padding: 5px;
}
.thumbnail-container .thumbnail {
    height: 70px;
    width: 70px;
}

.product-image-detail {
    border-right: #e3dddd 0px solid;
    padding: 0px 0px 0 0;
}
.packages-content-home {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
 
}

.related-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  
}

.leran-btn {
    font-size: 16px;
}
.get-btn {
    font-size: 16px;
}

.content-box h2 {
    font-size: 24px;
}
.content-box h3 {
    font-size: 36px;
}
.content-box p {
    font-size: 15px;
}

}