body {
      font-family: 'Inter', sans-serif;
      font-family: Garamond, sans-serif;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    .navbar {
      padding: 1rem 2rem;
      font-family: Verdana, Geneva, Tahoma, sans-serif;

    }
    .navbar-brand {
      font-weight: 700;
      font-size: 1.5rem;
      color: #28a745 !important;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .navbar-nav .nav-link {
      font-weight: 500;
      color: #333;
      margin: 0 10px;
    }
    .navbar-nav .nav-link:hover {
      color: #28a745;
    }
    .try-btn {
      background-color: #000;
      color: #fff;
      border-radius: 30px;
      padding: 8px 20px;
    }
    .try-btn:hover {
        background-color: #006400;
      color: #fff;
    }

    /* Hero Section */
    .hero-section {
      position: relative;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      overflow: hidden;
      padding: 2rem 0;
      background: url(../Media/banner1.jpg) no-repeat right;
      height: 73.3vh;
    }

    .hero-text h1 {
      font-size: 2.7rem;
      font-weight: 700;
    }
    /* Highlighted cursive text */
    .hero-text h1 .highlight {
        font-family: 'Great Vibes', cursive;
        font-size: 3.5rem;
        color: #f39c12;
    }

    .hero-text p {
      font-size: 1.1rem;
      color: #555;
      max-width: 500px;
    }

    .btn-dark-rounded {
      background-color: #000;
      border: none;
      padding: 12px 24px;
      border-radius: 25px;
      color: #fff;
      font-weight: 500;
    }

.hero-img {
  position: relative;
  top: 10%;
  left: 20%;
  bottom: 27%;
  width: 60vw;
  max-width: 450px;
  height: auto;
  z-index: 50;
}
    .icon-badge {
      background: #5e60ce;
     background: #b94963;
      border-radius: 50%;
      padding: 10px;
      color: #fff;
      position: absolute;
      top: 35%;
      right: -6%;
      z-index: 2;
      box-shadow: 0 0 0 4px white;
    }

    .icon-badge i {
      font-size: 45px;
      width: 3.5vw;
    }

    .brand-icon {
      color: #28a745;
    }

.img-underlined {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
}

.img-underlined::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -15%;
  top: 100%;
  width: 122%;
  height: 16px;
  background: url('../Media/brush2.png') no-repeat center;
  background-size: cover;
  pointer-events: none;
}

/* Ring style shape (orange) */
.shape-orange-ring {
  width: 120px;
  height: 120px;
  top: 20%;
  right: 26%;
  border: 20px solid #f39c12;
  border-radius: 50%;
  background: transparent;
  z-index: 195;
  position: absolute;
  opacity: 0.7;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.7;
}

.shape-teal {
position: absolute;
  width: 430px;
  height: 430px;
  background: #00c3c3;
  background: #006400;
  top: 30%;
  right: 5%;
}

.shape-pink {
  width: 160px;
  position: absolute;
  height: 160px;
  background: #6a0dad;
  bottom: -10%;
  left: 56%;
  z-index: 10;
}

/* Features Section */
.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.upload-document{
    background-color: black;
    color: white;
}
.features-title{
    color: #28a745;
    font-size: 0.9rem;
    margin-bottom: 1%;
    margin-left: -2%;
    padding: 2%;
}

/* Experience Section */
.experience-section {
      padding: 4rem 0;
      position: relative;
      margin-top: -4%;
    }
    .image-stack {
      position: relative;
      margin: 0 auto;
      height: 260px;
    }

    .image-stack img {
      border-radius: 15px;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .image1 {
      position: absolute;
      top: -10%;
      left: -4%;
      z-index: 2;
      height: 38vh;
      width:26vw;
    }

    .image2 {
      position: absolute;
      top: 35%;
      left: 34%;
      z-index: 20;
     height: 33vh;
      width:22vw;
    }

    .experience-badge {
      position: absolute;
      bottom: 76%;
      left: 62%;
      background-color: black;
      color: white;

      padding: 10px 16px;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      z-index: 3;
    }

    .experience-badge h4 {
      color: white;
      font-size: 28px;
      margin-bottom: 0;
      margin-right: 10px;
    }

    .experience-badge .small {
      color: #888;
      color: white;
      font-size: 13px;
      line-height: 1.1;
    }

    .feature-icon {
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 16px;
    }

    .text-uppercase{
        color: green;
        font-weight: 800;
    }
   
/* PDF Tools Section */
.pdf-tools-section{
    margin-top: -2%;
    /* background: url(../Media/greenbg1.jpg) no-repeat center center/cover; */
}
.pdf-tool-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 10px;
  transition: 0.3s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  display: block;
  text-decoration: none;
  color: #333;
background: url(../Media/greenbg1.jpg) no-repeat center center/cover;
}

.pdf-tool-box:hover {
  background: #f1f3f5;
  transform: translateY(-2px);
  text-decoration: none;
}

.tool-name {
  font-size: 0.95rem;
  font-weight: 500;
}

.text-purple { color: #9b59b6; }
.text-pink { color: #e91e63; }
.text-indigo { color: #3f51b5; }
.text-orange { color: #f39c12; }

/* Use Case Section */
.use-cases{
    margin-top:-7%;
}
.use-cases .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}

.use-cases .card:hover {
  transform: translateY(-5px);
}

.use-cases .card-img-top {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.use-cases .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.use-cases .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.use-cases .card-text {
  flex-grow: 1;
  font-size: 0.95rem;
}

.use-cases .btn-outline-success {
  border-radius: 20px;
  padding: 6px 16px;
}

.use-cases .btn-outline-success.active {
  background-color: #198754;
  color: white;
  border-color: #198754;
}

/* FAQs Section */
.faq-section {
  background: #f9fafb;
}

.faq-section .accordion-button {
  font-weight: 600;
  background-color: #fff;
  color: #212529;
  border: none;
  box-shadow: none;
  padding: 1rem 1.25rem;
  transition: background-color 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #e9f7ef;
  color: #198754;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-item {
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-section .accordion-body {
  background-color: #fff;
  padding: 1rem 1.25rem;
  color: #555;
}

/* Footer Section */
.footer {
  background-color: #121212;
  color: #f1f1f1;
  font-size: 15px;
}

.footer h4,
.footer h6 {
  color: #ffffff;
  font-weight: 600;
}

.footer p {
  color: #cccccc;
  line-height: 1.6;
}

.footer a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #0dcaf0;
}

.footer ul {
  padding-left: 0;
  list-style: none;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer .form-control {
  border: 1px solid #444;
  border-radius: 6px;
  background-color: #1e1e1e;
  color: #f1f1f1;
}

.footer .form-control::placeholder {
  color: #aaa;
}

.footer .btn-success {
  background-color: #28a745;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}

.footer .btn-success:hover {
  background-color: #218838;
}

.footer .bi {
  color: #bbbbbb;
  transition: color 0.3s ease;
}

.footer .bi:hover {
  color: #0dcaf0;
}

.footer hr {
  border-top: 1px solid #333;
}

.footer .text-muted {
  color: #999 !important;
}

.footer .text-center {
  font-size: 14px;
}
.pdf-preview-container {
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* For multi-page PDFs (if you decide to show more pages) */
.pdf-page {
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Modal scroll adjustments */
.modal-body {
  overflow-y: auto;
  max-height: 80vh;
}


/* Responsivness for Nav */
/* Large Screens (Desktops ≥ 1367px) */
@media (min-width: 1367px) {
  .navbar {
    padding: 1rem 4rem;
  }
}

/* Medium-Large Screens (Laptops/Tablets Landscape: 1025px – 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
  .navbar {
    padding: 1rem 3rem;
  }
}

/* Tablets Portrait (769px – 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .navbar {
    padding: 1rem 2rem;
  }
}

/* Mobile and Small Tablets (Up to 768px) */
@media (max-width: 768px) {
  .navbar {
    padding: 0.8rem 1rem;
    position: relative;
  }
  /* .user-icon{
    display: none;
  } */

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 48.5%;
    width: 50vw;
    background: #ffffffd0;
    z-index: 1000;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .try-btn {
    padding: 6px 14px;
    font-size: 0.95rem;
    margin-left: -10%;
    margin-top: 10%;
  }

  .navbar-toggler {
    z-index: 1001;
  }

  .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  .navbar-collapse.show {
    display: block !important;
  }
   .navbar-brand {
    font-size: 1.7rem;
   }
}

/* Hero Section Responsiveness */
/* ≥ 1367px: Large desktops, ultra-wide */
@media (min-width: 1367px) {
  .hero-section {
    padding: 3rem 3rem;
    background: none;
    height: 43vh;
    background: url(../Media/banner1.jpg) no-repeat right;
    overflow-x: hidden;
  }

  .hero-text {
    padding: 0 1rem;
    margin-top: -2%;
  }

  .hero-text h1 {
    font-size: 3.2rem;
  }

  .hero-text h1 .highlight {
    font-size: 2.9rem;
  }

  .hero-text p {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }

  .hero-img {
    position: relative;
    top: 0;
    left: 0;
    width: 120vw;
  }

  .icon-badge {
    right: 52px;
    top: 48%;
    padding: 5px;
  }

  .icon-badge i {
    font-size: 4rem;
    width: 5vw;
    height: 5vw;
  }

  .img-underlined::after {
    height: 12px;
    bottom: -3px;
    width: 110%;
    left: -5%;
  }
    .shape-teal{
    width: 620px;
    height: 51vh;
    right:10%;
    top:40%;
  }
   .shape-orange-ring{
    top: 16%;
    right: 33%;
    z-index: 20;
    width: 220px;
    height: 210px;
   }
  .shape-pink {
    width: 310px;
    height: 300px;
    right: 48%;
    left: 37%;
    top: 70%;
  }
}

/* 1025px – 1366px: Desktops and standard laptops */
@media (min-width: 1025px) and (max-width: 1366px) {
  .hero-text h1 {
    font-size: 2.5rem;
  }
  .hero-text h1 .highlight {
    font-size: 3.2rem;
  }
  .hero-img {
    width: 60vw;
    left: 20%;
  }
}

/* 769px – 1024px: Tablets landscape & small laptops */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-section {
    height: auto;
    padding: 4rem 1.5rem;
    background-position: center right;
  }

  .hero-text {
    text-align: center;
    margin-bottom: 2rem;
  }

  .hero-img {
    width: 55vw;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: relative;
  }

  .icon-badge {
    right: 0;
    top: 30%;
  }
}

/* ≤ 768px: Tablets portrait & mobiles */
@media (max-width: 768px) {
  .hero-section {
    padding: 3rem 1rem;
    background: none;
    height: 90vh;
    overflow-x: hidden;
  }

  .hero-text {
    text-align: center;
    padding: 0 1rem;
    margin-top: -6%;
  }

  .hero-text h1 {
    font-size: 2.6rem;
  }

  .hero-text h1 .highlight {
    font-size: 2.7rem;
  }

  .hero-text p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }

  .hero-img {
    position: relative;
    top: 0;
    left: 8%;
    width: 75vw;
    /* max-width: 350px; */
    margin: 0 auto;
  }

  .icon-badge {
    right: 10px;
    top: 46%;
    padding: 8px;
  }

  .icon-badge i {
    font-size: 1.8rem;
    width: 9vw;
  }

  .shape-teal{
    width: 280px;
    height: 40vh;
    top: 75%;
    left: 17%;
  }
   .shape-orange-ring{
    top: 66%;
    right: 48%;
    z-index: 20;

   }
  .shape-pink {
    left: -15%;
    width: 160px;
  }
  .img-underlined::after {
    height: 12px;
    bottom: -3px;
    width: 110%;
    left: -5%;
  }
}

/* Features Section */
/* ========== Mobile Devices (<=768px) ========== */
@media (max-width: 768px) {
  .features-title {
    font-size: 0.8rem;
    margin-left: 0;
    padding: 4px 10px;
    display: inline-block;
  }

  .upload-document {
    width: 100%;
    font-size: 0.9rem;
    padding: 10px;
  }

  .icon-box {
    width: 75px;
    height: 43px;
  }

  .icon-box i {
    font-size: 1rem;
  }

  /* Two items per row */
  .row.g-4 .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-6 h2 {
    font-size: 1.2rem;
  }

  .col-md-6 p {
    font-size: 0.85rem;
  }
  .features-title{
    font-size: 1.4rem;
    margin-left: -3.5%;
  }
}

/* ========== Tablets / Small Laptops (769px to 1024px) ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .features-title {
    font-size: 0.85rem;
    margin-left: 0;
    padding: 6px 12px;
  }

  .upload-document {
    font-size: 0.95rem;
    padding: 10px 20px;
  }

  .icon-box {
    width: 50px;
    height: 50px;
  }

  .icon-box i {
    font-size: 1.2rem;
  }

  .row.g-4 .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-6 h2 {
    font-size: 1.5rem;
  }

  .col-md-6 p {
    font-size: 0.95rem;
  }
}

/* ========== Large Screens / Desktops (>=1367px) ========== */
@media (min-width: 1367px) {
  .features-title {
    font-size: 1rem;
    padding: 6px 14px;
  }

  .upload-document {
    font-size: 1rem;
    padding: 12px 24px;
  }

  .icon-box {
    width: 60px;
    height: 60px;
  }

  .icon-box i {
    font-size: 1.5rem;
  }

  .row.g-4 .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-6 h2 {
    font-size: 1.75rem;
  }

  .col-md-6 p {
    font-size: 1rem;
  }
}

/* Experience Section */
/* ========== Mobile Devices (<=768px) ========== */
@media (max-width: 768px) {
  .experience-section {
    padding: 2rem 0;
    margin-top: -10%;
    padding: 3%;
  }

  .image-stack {
    height: auto;
    padding-top: 1rem;
  }

  .image1,
  .image2 {
    position: relative;
    width: 80%;
    height: auto;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto 1rem auto;
  }

  .experience-badge {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto 1rem auto;
    justify-content: center;
    width: 80vw;
  }

  .col-md-6.mt-5.mt-md-0 {
    margin-top: 2rem !important;
    text-align: center;
  }

  .feature-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-top: 3%;
  }

  .btn {
    width: 100%;
  }

  .row.mb-4 .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* ========== Tablets / Small Laptops (769px to 1024px) ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .image1 {
    top: -5%;
    left: -2%;
    height: 32vh;
    width: 30vw;
  }

  .image2 {
    top: 30%;
    left: 30%;
    height: 28vh;
    width: 25vw;
  }

  .experience-badge {
    bottom: 70%;
    left: 60%;
    padding: 8px 12px;
  }

  .experience-badge h4 {
    font-size: 24px;
  }

  .experience-badge .small {
    font-size: 12px;
  }

  .feature-icon {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }
}

/* ========== Large Screens / Desktops (>=1367px) ========== */
@media (min-width: 1367px) {
  .image1 {
    top: -10%;
    left: -4%;
    height: 20vh;
    width: 28vw;
  }

  .image2 {
    top: 35%;
    left: 34%;
    height: 19vh;
    width: 26vw;
  }

  .experience-badge {
    bottom: 76%;
    left: 63%;
    padding: 10px 16px;
  }

  .experience-badge h4 {
    font-size: 28px;
  }

  .experience-badge .small {
    font-size: 13px;
  }

  .feature-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
/* Use Cases Section */
@media (max-width: 768px) {
    .use-cases{
        margin-top: -15%;
    }
.use-case-tabs {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }

  .use-case-tabs .btn {
    width: 100%;
  }
 
}

