

a {
  color: #191919;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
  color: #f7a84e;
  text-decoration: none !important;
  outline: none !important;
}
a:visited {
  text-decoration: none;
}

button,
input {
  outline: none !important;
}

.btn,
button,
img {
  transition: all 0.5s ease-in-out 0s;
}

.home-page > .container-fluid {
  padding: 0 !important;
}

.dimaso-btn {
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding: 15px 15px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.dimaso-btn.dimaso-btn-primary {
  background: linear-gradient(115deg, #f98500, #f7a84e);
  color: #FFFFFF;
}
.icon__box > i{
  color: white !important;
}
/**
 * ===================================
 * Hero Banner Section
 * ===================================
 */

.hero-banner {
  padding: 220px 0 200px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero-banner {
    padding: 150px 0 120px;
  }
}
.hero-banner h1 span, .hero-banner .h1 span {
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(115deg, #f98500, #f7a84e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .hero-banner h1 span, .hero-banner .h1 span {
    font-size: 70px;
  }
}
.hero-banner p {
  font-size: 1.0625rem;
  line-height: 1.76;
  margin-bottom: 0;
}
.hero-banner h6, .hero-banner .h6 {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 20px;
  transform: rotate(-10deg);
  margin: 3px;
  position: relative;
  line-height: 1;
}
.hero-banner h6 span, .hero-banner .h6 span {
  width: 6px;
  height: 6px;
  background: #103CE7;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -3px;
}
.hero-banner h6 span:nth-child(2), .hero-banner .h6 span:nth-child(2) {
  left: inherit;
  right: -3px;
  background: #f7a84e;
}
.hero-banner h6 span:nth-child(3), .hero-banner .h6 span:nth-child(3) {
  top: inherit;
  bottom: -3px;
  background: #000229;
}
.hero-banner h6 span:nth-child(4), .hero-banner .h6 span:nth-child(4) {
  top: inherit;
  bottom: -3px;
  left: inherit;
  right: -3px;
  background: #f7a84e;
}
@media (min-width: 1800px) {
  .hero-banner .hero-banner-image {
    margin-right: -100px;
  }
}

.hero-banner-layout-1 .hero-banner-image {
  scale: 1.8;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .hero-banner-layout-1 .hero-banner-image {
    padding-left: 0;
    margin-bottom: 100px;
  }
}

.hero-banner-shape {
  position: absolute;
  right: -30%;
  top: -30%;
  width: 80%;
  height: 100%;
  z-index: -1;
}

/* Màu cho SVG gradient */
.stop-color1 {
  stop-color: #f7a84e;
}

.stop-color2 {
  stop-color: #f98500;
}

/**
 * ===================================
 * Main Layout & Sections
 * ===================================
 */
:root {
  --roundedButton: 0.5rem;
  --boxIcon: 3.5rem;
  --paddingSectionX: 10rem;
  --width: 1280px;
  --heightCategoryWhoUsing: 15rem;
}

.main {
  background-color: rgb(249 249 249 / 1);
}
.main > .main__section {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1280px) {
  .main > .main__section {
    padding-left: var(--paddingSectionX);
    padding-right: var(--paddingSectionX);
  }
}
.main > .main__section > div {
  margin: auto;
  max-width: var(--width);
}
.marketing-tool,
.features,
.who-using {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.advertising {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .advertising {
    padding-bottom: 5rem;
  }
}

/* Tiêu đề Section */
.section__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .section__title {
    font-size: 40px;
  }
}
.section__title-text {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .section__title-text {
    font-size: 32px;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .section__title-text {
    font-size: 40px;
  }
}
.section__title-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.section__icon{
  color: #f98500;
}
.section__title .section__logo {
  display: inline;
  height: 1.75rem;
}
@media (min-width: 768px) {
  .section__title .section__logo {
    height: 2rem;
  }
}
@media (min-width: 1024px) {
  .section__title .section__logo {
    height: 2.75rem;
  }
}
.section__title-highlight {
  color: #f98500;
}
.section__title-highlight--secondary {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  color: #f98500;
}
@media (min-width: 768px) {
  .section__title-highlight--secondary {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .section__title-highlight--secondary {
    font-size: 40px;
  }
}

/* Hộp logo nhỏ */
.logo-shorter__box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 1);
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .logo-shorter__box {
    display: none;
  }
}
.logo-shorter__img {
  height: 0.75rem;
}
@media (min-width: 768px) {
  .logo-shorter__img {
    height: 1.5rem;
  }
}

/* Hộp icon */
.icon__box {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #f98500;
}
@media (min-width: 768px) {
  .icon__box {
    height: var(--boxIcon);
    width: var(--boxIcon);
  }
}


/**
 * ===================================
 * Features Section ("Doanh nghiệp của bạn đang cần?")
 * ===================================
 */
.features {
  position: relative;
}
.features__container {
  position: relative;
  z-index: 20;
}
.features .features__title {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1280px) {
  .features .features__title {
    text-align: left;
  }
}
.features__title .section__logo {
  height: 18px;
}
@media (min-width: 768px) {
  .features__title .section__logo {
    height: 1.5rem;
  }
}
.features__boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 1280px) {
  .features__boxes {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.features__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 0.375rem;
  background-color: rgb(255 255 255 / 1);
  padding: 1rem 0.75rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
@media (min-width: 768px) {
  .features__box {
    gap: 1.25rem;
    padding: 1.75rem 1.5rem;
  }
}
.features__box .logo-shorter__box {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.features__box .features__box-title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f98500;
}
@media (min-width: 768px) {
  .features__box .features__box-title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
}
.features__box .features__box-description {
  font-size: 10px;
}
@media (min-width: 768px) {
  .features__box .features__box-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/**
 * ===================================
 * Advertising Section
 * ===================================
 */
.advertising {
  position: relative;
}
.advertising__container {
  position: relative;
  z-index: 20;
}
.advertising__title {
  margin-bottom: 3rem;
  text-align: center;
}
.advertising__title .section__logo {
  height: 4.5rem;
}
@media (min-width: 768px) {
  .advertising__title .section__logo {
    height: 4.75rem;
  }
}
.advertising__title .section__title-text:first-child {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media (min-width: 768px) {
  .advertising__title .section__title-text:first-child {
    display: block;
  }
}
.advertising__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .advertising__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
.advertising__feature {
  display: flex;
  max-width: 9rem;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 1);
  padding: 0.75rem 1rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
@media (min-width: 768px) {
  .advertising__feature {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
  }
}
.advertising__feature .icon__img {
  height: 1rem;
}
@media (min-width: 768px) {
  .advertising__feature .icon__img {
    height: auto;
  }
}
.advertising__feature-description {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f98500;
}
@media (min-width: 768px) {
  .advertising__feature-description {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

/**
 * ===================================
 * Who Using Section
 * ===================================
 */
.who-using {
  width: 100%;
  background-image:url('https://app.dimaso.vn/assets/images/imgBgWhoUsingHome.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.who-using .section__title {
  margin-bottom: 3rem;
  text-align: center;
  color: rgb(255 255 255 / 1);
}
.who-using .section__logo {
  height: 18px;
}
@media (min-width: 768px) {
  .who-using .section__logo {
    height: 1.5rem;
  }
}
.who-using__categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .who-using__categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
.who-using__category {
  position: relative;
  height: 6rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .who-using__category {
    height: var(--heightCategoryWhoUsing);
  }
}
.who-using__category-bg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.who-using__category-content {
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.2);
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .who-using__category-content {
    padding: 0 3.5rem;
  }
}
.who-using__category-name {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: rgb(255 255 255 / 1);
}
@media (min-width: 1024px) {
  .who-using__category-name {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

/**
 * ===================================
 * Contact Form Section
 * ===================================
 */
[data-v-76db242e]:root {
  --width-container: 1280px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
}
.form-section[data-v-76db242e] {
  position: relative;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}
.contact-form[data-v-76db242e] {
  position: relative;
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: 32px;
  background-color: white;
  width: 100%;
  max-width: var(--width-container);
  margin-left: auto;
  margin-right: auto;
}
.contact-form__background[data-v-76db242e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.08;
  z-index: 10;
}
.contact-form__content[data-v-76db242e] {
  position: relative;
  z-index: 20;
  padding: 1.5rem;
  text-align: center;
}
.contact-form__title--highlight[data-v-76db242e] {
  font-weight: 600;
  color: #f98500;
}
.contact-form__subtitle[data-v-76db242e] {
  margin-top: 0.75rem;
  display: block;
}
.contact-form__form[data-v-76db242e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
}
.contact-form__group[data-v-76db242e] {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.contact-form__input-wrapper[data-v-76db242e] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border: 1px solid #a1a1aa;
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
}
.contact-form__icon[data-v-76db242e] {
  flex-shrink: 0;
}
.contact-form__field-container[data-v-76db242e] {
  position: relative;
  width: 100%;
}
.contact-form__input[data-v-76db242e] {
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  position: relative;
  z-index: 2;
}
.contact-form__label[data-v-76db242e] {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #aeaeae;
  transition: all 0.2s ease;
  z-index: 1;
}
.contact-form__required[data-v-76db242e] {
  color: red;
  margin-left: 2px;
}
/* Active state for input fields, triggered by JS */
.contact-form__input-wrapper.is-active .contact-form__label[data-v-76db242e] {
  top: -10px;
  font-size: 0.75rem;
  background-color: white;
  padding: 0 4px;
  color: #f98500;
}
.contact-form__input-wrapper.is-active[data-v-76db242e] {
  border-color: #f98500;
}
.contact-form__input-wrapper.is-active .contact-form__icon[data-v-76db242e] {
  color: #f98500;
}

@media (min-width: 768px) {
  .contact-form__content[data-v-76db242e] {
    padding: 2.5rem 4rem 3.5rem;
  }
}
@media (min-width: 1024px) {
  .form-section[data-v-76db242e] {
    width: 80%;
    max-width: var(--width-container);
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    margin-bottom: 2rem;
  }
  .form-section__content[data-v-76db242e] {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 1rem;
  }
  .contact-form[data-v-76db242e] {
    margin-left: auto;
    margin-right: auto;
    min-height: 495px;
  }
  .contact-form__form[data-v-76db242e] {
    gap: 2.5rem;
    padding: 3.5rem 8rem 0;
  }
  .contact-form__group[data-v-76db242e] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .contact-form__input-wrapper[data-v-76db242e] {
    padding: 1.25rem 1.5rem;
  }
}

.contact-form__icon[data-v-76db242e] {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #a1a1aa;
  transition: color 0.2s ease;
}

/* Custom button style, assuming .contact-form__submit-button inherits from .btn */
.contact-form__submit-button {
    border-width: 1px;
    border-color: #f98500;
    background-color: #f98500;
    color: white;
    border-radius: var(--roundedButton, 0.5rem);
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact-form__submit-button:hover {
    background-color: #e07800; /* Darker shade for hover */
    border-color: #e07800;
}
.contact-form__submit-button:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed;
}

.hero__v6 {
  padding: 2.5rem 0 !important;
}

.hero__v6 .hero-subtitle {
  background: var(--bs-secondary);
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 12px;
  margin-bottom: 10px;
}
.btn-service {
    background-color: var(--bs-primary);
    border: 1px solid transparent;
    border-radius: 7px;
    color: var(--bs-white);
    font-weight: 600;
    padding: 12px 20px;
    position: relative;
}

.btn.btn-white-outline {
    background-color: transparent;
    border: 1px solid black !important;
    color: black;
}

.hero__v6 .hero-title {
  font-size: 48px;
}

.hero__v6 .hero-img {
  position: relative;
}

.hero__v6 .hero-img .img-main {
  position: relative;
  z-index: 9;
}

.hero__v6 .hero-img .img-card {
  position: absolute;
  bottom: -40px;
  left: -60px;
  max-width: 280px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  z-index: 10;
}

/* --- CSS cho Responsive --- */
@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }

  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 380px;
  }
}

@media (max-width: 575.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 280px;
  }
}


