/* 
  Global Variable
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --bs-gutter-x: 1.5rem; /* Horizontal gutter */
  --bs-gutter-y: 0; /* Vertical gutter */
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

/* Media Query Variable */
body,
html {
  font-family: var(--font-roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
}

/* unlockafe-container */
.unlockafe-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .unlockafe-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .unlockafe-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .unlockafe-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .unlockafe-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .unlockafe-container {
    max-width: 1320px;
  }
}
/* unlockafe-row Flex */
.unlockafe-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

/* unlockafe-columns */
[class*="unlockafe-col-"],
[class*="unlockafe-col-lg-"],
[class*="unlockafe-col-md-"] {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 768px) {
  .unlockafe-col-md-6 {
    flex: 0 0 auto;
    width: 46.7%;
  }
}
@media (min-width: 992px) {
  .unlockafe-col-lg-4 {
    flex: 0 0 auto;
    max-width: 30%;
  }
  .unlockafe-col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }
  .unlockafe-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* unlockafe-row Grid */
.unlockafe-grid {
  display: grid;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media only screen and (min-width: 768px) {
  .unlockafe-grid.md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Utilities */
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.ds-flx {
  display: flex;
}

.ds-align-center {
  align-items: center;
}

.ps-relative {
  position: relative;
}

.ps-absolute {
  position: absolute;
}

.z-indx-plus {
  z-index: 1;
}

.z-indx-minus {
  z-index: -1;
}

.width-content {
  width: -moz-max-content;
  width: max-content;
}

.wd-100 {
  width: 100%;
}

.ht-100 {
  height: 100%;
}

.object-cvr {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-section-0 {
  top: 0;
}

.bottom-section-0 {
  bottom: 0;
}

.left-section-0 {
  left: 0;
}

.right-section-0 {
  right: 0;
}

.overflow-hide {
  overflow: hidden;
}

.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
} /* 
  Global Variable End
*/
;.unlock_addon_header_search {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.unlock_addon_search_inline {
    width: 100%;
}

.unlock_addon_search_form {
    width: 100%;
}

.unlock_addon_search_field_group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(15, 17, 21, 0.1);
    border-radius: 999px;
    padding: 10px 12px 10px 18px;
    box-shadow: 0 10px 30px rgba(15, 17, 21, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.unlock_addon_search_field_group:focus-within {
    border-color: #0f1115;
    box-shadow: 0 10px 35px rgba(15, 17, 21, 0.18);
}

.unlock_addon_search_icon {
    color: #6f6f72;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.unlock_addon_search_field {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #0f1115;
    padding: 8px 0;
}

.unlock_addon_search_field:focus {
    outline: none;
}

.unlock_addon_search_field::placeholder {
    color: #9fa0a6;
}

.unlock_addon_search_submit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    background: #0f1115;
    color: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.unlock_addon_search_submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 17, 21, 0.25);
}

.unlock_addon_search_toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(15, 17, 21, 0.12);
    border-radius: 999px;
    padding: 10px 18px;
    background: #ffffff;
    color: #0f1115;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.unlock_addon_search_toggle:hover {
    background: #0f1115;
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(15, 17, 21, 0.25);
}

.unlock_addon_search_panel {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 10000;
}

.unlock_addon_search_panel.is-open {
    opacity: 1;
    pointer-events: auto;
}

.unlock_addon_search_panel_inner {
    width: 100%;
    max-width: 640px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    padding: 32px;
    padding-top: 48px; /* Extra padding at top for close button */
    border-radius: 24px;
    box-shadow: 0 25px 70px rgba(15, 17, 21, 0.25);
    position: relative;
    overflow: visible; /* Ensure close button is not clipped */
}

.unlock_addon_search_close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #0f1115;
    cursor: pointer;
    z-index: 10001;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.unlock_addon_search_close:hover {
    background: rgba(15, 17, 21, 0.08);
    color: #0f1115;
}

.unlock_addon_search_close i {
    display: block;
    line-height: 1;
}

.unlock_addon_search_overlay {
    position: fixed;
    inset: 0;
    background: rgba(4, 8, 20, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 9999;
}

.unlock_addon_search_overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

body.unlock_addon_search_open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .unlock_addon_search_field_group {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 16px;
    }

    .unlock_addon_search_submit {
        width: 100%;
        justify-content: center;
    }

    .unlock_addon_search_panel_inner {
        margin: 0 16px;
        padding: 24px 18px 28px;
        padding-top: 48px; /* Extra padding at top for close button on mobile */
    }

    .unlock_addon_search_close {
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .unlock_addon_search_toggle {
        width: 100%;
        justify-content: center;
    }
}



;