.elementor-4090 .elementor-element.elementor-element-27d28a3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4090 .elementor-element.elementor-element-2e801dd.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-4090 .elementor-element.elementor-element-49c9306{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4090 .elementor-element.elementor-element-45b7596.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2e801dd *//* =========================================
   HK SAGAR - BLOG HERO
========================================= */

.hk-blog-hero {
  position: relative !important;
  width: 100% !important;
  min-height: 72vh !important;

  display: flex !important;
  align-items: center !important;

  overflow: hidden !important;

  background: #08182a !important;

  isolation: isolate;
}


/* =========================================
   BACKGROUND IMAGE
========================================= */

.hk-blog-hero-bg {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  z-index: 0 !important;

  overflow: hidden !important;
}

.hk-blog-hero-bg img {
  position: absolute !important;

  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center !important;

  display: block !important;

  transform: scale(1.03);

  opacity: 1 !important;
}


/* =========================================
   DARK OVERLAY
========================================= */

.hk-blog-hero-overlay {
  position: absolute !important;
  inset: 0 !important;

  z-index: 1 !important;

  background:
    linear-gradient(
      90deg,
      rgba(8, 24, 42, 0.92) 0%,
      rgba(8, 24, 42, 0.72) 45%,
      rgba(8, 24, 42, 0.38) 100%
    ) !important;
}


/* =========================================
   GRID
========================================= */

.hk-blog-hero-grid {
  position: absolute !important;
  inset: 0 !important;

  z-index: 2 !important;

  background-image:
    linear-gradient(
      rgba(255,255,255,0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,0.045) 1px,
      transparent 1px
    );

  background-size: 52px 52px;

  opacity: 0.3;

  pointer-events: none;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.hk-blog-hero-container {
  position: relative !important;

  z-index: 10 !important;

  width: 100% !important;
  max-width: 1240px !important;

  margin: 0 auto !important;

  padding: 110px 20px !important;

  box-sizing: border-box !important;
}


/* =========================================
   CONTENT
========================================= */

.hk-blog-hero-content {
  position: relative !important;

  z-index: 20 !important;

  display: block !important;

  max-width: 760px !important;

  opacity: 1 !important;
  visibility: visible !important;

  transform: translateY(0);

  animation: hkBlogHeroContentIn 0.8s ease-out forwards;

  color: #ffffff !important;
}


/* =========================================
   LABEL
========================================= */

.hk-blog-hero-label {
  display: inline-flex !important;

  align-items: center !important;
  justify-content: center !important;

  margin-bottom: 22px !important;

  padding: 9px 17px !important;

  border-radius: 100px !important;

  background: rgba(67, 182, 229, 0.14) !important;

  border: 1px solid rgba(150, 212, 237, 0.22) !important;

  color: #96d4ed !important;

  font-family: inherit !important;

  font-size: 12px !important;
  line-height: 1 !important;

  font-weight: 700 !important;

  letter-spacing: 1.5px !important;

  text-transform: uppercase !important;
}


/* =========================================
   HEADING
========================================= */

.hk-blog-hero-content h1 {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-family: inherit !important;

  font-size: clamp(44px, 6vw, 72px) !important;

  line-height: 0.98 !important;

  font-weight: 600 !important;

  letter-spacing: -3px !important;

  visibility: visible !important;
}


/* =========================================
   DESCRIPTION
========================================= */

.hk-blog-hero-content p {
  display: block !important;

  max-width: 650px !important;

  margin: 25px 0 0 !important;
  padding: 0 !important;

  color: rgba(255,255,255,0.82) !important;

  font-family: inherit !important;

  font-size: 17px !important;

  line-height: 1.65 !important;

  font-weight: 400 !important;

  visibility: visible !important;
}


/* =========================================
   META
========================================= */

.hk-blog-hero-meta {
  display: flex !important;

  align-items: center !important;

  flex-wrap: wrap !important;

  gap: 12px !important;

  margin-top: 30px !important;
}

.hk-blog-hero-meta span {
  display: inline-flex !important;

  align-items: center !important;

  gap: 8px !important;

  padding: 10px 15px !important;

  border-radius: 100px !important;

  background: rgba(255,255,255,0.08) !important;

  border: 1px solid rgba(255,255,255,0.15) !important;

  color: rgba(255,255,255,0.82) !important;

  font-family: inherit !important;

  font-size: 12px !important;

  line-height: 1 !important;

  font-weight: 650 !important;

  backdrop-filter: blur(8px);

  -webkit-backdrop-filter: blur(8px);
}


/* Dot */

.hk-blog-hero-meta i {
  display: inline-block !important;

  width: 6px !important;
  height: 6px !important;

  flex: 0 0 6px !important;

  border-radius: 50% !important;

  background: #43b6e5 !important;
}


/* =========================================
   LARGE WATERMARK
========================================= */

.hk-blog-hero-watermark {
  position: absolute !important;

  right: -45px !important;
  bottom: -35px !important;

  z-index: 4 !important;

  color: rgba(255,255,255,0.055) !important;

  font-family: inherit !important;

  font-size: clamp(90px, 15vw, 220px) !important;

  line-height: 1 !important;

  font-weight: 950 !important;

  letter-spacing: -10px !important;

  white-space: nowrap !important;

  pointer-events: none !important;
}


/* =========================================
   ANIMATION
========================================= */

@keyframes hkBlogHeroContentIn {

  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .hk-blog-hero {
    min-height: 68vh !important;
  }

  .hk-blog-hero-container {
    padding: 100px 24px !important;
  }

  .hk-blog-hero-content h1 {
    font-size: 56px !important;
    letter-spacing: -2px !important;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .hk-blog-hero {
    min-height: 70vh !important;
  }

  .hk-blog-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(8,24,42,0.84) 0%,
        rgba(8,24,42,0.72) 50%,
        rgba(8,24,42,0.58) 100%
      ) !important;
  }

  .hk-blog-hero-container {
    padding: 90px 18px !important;
  }

  .hk-blog-hero-label {
    margin-bottom: 18px !important;

    padding: 8px 13px !important;

    font-size: 10.5px !important;

    letter-spacing: 1.2px !important;
  }

  .hk-blog-hero-content h1 {
    font-size: 40px !important;

    line-height: 1.03 !important;

    letter-spacing: -1.5px !important;
  }

  .hk-blog-hero-content p {
    margin-top: 19px !important;

    font-size: 15px !important;

    line-height: 1.58 !important;
  }

  .hk-blog-hero-meta {
    margin-top: 24px !important;

    gap: 8px !important;
  }

  .hk-blog-hero-meta span {
    padding: 8px 12px !important;

    font-size: 11px !important;
  }

  .hk-blog-hero-watermark {
    right: -30px !important;
    bottom: -10px !important;

    font-size: 90px !important;

    letter-spacing: -5px !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45b7596 *//* =========================================
   HK SAGAR - BLOG ARCHIVE
========================================= */

.hk-blog-archive {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background:
    radial-gradient(
      circle at top left,
      rgba(67, 182, 229, 0.09),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7fbfd 100%
    );
  overflow: hidden;
}


/* =========================================
   BACKGROUND GRID
========================================= */

.hk-blog-archive::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(8, 24, 42, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(8, 24, 42, 0.025) 1px,
      transparent 1px
    );

  background-size: 48px 48px;

  opacity: 0.45;

  pointer-events: none;
}


/* =========================================
   CONTAINER
========================================= */

.hk-blog-archive-container {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.hk-blog-archive-header {
  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 40px;

  margin-bottom: 52px;
}


.hk-blog-archive-eyebrow {
  display: inline-flex;

  align-items: center;

  margin-bottom: 15px;

  padding: 9px 17px;

  border-radius: 100px;

  background: rgba(67, 182, 229, 0.12);

  color: #3888bb;

  font-size: 11px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}


.hk-blog-archive-header h2 {
  margin: 0;

  color: #08182a;

  font-size: clamp(
    38px,
    5vw,
    58px
  );

  line-height: 1;

  font-weight: 550;

  letter-spacing: -2.5px;
}


.hk-blog-archive-header > p {
  max-width: 440px;

  margin: 0;

  color: rgba(
    41,
    41,
    41,
    0.68
  );

  font-size: 16px;

  line-height: 1.65;
}


/* =========================================
   BLOG GRID
========================================= */

.hk-blog-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 26px;
}


/* =========================================
   BLOG CARD
========================================= */

.hk-blog-card {
  position: relative;

  min-width: 0;

  border-radius: 24px;

  background: #ffffff;

  border: 1px solid
    rgba(8, 24, 42, 0.08);

  overflow: hidden;

  box-shadow:
    0 16px 50px
    rgba(8, 24, 42, 0.07);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}


.hk-blog-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 28px 70px
    rgba(8, 24, 42, 0.13);
}


.hk-blog-card-link {
  display: block;

  height: 100%;

  color: inherit !important;

  text-decoration: none !important;
}


/* =========================================
   IMAGE
========================================= */

.hk-blog-card-image {
  position: relative;

  height: 245px;

  overflow: hidden;

  background: #08182a;
}


.hk-blog-card-image::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 45%,
      rgba(8, 24, 42, 0.38)
      100%
    );

  pointer-events: none;
}


.hk-blog-card-image img {
  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 0.55s ease;
}


.hk-blog-card:hover
.hk-blog-card-image img {
  transform: scale(1.06);
}


/* =========================================
   CATEGORY
========================================= */

.hk-blog-card-category {
  position: absolute;

  left: 17px;

  top: 17px;

  z-index: 2;

  padding: 8px 12px;

  border-radius: 100px;

  background:
    rgba(8, 24, 42, 0.72);

  border: 1px solid
    rgba(255,255,255,0.18);

  color: #ffffff;

  font-size: 10px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 0.8px;

  text-transform: uppercase;

  backdrop-filter: blur(8px);

  -webkit-backdrop-filter: blur(8px);
}


/* =========================================
   CONTENT
========================================= */

.hk-blog-card-content {
  padding: 25px 25px 27px;
}


.hk-blog-card-date {
  margin-bottom: 12px;

  color: #3888bb;

  font-size: 11px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;
}


.hk-blog-card-content h3 {
  margin: 0;

  color: #08182a;

  font-size: 22px;

  line-height: 1.18;

  font-weight: 600;

  letter-spacing: -0.7px;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}


.hk-blog-card-content p {
  margin: 14px 0 0;

  color: rgba(
    41,
    41,
    41,
    0.68
  );

  font-size: 14px;

  line-height: 1.6;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;
}


/* =========================================
   READ ARTICLE
========================================= */

.hk-blog-card-read {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  margin-top: 21px;

  color: #123756;

  font-size: 13px;

  line-height: 1;

  font-weight: 800;
}


.hk-blog-card-read span {
  display: inline-block;

  transition:
    transform 0.25s ease;
}


.hk-blog-card:hover
.hk-blog-card-read span {
  transform: translateX(5px);
}


/* =========================================
   LOADING
========================================= */

.hk-blog-loading {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  min-height: 300px;

  color: #3888bb;

  font-size: 14px;

  font-weight: 600;
}


.hk-blog-loader {
  width: 25px;

  height: 25px;

  border-radius: 50%;

  border: 3px solid
    rgba(67, 182, 229, 0.18);

  border-top-color: #3888bb;

  animation:
    hkBlogSpin 0.8s linear infinite;
}


@keyframes hkBlogSpin {

  to {
    transform: rotate(360deg);
  }

}


/* =========================================
   EMPTY / ERROR
========================================= */

.hk-blog-empty,
.hk-blog-error {
  padding: 70px 20px;

  text-align: center;

  background: #ffffff;

  border-radius: 24px;

  border: 1px solid
    rgba(8, 24, 42, 0.08);
}


.hk-blog-empty h3,
.hk-blog-error h3 {
  margin: 0;

  color: #08182a;

  font-size: 25px;
}


.hk-blog-empty p,
.hk-blog-error p {
  margin: 10px 0 0;

  color: rgba(
    41,
    41,
    41,
    0.65
  );
}


/* =========================================
   PAGINATION
========================================= */

.hk-blog-pagination {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  margin-top: 55px;
}


.hk-blog-pagination-btn,
.hk-blog-pagination-number {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 44px;

  height: 44px;

  padding: 0 14px;

  border-radius: 12px;

  border: 1px solid
    rgba(8, 24, 42, 0.10);

  background: #ffffff;

  color: #123756;

  font-family: inherit;

  font-size: 13px;

  font-weight: 700;

  cursor: pointer;

  transition:
    all 0.25s ease;
}


.hk-blog-pagination-btn:hover:not(:disabled),
.hk-blog-pagination-number:hover {
  background: #eef8fc;

  border-color:
    rgba(67, 182, 229, 0.35);

  transform: translateY(-2px);
}


.hk-blog-pagination-number.active {
  background:
    linear-gradient(
      135deg,
      #123756,
      #3888bb
    );

  border-color: transparent;

  color: #ffffff;
}


.hk-blog-pagination-btn:disabled {
  opacity: 0.4;

  cursor: not-allowed;
}


.hk-blog-pagination-numbers {
  display: flex;

  align-items: center;

  gap: 7px;
}


.hk-blog-pagination-dots {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 30px;

  height: 44px;

  color: #687987;

  font-size: 14px;

  font-weight: 700;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .hk-blog-archive {
    padding: 80px 18px;
  }


  .hk-blog-archive-header {
    align-items: flex-start;

    flex-direction: column;

    gap: 20px;
  }


  .hk-blog-archive-header > p {
    max-width: 650px;
  }


  .hk-blog-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 22px;
  }


  .hk-blog-card-image {
    height: 225px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .hk-blog-archive {
    padding: 65px 16px;
  }


  .hk-blog-archive-header {
    margin-bottom: 38px;
  }


  .hk-blog-archive-eyebrow {
    padding: 8px 14px;

    font-size: 10px;
  }


  .hk-blog-archive-header h2 {
    font-size: 36px;

    letter-spacing: -1.5px;
  }


  .hk-blog-archive-header > p {
    font-size: 15px;

    line-height: 1.6;
  }


  .hk-blog-grid {
    grid-template-columns: 1fr;

    gap: 20px;
  }


  .hk-blog-card-image {
    height: 230px;
  }


  .hk-blog-card-content {
    padding: 22px 21px 24px;
  }


  .hk-blog-card-content h3 {
    font-size: 21px;
  }


  .hk-blog-pagination {
    margin-top: 38px;

    gap: 7px;
  }


  .hk-blog-pagination-btn {
    min-width: 40px;

    height: 40px;

    padding: 0 10px;

    font-size: 11px;
  }


  .hk-blog-pagination-number {
    width: 38px;

    min-width: 38px;

    height: 40px;

    padding: 0;

    font-size: 12px;
  }


  .hk-blog-pagination-numbers {
    gap: 4px;
  }


  .hk-blog-pagination-prev,
  .hk-blog-pagination-next {
    font-size: 0;
  }


  .hk-blog-pagination-prev::after {
    content: "←";

    font-size: 16px;
  }


  .hk-blog-pagination-next::after {
    content: "→";

    font-size: 16px;
  }

}/* End custom CSS */