/* Banner    */

.banner_content {
	color: #fff;
	margin-bottom: 94px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    height: 100% ;
}

.banner_content h6 {
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-weight: 400;
}

.banner_content h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
}

.banner_content p {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0px 20px;
}

.owl-carousel .owl-nav button {
	height: 50px;
	width: 50px;
	background-color: #0000004d !important;
	line-height: 54px;
	text-align: center;
	font-size: 30px !important;
	color: #ffffff !important;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
}

.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 30px;
}
.hero-text{
	text-align: center;
}

.subtitle {
font-weight: 700;
text-transform: uppercase;
letter-spacing: 5px;
/* font-size: 15px; */
}

h2{
font-family: 'Playfair Display', serif;
}
.hero-text p.subtitle{
color: #F2C12E;

}

.hero-text h2 {
/* font-size: 50px; */
font-weight: 700;
line-height: 1.3;
color: #fff;
}
.hero-btns {
margin-top: 35px;
}

.hero-btns a.btn-outlined {
margin-left: 15px;
}
a.boxed-btn {
font-family: 'Poppins', sans-serif;
display: inline-block;
background-color: #F2C12E;
color: #fff;
border: 2px solid transparent;
padding: 7px 20px;
border-radius: 50px;
}

a.btn-outlined {
font-family: 'Poppins', sans-serif;
display: inline-block;
color: #fff;
border: 2px solid #F2C12E;
padding: 7px 20px;
border-radius: 50px;
}

a.boxed-btn:hover {
background-color: transparent;
color: #F2C12E;
border-color: #F2C12E;
}


a.btn-outlined:hover {
background-color: #F2C12E;
color: #fff;
}
.category-hero{
min-height: 300px ;
display: flex;
align-items: center;
justify-content: center;
}
.item {
	height: 530px;
	background-size: cover;
	background-position: center center;
}
/* Banner End */

    /* Listing Area  */
    .category-heading {
    width: 100%;
    padding: 60px 20px;
    background-color: #f9f9f9; 
    text-align: center;
}

.category-heading-title {
    margin-bottom: 40px;
    padding: 0 20px;
}

.category-heading-subtitle {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.category-heading-subtitle::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #ff6600; 
    margin: 10px auto 0;
    border-radius: 2px;
}

.category-heading-description {
    font-size: 20px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.category-heading-subtitle:hover::after {
    width: 80px;
    transition: width 0.3s ease-in-out;
}


/* End listing area  */
    
/* Category */
.category-hero {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.category-hero-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 15px;
    border-radius: 8px;
}

.category-hero-content {
    max-width: 800px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.category-hero-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.category-hero-description {
    font-size: 18px;
    margin-bottom: 30px;
}

.category-hero-btn {
    padding: 12px 30px;
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.category-hero-btn:hover {
    background-color: #024959;
    color: #fff;
}

.category-hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 8px;
}


/* End Category */

/* Our Services */

/* Title Styling */
.card-title.text-center {
font-size: 28px;
font-weight: bold;
color: #333;
margin-top: 20px;
margin-bottom: 20px;
}

/* General Layout */
.out-services {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
/* gap: 20px; */
}

.out-services .col-12 {
margin-bottom: 30px;
}

.card {
border: none;
border-radius: 12px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: box-shadow 0.3s ease;
background-color: #fff;
margin: 10px ;
height: 100% ;
}

.card:hover {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-body {
padding: 20px;
text-align: center;
}

.card-body ion-icon {
font-size: 50px;
color: #024959 ;
margin-bottom: 15px;
transition: transform 0.3s ease;
}

.card:hover ion-icon {
transform: scale(1.2);
}

.card-body h5 {
font-size: 20px;
font-weight: 600;
color: #333;
margin-bottom: 15px;
}

.card-body p {
font-size: 16px;
color: #666;
line-height: 1.6;
text-align: left;
}

@media (max-width: 768px) {
.card-body p {
font-size: 14px;
}

.out-services {
justify-content: center;
}
}

/* End Our Services */


        
section.products-list.mt-4 > div > div > div > p{
	width: 80%;
}
section.products-list.mt-4 > div > div > div > p{
	text-shadow: 1px 1px 1px  black ;
	margin: 0 auto ;
	padding: 20px ;
	font-size: 18px ;
	font-weight: 400 ;
	color: whitesmoke;
}
#category-slider h4 {
	font-size: 2rem  ;
}



  
.contact-right-container{
	background: linear-gradient(to top right, #024959 -5%, #024959a2 100%);
}
.contact-inner-sq{
   background-color: #fff;
   position: relative;
   box-shadow: 20px 22px 44px #cccc;
   border-radius: 25px;
}

.contact-right-container{
   height: 100%;
}

.inner-contact-info {
   position: absolute;
   right: 1px;
   top: 18%;
   height: 340px;
   width: 340px;
   padding: 35px;
   border-radius: 25px 0 0 25px;
}

.contact-info{
   margin: 30px 0px;
}
.contact-info i{
   margin-right: 15px;
}
.contact-info span{
   font-size: 14px;
   letter-spacing: 1px;
}
