@charset "UTF-8";
:root {
  --primary: #00b894;
  --secondary: #01937c;
  --success: #55efc4;
  --light: #f5f6fa;
  --dark: #2d3436;
  --text: #2f3640;
  --accent: #00cec9;
  --gradient: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.visit-sec-7 {
  font-family: "Outfit", sans-serif;
  color: var(--text);
  scroll-behavior: smooth;
  overflow-x: hidden;
  /* Navbar */
  /* Hero Section */
  /* Cards */
  /* Buttons */
  /* Testimonials */
  /* Timeline */
  /* FAQ */
  /* Footer */
  /* Responsive */
  /* ✅ Custom Owl Navigation Buttons */
  /* Buttons Base */
  /* Hover Effect */
  /* Icon Style */
  /* Optional – Slight rotation animation */
}
.visit-sec-7 h1,
.visit-sec-7 h2,
.visit-sec-7 h3,
.visit-sec-7 h4,
.visit-sec-7 h5,
.visit-sec-7 h6 {
  font-weight: 600;
}
.visit-sec-7 .section-padding {
  padding: 80px 0;
}
.visit-sec-7 .section-title {
  margin-bottom: 50px;
  position: relative;
}
.visit-sec-7 .section-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--gradient);
  border-radius: 2px;
}
.visit-sec-7 a {
  text-decoration: none;
}
.visit-sec-7 .btn-outline {
  border: 1px solid var(--primary) !important;
  border: none;
  border-radius: 8px;
  padding: 10px 25px;
  color: var(--primary);
  font-weight: 500;
  background-color: white;
  transition: all 0.3s ease;
}
.visit-sec-7 .btn-outline:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  color: var(--primary);
  background-color: white;
}
.visit-sec-7 .btn-outline:active {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  color: var(--primary) !important;
  background-color: white !important;
}
.visit-sec-7 .text-primary {
  color: var(--primary) !important;
}
.visit-sec-7 .navbar {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.visit-sec-7 .navbar-brand {
  font-weight: 700;
  color: var(--primary);
}
.visit-sec-7 .nav-link {
  font-weight: 500;
  margin: 0 5px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.visit-sec-7 .nav-link:hover {
  background: rgba(67, 97, 238, 0.1);
  color: var(--primary);
}
.visit-sec-7 .hero-section {
  background: var(--gradient);
  color: white;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.visit-sec-7 .hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiM0MzYxZWUiLz48cGF0aCBkPSJNMCw1MDBMMTAwMCw1MDBMMTAwMCwwTDAwLDAwWiIgZmlsbD0iIzNhMGNhMyIvPjwvc3ZnPg=='); */
  opacity: 0.1;
}
.visit-sec-7 .profile-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow);
}
.visit-sec-7 .hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.visit-sec-7 .hero-content p {
  font-size: 1.2rem;
  opacity: 0.9;
}
.visit-sec-7 .qr-code {
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: var(--shadow);
  max-width: 200px;
}
.visit-sec-7 .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.visit-sec-7 .contact-btn:hover {
  background: white;
  color: var(--primary);
  transform: translateY(-3px);
}
.visit-sec-7 .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.visit-sec-7 .social-icon:hover {
  background: white;
  color: var(--primary);
  transform: translateY(-3px);
}
.visit-sec-7 .card {
  border: none;
  border-radius: 12px;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  /* height: 100%; */
}
.visit-sec-7 .card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.visit-sec-7 .service-icon,
.visit-sec-7 .product-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: var(--gradient);
  color: white;
  font-size: 1.8rem;
}
.visit-sec-7 .btn-primary {
  background: var(--gradient);
  border: none;
  border-radius: 8px;
  padding: 10px 25px;
  color: var(--light);
  font-weight: 500;
  transition: all 0.3s ease;
}
.visit-sec-7 .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}
.visit-sec-7 .testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: var(--shadow);
  position: relative;
  border-left: 4px solid var(--primary);
}
.visit-sec-7 .testimonial-card:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 4rem;
  color: rgba(67, 97, 238, 0.1);
  font-family: Georgia, serif;
  line-height: 1;
}
.visit-sec-7 .stars {
  color: #ffc107;
}
.visit-sec-7 .timeline {
  position: relative;
  padding-left: 30px;
}
.visit-sec-7 .timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gradient);
}
.visit-sec-7 #services .card {
  position: relative;
  border-left: 4px solid var(--primary);
}
.visit-sec-7 .timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.visit-sec-7 .timeline-item:before {
  content: "";
  position: absolute;
  left: -36px;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid white;
  box-shadow: 0 0 0 3px var(--primary);
}
.visit-sec-7 .accordion-button {
  font-weight: 500;
  padding: 15px 20px;
}
.visit-sec-7 .accordion-button:not(.collapsed) {
  background: rgba(67, 97, 238, 0.05);
  color: var(--primary);
}
.visit-sec-7 .accordion-button:focus {
  box-shadow: none !important;
}
.visit-sec-7 footer {
  background: var(--dark);
  color: white;
  padding: 50px 0 20px;
}
.visit-sec-7 .footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}
.visit-sec-7 .footer-links a:hover {
  color: white;
}
@media (max-width: 768px) {
  .visit-sec-7 .hero-content h1 {
    font-size: 2rem;
  }
  .visit-sec-7 .section-padding {
    padding: 60px 0;
  }
}
.visit-sec-7 .stars i {
  color: #fbc02d;
}
.visit-sec-7 .owl-nav {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  position: relative;
  z-index: 10;
}
.visit-sec-7 .owl-nav button {
  background: var(--primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px !important;
  transition: all 0.35s ease;
  box-shadow: 0 4px 10px rgba(67, 97, 238, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.visit-sec-7 .owl-nav button:hover {
  background: var(--accent) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(67, 97, 238, 0.45);
}
.visit-sec-7 .owl-nav button i {
  font-size: 18px;
  line-height: 1;
}
.visit-sec-7 .owl-prev span,
.visit-sec-7 .owl-nav span {
  font-size: 30px !important;
}
.visit-sec-7 .owl-prev {
  left: -10px;
}
.visit-sec-7 .owl-next {
  right: -10px;
}
.visit-sec-7 .owl-nav button:hover i {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.visit-sec-7 .owl-carousel .owl-item img {
  width: 70px !important;
  height: 70px !important;
}
.visit-sec-7 .owl-carousel .owl-stage-outer {
  padding: 10px;
}
.visit-sec-7 .nav-link.active {
  color: var(--primary) !important;
}
.visit-sec-7 .testimonial-card {
  min-height: 300px;
}
.visit-sec-7 #portfolio .card {
  border-radius: 15px;
  transition: all 0.3s ease;
}
.visit-sec-7 #portfolio .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.visit-sec-7 #portfolio .carousel-indicators [data-bs-target] {
  background-color: #777;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.visit-sec-7 .carousel-control-prev-icon, .visit-sec-7 .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
}
.visit-sec-7 #portfolio .carousel-indicators .active {
  background-color: var(--primary, #007bff);
}
.visit-sec-7 #portfolio .carousel-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in;
}
.visit-sec-7 #portfolio .carousel-icon:hover {
  background-color: var(--primary, #007bff);
}
.visit-sec-7 #portfolio .card-img-top {
  height: 300px;
}
.visit-sec-7 #portfolio .carousel-indicators {
  right: 0;
  bottom: -60px !important;
}
.visit-sec-7 .navbar-toggler:focus {
  box-shadow: none !important;
}/*# sourceMappingURL=visting-card7.css.map */