html,
body {
	overflow-x: clip;
	max-width: 100vw;
}

body {
	font-family: "Poppins", sans-serif;
	background: url('../images/bg.svg');
	background-size:cover;
	background-repeat:repeat;
	color: #212529;
	line-height: 1.6;
}

/* Navbar */
.navbar {
	background-color: #ffffff;
}
.nav-link {
	color: #007bff !important;
}
.nav-link:hover {
	color: #0056b3 !important;
}

.hero-section {
	background: url("../images/hero-bg.jpg") center/cover no-repeat;
	height: 90vh;
	position: relative;
	color: white;
}
.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 123, 255, 0.5);
	z-index: 0;
}
.hero-section .container {
	position: relative;
	z-index: 1;
}

.hero-section h1 {
	font-size: 3rem;
	line-height: 1.2;
}

.hero-section p {
	font-size: 1.25rem;
}

.hero-section .btn-primary {
	padding: 12px 28px;
	font-size: 1.1rem;
	border-radius: 30px;
	transition: background 0.3s ease;
}

.hero-section .btn-primary:hover {
	background-color: #0056b3;
}

/* Section Wave Top */
.custom-shape-top svg {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 80px;
	display: block;
	z-index: 1;
}

#about {
	position: relative;
	z-index: 2;
}

/* Section Title */
.section-title {
	font-size: 2rem;
	font-weight: 600;
	color: #007bff;
}

/* Stats */
#about h3 {
	font-size: 1.8rem;
	font-weight: 700;
}

#about .btn-outline-primary {
	border-radius: 25px;
	padding: 10px 25px;
	transition: all 0.3s ease;
}

#about .btn-outline-primary:hover {
	background-color: #007bff;
	color: #fff;
}

.section-title {
	font-size: 2rem;
	font-weight: 700;
	color: #007bff;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.service-card {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.5rem;
	position: relative;
	padding: 30px 20px;
	border-radius: 20px;
	color: #000000;
	backdrop-filter: blur(8px);
	background: rgba(0, 123, 255, 0.1);
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	overflow: hidden;
	height: auto;
	min-height: 250px;
}

.service-card:hover {
	transform: translateY(-10px);
	background: linear-gradient(135deg, #007bff, #17a2b8);
	color: #fff;
}

.service-card button {
	color: #000000;
	border-color: #000000;
	border-radius: 30px;
	padding: 6px 18px;
	font-size: 0.9rem;
	transition: 0.2s ease;
}

.service-card button:hover {
	background-color: #ffffff;
	color: #007bff;
}

.service-card i {
	font-size: 2.2rem;
	margin-bottom: 15px;
	display: inline-block;
	color: #007bff;
	transition: transform 0.3s ease;
}

.service-card:hover i {
	transform: scale(1.2) rotate(-10deg);
	color: #fff;
}

.service-card h5 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.service-card p {
	font-size: 0.95rem;
	line-height: 1.5;
	color: inherit;
}

/* Toggle Switch (Animated) */
.toggle-switch {
	position: relative;
	width: 50px;
	height: 26px;
}
.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.toggle-switch label {
	background-color: #ccc;
	border-radius: 50px;
	cursor: pointer;
	display: block;
	height: 100%;
	position: relative;
	transition: background-color 0.3s;
}
.toggle-switch label::after {
	content: "";
	background-color: white;
	border-radius: 50%;
	height: 22px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 22px;
	transition: transform 0.3s ease;
}
.toggle-switch input:checked + label {
	background-color: #007bff;
}
.toggle-switch input:checked + label::after {
	transform: translateX(24px);
}

/* Ribbon */
.ribbon {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #007bff;
	color: white;
	padding: 5px 10px;
	font-size: 0.75rem;
	font-weight: 600;
	border-radius: 4px;
	z-index: 2;
}

.discount-badge {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.discount-badge.show {
  opacity: 1;
  visibility: visible;
}

#team img {
  border-radius: 12px;
  object-fit: cover;
}

#team h4 {
  color: #007BFF;
  font-weight: 600;
}

#team p {
  font-size: 1rem;
  line-height: 1.6;
}

.team-img-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.team-img-wrapper img {
  display: block;
  transition: transform 0.3s ease;
}

.team-img-wrapper:hover img {
  transform: scale(1.05);
}

.team-social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 123, 255, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  font-size: 1.25rem;
  z-index: 1;
}

.team-img-wrapper:hover .team-social {
  opacity: 1;
}

.team-social a {
  color: white;
  transition: transform 0.2s ease;
}

.team-social a:hover {
  transform: scale(1.2);
}

/* Contact Section */
#contact {
  position: relative;
  z-index: 1;
}

/* Form wrapper card */
#contact .form-control,
#contact textarea {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

#contact .form-control:focus,
#contact textarea:focus {
  border-color: #007BFF;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2);
  background-color: #fff;
}

#contact label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

#contact button.btn {
  padding: 10px 28px;
  font-weight: 600;
  border-radius: 30px;
  transition: background 0.3s ease;
}

#contact button.btn:hover {
  background-color: #0056b3;
}

/* Contact Info Box */
#contact .bg-light {
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 5px solid #007BFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

#contact h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
  color: #007BFF;
}

#contact p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}

#contact a {
  color: #007BFF;
  font-weight: 500;
  transition: color 0.2s;
}

#contact a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.form-floating-custom {
  position: relative;
}

.form-floating-custom label {
  position: absolute;
  top: 12px;
  left: 16px;
  background: #fff;
  padding: 0 6px;
  color: #6c757d;
  font-size: 0.95rem;
  transition: 0.3s ease all;
  pointer-events: none;
}

.form-floating-custom input:focus + label,
.form-floating-custom input:not(:placeholder-shown) + label,
.form-floating-custom textarea:focus + label,
.form-floating-custom textarea:not(:placeholder-shown) + label {
  top: -10px;
  left: 12px;
  font-size: 0.75rem;
  color: #007BFF;
}

.form-control::placeholder {
  color: transparent;
}

.footer {
  font-size: 0.9rem;
  line-height: 1.4;
  background-color: #f8f9fa;
}

.footer a {
  color: #333;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
  color:#007BFF !important;
}

.footer h5,
.footer h6 {
  color: #007BFF;
}

.footer ul li {
  margin-bottom: 4px;
}

.footer i {
  font-size: 1.25rem;
}

