 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }

 body {
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   background: linear-gradient(90deg, #2f2f2f, #585858);
 }


 section {
   scroll-margin-top: 170px;
 }
 /* Navbar container */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 25px;
  background: linear-gradient(90deg, #585858, #2f2f2f);
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 9999;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

/* Left section */
.navbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Nav links */
.nav-links {
  display: flex;
  gap: 15px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 50px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.nav-links a:hover,
.nav-links a.active {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  color: #fff;
}

/* Hamburger menu for mobile */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}

/* Right section */
.navbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lang-select {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.lang-select:hover {
  transform: scale(1.1);
}

.signin-btn {
  background: #fff;
  color: #ff5f6d;
  border: none;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.signin-btn:hover {
  background: rgba(255,255,255,0.9);
  transform: scale(1.05);
}
.signin-btn2 {
  background: #ff5f6d;
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.signin-btn2:hover {
  background: #ff5f6cdd;
  transform: scale(1.05);
}

/* Mobile responsive */
@media (max-width: 900px) {
  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #ff5f6d, #ffc371);
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

}


 /* Breadcrumb styling */

 .hero {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background-color:#303947;
}
.hero-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
 .breadcrumb {
  min-width: 100%;
   position: relative;
   display: flex;
   flex-direction: column;
   gap: 20px;
   justify-content: center;
   align-items: center;
   background-size: cover;
   height: 45vh;
   z-index: 1;
   overflow: hidden;
 }
 .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; 
  filter: brightness(0.4);
}

 .breadcrumb h1 {
   color: #fff;
   z-index: 1;
   text-align: center;
   font-size: 35px;
 }
.aiporn-image{
  background: url(../Images/instacams-banner-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
 .breadcrumb::before {
   content: "";
   position: absolute;
   inset: 0;
   background: hsla(0, 0%, 0%, 0.6);
   z-index: 0;
 }

 .gradient-button {
   background: #E34449e4;
   color: #fff;
   padding: 15px 30px;
   font-size: 18px;
   font-weight: bold;
   border: none;
   border-radius: 5px;
   cursor: pointer;
   transition: transform 0.2s ease, box-shadow 0.2s ease;
   z-index: 1;
   position: relative;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
 }
 .aiporn-button {
   background: #448ee3e4;
 }
 .aiporn-button:hover {
   background: #448ee3bb !important;
 }

 .gradient-button:hover {
   background: #E34449e4;
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
 }

 .carousel-controls {
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: auto;
    padding: 0 0rem;
}

button.prev, button.next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 50%;
}

button.prev:hover, button.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

 /* Responsive - mobile */
 @media (max-width: 768px) {
   .menu-toggle {
     display: inline-block;
   }

   .navbar-left p {
     font-size: 20px;
     color: #E34449;
     font-weight: 700;
   }
   .breadcrumb{
        padding: 5% 2%;
        height: auto;
   }

   .breadcrumb h1 {
     font-size: 20px;
     text-align: center;
   }
   .bottom-nav .nav-link {
    font-size: 6px;
   }
 }


 .container {
   display: flex;
   max-width: 1300px;
   margin: 0 auto;
   padding: 40px 5px;
 }

 .content {
   flex: 3;
   border-radius: 10px;
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
   padding: 20px;
    background: linear-gradient(90deg, #373737, #424242);
    color: #fff;
 }

 .content a {
   text-decoration: none;
   color: #fff;
 }

 .content section {
   margin-bottom: 30px;
 }

 .content h2 {
   font-size: 28px;
   margin-bottom: 10px;
 }

 .content p {
   font-size: 18px;
   line-height: 1.6;
   margin-bottom: 10px;
 }

 .bottom-nav {
   flex: 1;
   width: 100%;
   position: sticky;
   top: 60px;
   align-self: flex-start;
   background: #2f2f2f;
   padding: 5px 20px;
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
   display: flex;
   gap: 10px;
   z-index: 1100;
 }

 .bottom-nav .nav-link {
  cursor: pointer;
   display: block;
   padding: 7px 15px;
   text-decoration: none;
   color: #ffffff;
   font-weight: 500;
   border-radius: 6px;
   font-size: 13px;
   transition: background-color 0.2s, color 0.2s;
 }

 .bottom-nav .nav-link.active {
   background-color: #A60000;
   color: #fff;
 }

 .bottom-nav .nav-link:hover {
   background-color: #A60000;
   color: #fff;
 }

 .sidebar {
   flex: 1;
   width: 20%;
   position: sticky;
   top: 120px;
   align-self: flex-start;
   gap: 10px;
   display: flex;
   justify-content: center;
 }
.video-section {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  width: 260px;
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.sidebar-video-card {
  display: none;
  position: relative;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.sidebar-video-card video {
  width: 100%;
  display: block;
}

.sidebar-video-card button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  margin-top: 10px;
  padding: 15px 20px;
  background-color: #f39c12;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 80%;
  font-weight: bold;
  font-size: 19px;
}

.sidebar-video-card button:hover {
  background-color: #e67e22;
}

 /* Scroll smooth */
 html {
   scroll-behavior: smooth;
 }

 @media screen and (max-width: 768px) {
   .container {
     flex-direction: column;
   }

   .sidebar {
     width: 100%;
     margin-bottom: 10px;
     flex-direction: column;
     position: static;
   }
   

   .content {
     margin-right: 0px;
     padding: 30px 10px;
   }
 }

 .key-features {

   margin-top: 40px;
   border-radius: 8px;
 }

 .key-features h2 {
   font-size: 28px;
   margin-bottom: 10px;
   color: #fff;
 }

 .feature-item {
   display: flex;
   align-items: flex-start;
   margin-bottom: 25px;
   gap: 15px;
 }

 .feature-item i {
   font-size: 20px;
   color: #007bff;
   flex-shrink: 0;
 }

 .feature-item h3 {
   font-size: 20px;
   margin: 0 0 6px;
   color: #fff;
 }

 .feature-item p {
   margin: 0;
   font-size: 18px;
   line-height: 1.6;
 }

 @media (max-width: 768px) {
   .feature-item {
     flex-direction: column;
     align-items: flex-start;
   }

   .feature-item i {
     font-size: 24px;
     margin-bottom: 8px;
   }
 }


 .content ul {
   list-style-type: none;
   margin-left: auto;
   margin-right: auto;
 }

 .content ul li {
   font-size: 18px;
   line-height: 1.6;
   margin-bottom: 15px;
   position: relative;
 }

 .content ul li strong {
   color: #000000;
   /* Highlight the key terms */
 }




 #faqs {
   margin-top: 50px;
 }

 #faqs h2 {
   font-size: 28px;
   margin-bottom: 25px;
 }

 .faq-item {
   background: white;
   border-radius: 8px;
   margin-bottom: 15px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
   overflow: hidden;
 }

 .faq-question {
   width: 100%;
   background-color: #eaf7ff;
   border: none;
   outline: none;
   cursor: pointer;
   padding: 18px 20px;
   text-align: left;
   font-weight: 600;
   font-size: 18px;
   color: #000;
   transition: background-color 0.3s ease;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 .faq-question:hover {
   background-color: #d6ebff;
 }

 .faq-question::after {
   content: '+';
   font-size: 24px;
   line-height: 1;
   transition: transform 0.3s ease;
 }

 .faq-question.active::after {
   content: '−';
   transform: rotate(180deg);
 }

 .faq-answer {
   padding: 0 20px 20px 20px;
   display: none;
   font-size: 16px;
   color: #333;
   line-height: 1.5;
 }

 .footer {
   background-color: #000;
   color: #b0b3b8;
   padding: 30px 20px;
   font-family: Arial, sans-serif;
   font-size: 14px;
 }

 .footer-top {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   gap: 20px;
   max-width: 1200px;
   margin: 0 auto;
 }

 .footer-top p {
   font-size: 35px;
   font-weight: 700;
   color: #fff;
 }

 .footer-logo {
   height: 40px;
   user-select: none;
 }

 .footer-nav {
   display: flex;
   gap: 30px;
   flex-wrap: wrap;
 }

 .footer-nav a {
   color: white;
   text-decoration: none;
   font-weight: 700;
   cursor: pointer;
   user-select: none;
 }

 .footer-nav a:hover {
   text-decoration: underline;
 }

 .footer-icons {
   display: flex;
   align-items: center;
   gap: 20px;
 }

 .age-icon {
   border: 2px solid white;
   border-radius: 50%;
   padding: 6px 12px;
   font-weight: 700;
   font-size: 16px;
   color: white;
   user-select: none;
 }

 .helpline-logo {
   height: 40px;
   user-select: none;
 }

 hr {
   border: none;
   border-top: 1px solid #2a2f45;
   margin: 20px 0;
 }

 .footer-bottom {
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   gap: 20px;
 }

 .country-select {
   background-color: #1a2034;
   color: white;
   border: none;
   padding: 10px 14px;
   font-size: 14px;
   border-radius: 6px;
   cursor: pointer;
   min-width: 180px;
   user-select: none;
 }

 .country-select option {
   color: #fff;
 }

 .footer-text {
   flex: 1;
   min-width: 280px;
   line-height: 1.5;
   color: #a9aebf;
 }

 .footer-text a {
   color: #5ab0ff;
   text-decoration: none;
 }

 .footer-text a:hover {
   text-decoration: underline;
 }

 @media (max-width: 768px) {
   .footer-top {
     justify-content: center;
     gap: 30px;
   }

   .footer-nav {
     justify-content: center;
     gap: 20px;
   }

   .footer-bottom {
     flex-direction: column;
     align-items: flex-start;
   }

   .footer-text {
     margin-top: 15px;
   }
 }



 .card-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 10px;

 }

 .profile-card {
   border-radius: 5px;
   overflow: hidden;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
   width: 200px;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   position: relative;
   cursor: pointer;
 }

 .profile-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
 }

 .slot-video video {
   width: 100%;
   display: block;
   height: 140px;
   object-fit: cover;
   filter: blur(0px); 
  transition: filter 0.3s ease; /* smooth transition */
  pointer-events: none; /* prevents accidental clicks on video */
 }

 .slot-video video::-webkit-media-controls {
   display: none !important;
 }

 .slot-video video::-moz-media-controls {
   display: none !important;
 }
 .profile-card:hover .slot-video video {
  filter: blur(0); /* clear on hover */
}

 .slot-video video {
   controls: false;
 }

 .timg {
   position: absolute;
   top: 110px;
   right: 5px;
   background-color: #1a1a1a;
   padding: 2px 10px 4px 10px;
   font-size: 14px;
   color: #dbdbdb;
 }

 .profile-info {
   padding: 5px 10px;
   display: flex;
   justify-content: space-between;
 }

 .icon-mess i {
   font-size: 20px;
 }

 .username {
   font-size: 0.8rem;
   font-weight: 600;
   margin-bottom: 5px;
 }

 .views {
   color: #b3b3b3;
   font-size: 0.7rem;
   margin-bottom: 10px;
 }

 .status-dot {
   width: 10px;
   height: 10px;
   background: limegreen;
   border-radius: 50%;
   display: inline-block;
   margin-left: 5px;
 }

 @media (max-width: 768px) {
   .profile-card {
     width: 47%;
   }
 }

 .next-btn {
   margin-top: 2%;
   display: flex;
   justify-content: center;
 }

 .next-btn a {
   text-decoration: none;
   margin: auto;
 }


 .main-section h2 {
   font-size: 2rem;
 }

 .main-section p {
   margin: 1% auto;
 }

 @media(max-width: 576px) {
   .main-section h2 {
     text-align: center;
     font-size: 1.2rem;
   }
   .key-features h2 {
     font-size: 1.2rem;
}
.feature-item h3 {
    font-size: 16px;
}
.faq-question {
  font-size: 16px;
}
.content h2 {
    font-size: 1.2rem;
}
   .content p {
    font-size: 14px;
}
  
.content {
  margin: auto;
}
  .bottom-nav {
    padding: 5px 0px;
    gap: 0px;
    top: 59px;
}
.bottom-nav .nav-link {
    padding: 7px 6px;
    font-size: 7px;
  }
  .gradient-button {
    padding: 10px 15px;
    font-size: 10px;
  }
  .container {
    padding: 8px 5px;
}
 }


