html {
    font-size: 16px;
  }
  html,
  body {
      width: 100%;
      height: 100%;
  }
  body{
      font-family: 'Mukta Mahee', sans-serif;
      color: #343a40; /* Replacing with Odoo dark color */
      line-height: 1.5;
      font-size: 1.125rem;
  }
  button, input, optgroup, select, textarea{
      font-family: 'Mukta Mahee', sans-serif;
  }
  .brand-logo{
      width: 180px;
  }
  .hero{
      height: 100vh;
      min-height: 700px;
  }
  .hero h1 span{
      font-size: 3rem;
      font-weight: 700;
  }
  .hero h1 small{
      font-weight: 300;
      display: block;
      font-size: 2.5rem;
  }
  a {
      color: #875A7B; /* Replacing with Odoo primary color */
      -webkit-transition: all .35s;
      -moz-transition: all .35s;
      transition: all .35s;
  }
  a:hover,
  a:focus {
      color: #ca5231 !important; /* Replacing with Odoo info color */
      outline: 0;
      text-decoration: none !important;
  }
  a.btn:hover,
  a.btn:focus {
      color: #fff !important;
  }
  section{
      padding: 0;
  }
  .card-outline-primary{
      border-color: #875A7B; /* Replacing with Odoo primary color */
  }
  .hero .row {
    align-items: center;
  }
  .height-100 {
    height: 100vh;
  }
  .col-fixed{
      padding-bottom: 100px;
      align-items: center;
      display: flex;
      justify-content: center;
  }
  .vMiddle,
  #main-offer-form {
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
  }
  @media (min-width:576px){
      .col-fixed{
          position: fixed;
          top: 0;
          bottom: 0;
      }
  }
  @media (max-width: 575px) {
    .vMiddle {
        padding: 15px;
    }
    .advantages-text {
        font-size: 0.875em; /* Adjust the text size */
    }
    .hero h1 span, .hero h1 small {
        font-size: 2rem; /* Adjust the text size */
    }
    .action-icons {
        position: static;
        margin-top: 20px;
    }
    .col-fixed {
        padding: 20px;
    }
    .form-control {
        font-size: 0.875rem; /* Adjust input text size */
    }
    .btn {
        font-size: 0.875rem; /* Adjust button text size */
    }
  }
  @media (min-width: 576px) and (max-width: 768px) {
    .vMiddle {
        padding: 25px;
    }
    .advantages-text {
        font-size: 1em; /* Slightly larger text for tablets */
    }
    .hero h1 span, .hero h1 small {
        font-size: 2.5rem; /* Slightly larger text for tablets */
    }
    .action-icons {
        position: static;
        margin-top: 30px;
    }
    .col-fixed {
        padding: 30px;
    }
    .form-control {
        font-size: 1rem; /* Slightly larger input text size for tablets */
    }
    .btn {
        font-size: 1rem; /* Slightly larger button text size for tablets */
    }
  }
  .form-control{
      height: 3rem;
  }
  textarea.form-control {
    height: 6rem;
  }
  
  .form-control:hover, .form-control:focus{
      border-color: #875A7B; /* Replacing with Odoo primary color */
  }
  /*===============================================
  * Background Colors
  ================================================*/
  .bg-alt {
      background-color: #fff;
  }
  .bg-faded{
      background-color: #F2F2F2;
  }
  .bg-blue{
      background-color: #384450 !important; /* Odoo blue */
  }
  .bg-primary{
      background-color: #714B83 !important; /* Odoo primary */
  }
  .bg-purple{
      background-color: #6f42c1; /* Odoo purple */
  }
  .bg-orange{
      background-color: #fd7e14; /* Odoo orange */
  }
  .bg-yellow{
      background-color:#ffc107; /* Odoo yellow */
  }
  .bg-pink{
      background-color:#e83e8c; /* Odoo pink */
  }
  .bg-green{
      background-color:#28a745; /* Odoo green */
  }
  .bg-red{
      background-color:#dc3545; /* Odoo red */
  }
  .bg-violet{
      background-color: #6f42c1; /* Odoo violet */
  }
  .bg-teal{
      background-color: #20c997; /* Odoo teal */
  }
  .bg-slate{
      background-color: #343a40; /* Odoo slate */
  }
  .bg-indigo{
      background-color: #6610f2; /* Odoo indigo */
  }
  /*===============================================
  * Text Colors
  ================================================*/
  .text-faded {
      color: #D9EDF7;
  }
  .text-dark {
      color: #343a40; /* Odoo dark */
  }
  .text-muted{
      color: #6c757d !important; /* Odoo muted */
  }
  .text-light {
      color: #fff;
  }
  .text-light:hover,.text-light:focus {
      color: #eee;
      text-decoration:none;
  }
  .text-primary {
      color: #875A7B !important; /* Odoo primary */
  }
  .text-purple{
      color: #6f42c1 !important; /* Odoo purple */
  }
  .text-orange{
      color: #fd7e14 !important; /* Odoo orange */
  }
  .text-yellow{
      color:#ffc107 !important; /* Odoo yellow */
  }
  .text-pink{
      color:#e83e8c !important; /* Odoo pink */
  }
  .text-green{
      color:#28a745 !important; /* Odoo green */
  }
  .text-red{
      color:#dc3545 !important; /* Odoo red */
  }
  .text-violet{
      color: #6f42c1 !important; /* Odoo violet */
  }
  .text-teal{
      color: #20c997 !important; /* Odoo teal */
  }
  .text-slate{
      color: #343a40 !important; /* Odoo slate */
  }
  .text-indigo{
      color: #6610f2 !important; /* Odoo indigo */
  }
  /*===============================================
  * Icon Sizes
  ================================================*/
  label{
    margin: 0;
  }
  .action-icons {
    position: absolute;
    bottom: 4rem;
    width: 100%;
    left: 0;
  }
  .icon-lg {
      font-size: 60px;
      line-height: 18px;
  }
  .icon-md {
      font-size: 2.5rem;
      line-height: 14px;
  }
  .icon-sm {
      font-size: 30px;
      line-height: 14px;
  }
  .action-icons .lead {
    font-size: 1rem;
    margin-top: -.5rem;
  }
  .form-control-feedback {
    font-size: .875rem;
  }
  /*===============================================
  * Colored Buttons
  ================================================*/
  .btn {
      font-weight: 700;
      cursor: pointer;
  }
  .btn-outline-white {
      color: #fff !important;
      background-image: none;
      background-color: transparent;
      border-color: #fff;
  }
  .btn-outline-white:hover {
      background: rgba(255, 255, 255, 0.2) !important;
  }
  .btn-white {
      color: #875A7B; /* Replacing with Odoo primary color */
      background-color: #fff;
      border-color: #fff;
  }
  .btn-white:hover {
      background: transparent !important;
      color: #fff !important;
  }
  .btn-radius{
      border-radius: 50px;
  }
  .border-none{
      border: none !important;
      border-color: transparent !important;
  }
  
  .advantages-text {
    font-size: 1em; /* Make the text bigger */
    color: #875A7B; /* Optional: Add a color to match the button */
    text-align: left; /* Left-align the text within the list items */
}

.logo-container {
    position: absolute;
    top: 10px;
    left: 10px;
}
.logo {
    width: 100px; /* Adjust the size as needed */
    height: auto;
}
