.logo { max-height: 50px; }
/* Logo height */
.navbar-brand .logo {
  width: auto;
}
body{
    font-family: 'Poppins', sans-serif;

}

/* Hover effect for links */
.navbar-nav .nav-link {
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 6px;
  padding: 8px 15px;
}

.navbar-nav .nav-link:hover {
  background-color: rgba(255,255,255,0.2);
  color: #fff !important;
}

/* Fix hero padding since navbar is fixed */

.lead {
    font-size: 14pt;
    font-weight: 500;
}
.navbar-nav .nav-link { font-weight: 500; padding: 8px 15px; margin-right: 23px; }
.navbar-nav .nav-link:hover { color: #0d6efd; }
footer { background:#212529; color:#adb5bd; padding:50px 0; }
footer h5 { color:#fff; margin-bottom:15px; }
footer a { color:#adb5bd; text-decoration:none; }
footer a:hover { color:#0d6efd; }
.footer-bottom { border-top:1px solid #343a40; margin-top:30px; padding-top:15px; font-size:14px; color: #fff !important; }
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(25 35 85) !important;
}
.btnbg{
  background-color: rgb(25 35 85) !important;
  border: 1px solid rgb(25 35 85) !important;
  color: #fff !important;
}
.bg-light-hero {
    --bs-bg-opacity: 1;
    background-color:#00c7ca !important;
}
/* Login / Signup Button */
.navbar .btn-login {
  background: #00c7ca;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 199, 202, 0.3);
  border: none;
}

.navbar .btn-login:hover {
  background: #00a5a8;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 199, 202, 0.45);
}

/* Hero Banner Styling */
.hero-banner {
  min-height: 100vh;
  background: url("../images/sss.jpg") no-repeat center center/cover;
  position: relative;
  padding: 100px 0;
  
}
.hero-banner .text-white {
}
/* Dark overlay for better text readability */
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(251, 252, 252, 0.55);
    color: #000 !important;

}

.hero-banner .container {
  position: relative;
  z-index: 1;
    color: #000 !important;

}
.con_con{
    color: #000 !important;

}
.connect_text{
    text-shadow: 2px 2px 4px #fff; /* Horizontal, vertical, blur, color */
  font-family: 'Poppins', sans-serif;


}
.text-shadow{
      text-shadow: 2px 2px 4px #000; /* Horizontal, vertical, blur, color */

}
/* Button styling */
.hero-banner .btn {
  padding: 12px 28px;
  transition: transform 0.2s ease;
}

.hero-banner .btn:hover {
  transform: translateY(-2px);
}
.btnactive{
   background-color: #00a5a8;
}
.btn-theme{
   background-color: #00a5a8 !important;
   border: 1px solid #00a5a8 !important;
}
/* Services Page Hero */
.hero-services {
  position: relative;
  background: linear-gradient(135deg, #0d47a1 0%, #00c7ca 100%);
  color: #fff;
  text-align: center;
  padding: 120px 20px 100px;
  overflow: hidden;
}

.hero-services h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.hero-services p {
  max-width: 700px;
  margin: 0 auto;
}

/* Services Page Hero with Background Image */
.hero-services-img {
  position: relative;
  background: url("../images/services.png") top center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 140px 20px 120px;
  overflow: hidden;
}

.hero-services-img::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 199, 202, 0.65); /* teal overlay */
  z-index: 1;
}

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

.hero-services-img h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

.hero-services-img p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.2rem;
}

.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
}

/* Service Cards */
.service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

.service-card i {
  transition: transform 0.3s;
}

.service-card:hover i {
  transform: scale(1.2) rotate(10deg);
}

.services-section h2 {
  font-weight: 700;
}

.services-section p {
  font-size: 0.95rem;
  color: #555;
}
.list-unstyled {
}

.contact-page h2 {
    color: #00c7ca;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-page a {
    color: #00c7ca;
    text-decoration: none;
}

.contact-page a:hover {
    text-decoration: underline;
}

/* Hero Banner */
.contact-hero {
    background: linear-gradient(rgba(0,199,202,0.8), rgba(0,199,202,0.8)), url('../images/contact.jpg') top/cover no-repeat;
    color: white;
    position: relative;
    padding: 120px 0 60px 0;
    text-align: left;
}

.contact-hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.contact-hero p {
    font-size: 1.2rem;
}

/* Curved bottom of hero */
.contact-hero svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
}

/* Section Boxes */
.contact-box {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

/* Buttons */
.contact-page .btn-primary {
    background-color: #00c7ca;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact-page .btn-primary:hover {
    background-color: #00a5a8;
    transform: translateY(-2px);
}

/* Section backgrounds */
.contact-page section.bg-light {
    background-color: #f8f9fa;
}

/* Footer */
.contact-page footer {
    background-color: #0b0b0b;
    color: #ccc;
    padding: 20px 0;
    text-align: center;
}

/* Contact Boxes */
.contact-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

/* Lists inside contact boxes */
.contact-box ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
  margin: 15px 0;
}

.contact-box ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

/* Custom bullet (icon) */
.contact-box ul li::before {
  content: "✔"; /* checkmark icon */
  position: absolute;
  left: 0;
  top: 0;
  color: #00c7ca;
  font-weight: bold;
}

/* General list styling */
.privacy-content ul {
  list-style: none; /* remove default bullets */
  padding-left: 0;
}

.privacy-content ul li {
  position: relative;
  padding-left: 40px; /* space for custom icon */
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.6;
  border-left: 4px solid #00c7ca;
  padding: 12px 16px;
  border-radius: 8px;
  background: #f9f9f9;
  transition: transform 0.2s, box-shadow 0.2s;
}

.privacy-content ul li:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.privacy-content ul li::before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

/* Optional alternative icons for different sections */
.privacy-content ul.personal-data li::before { content: "📝"; }
.privacy-content ul.ai-data li::before { content: "🤖"; }
.privacy-content ul.device-data li::before { content: "💻"; }
.privacy-content ul.permissions li::before { content: "📷"; }

/* Links inside list */
.privacy-content ul li a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}
.privacy-content ul li a:hover {
  text-decoration: underline;
}
.refund-content ul {
      list-style: none;
      padding-left: 0;
    }
    .refund-content ul li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 16px;
      font-size: 1rem;
      line-height: 1.6;
      border-left: 4px solid #f39c12;
      padding: 12px 16px;
      border-radius: 8px;
      background: #fdf6f0;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .refund-content ul li:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    }
    .refund-content ul li::before {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.2rem;
    }
    .refund-content ul li a {
      color: #007bff;
      text-decoration: none;
      font-weight: 500;
    }
    .refund-content ul li a:hover {
      text-decoration: underline;
    }
    .refund-content h2 {
      margin-top: 40px;
      margin-bottom: 20px;
      font-weight: 600;
      color: #f39c12;
    }
    .refund-content p {
      margin-bottom: 16px;
    }

    .terms-content ul {
      list-style: none;
      padding-left: 0;
    }
    .terms-content ul li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 16px;
      font-size: 1rem;
      line-height: 1.6;
      border-left: 4px solid #3498db;
      padding: 12px 16px;
      border-radius: 8px;
      background: #f0f8ff;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .terms-content ul li:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    }
    .terms-content h2 {
      margin-top: 40px;
      margin-bottom: 20px;
      font-weight: 600;
      color: #3498db;
    }
    .terms-content h5 {
      margin-top: 20px;
      margin-bottom: 12px;
      font-weight: 500;
    }
    .terms-content p {
      margin-bottom: 16px;
    }

     .grievance-content h2, .grievance-content h4 {
      color: #3498db;
    }
    .grievance-content ul {
      list-style: none;
      padding-left: 0;
    }
    .grievance-content ul li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 12px;
      font-size: 1rem;
      line-height: 1.6;
      border-left: 4px solid #3498db;
      padding: 12px 16px;
      border-radius: 8px;
      background: #ffffff;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .grievance-content ul li:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    }
    .section-divider {
      border-top: 2px solid #3498db;
      margin: 40px 0;
    }

    .ai-content h2 {
      color: #e67e22;
    }
    .ai-content ul {
      list-style: none;
      padding-left: 0;
    }
    .ai-content ul li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 12px;
      font-size: 1rem;
      line-height: 1.6;
      border-left: 4px solid #e67e22;
      padding: 12px 16px;
      border-radius: 8px;
      background: #ffffff;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .ai-content ul li:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    }
    .section-divider {
      border-top: 2px solid #e67e22;
      margin: 40px 0;
    }
    .Explore{
      border: 1px solid #fff;
    }
    .btn-outline-light{
      color: #000;
    }
    .brd{background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-right: 20px;
    padding: 20px 20px;

    }
    h2{
      font-size: 16pt;
    }
    .link{
      color: #00a5a8 !important;
    }
     /* Hero Banner */
.policy-hero {
  background: linear-gradient(rgba(13, 110, 253, 0.7), rgba(13, 110, 253, 0.7)),
              url('../images/cookies-bg.jpg') center/cover no-repeat;
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid #0d6efd;
}

/* Section Headings */
.section-title {
  font-size:14pt;
  font-weight: 700;
  margin-bottom: 1rem;
  border-left: 5px solid #0d6efd;
  padding-left: 10px;
  color: #0d6efd;
}

/* Custom Lists */
.custom-list li {
  margin-bottom: 0.6rem;
  padding-left: 1.2rem;
  position: relative;
  list-style-type: none;
      padding-left: 30px;
}
.custom-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: bold;
}

/* Footer */
.footer a:hover {
  text-decoration: underline;
}
/* Contact Form Card */
.card {
  border-radius: 1rem;
}

.input-group-text {
  background: #f8f9fa;
  border-right: 0;
}

.input-group .form-control {
  border-left: 0;
}

textarea {
  resize: none;
}
.btn-theme{
  color: #fff !important;
} 
