.distribution-section {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 660px;
  width: 100%;
  padding-left: 60%;
  padding-right: 290px;
  padding-bottom: 134px;
  align-items: stretch;
  font-weight: 400;
  justify-content: flex-end; }
  @media (max-width: 991px) {
    .distribution-section {
      max-width: 100%;
      padding: 50px 15px 0px;
      min-height: auto; } }
  .distribution-section .background-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
    @media (max-width: 991px) {
      .distribution-section .background-image {
        position: static; } }
  .distribution-section .distribution-description {
    position: relative;
    color: #8F8F8F;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
    @media (max-width: 991px) {
      .distribution-section .distribution-description {
        padding-top: 15px; } }
  .distribution-section .cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid #173963;
    align-self: flex-start;
    margin-top: 24px;
    gap: 8px;
    font-size: 14px;
    color: #173963;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px;
    border-radius: 8px; }
    @media (max-width: 767px) {
      .distribution-section .cta-button {
        margin-top: 0; } }
  .distribution-section .cta-button:hover {
    background-color: #173963;
    color: #ffffff; }
  .distribution-section .button-text {
    align-self: stretch;
    margin: auto 0; }
  .distribution-section .button-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 16px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0; }

.home-category-section {
  background-color: #FFFFFF;
  padding: 80px 0 0px;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 992px) {
    .home-category-section .containerx {
      transform: translateX(-10%); } }
  @media (max-width: 991px) {
    .home-category-section {
      padding: 50px 0 0 0; }
      .home-category-section .containerx {
        padding: 0px 15px; } }
  .home-category-section .category-card {
    position: relative; }
  .home-category-section .category-image-container {
    border-radius: 8px;
    overflow: hidden; }
  .home-category-section .category-image {
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease; }
  .home-category-section .category-card:hover .category-image {
    transform: scale(1.03); }
  .home-category-section .category-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9; }
  .home-category-section .main-heading {
    color: #173963;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; }
  .home-category-section .description {
    color: #8F8F8F;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-align: justify; }
  .home-category-section .cta-button {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #173963;
    border-color: #173963; }
  .home-category-section .cta-button:hover {
    background-color: #173963;
    color: #FFFFFF; }
  .home-category-section .category-slider {
    position: relative; }
    .home-category-section .category-slider .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.3) !important;
      border-radius: 6px !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
      color: #fff !important;
      z-index: 2;
      font-size: 18px !important;
      outline: none; }
      .home-category-section .category-slider .owl-nav button:hover {
        background: #173963 !important; }
      .home-category-section .category-slider .owl-nav button i {
        color: #fff;
        font-size: 18px; }
    .home-category-section .category-slider .owl-nav .owl-prev {
      left: -20px; }
    .home-category-section .category-slider .owl-nav .owl-next {
      right: -20px; }
    .home-category-section .category-slider .owl-dots {
      margin-top: 24px;
      text-align: center; }
      .home-category-section .category-slider .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        background: #D9D9D9;
        border-radius: 50%;
        transition: all 0.3s ease; }
      .home-category-section .category-slider .owl-dots .owl-dot:hover span {
        background: #173963;
        transform: scale(1.5); }
      .home-category-section .category-slider .owl-dots .owl-dot.active span {
        background: #173963;
        transform: scale(1.5); }
  @media (max-width: 991px) {
    .home-category-section .category-slider .owl-nav button {
      width: 32px;
      height: 32px; }
      .home-category-section .category-slider .owl-nav button i {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .home-category-section .category-slider .owl-nav button {
      width: 28px;
      height: 28px; }
      .home-category-section .category-slider .owl-nav button i {
        font-size: 14px; }
    .home-category-section .category-slider .owl-nav .owl-prev {
      left: 0px; }
    .home-category-section .category-slider .owl-nav .owl-next {
      right: 0px; } }
  @media (max-width: 991.98px) {
    .home-category-section .category-image {
      height: 350px; } }
  @media (max-width: 767.98px) {
    .home-category-section .category-image {
      height: 300px; }
    .home-category-section .category-title {
      font-size: 20px; } }

.home-banner-section {
  background-image: linear-gradient(#ffffff, #A2C6D24D);
  padding: 80px 0 0px; }
  @media (max-width: 991px) {
    .home-banner-section {
      padding: 50px 0 0 0; } }
  .home-banner-section .banner-wrapper {
    border-radius: 12px;
    overflow: hidden; }
  .home-banner-section .hero-banner-image {
    height: 550px;
    object-fit: cover;
    border-radius: 12px; }
  .home-banner-section .banner-content {
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2; }
    @media (max-width: 767.98px) {
      .home-banner-section .banner-content {
        position: static !important;
        transform: none;
        padding-top: 15px; } }
    .home-banner-section .banner-content .banner-title {
      font-size: 56px;
      font-weight: 700;
      color: #ffffff;
      line-height: 64px; }
      @media (max-width: 767.98px) {
        .home-banner-section .banner-content .banner-title {
          font-size: 38px;
          color: #173963 !important;
          line-height: normal; } }
  .home-banner-section .cta-button {
    margin-top: 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
    color: #173963;
    background: #ffffff;
    border-color: #173963; }
    @media (max-width: 767px) {
      .home-banner-section .cta-button {
        margin-top: 15px; } }
  .home-banner-section .cta-button:hover {
    background-color: #173963;
    color: #ffffff; }
  @media (max-width: 991.98px) {
    .home-banner-section .banner-title {
      font-size: 40px;
      line-height: normal; }
    .home-banner-section .hero-banner-image {
      height: 450px;
      border-radius: 12px !important;
      overflow: hidden; } }
  @media (max-width: 767.98px) {
    .home-banner-section .banner-title {
      font-size: 38px;
      line-height: normal; }
    .home-banner-section .hero-banner-image {
      height: 350px; } }
  @media (max-width: 575.98px) {
    .home-banner-section .banner-title {
      font-size: 36px;
      line-height: normal; }
    .home-banner-section .hero-banner-image {
      height: 300px; } }

.home-product-showcase-2 {
  padding-top: 0 !important; }

.gift-section {
  width: 100%;
  padding: 80px 0px;
  position: relative; }
  .gift-section .gift-header {
    width: 100%;
    color: #173963;
    margin-bottom: 40px; }
    .gift-section .gift-header .gift-title {
      font-size: 32px;
      font-weight: 700;
      line-height: 40px;
      margin: 0; }
    .gift-section .gift-header .gift-description {
      margin-top: 8px;
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0; }
  .gift-section .gift-slider {
    position: relative; }
    .gift-section .gift-slider .product-image {
      width: 100%;
      border-radius: 8px;
      aspect-ratio: 1;
      object-fit: cover;
      transition: transform 0.3s ease; }
      .gift-section .gift-slider .product-image:hover {
        transform: scale(1.05); }
    .gift-section .gift-slider .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.3) !important;
      border-radius: 6px !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
      color: #fff !important;
      z-index: 2;
      font-size: 18px !important;
      outline: none; }
      .gift-section .gift-slider .owl-nav button:hover {
        background: #173963 !important; }
      .gift-section .gift-slider .owl-nav button i {
        color: #fff;
        font-size: 18px; }
    .gift-section .gift-slider .owl-nav .owl-prev {
      left: -20px; }
    .gift-section .gift-slider .owl-nav .owl-next {
      right: -20px; }
    .gift-section .gift-slider .owl-dots {
      margin-top: 24px;
      text-align: center; }
      .gift-section .gift-slider .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        background: #D9D9D9;
        border-radius: 50%;
        transition: all 0.3s ease; }
      .gift-section .gift-slider .owl-dots .owl-dot:hover span {
        background: #173963;
        transform: scale(1.5); }
      .gift-section .gift-slider .owl-dots .owl-dot.active span {
        background: #173963;
        transform: scale(1.5); }
  @media (max-width: 991px) {
    .gift-section .gift-slider .owl-nav button {
      width: 32px;
      height: 32px; }
      .gift-section .gift-slider .owl-nav button i {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .gift-section {
      padding: 50px 0 50px 0px; }
    .gift-section .gift-title {
      font-size: 28px; }
    .gift-section .gift-description {
      font-size: 14px; }
    .gift-section .gift-slider .owl-nav button {
      width: 28px;
      height: 28px; }
      .gift-section .gift-slider .owl-nav button i {
        font-size: 14px; }
    .gift-section .gift-slider .owl-nav .owl-prev {
      left: 0px; }
    .gift-section .gift-slider .owl-nav .owl-next {
      right: 0px; } }

.page-gift-event {
  background: #A2C6D24D;
  padding: 80px 0; }
  .page-gift-event h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #173963;
    margin-bottom: 40px; }
  .page-gift-event .item-article .media-article img {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 10px;
    width: 100%; }
  .page-gift-event .item-article .info-article {
    padding: 0px; }
    .page-gift-event .item-article .info-article .date-article {
      padding: 20px 0px; }
      .page-gift-event .item-article .info-article .date-article time {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #8F8F8F; }
    .page-gift-event .item-article .info-article .title-article h4 a {
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      color: #173963; }
  .page-gift-event .event-viewmore {
    text-align: center;
    display: block;
    margin-top: 30px; }
    .page-gift-event .event-viewmore a {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      padding: 12px;
      border-radius: 8px;
      transition: all 0.3s ease;
      color: #173963;
      border-color: #173963; }
      .page-gift-event .event-viewmore a:hover {
        background-color: #173963;
        color: #FFFFFF; }
  .page-gift-event .event-slider {
    position: relative; }
    .page-gift-event .event-slider .owl-nav button {
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.3) !important;
      border-radius: 6px !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
      color: #fff !important;
      z-index: 2;
      font-size: 18px !important;
      outline: none; }
      .page-gift-event .event-slider .owl-nav button:hover {
        background: #173963 !important; }
      .page-gift-event .event-slider .owl-nav button i {
        color: #fff;
        font-size: 18px; }
    .page-gift-event .event-slider .owl-nav .owl-prev {
      left: -20px; }
    .page-gift-event .event-slider .owl-nav .owl-next {
      right: -20px; }
    .page-gift-event .event-slider .owl-dots {
      margin-top: 24px;
      text-align: center; }
      .page-gift-event .event-slider .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        background: #D9D9D9;
        border-radius: 50%;
        transition: all 0.3s ease; }
      .page-gift-event .event-slider .owl-dots .owl-dot:hover span {
        background: #173963;
        transform: scale(1.5); }
      .page-gift-event .event-slider .owl-dots .owl-dot.active span {
        background: #173963;
        transform: scale(1.5); }
  @media (max-width: 991px) {
    .page-gift-event .event-slider .owl-nav button {
      width: 32px;
      height: 32px; }
      .page-gift-event .event-slider .owl-nav button i {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .page-gift-event .event-slider .owl-nav button {
      width: 28px;
      height: 28px; }
      .page-gift-event .event-slider .owl-nav button i {
        font-size: 14px; }
    .page-gift-event .event-slider .owl-nav .owl-prev {
      left: 0px; }
    .page-gift-event .event-slider .owl-nav .owl-next {
      right: 0px; } }
  @media (max-width: 991.98px) {
    .page-gift-event {
      padding: 50px 0 50px 0; }
      .page-gift-event h2 {
        font-size: 28px;
        margin-bottom: 30px; } }

.page-gift-partners {
  padding: 60px 0; }
  .page-gift-partners h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #173963;
    margin-bottom: 40px; }
  .page-gift-partners .partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease; }
  .page-gift-partners .partner-logo img {
    object-fit: contain; }
  .page-gift-partners .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
  .page-gift-partners .owl-prev, .page-gift-partners .owl-next {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50% !important;
    margin: 0 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #333 !important;
    font-size: 24px !important; }
  .page-gift-partners .owl-prev:hover, .page-gift-partners .owl-next:hover {
    background: #f0f0f0 !important; }
  @media (max-width: 991.98px) {
    .page-gift-partners {
      padding: 50px 0 50px 0; }
      .page-gift-partners h2 {
        font-size: 22px;
        margin-bottom: 20px !important; } }

.index.footer-newsletter .wrapbox-newsletter .newsletter-content .contact-form .form-half {
  flex: 0 0 100%;
  max-width: 100%; }

.index.footer-newsletter .wrapbox-newsletter {
  width: 100%;
  margin: 0 auto;
  max-width: 722px; }
  @media (max-width: 991.98px) {
    .index.footer-newsletter .wrapbox-newsletter {
      width: 100%; } }

.index.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-input {
  font-size: 16px;
  font-style: normal;
  border-radius: 25px;
  height: 56px;
  padding: 12px 25px; }

.index.footer-newsletter .wrapbox-newsletter .newsletter-content textarea {
  font-size: 16px;
  font-style: normal;
  padding: 12px 25px; }
