*{
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p{
	color:#646464 ;
	font-size: 1rem;
	line-height: 1.5;
}
h1{
	font-size: 3rem;
	margin: 0;
}
h2{
	font-size: 2.5rem;
	margin: 0;
}
h3{
	font-size: 2rem;
	margin: 0;
}
h4{
	font-size: 1.5rem;
	margin: 0;
}
h5{
	font-size: 1.3rem;
	margin: 0;
}
button{
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 10px;
	color: white;
	background:#ba00c0 ;
	cursor: pointer;
	outline: 0px;
	border: none;
}
button:hover{
	background: #b60092;
}
/*Top Header */
#top-header {
    margin:0;
    margin-bottom: 0px;
    width: 100%;
	display: inline-table;
	background: #001e49;
	padding: 10px 80px;
	display: none;
}

header{
	position: relative;
	z-index: 200;
	width: 100%;
}

/*

/*Top Header */
.navigation {
	height: 100px;
	margin-top: -10px;
	padding: 10px 78px;
	background: #4e0092;
}

.brand {
	width: 6%;
	position: absolute;
	float: left;
	margin: 0;
	padding: 2px;
	margin-top:2px;
	z-index: 200;

}

.brand img {
	width: 100%;
	border-radius: 50%;
}

.brand a, .brand a:visited {
	color: #0e3600;
	text-decoration: none;
}

.nav-container {
	max-width: 100%;
	margin: 0 auto;
}
/* Existing styles */

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}



nav ul li {
    float: left;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 5px 10px;
}

nav ul li a, nav ul li a:visited, nav ul li h5 {
    display: block;
    padding: 18px 10px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0px;
	margin-top: 5px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav ul li a {
    background: transparent;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav ul li a:hover {
    border-bottom: 3px #fff solid;
    cursor: pointer;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

nav ul li a:hover, nav ul li a:visited:hover, nav ul li h5:hover {
    color: #ff61df;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
	cursor: pointer;
    transform: translateX(5px);
}

nav ul span {
    background: #000;
    color: #fff;
}

ul .navbar-dropdown {
    background: #4e0092;
    padding: 5px;
    margin-top: 10px;
    margin-left: -20px;
}

nav ul li h5:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
	font-size: 29px;
    margin-top: -9px;
    float: right;
}

nav ul li ul li {
    min-width: 300px;
}

nav ul li ul li a {
    padding: 15px;
    text-transform: capitalize;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-dropdown {
    position: absolute;
    display: none;
    padding-top: 50px;
    z-index: 1;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}

.navbar-dropdown li a {
    padding: 5px 10px;
	text-transform: capitalize;
}

.navbar-dropdown li a:hover {
    border-bottom: none;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}

#navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#navbar-toggle .active {
    background: #fff;
}

#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
    top: -10px;
}

#navbar-toggle span:after {
    bottom: -10px;
}

#navbar-toggle.active span {
    background-color: transparent;
}

#navbar-toggle.active span:before, #navbar-toggle.active span:after {
    top: 0;
}

#navbar-toggle.active span:before {
    transform: rotate(45deg);
}

#navbar-toggle.active span:after {
    transform: rotate(-45deg);
}

header {
    position: absolute;
    z-index: 20000;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}

header .head {
    background: #002;
}

nav ul li a.current {
    border-bottom: 3px #BB853D solid;
    color: #BB853D;
}

/* Sticky */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 250;
	border-radius: 50px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.sticky .navigation{
	margin: 5px 25px;
	background: #4e0092;
	border-radius: 50px;
}
.sticky nav ul li{
	padding: 5px 12px;
}
.sticky .brand{
	margin-top: -9px;
}

/* End Header */

/* End Logo Header */

header nav {
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    width: 100%;
    margin: 0;
    height: 60px;
    z-index: 100;
}

.menu-icon {
    float: right;
    padding: 15px 20px;
    text-align: right;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    display: none;
}

.menu-icon p a {
    font-size: 30px;
    color: #fff;
}

/* New styles for the 'Join Our Glub' link */
.join-link {
    display: inline-block; 
    padding: 10px 20px; 
    text-decoration: none; 
    border-radius: 5px; 
	margin-bottom: 20px;
    font-weight: 500;
	font-size: 1.4rem;
	margin-top: 10px;
	color: #fff;
	background-color: #ba00c0;
    transition: background-color 0.3s ease; 
	-webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
nav ul li a.join-link{
	color: #fff;
	background-color: #ba00c0;
}
nav ul li a.join-link2{
	color: #fff;
	font-size: 19px;
	background:none;
	border: 2px #fff solid;
	border-radius: 20px;
	margin-top: 10px;
	padding: 10px 20px;
}


.join-link:hover {
	background: none;

}
ul li a.join-link:hover{
	border: 1px #fff solid; 

}


/*==================
 breadcrumb
====================*/
#mu-page-breadcrumb {
	height: 500px;
	position: relative;
	width: 100%;
	background-image: url("../images/slider/back.webp");
	background-size: cover;
	background-attachment: fixed;
	background-position:top;
	top: 0; 
	object-fit: cover;
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
	padding: 20px;
	z-index: 9;
	float: left;
}
#mu-page-breadcrumb:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .6;
	width: 100%;
    z-index: -10;
}
#body-banner {
	height: 500px;
	position: relative;
	width: 100%;
	background-image: url("../images/slider/banner.webp");
	background-size: cover;
	background-attachment: fixed;
	background-position:center;
	top: 0; 
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
	padding: 20px;
	z-index: 9;
	object-fit: cover;
	float: left;
}
#body-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .3;
	width: 100%;
    z-index: -10;
}
#dental-banner {
	height: 500px;
	position: relative;
	width: 100%;
	background-image: url("../images/slider/slider5.webp");
	background-size: cover;
	background-attachment: fixed;
	background-position:center;
	top: 0; 
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
	padding: 20px;
	z-index: 9;
	object-fit: cover;
	float: left;
}
#dental-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .3;
	width: 100%;
    z-index: -10;
}
.mu-page-breadcrumb-area {
    position: relative;
    top: 30%;
}

.mu-page-breadcrumb-area h2{
	margin-top: 100px;
	  color:#fff;
	font-size: 50px;
	font-weight: 500;
	text-align: center;
}


.mu-page-breadcrumb-area .breadcrumb span{
	margin-left: 20px;
}
.mu-page-breadcrumb-area .breadcrumb li {
	font-size: 20px;
	list-style: none;
	margin-left: 10px;
	color: #fff;
	display: inline-grid;
}

.mu-page-breadcrumb-area .breadcrumb li a {
  color:  #fff;
	font-weight: bold;
}

.mu-page-breadcrumb-area li a:hover{
  color:#aad2fa;
	border-bottom: 1px yellow solid;
}


/*==================
 breadcrumb  END
====================*/

/* start home */

/*FlexSlider */


/*FlexSlider */
#FlexSlider {
	margin: 0;
	padding: 0;
	top: 0;
  }
  .slider1{
	float: left;
	width: 100%;
	position: relative;
	z-index: 5000;
  }
  .slider1:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.2;
	z-index: -10;
  }
  .slider1 .flex-caption {
	width: 100%;
	float: left;
	margin-top: -35%;
	text-align: left;
	padding: 0 150px;
  }

  .slider1 .flex-caption h3 {
	color: #f3f3f3f3;
	font-size: 3.5rem;
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: -22px;
	position: relative;
  }
  .slider1 .flex-caption h5 {
	color: #f3f3f3f3;
	margin-top: 100px;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 0px;
  }
  .slider1 .flex-caption p {
	color: #f3f3f3f3;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin: 24px 0px;
	width: 60%;
  }
  .slider1 .flex-caption .btn{
	background: none;
	display: inline;
	width: auto;
	margin-top: 26px;
	position: relative;
  }
  .slider1 .flex-caption a.join-link{
	font-size: 1.5rem;
  }
/*==================
 breadcrumb  END
====================*/
#home-banner{
	width: 100%;
	float: left;
	padding:10px 200px;
}
#home-banner .appointment{
	width: 100%;
	float: left;
}
#home-banner .hb_section{
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index: 100;
	position: relative;
	padding: 2px;
}


#home-banner .cta-banner {
	color: white;
	text-align: center;
	border-radius: 8px;
  }
  #home-banner .cta-banner .text-img{
	width: 50%;
	float: left;
  }
  #home-banner .cta-banner .text-img img{
	width: 100%;
	border-radius: 10px;
  }
  #home-banner .cta-content{
width: 50%;
float: right;
padding: 10px 40px;
text-align: left;
margin-top: 10px;
  }
  #home-banner .cta-content h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0;
	color: #000;
  }
  #home-banner .cta-content h3 {
	font-size: 2rem;
	font-weight: 300;
	margin: 0;
	color: #000;
  }
  
  #home-banner  .cta-content p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
  }
  
  #home-banner  .cta-button {
	background-color: #6700c0;
	border: 2px #6700c0 solid;
	color: #fff;
	padding: 1rem 2rem;
	margin-top: 10px;
	border-radius: 4px;
	font-size: 1.3rem;
	font-weight: bold;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
  }
  #home-banner  .cta-button a{
	color: #fff;
  }
  #home-banner  a.join-link{
	font-size: 1.2rem;
    }
	
	#home-banner  a.join-link:hover{
		background-color: #fff;
	border: 2px #ff61df solid;
	color: #ff61df;
	}
  
  #home-banner .cta-button:hover {
	background-color: #fff;
	border: 2px #ff61df solid;
	color: #ff61df;
  }
  
  /*Appointment -Whatsapp*/
  #contact-options{
	text-align: center;
  }
  #contact-options h3{
	font-size: 1.3rem;
  }
.contact-options {
	display: flex;
	gap: 15px;
	justify-content: center;
  }
  /* Popup Modal */
#whats-model {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8); /* Dark background */
	display: none; /* Hidden by default */
	justify-content: center;
	align-items: center;
	z-index: 9999999; /* Ensure it's on top */
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  
  #whats-model.show {
	display: flex; /* Display when show class is added */
	opacity: 1;
	visibility: visible;
  }
  body.no-scroll {
	overflow: hidden;
  }
  /* WhatsApp Pop-up Form */
  .popup-form {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	max-width: 500px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	text-align: left;
	position: relative;
	z-index: 100;
		width: 100%;
		top: 5%;
		margin: 0 auto;
	  }
  
  .popup-form h3 {
	font-family: Arial, sans-serif;
	color: #333;
  }
  
  .popup-form label {
	font-weight: 500;
	display: block;
	margin: 10px 0 5px;
  }

  .popup-form span{
	font-size: 12px;
  }
  
  .popup-form input,
  .popup-form textarea {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
  }
  
  .popup-form button {
	background-color: #25d366;
	color: white;
	font-size: 14px;
	padding: 12px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
  }
  
  .popup-form button:hover {
	background-color: #128c7e;
  }
  
  /* Close Button */
  #close-popup.cta-button {
	background-color: #f24735;
	color: white;
	border: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
  }
  
  #close-popup.cta-button:hover {
	background-color: #7c0c00;
  }
  
  /* Dropdown */
  .dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  
  .dropdown-btn {
	background-color: #25d366;
	color: white;
	padding: 10px 20px;
	border: none;
	width: 100%;
	text-align: left;
	font-size: 16px;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	width: 100%;
	z-index: 1;
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	max-height: 200px;
	overflow-y: auto;
  }
  
  .dropdown-content.show {
	display: block;
  }
  
  .inline-checkbox {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .dropdown-btn {
    background-color: #25d366;
    color: white;
    padding: 10px 20px;
    border: none;
	margin: 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .dropdown label{
	margin: 0;
  }
  #whatsapp-form input, #whatsapp-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  #whatsapp-popup .dropdown input{
	width: auto;
  }
  #whatsapp-popup .dropdown label{
	padding: 5px 10px;
  }
  #whatsapp-popup .dropdown label:hover{
	background: #eee;
  }
  #whatsapp-form button.cta-button{
    background-color: #25d366;
    color: white;
    border: none;
	width: auto;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
  }
  #whatsapp-form button.cta-button:hover{
	background: #b60092;
	color: #fff;
	border: none;
  }
#close-popup.cta-button {
    background-color: #f24735;
    color: white;
    border: none;
	float: right;
	width: auto;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
  }

  #whatsapp-form button:hover {
    background-color: #128c7e;
  }
  
  #close-popup.cta-button:hover {
	background-color: #7c0c00;
	border: none;
	color:#fff;
  }
  

/* Modal Background */
#home-banner .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  overflow-y: auto;    /* Enable vertical scrolling */
  overflow-x: hidden; 
  height: 100%;
  z-index: 90000;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
 .modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  padding: 2rem;
  border-radius: 8px;
  max-width: 80%;
  position: relative;
}

/* Close Button */
#home-banner .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}
/* Prevent body scroll when modal is open */
.no-scroll {
	overflow: hidden;
  }

#home-banner .appointment-page{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#home-banner .app-radio {
	display: inline-flex;
    gap: 1rem;
    float: left;
  }
  
  #home-banner .appointment-form .app-radio label {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0.25rem; /* Space between radio button and label */
  }
  
  #home-banner .app-radio input[type="radio"] {
	margin-right: 0.25rem;
  }
  
  #home-banner .appointment-form label {
    font-weight: bold;
    color: #333333;
    position: relative;
    margin-top: 1rem;
	margin-bottom: 0.5rem;
    display: block;
    text-align: left;
}
  
  .appointment-form input,
  .appointment-form select,
  .appointment-form textarea {
	width: 100%;
	padding: 0.5rem;
	margin-top: 0.3rem;
	border-radius: 4px;
	border: 1px solid #cccccc;
  }
  
  #home-banner  .btn-submit {
	background-color: #b60092;
	color: #ffffff;
	padding: 0.75rem;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	margin-top: 1rem;
  }
  
  #home-banner  .btn-submit:hover {
	background-color: #960179;
  }
  
  
/*Homepage Banner */
#head-about{
	background-image: url("../images/slider/banner.webp");
	width: 100%;
	float: left;
}
#head-about .image{
	width: 50%;
	float: left;
}
#head-about .image img{
	width: 100%;
}

#head-about .content{
	margin-top: 150px;
	float: right;
	width: 50%;
	padding: 20px;
}
#head-about .content h1{
	font-size: 40px;
	font-weight: 500;
}


/*Home About US*/
#home-about{
	width: 100%;
	float: left;
	position: relative;
	padding: 20px 80px;
}
#home-about .hb-img{
	width: 40%;
	float: right;
	padding: 20px;
	margin-top: 30px;
}
#home-about .hb-img img{
	width: 100%;
	border-radius: 20px;
}
#home-about .hb-content {
    width: 54%;
    float: left;
	top: 10%;
}
#home-about .hb-content h1{
margin: 0px;
font-size: 2.4rem;
}
#home-about .hb-content h2{
	font-size: 2rem;
	font-weight: 400;
	margin: 5px;
}
#home-about .hb-content a.join-link:hover{
	color: #0056b3;
	border: 2px #0056b3 solid;
}
.btn-sec {
    display: inline-block;
}
.btn-sec button{
	font-size: 1.4rem;
}
/*End Homepage Banner */
/*Match Slider*/
.testimonials{
	width: 100%;
	float: left;
	padding: 80px 120px;
	background: #f3f3f3;
	text-align: center;
}

#customers-testimonials {
	float: left;
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: -100px;
}
#customers-testimonials  .owl-item .item{
	width: 100%;
}
.owl-item{
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;

}
/*Item Caption*/
#customers-testimonials {
	position: relative;
  }
  
  .item {
	position: relative;
	overflow: hidden;
  }
  
  .shadow-effect {
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .shadow-effect img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
  }
  
  .item-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000a2;
	padding: 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	height: 100%;
  }
  
  .item:hover .item-caption {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }
  
  .item-caption h4 {
	margin: 0;
	top: 50%;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
  }
  
  .item-caption p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	top: 50%;
	position: relative;
  }
  
  .item-caption2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 40px 20px;
	text-align: center;
	opacity: 1;
	visibility: hidden;
	transform: translateY(100%);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
  
  .item-back:hover .item-caption2 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }
  
  .item-caption2 h4 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
  }
  
  .item-caption2 span {
	display: block;
	font-size: 18px;
	margin-top: 5px;
  }
  
/*Item Caption*/

.owl-item:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	padding: 0;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	}
	.shadow-effect {
		height: 210px;
	  }
	
	.owl-theme .owl-controls .owl-nav .disabled{ 
		opacity: 0.5; 
		cursor: default; 
	}
	#testimonial2 .owl-carousel .owl-item{
		background: none;
	}
	  
	.item .item-back{
		background-image: url("../images/slider/slider2.webp");
		background-size: cover;
		background-position: center;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		position: relative;
		z-index: 9;
	  }
	  .item .item-back:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background:#000;
		opacity: .6;
		z-index: -10;
	  }
	 #upcoming-events .item .item-back .item-caption{
		background: none;
		text-align: center;
	  }
	
	
	.owl-carousel .owl-item .figure img {
		display: block;
		width: 100%; 
		height: 250px;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		transition: all 300ms;
	  }
	
	  .owl-carousel .owl-item  .figure:hover img {
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		transform: scale(1.4);
	}
	.owl-carousel .figure{
		height: 250px;
		overflow: hidden;
		position: relative;
		width: 100%;
	  margin-left: 0px;
	}
	 /*figure*/

	 /*Navbar*/
	.owl-prev,
	.owl-next {
	  bottom: -10%;
	  margin-left: 30px;
	  margin-top: 10px;
	}
	
	
	.owl-nav {
		margin-top: 20px;
		font-size: 40px;
		left: -44%;
		padding: 0px;
		text-align: right;
		position: relative;
		z-index: -100;
	  }
	
	button.owl-next {
		float: none;
	}
	
	.owl-item{
		background: none;
	  }
	
	button.owl-prev {
		float: none;
		margin-left: -20px;
		width: 20px;
	}
	
	/*Figure*/
	
/* Owl TWO */
.testimonial{
	width: 100%;
	padding: 20px 60px;
	margin-top: 60px;
	float: left;
}

#customers-testimonial {
	width: 100%;
	float: left;
  }
  .testimonial h3{
	float: left;
	color: #001d69;
	width: auto;
	font-weight: 600;
	margin: 0;
	font-size: 30px;
  }
  .testimonial h3 span i{
	margin-left: 20px;
  }

  /*Our Services*/
  #services {
	width: 100%;
	float: left;
	margin-top: 30px;
  }
  .pro_container{
	background: #f2f2f2;
	padding: 60px 100px;
  }  
  #services h1{
	text-align: center;
	margin: 0;
  }

  .pro_container h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
  }
  
  .pro-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin-top: 120px;
  }
  
  .pro {
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
  }
  .pro .btn-sec a.join-link{
	font-size: 1rem;
	background: #232323;
  }
  .pro .btn-sec a.join-link:hover{
	border: 1px #232323 solid;
	background: none;
	color: #232323;
  }
.serv-img img{
	width: 100%;
	height: 300px;
	border-radius: 20px;
	margin-top: -70px;
}

  .pro h3 {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
  }
  
  .pro p {
	margin-bottom: 15px;
	font-size: 16px;
	padding: 0 20px;
	color: #666;
	text-align: left;
  }
  
  .pro a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1rem;
	background-color: #0056b3;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease;
  }
  
  .pro a:hover {
	background: none;
	border: 1px #007bff solid;
	color: #007bff;
  }
  
  .pro:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  }
  .pro_container .btn-sec{
	text-align: center;
  }
  .pro_container .btn-sec a{
	font-size: 1.5rem;
  }
  .pro_container a.join-link:hover{
	color: #0056b3;
	border: 2px #0056b3 solid;
  }

  
  
  #services-single {
	width: 100%;
	float: left;
	margin-top: 30px;
  }
  .service_single_container{
	padding: 60px 100px;
  }  
  .service_single_container h1{
	font-size: 2rem;
  }
  .service_single_container h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
  }
  .service_single_container h3{
	font-weight: 400;
  }
  
  .service_single-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin-top: 120px;
  }
  
  .service_single {
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
  }
  .service_single .btn-sec a.join-link{
	font-size: 1rem;
	background: #232323;
  }
  .service_single .btn-sec a.join-link:hover{
	border: 1px #232323 solid;
	background: none;
	color: #232323;
  }
  .service_single .single-img img{
	width: 100%;
	height: 300px;
	border-radius: 20px;
}

  .service_single h3 {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
  }
  .service_single h4 {
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	padding: 0 20px;

  }
  
  .service_single p {
	margin-bottom: 15px;
	font-size: 16px;
	padding: 0 20px;
	color: #666;
	text-align: left;
  }


  
  .service_single:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  }
  .service_single_container .btn-sec{
	text-align: center;
  }
  .service_single_container .btn-sec a{
	font-size: 1.5rem;
  }
  .service_single_container a.join-link:hover{
	color: #0056b3;
	border: 2px #0056b3 solid;
  }


  #den-care{
	width: 100%;
	float: left;
	background-color: #fff;
  }
  .den-care_sec2{
	width: 100%;
	float: left;
	padding: 50px 100px;
  }
.den-care_sec2{
	background: #f1f1f1;
  }
  .den-care_sec2 h3{
	font-size: 2rem;
	font-weight: 500;
	margin: 0;
	left: 0px;
	position: relative;
 }
 .den-care_sec2 .den_img{
	width: 50%;
	float: left;
	padding:0 3rem;
 }
 .den-care_sec2 .den_img img{
	width: 100%;
	border-radius: 30px;
 }
 .den-care_sec2 .den_cont{
	margin-top: 5%;
 }
 .den-care_sec2 a.join-link{
	font-size: 1.5rem;
 }
 .den-care_sec2 a.join-link:hover{
  border: 2px #0169f9 solid;
  color: #0169f9;
 }
  
 /*Location*/
 /* General Styles */
#location{
	width: 100%;
	float: left;
}
  
  /* Container for the Grid */
  #location .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
	gap: 20px;
	max-width: 1200px;
	margin: auto;
  }
  
  /* Grid Item Styling */
  #locations {
	padding: 50px 100px;
	background-color: #6700c0;
	width: 100%;
	float: left;
  }
  #locations .loc-desc{
	width: 50%;
	float: left;
	padding: 40px;
  }
  #locations .loc-desc h2 {
	font-size: 2em;
	color: #fff;
	margin-bottom: 30px;
  }
  #locations .loc-desc p{
 color: #fff;
  } 
  .location-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	width: 50%;
	float: right;
	margin: 0 auto;
  }
  
  .location-card {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
  }
  
  .location-card:hover {
	transform: translateY(-10px);
  }
  
  .location-card img {
	width: 100%;
	height: auto;
	border-radius: 10px;
  }
  
  .location-card h3 {
	font-size: 1.5em;
	margin-top: 0px;
	color: #333;
  }

  /*Service Location Page*/
  #single_services{
	float: left;
	width: 100%;
	padding: 20px 150px;
	background: #fce9f157;
  }
  #single_services .single_img{
	width: 40%;
	float: right;
	padding: 10px;
  }
  #single_services .single_img img{
	width: 100%;
	border-radius: 20px;
  }
  #single_services .container {
	width: auto;
  }
  
  #single_services .container h2{
	font-size: 2rem;
  }
  #single_services .service-details {
  }
  
  #single_services .service-details h1 {
	font-size: 3rem;
	margin: 0;
  }
  
  #single_services .service-details p {
	font-size: 18px;
  }
  
  #single_services .btn-primary {
	display: inline-block;
	background: #e91e63;
	color: #fff;
	padding: 12px 24px;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.3s;
  }
  
  #single_services .btn-primary:hover {
	background: #c2185b;
  }
  
  #single_services .service-details {
	padding: 40px 0;
  }
  
  #single_services .service-details h2, #single_services .service-details h3 {
	margin-bottom: 15px;
  }
  
  #single_services .service-details ul {
	margin: 15px 0;
	padding-left: 20px;
  }
  
  #single_services .service-details li {
	margin-bottom: 10px;
	list-style-type:lower-roman;
  }
  
  #single_services .btn-sec {
	margin-top: 30px;
  }
  
  #single_services .cta {
	background: #ffeff6;
	padding: 40px 0;
	text-align: center;
  }
  
  
  .cta-button {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px 20px;
	background-color: #ba00c0;
	color: #fff;
	font-size: 1em;
	border-radius: 5px;
	text-decoration: none;
  }
  
  .cta-button:hover {
	background-color: #ff61df;
  }
  
  
  /*Program-all*/
  #program-full{
	width: 100%;
	float: left;
	padding: 50px 100px;
  }
  #program-full .program-img img{
	width: 100%;
  }


.timeline-section {
	padding: 50px 20px;
  }
  
  .timeline {
	position: relative;
	max-width: 90%;
	margin: 0 auto;
  }
  
  .timeline:before {
	content: '';
	position: absolute;
	width: 4px;
	background-color: #00310b;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
  }
  
  .timeline-item {
	padding: 20px 40px;
	position: relative;
	width: 50%;
  }
  
  .timeline-item:nth-child(odd) {
	left: 0;
  }
  
  .timeline-item:nth-child(even) {
	left: 50%;
  }
  
  .timeline-item:before {
	content: attr(data-year);
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #00310b;
	color: white;
	text-align: center;
	border-radius: 50%;
	top: 15px;
	left: -30px;
	line-height: 60px;
  }
  
  .timeline-item:nth-child(even):before {
	left: auto;
	right: -30px;
  }
  
  .timeline-content {
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .timeline-content h3 {
	margin: 0 0 10px;
  }
  
  .timeline-content p {
	margin: 0;
	color: #666;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
	.timeline:before {
	  left: 20px;
	}
	
	.timeline-item {
	  width: 100%;
	  padding-left: 40px;
	  padding-right: 25px;
	}
  
	.timeline-item:before {
	  left: 0;
	}
  
	.timeline-item:nth-child(even) {
	  left: 0;
	}
  
	.timeline-item:nth-child(even):before {
	  right: 0;
	}
  }
  
/*About*/
#about{
	width: 100%;
	float: left;
	padding: 60px;

  }
  #about .about-us-container{
	background: #b60092;
	margin-top: 0px;
	z-index: 1000;
	position: relative;
	border-radius: 30px;
	width: 100%;
	float: left;
  }
#about .who{
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
}
#about .who .about-us{
	width: 30%;
	float:left;
	padding:20px;
}

#about .who .about-us-right{
	padding: 40px;
	text-align: left;
	width: auto;
	color: #fff;
}
#about .who .about-us-right h2{
	font-size: 3rem;
	font-weight: 500;
	margin: 2px;
}
#about .who .about-us-right h3{
	font-size: 1.8rem;
	font-weight: 400;
}
#about .who .about-us-right p{
	color: #fff;
font-weight: 300;
}

  #practice{
	width: 100%;
	float: left;
	background-color: #fff;
  }
  .practice_sec,.practice_sec2{
	width: 100%;
	float: left;
	padding: 50px 100px;
  }
.practice_sec2{
	background: #f1f1f1;
  }
  .practice_sec .pra_cont h3,.practice_sec2 .pra_cont h3{
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0;
	left: 0px;
	position: relative;
	margin-bottom: 2rem;
 }
.pra_cont h2{
	font-size: 2.9rem;
	font-weight: 600;
	margin: 0;
	padding: 30px;
 }
 .practice_sec .pra_img{
	width: 50%;
	float: right;
 }
 .practice_sec .pra_img img{
	width: 100%;
	float: right;
	border-radius: 30px;
	margin-top: 30px;
 }
 .pra_cont .pra_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Responsive columns */
    gap: 20px; /* Space between items */
    padding: 20px; /* Padding around the grid */
	margin-top: 0px;
}




.practice_sec .pra_cont h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.practice_sec .pra_cont p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    padding: 0 10px;
}


 .practice_sec .pra_cont li,.practice_sec2 .pra_cont li {
	list-style: decimal;
	font-size: 1.5rem;
	color: #232323;
 }

 .practice_sec2 .pra_cont li p{
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 5px;
 }
 .practice_sec2 .pra_img{
	width: 50%;
	float: left;
	padding: 20px;
	margin-top: 30px;
 }
 .practice_sec2 .pra_img img{
	width: 100%;
	border-radius: 30px;

 }
 .practice_sec2 .pra_cont{
	width: 50%;
	float: right;
	padding: 20px;
 }

 .practice_sec .pra_cont .btn a, .practice_sec2 .pra_cont .btn a{
	background: #00310b;
	color: #fff;
	padding: 10px 20px;
 }
 .practice_sec .pra_cont .btn a:hover, .practice_sec2 .pra_cont .btn a:hover{
	border: 1px #00310b solid;
	background: none;
	color: #00310b;
 }
 /*Impact*/
 .impact table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.impact h2{
	text-align: center;
	font-size: 40px;
	font-weight: 600;
}
.impact th, .impact td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
}
.impact th {
	background-color: #f2f2f2;
}
.impact caption {
	font-weight: bold;
	margin: 10px 0;
	font-size: 1.2em;
}
.impact .subtitle {
	font-weight: bold;
	font-size: 1.1em;
}

 /* Upcoming Events Section Styles */
#upcoming-events {
	margin-top: 50px;
	padding: 60px;
	text-align: center;
	background-color: #f9f9f9;
	width: 100%;
	float: left;
	display: none;
  }
  
  #upcoming-events .cap-la h4 {
	font-size: 32px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 600;
  }
  
  #upcoming-events .cap-la p {
	color: #667;
	width: 100%;
	line-height: 1.5;
	margin-bottom: 10px;
  }
  .cap-la{
	width: 100%;
	margin-bottom: -80px;
  }
  
  #upcoming-events h6 {
	font-size: 15px;
	margin: 0;
	color: #000;
  }
  
  #upcoming-events h5{
 font-size: 31px;
  margin: 0 auto;
  top: 34%;
  width: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  width: -moz-available;
  font-weight: 500;
  line-height: 1.2;
  }
  .events-grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	padding: 0 20px;
  }
  
  .event-grid {
	overflow: hidden;
	border-radius: 10px;
	transition: transform 0.3s ease;
	background-color: #fff;
  }
  
  .event-grid img {
	width: 100%;
	height: 240px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	margin-top: -47px;
  }
  
  .event-date-overlay {
	position: relative;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0px;
	width: fit-content;
	z-index: 200;
  }
  
  .event-grid:hover img {
	transform: scale(1.05);
	opacity: 0.8;
  }
  
  .event-details {
	padding: 15px;
	text-align: left;
  }
  
  .event-details h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0 5px;
	color: #000;
  }
  
  .event-details p {
	font-size: 16px;
	margin: 0px;
	color: #666;
  }
  /*Sponsors*/
  #sponsors {
	padding: 20px 100px;
	width: 100%;
	height: 500px;
	text-align: center;
	position: relative;
	background-image: url("../images/slider/body.webp");
	background-size: cover;
	background-attachment: fixed;
	background-position:center;
	top: 0; 
	margin-top: 0px;
	margin-bottom: 20px;
	z-index: 9;
	float: left;
}
#sponsors:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
	width: 100%;
    z-index: -10;
}

  #sponsors  .event-grid h4 {
font-size: 17px;
font-weight: 300;
  }
  #sponsors .item .event-grid{
	padding: 20px;
  }
  #sponsors .owl-carousel .owl-stage-outer {
	margin-bottom: 50px;
  }
  #sponsors .cap-la h3{
	font-size: 35px;
	font-weight: 600;
	color: #fff;
  }
  #sponsors .owl-item {
	border-radius: 41px;
  }
	/*Figure*/
/*Standings*/

/*Event FUll Details*/
/*About*/
#event-full{
	width: 100%;
	float: left;
	padding: 80px;
	margin: 0px;
	background: #f9f9f9;
  }

#event-full .evt-page{
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
}
#event-full .evt-page .evnt{
	width: 40%;
	float:right;
	padding:20px;
}
#event-full .evt-page .evnt img{
	width: 100%;
}

#event-full .evt-page .event-right{
	padding: 10px;
	text-align: left;
	margin-top: 80px;
	width: auto;
	color: #333;
}
#event-full .evt-page .event-right h2{
	font-size: 50px;
	color: #00310b;
	font-weight: 500;
	margin: 2px;
}
#event-full .evt-page .event-right p{
	color: #333;
}
#event-full .evt-page .event-right ul li{
	list-style:decimal;
	line-height: 2;
}

/*Volunteer*/
#volunteer-form {
	background-color: #f9f9f9;
	padding: 40px 90px;
	margin-top: 100px;
	width: 100%;
	float: left;
  }
  .volunteer-img{
	width: 45%;
	float: left;
  }
  .volunteer-img img{
	width: 100%;
  }
  .form-container {
	width: 100%;
	float: right;
	margin: 0 auto;
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  
  .form-container h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.4rem;
  }
  
  .form-container label {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
  }
  
  .form-container input[type="text"],
  .form-container input[type="email"],
  .form-container input[type="tel"],
  .form-container textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
  }
  
  .form-container textarea {
	resize: none;
	height: 100px;
  }
  
  .form-container .btn {
	width: 100%;
	padding: 12px;
	background-color: #00310b;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s ease;
  }
  
  .form-container .btn:hover {
	background-color: #22c35e;
  }
  
/*Portifiolo*/
#gallery{
	width: 100%;
	float: left;
	padding: 50px;
	text-align: center;
	display: none;
  }
  #gallery hr{
	width: 50%;
  }
  
  #gallery h4{
	font-size: 2rem;
	margin: 0px;
  }
  
  #gallery .photo .photo-grid{
	margin-bottom: 20px;
	overflow: hidden;
  }
  
  #gallery .photo img:not(:last-child) {
	margin-bottom: 1rem;
  }
  
  #gallery .photo img {
	cursor: pointer;
	transition: opacity 400ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
  }
  
  #gallery .photo img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
  }
  
  
  #gallery .photo img {
	animation: rise 400ms ease-out backwards;
	animation-play-state: paused;
	animation-delay: 300ms;
  }
  
  /* MEDIA QUERIES */
  /* Tablets */
  @media screen and (min-width: 480px) {
	.photo {
	  padding: 2rem 10% 10%;
  
	}
  }
  
  /* Small Screens, laptops */
  @media screen and (min-width: 768px) {
	/* HEADER */
   
	
	/*  SECTION */
	.photo {
	  columns: 2;
	  column-gap: 1rem;
	  padding: 2rem 10% 10%;
	}
  }
  
  /* Desktop, large screens */
  @media screen and (min-width: 1024px) {
	.photo {
	  columns: 3;
	  column-gap: 1rem;
	  padding: 2rem 5% 0%;
	}
  }

  /*Contact*/
  
  /* Products*/
  /* Grid Layout */
  #our_product{
	width: 100%;
	float: left;
	padding: 50px 100px;
  }
  #our_product h2{
	text-align: center;
  }
#our_product .product-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
#our_product .product-item {
    flex: 1 1 calc(25% - 20px); /* 25% width minus gap for four items per row */
    max-width: 25%; /* Ensures each item does not exceed 25% */
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
}
#our_product .product-item h3{
	font-size: 1.5rem;
	margin: 5px;
}
#our_product .product-item:hover {
    transform: scale(1.05);
}

#our_product .product-image {
    width: 100%;
    height: 250px;
}

/* Modal Styling */
#our_product .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
	z-index: 90000;
}

#our_product .modal-content {
    background-color: #fff;
    padding: 20px;
    text-align: center;
	height: 60%;
    position: relative;
    width: 80%;
    max-width: 100%;
    border-radius: 8px;
	z-index: 8000;
}
h2#modal-title {
    font-size: 1.8rem;
}
p#modal-price {
    font-size: 2rem;
    margin: 0px;
    line-height: 1;
	display: none;
    font-weight: 500;
}

#our_product .close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

#our_product .modal-content img {
    width: 30%;
    height: auto;
    margin-bottom: 10px;
    float: left;
}
#Contact-sent {
	margin: 30px;
	text-align: center;
}

.contact-sent1 h2 {
	color: #325;
	font-size: 30px;
}

.contact-sent1  p {
	font-size: 20px;
	color: #000000;
}

.Social h3 {
	color: #325;
	font-weight: lighter;
	font-size: 30px;
}

.Social a i {
	letter-spacing: 20px;
	font-size: 30px;
	color: #01bafd;
}

.Social a i:hover {
	color: #325;
}


/*Service */
#service-page{
	width: 100%;
	float: left;
	padding: 20px 100px;
}

.serv-cont h3{
	font-size: 30px;
}
.serv-cont ul{
	padding: 10px;
}
.serv-cont ul li{
	margin-left: 20px;
	list-style: disc;
	width: auto;
	padding: 10px 20px;
	background: #eee;
	color: #000;
	margin: 10px;
	display: inline-grid;
}

.serv-detail ul{
	padding: 0px;
	text-align: center;
}
.serv-detail ul li{
	font-size: 29px;
	font-weight: 600;
	text-align: left;
	list-style:upper-alpha;
}
.serv-detail ul p{
	text-align: left;
}
.serv-detail ul .img-details{
	width: 20%;
	padding: 5px 20px;
	display: inline-block;
}
.serv-detail ul .img-details img{
	width: 100%;
	margin-bottom: -20px;
}

.home_page {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

.home_page h3 {
	font-size: 16px;
	letter-spacing: 2px;
}

.home_page h1 {
	font-size: 35px;
	color: #000;
}

.home_page p {
	font-size: 16px;
}

/*Service All Details*/
#services-details{
	width: 100%;
	float: left;
	padding: 50px 100px;
}
#services-details .sd-img{
	width: 50%;
	float: right;
}
#services-details .sd-img img{
	width: 100%;
	border-radius: 10px;
}
#services-details .sd-content h3{
	font-size: 30px;
}
#services-details .sd-content ul li{
	list-style:square;
	line-height: 2;
}
/* Contact*/
#contactForm {
	margin: 0;
	padding: 80px 130px;
	margin-bottom: 50px;
	top: 20%;
	width: 100%;
	float: left;
	z-index: 210;
}
#contactForm h4{
	font-size: 25px;
	font-weight: 500;
	text-align: center;
}

#contact .cont-txt h4{
	font-size:35px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	text-align: center;
}


#contact .cont-txt p{
	font-size:18px;
	padding: 0px 20%;
}


.contact {
	width: 60%;
	float: right;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.14),
		0px 0px 19px 14px rgba(0,0,0,0.03);
	border: 0px solid rgba(0,0,0,0);
}
.contact  h3{
	font-size: 30px;
	font-weight: 400;
	margin: 10px;
}

.contact {
	left: 90px;
}

.contact .form-btn1 span, .appiont span, .news-let span {
	display: none;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 16px;
}

.contact form span, #home-banner form span, .news-let span {
	color: red;
}


.new-btn {
	font-size: 16px;
	color: #fff;
}

.new-btn {
	display: inline;
}

.contact form span i {
	color: #001d69;
	font-size: 16px;
}

form  .form-btn1 button,.form-btn2 button {
	cursor: pointer;
	border: 2px #ffffff solid;
	background-color: #000;
	border-radius: 30px;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	width: 35%;
	padding: 15px 20px;
}

/* Form Inputs */

.contact form #contact-us {
	min-height: 400px;
}

.contact .form {
	outline: none;
	border: 0.5px solid rgb(193, 193, 193);
	border-radius: 3px;
	width: 100%;
	padding: 14px 10px;
	font-weight: 300;
	font-size: 15px;
	margin: 10px auto;
	background: #f4f4f4;
}

.contact textarea {
	max-width: 100%;
	min-width: 100%;
	max-height: 200px;
	min-height: 150px;
}

.form-btn1 {
	font-size: 20px;
	font-weight: normal;
	color: white;
	margin-top: 10px;
	height: auto;
}

.address {
	width: 35%;
	float: left;
	margin-top: 0px;
}

.address span i {
	font-size: 20px;
	text-align: center;
	color: #6700c0;
	margin-right: 5px;
}

.address .address1 {
	padding:20px;
	margin-top: 10px;
	border-radius: 4px;
	background: #eeeeee;

}

.address .address1 p {
	letter-spacing: 2;
	line-height: 1;
	color: #000;
	margin-left: 10px;
}

.address .address1 p span {
	font-weight: 400;
	color: #000;
	font-size: 18px;
}

.address .address1 h3 {
	font-size: 25px;
	text-align: left;
	color: #6700c0;
	margin: 0px;
	font-weight: 400;
}

.address .address1 a {
	color: #000;
	font-size: 30px;
	margin-left: 20px;
}

.address .address1 a:hover {
	color: #001d69;
}
/**End Contact **/
form button{
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 10px;
	color: white;
	background:#ba00c0 ;
	cursor: pointer;
	outline: 0px;
	margin-top: 30px;
	border: none;
}
form button:hover{
	background: #b60092;
}

  /* WhatsApp icon */
#chat .whatsapp-float {
	position: fixed;
	top: 50%;
	right:1%;
	left: 10;
	transform: translateY(-50%);
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	z-index: 5000;
	align-items: center;
	transition: background-color 0.3s ease;
  }

  
  #chat  .whatsapp-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
  }
  
  #chat  .whatsapp-icon i {
	font-size: 24px;
	margin-bottom: 5px;
	background-color: #25D366;
	border-radius: 50px;
	padding: 10px;
  }

  #chat  .whatsapp-icon i:hover {
	background-color: #22c35e;
  }
  
  #chat  .whatsapp-icon span {
	font-size: 12px;
	background: #fff;
	padding: 5px 10px;
	color: #000;
	border-radius: 50px;
  }
  
  /* Pop-up form */
  #chat  .form-popup {
	display: none;
	position: fixed;
	bottom: 20%;
	right: 20px;
	border: 1px solid #f1f1f1;
	z-index: 1001;
	background-color: white;
	width: 300px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 0px;
	border-radius: 10px;
  }
  
  #chat  .form-container {
	display: flex;
	flex-direction: column;
  }
  
  #chat  .form-container h2 {
	margin-bottom: 15px;
  }
  
  #chat  .form-container textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	resize: none;
	font-size: 14px;
  }
  
  #chat .form-container .btn {
	padding: 10px;
	border: none;
	background-color: #25D366;
	color: white;
	cursor: pointer;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 10px;
	transition: background-color 0.3s ease;
  }
  
  #chat .form-container .btn:hover {
	background-color: #22c35e;
  }
  
  #chat .form-container .cancel {
	background-color: #ccc;
  }
  
  #chat .form-container .cancel:hover {
	background-color: #aaa;
  }
  

  #thank-you-page {
	text-align: center;
	padding: 50px;
	max-width: 600px;
	margin: 0 auto;
  }
  
  #thank-you-page  h1 {
	font-size: 2em;
	color: #6700c0;
	margin-bottom: 20px;
	margin-top: 20%;
  }
  
  #thank-you-page  #thank-you-page  p {
	font-size: 1em;
	line-height: 1.6;
  }
  
  .confirmation-message {
	margin-top: 20px;
  }
  
  .return-btn {
	margin-top: 30px;
	padding: 10px 20px;
	background-color: #ba00c0;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 1em;
	border-radius: 5px;
  }
  
  .return-btn:hover {
	background-color: #b60092;
  }
  
  .social-media-links {
	margin-top: 30px;
	font-size: 2em;
  }
  
  .social-media-links a {
	color: #ba00c0;
	text-decoration: none;
	margin: 0 5px;
  }
  
  .social-media-links a:hover {
	text-decoration: underline;
  }
/*scrollToTop*/
.scrollToTop{
	position: fixed;
	bottom: 80px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	background-color: #ba00c0;
	color: #ffffff;
	z-index: 60000;
	display: none;
}

#contact-info{
	width: 100%;
	float: left;
	padding: 0;
	margin-top: 20px;
	text-align: center;
  }

 /*Footer*/
 #disclaimer{
padding: 20px; 
background-color: #f8f8f8; 
font-size: 14px; 
color: #333;
width: 100%;
float: left;
text-align: center;
 }
 #disclaimer h4{
	margin-bottom: 10px
 }

 /* Privacy Policy Section Styles */
.policy-section {
	background-color: #f9f9f9;
	padding: 60px 20px;
	font-family: 'Poppins', sans-serif;
	color: #333;
	line-height: 1.8;
  }
  
  .policy-section .pro_container {
	max-width: 1000px;
	margin: auto;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  }
  
  .policy-title {
	font-size: 32px;
	font-weight: 600;
	color: #10375c;
	margin-bottom: 25px;
	text-align: center;
  }
  
  .policy-text {
	font-size: 15px;
	margin-bottom: 20px;
	text-align: justify;
  }
h3.policy-subtitle{
	font-size: 1.5rem;
	line-height: 1.2;
  }
  
  .policy-text a {
	color: #ff61df;
	text-decoration: underline;
  }
  
  .policy-text a:hover {
	text-decoration: none;
  }
  
  .terms-section {
	background-color: #ffffff;
	padding: 60px 20px;
	font-family: 'Poppins', sans-serif;
	color: #333;
	line-height: 1.8;
  }
  
  .terms-section .pro_container {
	max-width: 1000px;
	margin: auto;
	padding: 40px;
	background: #f9f9f9;
	border-radius: 12px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  }
  
  .terms-title {
	font-size: 36px;
	font-weight: 600;
	color: #10375c;
	margin-bottom: 35px;
	text-align: center;
  }
  
  .terms-subtitle {
	font-size: 22px;
	font-weight: 600;
	margin-top: 30px;
	color: #000;
  }
  
  .terms-text {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: justify;
  }
  
  .terms-text ul {
	list-style: disc;
	padding-left: 20px;
  }
  
  .terms-text a {
	color: #009688;
	text-decoration: underline;
  }
  
  .terms-text a:hover {
	text-decoration: none;
  }
  
  html, body {
    height: 100%
  }

  ul {
    list-style: none
  }
  a {
    text-decoration: none
  }
  .flex-rw {
    display: flex;
    flex-flow: row wrap;
  }

  footer {
    background:#6700c0 ;
    width: 100%;
	padding: 20px 10px;
  }
  footer ul{
	padding: 0px;
  }
  .footer-list-top {
    margin: 10px;
    margin-left:30px;
    width: 20%;
  }
  .footer-list-top:nth-child(1){
	width: 25%;
  }
  .footer-list-top:nth-child(2){
	width: 15%;
  }
.footer-list-top .img_foot{
width: 100%;float: left;
display: flex;
}
  .footer-list-top h4,.footer-list-top h3, .news-let h4{
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      padding-bottom: 10px;
      margin: 0px;
      color:#fff ;
      margin-left: 0px;
      margin-top: 30px;

  }
 
  .footer-list-top p{
    font-size: 16px;
    color: #fff;
    width: 100%;
	text-align: left;
    line-height: 20px;
  }

.footer-list-top li a{
    font-size: 16px;
    color: #fff;
    width: 100%;
	text-align: left;
    line-height: 30px;
  }

  .footer-list-top p i{
    margin-right: 10px;
    color:#fff ;
  }
    .footer-list-top p i a, .footer-list-top p,.footer-list-top p a{
      font-size: 16px;
		color: #fff;
    }

		.footer-list-top  a i{
		  letter-spacing: 10px;
		  font-size: 20px;
			color: #fff;
		}
		.footer-list-top  a i:hover,.footer-list-top li a:hover,    .footer-list-top p i a:hover{
		  color: #ba00c0;
		}
		
		.news-let{
			margin: 0px;
		   }		
			   .news-let form{
			   width: 100%;
			   padding: 0;
			   margin-bottom: 20px;
		   }
			   .news-let input[type="email"]{
			 padding: 15px;
			   font-size: 15px;
			 height: 40px;
			   margin-top: -50px;
			   width: 100%;
			   border-radius: 20px;
			   border: none;
			   background: #fff;
			   color: #595959;
			   outline: none;
		   }
		   .news-let button {
			background: #4e0092;
			color: #fff;
			font-size: 14px;
			margin-top: 10px;
			width: 100%;
			padding: 13px 20px;
			border: 2px #6700c0 solid;
			border-radius: 50px;
		  }
		   .news-let button:hover{
		   border: 2px #ff61df solid;
		   color: #fff;
		   background: none;
		   }
		   
		

.social{
   margin: 2px;
   float: left;
}
.social h6{
  font-weight: 700;
  font-size: 20px;
  color: white ;
  text-transform: uppercase;
  margin-left: 40px;
  margin-bottom: 20px;
}

	.footer2{
		width: 100%;
		float: left;
		padding: 10px 30px;
		margin-bottom: 0px;
		color: #fff;
		background:#4c008f;
	}
	.footer2 .foot-left{
		float: left;
	}
	.footer2 .foot-right{
		float: right;
	}
	.footer2 p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.footer2 a{
		margin-left: 10px;
		color: #fff;
		font-size: 14px;
	}
	.footer2 a:hover{
		text-decoration: underline;
	}

