.swiper-homepage-product {
  font-family: "DM Sans", sans-serif;
  overflow: hidden;
}

.section-gap {
  padding: 80px 0;
}

.section-heading h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: rgb(52 63 82);
  margin-bottom: 0;
}

.theme_btn_one {
  align-items: center;
  background-color: #0070d1;
  border: 2px solid #0070d1;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  padding: 12px 48px;
  text-align: center;
  transition: 0.3s;
  width: fit-content;
}

.theme_btn_one:hover {
  background-color: #025aa5;
  color: #fff;
  border-color: #025aa5;
}

.swiper-homepage-product .swiper-arrows {
  display: flex;
  justify-content: end;
  gap: 15px;
  position: absolute;
  top: 5px;
  right: 0;
}

.swiper-homepage-product .swiper-arrows a {
  align-items: center;
  background-color: #0070d1;
  border: medium;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 42px;
  transition: 0.3s;
  transform-style: preserve-3d;
  position: relative;
  width: 42px;
  font-size: 25px;
  color: #fff;
}

.swiper-homepage-product .swiper-arrows a:before {
  content: "";
  background-color: #b0beca;
  border-radius: 50%;
  bottom: -4px;
  height: 120%;
  left: -4px;
  opacity: 0;
  position: absolute !important;
  transition: 0.3s;
  transform: translateZ(-1px);
  width: 120%;
  z-index: -1;
}

.swiper-homepage-product .swiper-arrows a:hover:before {
  opacity: 0.3;
}

.swiper-homepage-product .swiper-arrows a.swiper-button-disabled {
  background-color: rgb(252, 252, 252);
  border: 1px solid rgb(235, 235, 235);
  color: rgb(205, 216, 223);
  cursor: auto;
}

.swiper-homepage-product .swiper-arrows a.swiper-button-disabled:before {
  content: unset;
}

.swiper-homepage-product .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper-homepage-product .swiper-slide {
  display: flex;
  height: auto !important;
  box-sizing: border-box;
}

.service-01 {
  border-radius: 10px;
  border: 1px dashed #cdcedd;
  flex: 1 1 0%;
  padding: 32px;
  transition: border 0.2s ease-in, box-shadow 0.2s ease-in;
  width: 100%;
  height: 100%;
  display: block;
}

.service-01:hover {
  border: 1px dashed rgb(0 112 209);
  box-shadow: rgb(231 233 255) 0px 4px 8px;
}

.service-01 .icon {
  margin-bottom: 18px;
}

.service-01 .icon > .inner {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: dashed 1px #0070d1;
  background-color: #f7f7f9;
  padding: 10px;
  transition: 0.2s;
}

.service-01 .icon > .inner i {
  font-size: 25px;
  line-height: 0;
  color: #0070d1;
}

.service-01 h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: rgb(52 63 82);
  transition: color 0.2s;
  margin-bottom: 15px;
}

.service-01:hover h3 {
  color: rgb(0 112 209);
}

.service-01 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #4b5563;
  margin-bottom: 0;
}

.service-01 .starting-price {
  font-size: 16px;
  line-height: 26px;
  color: rgb(0 112 209);
  display: block;
  font-weight: 700;
  margin-bottom: 0;
}

.service-01 a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.service-01 a i {
  margin-inline-start: 5px;
  transition: all 0.2s;
}

.service-01:hover a i {
  margin-inline-start: 8px;
}

.swiper-homepage-product .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.swiper-homepage-product .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid rgb(0 112 209);
}

.swiper-homepage-product .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(0 112 209);
}

.theme_btn_one:focus-visible,
.btn.btn-lg.btn-secondary.btn-icon.btn-icon-end.rounded.banner-button:focus-visible {
    outline: 3px solid rgba(15, 79, 184, 0.24);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
  .section-gap {
    padding: 56px 0;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .swiper-homepage-product .swiper-slide {
    width: 100%;
  }
}

.plan-domain-benefit {
  align-items: center;
  column-gap: 8px;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5;
  position: relative;
}

.plan-domain-benefit__trigger {
  align-items: center;
  background: none;
  border: 0;
  color: #e67e22;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.plan-domain-benefit__trigger:hover,
.plan-domain-benefit__trigger:focus {
  color: #c96a17;
}

.plan-domain-benefit__trigger i {
  left: auto;
  position: static;
  top: auto;
}

.plan-domain-benefit__note {
  background-color: #fff8ec;
  border: 1px solid rgba(230, 126, 34, 0.25);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(52, 63, 82, 0.12);
  color: #4b5563;
  display: block;
  font-size: 13px;
  margin-top: 10px;
  padding: 10px 12px;
  width: 100%;
}

.homepage-blog-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e4e8ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.homepage-blog-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f6f8fb;
}

.homepage-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.homepage-blog-card:hover .homepage-blog-card__media img {
  transform: scale(1.03);
}

.homepage-blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 22px 24px;
}

.homepage-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-blog-card__title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.4;
}

.homepage-blog-card__title a {
  color: #123455;
  text-decoration: none;
}

.homepage-blog-card__title a:hover {
  color: #0f5ea8;
}

.homepage-blog-card__excerpt {
  margin: 0;
  color: #5f6c7b;
  line-height: 1.75;
}

.homepage-blog-card__link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: #123455;
  font-weight: 700;
  text-decoration: none;
}

.homepage-blog-card__link:hover {
  color: #0f5ea8;
}

.theme_btn_one {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  box-shadow: 0 16px 30px rgba(12, 167, 212, 0.18);
}

.theme_btn_one:hover {
  background-color: var(--hostxcel-brand-cyan-hover);
  border-color: var(--hostxcel-brand-cyan-hover);
}

.swiper-homepage-product .swiper-arrows a {
  background-color: var(--bs-primary);
  box-shadow: 0 14px 28px rgba(18, 27, 69, 0.16);
}

.swiper-homepage-product .swiper-arrows a:before {
  background-color: rgba(12, 167, 212, 0.28);
}

.service-01 {
  border-color: #d6e6ef;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.service-01:hover {
  border-color: rgba(12, 167, 212, 0.5);
  box-shadow: 0 18px 36px rgba(12, 167, 212, 0.12);
}

.service-01 .icon > .inner {
  border-color: rgba(12, 167, 212, 0.5);
  background-color: var(--hostxcel-brand-cyan-soft);
}

.service-01 .icon > .inner i,
.service-01:hover h3,
.service-01 .starting-price {
  color: var(--bs-secondary);
}

.swiper-homepage-product .swiper-pagination .swiper-pagination-bullet {
  border-color: var(--bs-secondary);
}

.swiper-homepage-product .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-secondary);
}

.homepage-blog-card {
  border-color: #dbe8f0;
  box-shadow: 0 18px 36px rgba(18, 27, 69, 0.07);
}

.homepage-blog-card__media {
  background: var(--hostxcel-brand-cyan-soft);
}

.homepage-blog-card__title a,
.homepage-blog-card__link {
  color: var(--bs-primary);
}

.homepage-blog-card__title a:hover,
.homepage-blog-card__link:hover {
  color: var(--bs-secondary);
}

.homepage-blog-card:hover {
  box-shadow: 0 22px 40px rgba(18, 27, 69, 0.1);
  transform: translateY(-3px);
}

.homepage-blog-card__meta {
  color: #607089;
}

.homepage-blog-swiper {
  padding-bottom: 2.75rem;
}

.homepage-blog-swiper .swiper-pagination {
  position: static;
  margin-top: 1.1rem;
  text-align: center;
}

.homepage-blog-swiper .swiper-slide {
  height: auto;
}
