body{
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#888;
}


#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #bb3350;
	color: #fff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}
#scrollUp:hover{
	background:#2C2D3F;
}


/*===================
	Start Header CSS 
=====================*/
.header {
	background-color: #fff;
	position: relative;
  }
  
  .header .header-inner {
	background: #fff;
	z-index: 999;
	width: 100%;
  }
  
  .header .logo {
	float: left;
	margin-top: 18px;
  }
  
  /* Navigation Menu */
  .header .nav li {
	margin-right: 15px;
	float: left;
	position: relative;
  }
  
  .header .nav li:last-child {
	margin: 0;
  }
  
  .header .nav li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
  }
  
  .header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
	background: #bb3350;
	border-radius: 5px 5px 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
  }
  
  .header .nav li.active a::before {
	opacity: 1;
	visibility: visible;
	width: 100%;
  }
  
  .header .nav li.active a {
	color: #bb3350;
  }
  
  .header .nav li:hover a::before {
	opacity: 1;
	width: 100%;
	visibility: visible;
  }
  
  .header .nav li:hover a {
	color: #bb3350;
  }
  
  .header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
  }
  
/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}
.slider .single-slider .text{
	margin-top:120px;
}
.slider.index2 .single-slider .text{
	margin-top:150px;
}
.slider .single-slider h1 {
	color: #2C2D3F;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}
.slider .single-slider h1 span{
	color:#bb3350;
}
.slider .single-slider p {
	color: #2C2D3F;
	margin-top: 27px;
	font-weight: 400;
}
.slider .single-slider .button{
	margin-top:30px;
}
.slider .single-slider .btn{
	color:#fff;
	background:#bb3350;
	font-weight:500;
	display:inline-block;
	margin:0;
	margin-right:10px;
}
.slider .single-slider .btn:last-child{
	margin:0;
}
.slider .single-slider .btn.primary{
	background:#2C2D3F;
	color:#fff;
}
.slider .single-slider .btn.primary:before{
	background:#bb3350;
}
.slider .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}
.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #bb3350;
	color: #fff;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}
.slider .owl-carousel .owl-nav div:hover{
	background:#2C2D3F;
	color:#fff;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1{
    animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .single-slider p{
    animation: fadeInUp 1s both 1s;
}
.owl-item.active .single-slider .button{
    animation: fadeInDown 1s both 1.5s;
}
/*===========================
	End Hero Area CSS
=============================*/



/* Custom styles for the static hero banner section */
.hero-banner {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero-banner .container {
    position: relative;
    z-index: 2;
}

.hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.836); /* Optional overlay */
    z-index: 1;
}

.hero-banner .text {
    color: #fff;
}

.hero-banner h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-banner p {
    font-size: 18px;
    line-height: 1.6;
}


/*=============================
	Start Feautes CSS
===============================*/

.Feautes{
	padding-top:0;
}
.Feautes.index2{
	padding-top:100px;
}
.Feautes.testimonial-page{
	padding-top:100px;
}
.Feautes .single-features{
	text-align:center;
	position:relative;
	padding:10px 20px;
}
.Feautes .single-features::before {
	position: absolute;
	content: "";
	right: -72px;
	top: 60px;
	width: 118px;
	border-bottom: 3px dotted #b43450;
}
.Feautes .single-features.last::before{
	display:none;
}
.Feautes .single-features .signle-icon{
	position:relative;
}
.Feautes .single-features .signle-icon i{
	font-size:50px;
	color:#b43450;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:0;
	height:100px;
	width:100px;
	line-height:100px;
	text-align:center;
	border:1px solid #dddddd;
	border-radius:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.Feautes .single-features:hover .signle-icon i{
	background:#b43450;
	color:#fff;
	border-color:transparent;
}
.Feautes .single-features h3{
	padding-top: 128px;
	color:#2C2D3F;
	font-weight:600;
	font-size:21px;
}
.Feautes .single-features p {
	margin-top: 20px;
}
  
/*=============================
	End Feautes CSS
===============================*/

/*=======================
	Start Fun Facts CSS
=========================*/
/* Limit overlay width and center it */
/* Track Section Styles */
.track {
	position: relative;
	background: #bb3350 !important;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 8px;
	overflow: hidden;
	padding: 30px 15px;
	margin: 30px auto;
	max-width: 1200px;
  }
  
  .track .container {
	width: 90%;
	margin: 0 auto;
  }
  
  .track .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .track .single-track {
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	margin: 15px;
	padding: 20px 20px 20px 100px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	text-align: left;
	transition: transform 0.3s ease;
	width: calc(33.333% - 30px);
  }
  
  .track .single-track:hover {
	transform: translateY(-5px);
  }
  
  .track .single-track i {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff;
	height: 70px;
	width: 70px;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all 0.4s ease;
  }
  
  .track .single-track:hover i {
	color: #bb3350;
	background: #fff;
	border-color: transparent;
  }
  
  .track .single-track .content span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	display: block;
	margin-bottom: 7px;
  }
  
  .track .single-track .content p {
	color: #fff;
	font-size: 15px;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 767px) {
	.track {
	  padding: 15px;
	}
	.track .row {
	  flex-direction: column;
	  align-items: center;
	}
	.track .single-track {
	  padding: 15px 15px 15px 80px; /* Increased left padding for separation */
	  width: 100%;
	  margin: 10px 0;
	}
	.track .single-track i {
	  left: 10px;
	  height: 60px;
	  width: 60px;
	  font-size: 24px;
	}
	.track .single-track .content span {
	  font-size: 24px;
	}
	.track .single-track .content p {
	  font-size: 14px;
	}
  }
  

/*===================
	End Fun Facts
=====================*/



/*=========================
	Srart service CSS
===========================*/
/* CSS */

/* Section Title */
.services .section-title h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 28px;
	font-weight: 700;
	color: #bb3350;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #bb3350;
	padding-bottom: 10px;
  }
  
  /* Single Service Container */
  .services .single-service {
	margin: 30px 0;
	position: relative;
	padding: 30px 20px 30px 80px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .services .single-service:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  }
  
  /* Icon Styling */
  .services .single-service i {
	font-size: 45px;
	color: #bb3350;
	position: absolute;
	top: 30px;
	left: 20px;
	transition: color 0.4s ease;
  }
  
  .services .single-service:hover i {
	color: #e05a75;
  }
  
  /* Title Styling */
  .services .single-service h4 {
	text-transform: capitalize;
	margin-bottom: 15px;
	color: #2C2D3F;
  }
  
  .services .single-service h4 a {
	color: #2C2D3F;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.4s ease;
  }
  
  .services .single-service h4 a:hover {
	color: #bb3350;
  }
  
  /* Paragraph Styling */
  .services .single-service p {
	color: #868686;
	line-height: 1.6;
  }
  
  /* Service Details Image Section */
  .services-details-img {
	margin-bottom: 50px;
  }
  
  .services-details-img img {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 8px;
  }
  
  .services-details-img h2 {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 16px;
	color: #2C2D3F;
  }
  
  .services-details-img p {
	margin-bottom: 20px;
	line-height: 1.6;
  }
  
  /* Blockquote Styling */
  .services-details-img blockquote {
	font-size: 16px;
	background-color: #bb3350;
	padding: 30px 75px;
	line-height: 1.8;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 4px;
  }
  
  .services-details-img blockquote i {
	position: absolute;
	top: 20px;
	left: 38px;
	font-size: 32px;
  }
  
  /* Service Details Inner Section */
  .service-details-inner {
	max-width: 580px;
	margin: 40px auto;
	padding: 20px;
  }
  
  .service-details-inner h2 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
	border-left: 3px solid #bb3350;
	padding-left: 15px;
	color: #2C2D3F;
  }
  
  .service-details-inner p {
	margin-bottom: 15px;
	line-height: 1.6;
  }
  
  .service-details-inner p:last-child {
	margin-bottom: 0;
  }
  
  /* Background for Service Details Left */
  .service-details-inner-left {
	background-image: url("img/signup-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
  }
  
  .service-details-inner-left img {
	display: none;
  }
  

/*=========================
	End service CSS
===========================*/



/*=============================
	Start Pricing Table CSS
===============================*/
.pricing-table {
    background: #f9f9f9;
    position: relative;
    padding: 60px 0;
}

/* Single Pricing Table Card */
.pricing-table .single-table {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 15px; /* Increased roundness */
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 45px 35px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect for a More Dynamic Interaction */
.pricing-table .single-table:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Table Head */
.pricing-table .single-table .table-head {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.pricing-table .single-table .icon i {
    font-size: 65px;
    background: linear-gradient(45deg, #bb3350, #d65a75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}
.pricing-table .single-table .title {
    font-size: 22px;
    font-weight: 600;
    color: #2C2D3F;
    margin-top: 10px;
    margin-bottom: 15px;
}
.pricing-table .single-table .amount {
    font-size: 38px;
    font-weight: 700;
    color: #c73d5b;
    margin-bottom: 10px;
}
.pricing-table .single-table .amount span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    margin-left: 8px;
}

/* Table List */
.pricing-table .single-table .table-list {
    padding: 20px 0;
    text-align: left;
    margin-top: 30px;
}
.pricing-table .table-list li {
    position: relative;
    color: #666;
    text-transform: capitalize;
    margin-bottom: 18px;
    padding-right: 32px;
    font-size: 15px;
}



.pricing-table .table-list li:last-child {
    margin-bottom: 0;
}
.pricing-table .table-list li.cross i {
    background: #aaaaaa;
}
.pricing-table .table-list i {
    font-size: 7px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 16px;
    color: #fff;
    background: #bb3350;
    border-radius: 50%;
}

/* Table Bottom (Button) */
.pricing-table .table-bottom {
    margin-top: 25px;
}
.pricing-table .btn {
    display: inline-block;
    padding: 12px 25px;
    width: 100%;
    color: #fff;
    background: #bb3350;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.pricing-table .btn:hover {
    background: #2C2D3F;
    color: #fff;
}
.pricing-table .btn i {
    font-size: 16px;
    margin-right: 10px;
}
/* Enhance the section title heading for the pricing table */
.pricing-table .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2C2D3F;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

/* Gradient underline effect */
.pricing-table .section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(45deg, #bb3350, #d65a75);
    border-radius: 2px;
}


/*=============================
	End Pricing Table CSS
===============================*/

/*========================
    Start Clients CSS
==========================*/
/* Client Slider Section Styles */
.client-slider-section {
	padding: 60px 0;
	background: linear-gradient(135deg, #ffffff, #f9f9f9);
  }
  
  .client-slider-section .section-title {
	text-align: center;
	margin-bottom: 40px;
  }
  
  .client-slider-section .section-title h2 {
	font-size: 2.5rem;
	color: #333;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: 1px;
  }
  
  .client-slider-section .client-slider .item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
  }
  
  .client-slider-section .client-slider .item img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
  }
  
  .client-slider-section .client-slider .item img:hover {
	transform: scale(1.05);
	filter: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .client-slider .owl-stage {
	display: flex;
	width: max-content !important; /* Ensures infinite loop effect */
	animation: scroll 100s linear infinite; /* Adjust duration for speed */
  }
  
  @keyframes scroll {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
  }
  
  /* Responsive adjustments */
  @media (max-width: 767px) {
	.client-slider-section {
	  padding: 40px 0;
	}
	.client-slider-section .section-title h2 {
	  font-size: 2rem;
	}
  }
  
/*========================
    End Clients CSS
==========================*/





/* Testimonials Section Styles */
.testimonials {
	padding: 60px 0;
	background: #f9f9f9;
  }
  
  .testimonials .section-title {
	text-align: center;
	margin-bottom: 40px;
  }
  
  .testimonials .section-title h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
  }
  
  .testimonials .section-title p {
	font-size: 16px;
	color: #777;
	margin: 0 auto;
	max-width: 600px;
  }
  
  .testimonial-slider .testimonial-item {
	background: #fff;
	padding: 30px 20px;
	margin: 15px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
  }
  
  .testimonial-slider .testimonial-content p {
	font-size: 18px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 20px;
	font-style: italic;
  }
  
  .testimonial-slider .testimonial-author {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .testimonial-slider .testimonial-author img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 10px;
	object-fit: cover;
	border: 3px solid #eaeaea;
  }
  
  .testimonial-slider .testimonial-author h4 {
	font-size: 20px;
	color: #333;
	margin: 0;
	font-weight: 600;
  }
  
  .testimonial-slider .testimonial-author span {
	font-size: 14px;
	color: #888;
	margin-top: 5px;
  }
  
  
  /* Responsive Adjustments */
  @media (max-width: 767px) {
	.testimonials .section-title h2 {
	  font-size: 28px;
	}
	.testimonial-slider .testimonial-content p {
	  font-size: 16px;
	}
  }
  



/*========================
    contact-start
==========================*/

 body {
      font-family: 'Arial', sans-serif;
      background: #f4f4f4;
      margin: 0;
      padding: 0;
      line-height: 1.6;
      color: #333;
    }
    
    .container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }
    
    .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 15px;
    }
    
    @media (max-width: 768px) {
      .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
    
    /* Appointment Section */
    .appointment {
		padding: 5px 5px;
		background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	  }
	  
	  /* Contact Info Box */
	  .contact-info-box {
		background: #ffffff;
		border-radius: 12px;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		padding: 40px;
		margin: 30px auto;
		text-align: center;
		max-width: 600px;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	  }
	  
	  .contact-info-box:hover {
		transform: translateY(-5px);
		box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
	  }
	  
	  .contact-info-box h3 {
		font-size: 32px;
		margin-bottom: 10px;
		color: #343a40;
	  }
	  
	  .contact-info-box p {
		font-size: 18px;
		color: #6c757d;
		margin-bottom: 10px;
	  }
	  
	  .contact-info-box .details {
		margin-top: 30px;
		font-size: 20px;
	  }
	  
	  .contact-info-box .details p {
		margin: 10px 0;
	  }
	  
	  .contact-info-box .details i {
		color: #007bff;
		margin-right: 10px;
	  }
	  
	  .contact-info-box .details a {
		color: #007bff;
		text-decoration: none;
		transition: color 0.3s ease;
		word-wrap: break-word;
		white-space: normal;
	  }
	  
	  .contact-info-box .details a:hover {
		color: #0056b3;
	  }
	  
	  /* Media Query for Mobile Devices */
	  @media (max-width: 768px) {
		.contact-info-box {
		  max-width: 90%; /* Increase the width on mobile */
		  padding: 30px;  /* Optionally adjust the padding */
		}
	  }
	  

/*========================
    contact-end
==========================*/




/*=========================
	Start Footer CSS
===========================*/
/* Base Footer Styling */
.footer {
	position: relative;
	font-family: 'Arial', sans-serif;
	color: #fff; /* Ensure all text is white */
}

/* Footer Top Section with improved gradient and depth */
.footer .footer-top {
	padding: 60px 0;
	background: linear-gradient(135deg, #d45d6c, #bb3350);
	text-align: center;
	position: relative;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.footer .footer-top:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

/* Ensure inner content appears above the overlay */
.footer .footer-top .container {
	position: relative;
	z-index: 2;
}

/* Single Footer Blocks Styling with reduced spacing */
.footer .single-footer {
	margin-bottom: 20px;
	padding: 10px;
}

.footer .single-footer h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5); /* Reduced line thickness */
}

/* Social Icons Styling */
.footer .social {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.footer .social li {
	display: inline-block;
	margin: 0 10px;
}

.footer .social li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	transition: all 0.4s ease;
}

.footer .social li a:hover {
	background: #fff;
	color: #bb3350;
	transform: scale(1.1);
}

/* Open Hours Styling */
.footer .time-sidual {
	list-style: none;
	padding: 0;
	margin-top: 15px;
}

.footer .time-sidual li {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}

/* Contact Info Styling */
.footer .contact-info {
	list-style: none;
	padding: 0;
	margin-top: 15px;
}

.footer .contact-info li {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}

.footer .contact-info li i {
	margin-right: 10px;
}

/* Modified Copyright Section */
.footer .copyright {
	background: #bb3350;
	padding: 15px 0;  /* Adjusted padding for a sleeker look */
	text-align: center;
	/* Removed box-shadow for a cleaner appearance */
	border-top: 1px solid rgba(255, 255, 255, 0.3); /* Optional: subtle divider */
}

.footer .copyright p {
	color: #fff;
	margin: 0;
	font-size: 14px;
}

/* Mobile Overrides */
@media only screen and (max-width: 480px) {
	.footer .container,
	.footer .row {
		margin: 0 auto !important; /* Center the container/row */
		text-align: center; /* Center text within them */
	}
	.footer [class*="col-"] {
		padding: 0 !important;
	}
	.footer .footer-top {
		padding: 40px 0 !important;
	}
	.footer .single-footer {
		margin-bottom: 15px !important;
		padding: 8px !important;
		text-align: center; /* Center the block content */
	}
	.footer .single-footer h2 {
		margin-bottom: 8px !important;
		font-size: 20px !important;
	}
	.footer .social {
		margin: 15px 0 !important;
		text-align: center;
	}
	.footer .social li {
		display: inline-block;
		margin: 0 5px !important;
	}
}

/* Remove any background styling on the button container */
.slicknav_menu .slicknav_btn {
	background: none !important;
	border: none;
}

/* Style only the three lines */
.slicknav_menu .slicknav_icon span {
	background-color: #bb3350 !important;
}

/*=========================
	End Footer CSS
===========================*/
