body {
  font-family: "Nunito", sans-serif !important;
}

.odoo20-hero-banner {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)), url('../i.webp') no-repeat center center !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    padding: 60px 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.odoo20-hero-banner .odoo20-badge-custom { 
    background-color: rgba(113, 75, 103, 0.1);
    color: #714b67;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1px; 
    border-radius: 50px;
}

.odoo20-hero-banner .odoo20-gradient-accounting {
    background: linear-gradient(90deg, #57384f 0%, #7a4a6d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.odoo20-hero-banner .odoo20-gradient-sales {
    background: linear-gradient(90deg, #007076 0%, #00e6d7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.odoo20-hero-banner .odoo20-gradient-inventory {
    background: linear-gradient(90deg, #ff9900 0%, #f1c40f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.odoo20-hero-banner h1.display-4 {
    line-height: 1.3;
    font-size:3.3rem;
    font-weight: 800;
}

.odoo20-hero-banner .odoo20-btn-purple {
    background-color: #714b67;
    border-color: #714b67;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 4px 6px rgba(113, 75, 103, 0.3) !important;
}

.odoo20-hero-banner .odoo20-btn-purple:hover {
    background-color: #5a3c52;
    border-color: #5a3c52;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(113, 75, 103, 0.4) !important;
}

@media (max-width: 991.98px) {
    .odoo20-hero-banner h1.display-4 { font-size: 2rem; }
}


.responsive-paragraph {
  font-size: 18px;
  color: #777777;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .responsive-paragraph {
    font-size: 16px;
    line-height: 1.5;
    text-align: left; /* easier to read on tablets */
  }
}

@media (max-width: 575px) {
  .responsive-paragraph {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify; /* justify on very small screens can look uneven */
    margin-bottom: 15px;
  }
}


.features-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 40px;
  border-radius: 12px;
}

/* Left side (text) */
.features-text h1 {
  font-size: 3rem;
  color: #7b4a8a; /* Odoo purple */
  margin-bottom: 20px;
  font-weight: 700;
}

/* Right side (image) */
.features-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.2)); /* makes it pop */
}

/* Responsive */
@media (max-width: 768px) {
  .features-section {
    flex-direction: column;
    text-align: start;
  }

  .features-image img {
    margin-top: 20px;
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .features-section {
    gap: 25px;
    padding: 30px;
  }

  .features-text h1 {
    font-size: 2.2rem;
  }


  .features-image img {
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .features-section {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 20px;
  }

  .features-text h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .features-image img {
    margin-top: 15px;
    max-width: 100%;
  }
}


  html {
  scroll-behavior: smooth;
}

section:target {
  padding-top: 80px;   /* creates space */
  margin-top: -90px;   /* pulls section back up so layout isn't pushed down */
}

.odoo-feature-block {
  border-radius: 12px;
  margin: 20px auto;
  text-align: center;
}

.odoo-feature-block h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #7b4a8a; /* Odoo purple */
  margin-bottom: 20px;
  font-family: cursive;
  text-shadow: 0 3px 3px #af91af;
}
.odoo-feature-block h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #7b4a8a; /* Odoo purple */
  margin-bottom: 20px;
  max-width:800px;
  margin: auto;
  font-family: cursive;
  text-shadow: 0 3px 3px #af91af;
}

.odoo-feature-block-p{
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
}

.odoo-feature-block p{
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: start;
}

.odoo-feature-image img {
  display: block;
  width: 100%;  
  height: auto;
  border-radius: 12px;
}


.new-features p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: start;
}

.new-features img {
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}


.fa-points {
  list-style: none; 
  padding: 0;
  margin: 0;
}

.fa-points li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #444;
  text-align: start;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fa-points li i {
  color: #aa72bb;  
  font-size: 1.2rem;
  flex-shrink: 0; 
}

@media (max-width: 991px) {
  .odoo-feature-block h1 {
    font-size: 2.2rem;
    text-align: center;
  }

  .odoo-feature-block-p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }

  .odoo-feature-image img {
    border-radius: 10px;
  }

  .new-features p {
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
  }

  .point ul li {
    font-size: 1rem;
    padding-left: 24px;
    text-align: start;
  }
}

@media (max-width: 575px) {
  .odoo-feature-block {
    margin: 15px auto;
    padding: 10px;
  }

  .odoo-feature-block h1 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .odoo-feature-block-p {
    font-size: 0.95rem;
    margin-bottom: 15px;
    text-align: justify;
  }

  .odoo-feature-image img {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .new-features p {
    font-size: 0.95rem;
    margin-bottom: 15px;
    text-align: left; /* easier reading on narrow screens */
  }

  .point ul li {
    font-size: 0.95rem;
    margin-bottom: 10px;
    text-align: start;
  }
}

