* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
	list-style: none !important;
	outline: none !important;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	color: #888888;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	height: 100%;
	overflow-x: hidden;
}
a {
	text-decoration: none !important;
}
a:hover {
	color: #ffaf53 !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

}
span, a {
	display: inline-block;
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	color: #151515;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin: 0;
}
p {
	line-height: 1.6;
	font-weight: 400;
	margin: 0;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
h4 {
	font-weight: 400;
}
h6 {
	font-weight: bold;
}
.navbar {
  position: fixed;
  top: 0; /* Ensure it's pinned to top */
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 100px; /* Adjust depending on logo size */
  line-height: normal;
  background: transparent;
  z-index: 1030;
  display: flex;
  align-items: center; /* Vertical centering of logo and toggler */
}

.brand-name {
  font-size: 18px;
  font-weight: 600;
  color: #000000; /* Adjust based on navbar background */
  white-space: nowrap;
}

.brand-name {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff; /* Default: white */
  white-space: nowrap;
  transition: color 0.3s ease;
}


.navbar .nav-item {
  margin: 0 10px; /* More breathing room */
  padding: 0;
}

.navbar .nav-link {
  color: #fff; /* Or your preferred color */
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #ffaf53 !important;
}

.navbar .nav-item a {
	color: #ffffff;
	font-weight: 300;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
  background: url(images/newbg.jpg) no-repeat center center / cover;
  color: #ffffff;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-overlay {
  background: 18% 30% / 100% 100% repeat linear-gradient(to right, #0404044d 0%, #547dcb4d 100%);background-blend-mode: overlay;
  padding: 160px 20px 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
}

.banner h1 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.banner p {
  margin: 20px auto;
  max-width: 700px;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #f0f0f0;
}

.banner-btn {
  background: #3d85c6;
  padding: 14px 50px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  margin-top: 30px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.banner-btn:hover {
  background: #ffffff;
  color: #ffe599;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Responsive Optimization */
@media (max-width: 768px) {
  .banner-overlay {
    padding: 120px 15px 100px;
  }
  .banner h1 {
    font-size: 2rem;
  }
  .banner p {
    font-size: 1rem;
  }
}

.section-padding {
	padding: 100px 0px;
}
.section-title {
	padding-bottom: 80px;
}
.section-title-service h3 {
	color: #ffff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 22px;
}
.section-title-service p {
	width: 60%;
	margin: 15px auto 20px;
}
.section-title h3 {
	color: #ab2f52;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 22px;
}
.section-title p {
	width: 60%;
	margin: 15px auto 20px;
}
.section-title-line {
	background: #ececec;
	content: "";
	height: 1px;
	position: absolute;
	left: calc(50% - 87px);
	width: 175px;
}
.section-title-line:after {
	background: #ab2f52;
	bottom: -1px;
	content: "";
	height: 2px;
	left: calc(50% - 22px);
	position: absolute;
	width: 45px;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-100 {
	margin-bottom: 100px !important;
}
.pd-lt-10 {
	padding-left:10px;
}
.no-padding {
	padding: 0px !important;
}
.sub-title-paragraph {
}
.sub-title-paragraph h4 {
	margin-bottom: 5px;
}
.sub-title-paragraph h5 {
	color:#ffaf53;
}
.sub-title-paragraph p {
	padding-top: 20px;
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
}
.anchor-btn {
	background: #ffaf53;
	padding: 5px 20px;
	color: #ffffff !important;
	border-radius: 8px;
	margin-top: 70px;
}
.services-section {
  background-image: url('images/business.jpg'); /* Ensure the path is correct */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Optional for parallax feel */
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.services-section > .container {
  position: relative; /* Makes content layer above the overlay */
  z-index: 2;
}

.services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6); /* Overlay to improve text readability */
  z-index: 1;
}

.service-box {
  background: transparent;
  padding: 50px;
  border-radius: 5px;
  box-shadow: none;
}

.service-box {
  background: rgba(255, 255, 255, 0); /* Fully transparent */
  padding: 50px;
  border-radius: 4px;
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.icon-text h4, .icon-text p {
  color: #fff; /* White text for dark backgrounds */
}

.icon-text h4 {
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0px;
	position: relative;
	padding-bottom: 14px;
}
.icon-text h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 5px;
	background-color: #bcbcbc;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: calc(50% - 30px);
}
.icon-text p {
	line-height: 25px;
	font-weight: 300;
}
.portfolio .filtering {
	border-radius: 28px;
	margin: 0 auto;
	border: 1px dotted #e1e1e1;
}
.portfolio .filtering button {
	position: relative;
	top: -1px;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 30px;
	letter-spacing: 2px;
	color: #777;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: none;
	border: 0;
}
.portfolio .filtering .active {
	background-color: #ab2f52;
	color: #fff;
	border-radius: 28px;
	-webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
}
.portfolio .gallery {
	padding: 0;
	overflow: hidden;
	overflow: hidden !important;
	position: relative;
}
.portfolio .gallery .item-img {
	position: relative;
	overflow: hidden;
}
.portfolio .gallery .item-img a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.portfolio .gallery .item-img .part-img {
	position: relative;
}
.portfolio .gallery .item-img .part-img img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio .gallery .item-img .part-img .overlay-img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.portfolio .gallery .item-img .part-img .overlay-img:after {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 150ms ease-in-out 200ms;
	transition: all 150ms ease-in-out 200ms;
}
.portfolio .gallery .item-img .part-img .overlay-img:before {
	content: '';
	position: absolute;
	right: -100%;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 150ms ease-in-out 200ms;
	transition: all 150ms ease-in-out 200ms;
}
.portfolio .gallery .item-img .part-img .overlay-img a {
	width: 100%;
	height: 100%;
}
.portfolio .gallery .item-img .part-img .overlay-img h4 {
	color: transparent;
	overflow: hidden;
	position: absolute;
	top: 54px;
	right: 25px;
	z-index: 2;
	font-size: 18px;
	-webkit-transition: color 150ms ease-in-out 200ms;
	transition: color 150ms ease-in-out 200ms;
	text-align: center;
	padding: 0 10px;
}
.portfolio .gallery .item-img .part-img .overlay-img h4:before {
	content: '';
	background: #fff;
	bottom: 0;
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	-webkit-transition: right 600ms ease-in-out 0s;
	transition: right 600ms ease-in-out 0s;
}
.portfolio .gallery .item-img .part-img .overlay-img h6 {
	color: transparent;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 25px;
	z-index: 2;
	font-size: 18px;
	-webkit-transition: color 150ms ease-in-out 200ms;
	transition: color 150ms ease-in-out 200ms;
	text-align: center;
	padding: 0 10px;
}
.portfolio .gallery .item-img .part-img .overlay-img h6::before {
	content: '';
	background: #fff;
	bottom: 0;
	right: auto;
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	-webkit-transition: left 600ms ease-in-out 0s;
	transition: left 600ms ease-in-out 0s;
}
.portfolio .gallery .item-img:hover img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.portfolio .gallery .item-img:hover .overlay-img:after {
	left: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	opacity: 1;
}
.portfolio .gallery .item-img:hover .overlay-img:before {
	right: 0;
	width: 100%;
	height: 50%;
	-webkit-transition: all .8s;
	transition: all .8s;
	opacity: 1;
}
.portfolio .gallery .item-img:hover .overlay-img h4 {
	color: white;
}
.portfolio .gallery .item-img:hover .overlay-img h4:before {
	right: -100%;
}
.portfolio .gallery .item-img:hover .overlay-img h6 {
	color: white;
}
.portfolio .gallery .item-img:hover .overlay-img h6:before {
	left: -100%;
}
.portfolio-style2 .filtering {
	border: 1px solid #e1e1e1;
}
.portfolio-style2 .filtering .active {
	background-color: #1c1c1c;
}
.testimonials {
	background:url(images/newbg.jpg) no-repeat 0% 0% / 100% 100%;
	width:100%;
}
.testimonials-overlay {
	background: rgba(0,0,0,0.9);
}
.testimonials .testimonial-item p {
	max-width: 700px;
	color: #ffffff;
	margin-bottom: 30px !important;
}
.testimonials .icon i {
	color: #ab2f52;
	font-size: 47px;
	margin-bottom: 25px;
}
.testimonials h5 {
	color:#ffaf53;
}
.testimonials h6 {
	color: #ffffff;
	margin-bottom: 10px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ab2f52 !important;
}
.part-info {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.info-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.info-box .icon {
  font-size: 20px;
  color: #007bff;
  margin-right: 15px;
  margin-top: 5px;
  min-width: 30px;
  text-align: center;
}

.info-box .content h4 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 16px;
}

.info-box .content p {
  margin: 0;
  font-size: 15px;
  color: #333;
}
.info-box .icon i {
  font-size: 24px;
  color: #28a745; /* or your theme color */
}
.info-box .icon i {
  font-size: 24px;
  color: #28a745; /* or your theme color */
}

.contact-form input, .contact-form textarea {
	border: none;
	border-bottom: 1px solid #1c1c1c;
	border-radius: 0;
	padding: 10px 10px 10px 0;
	margin-bottom: 20px;
	font-size: 14px;
	width:100%;
}
.bttn {
	position: relative;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #ab2f52;
	padding: 12px 45px;
	font-size: 15px;
	border-radius: 30px;
	margin-top: 30px;
	border: none;
}
.footer-copy {
	background: #242424;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	padding:7px 0px;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background: rgba(0, 0, 0, 0.72);
	color: #000000 !important;
	text-align: center;
	padding: 10px 0;
}
.nav-scroll .navbar-collapse {
	background: #000000 !important;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img{
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner h1 {
	font-size: 30px;
}
.section-title p {
	width: 100%;
}
.section-title h3 {
	margin-bottom: 12px;
	font-size: 25px;
}
.section-padding {
	padding: 60px 0px;
}
.section-title {
	padding-bottom: 40px;
}
.portfolio .filtering {
	border:none;
}
.portfolio .filtering .active {
	border-radius: 0px;
}
.portfolio .filtering button {
	font-size: 10px;
	padding: 10px 15px;
}
.banner-overlay {
	padding: 150px 0px 100px;
}
}
.logo-1 {
  height: 80px;            /* Increase the logo height */
  width: auto;
  object-fit: contain;
  margin-top: -15px;       /* Move it slightly above navbar */
  transition: all 0.3s ease;
}




.navbar-brand {
  padding: 0;             /* Removes default vertical padding */
  display: flex;
  align-items: center;    /* Centers vertically */
  height: 100px;          /* Match logo height */
}


.section-info h5 {
  font-size: 22px;
  color: #2072bc;
  margin-bottom: 15px;
}

.mt-60 {
  margin-top: 60px;
}

.img-circle {
  border-radius: 50%;
}
.social-icons {
  margin-top: 20px;
}

.social-icons h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}

.social-icon {
  display: inline-block;
  margin-right: 25px;
  font-size: 30px;
  color: #2072bc;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #ab2f52;
}
.contact-form-btn {
  background: linear-gradient(135deg, #ab2f52, #ffaf53);
  color: #ffffff;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(171, 47, 82, 0.3);
  border: none;
  cursor: pointer;
}

.contact-form-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(171, 47, 82, 0.4);
  color: #ffffff;
  text-decoration: none;
}

.contact-form-button {
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.contact-form-button h4 {
  color: #ab2f52;
  font-weight: 600;
}

.contact-form-button p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.whatsapp-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 25px;
  right: 25px;
  background-color: var(--success); /* WhatsApp green (#28a745) */
  color: var(--white);
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #218838;
  color: #fff;
}

.whatsapp-icon {
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 768px) {
  .logo-1 {
    height: 60px;
  }

  .navbar {
  min-height: 80px;
  background: transparent;
}

