/* 
  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
*/
;/* Team */
.unlockafe-team-wrap {
  margin-bottom: 24px;
}

.unlockafe-team-wrap .team-img img {
  transition: all 0.3s;
}

.unlockafe-team-wrap .team-img .team-hover ul {
  margin: 0;
}

.unlockafe-team-wrap .team-img .team-hover {
  background: rgba(7, 19, 17, 0.9);
  height: 0;
  width: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Make hover elements visible in editor preview mode */
.elementor-editor-active .unlockafe-team-wrap .team-img .team-hover {
  height: 90%;
  opacity: 1;
  visibility: visible;
}

.unlockafe-team-wrap .team-img .team-hover ul {
  border: 1.2px solid;
  border-image-source: linear-gradient(117.77deg,
      #fbae3d 0%,
      rgba(251, 174, 61, 0) 36.23%,
      rgba(251, 174, 61, 0) 65.79%,
      #fbae3d 100%);
  border-image-slice: 1;
  background-color: #191a20;
  padding: 9px 24px;
  transition: all 0.5s;
  visibility: hidden;
}

/* Make social icons visible in editor preview mode */
.elementor-editor-active .unlockafe-team-wrap .team-img .team-hover ul {
  visibility: visible;
}

.unlockafe-team-wrap .team-img .team-hover ul li {
  display: inline-block;
  margin-right: 10px;
}

.unlockafe-team-wrap .team-img .team-hover ul li:last-child {
  margin-right: 0;
}

.unlockafe-team-wrap .team-img .team-hover ul li i,
.unlockafe-team-wrap .team-img .team-hover ul li svg {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
}

.unlockafe-team-wrap .team-img .team-hover ul li i:hover,
.unlockafe-team-wrap .team-img .team-hover ul li svg:hover {
  color: rebeccapurple;
}

.unlockafe-team-wrap .team-content {
  margin-top: 20px;
}

.unlockafe-team-wrap .team-content p {
  font-size: 15px;
}

.unlockafe-team-wrap .team-content h2 {
  font-weight: 700;
  font-size: 28px;
  margin-top: 10px;
  transition: all 0.4s;
}

.unlockafe-team-wrap:hover .team-img .team-hover {
  background: rgba(7, 19, 17, 0.9);
  height: 90%;
  opacity: 1;
  visibility: visible;
}

.unlockafe-team-wrap:hover .team-img .team-hover ul {
  visibility: visible;
}

/* Design 1 end */
.unlockafe-team-slide-box {
  text-align: center;
}

.unlockafe-team-slide-box .team-slide-img {
  height: 400px;
}

.unlockafe-team-slide-box .team-slide-img .team-slide-hover {
  overflow: hidden;
  border-radius: 3px;
  bottom: 30px;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 10px) scale(0.85);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.unlockafe-team-slide-box .team-slide-img .team-slide-hover li {
  position: relative;
}

.unlockafe-team-slide-box .team-slide-img .team-slide-hover li:not(:last-child)::before {
  background-color: #e1e1e1;
  height: 100%;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.unlockafe-team-slide-box .team-slide-img .team-slide-hover li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
  color: #010101;
}

.unlockafe-team-slide-box .team-slide-img .team-slide-hover li a:hover {
  color: #5a5a5a;
}

.unlockafe-team-slide-box .team-slide-info .team-name {
  margin: 20px 0 10px;
}

.unlockafe-team-slide-box:hover .team-slide-img .team-slide-hover {
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

.unlockafe-team-button-wrap-arrow {
  width: 100%;
  top: 45%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.unlockafe-team-button-wrap-arrow .slide-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),
    0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
}

.unlockafe-team-button-wrap-arrow .slide-btn svg {
  height: 26px;
  width: 26px;
}

.unlockafe-team-button-wrap-arrow .slide-btn.slide-btn-prev {
  margin-left: -20px;
}

.unlockafe-team-button-wrap-arrow .slide-btn.slide-btn-next {
  margin-right: -20px;
}

/* Team End */;/* 
  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
*/
;/* ============================================
   Card Grid Widget - Base Styles
   ============================================ */

.unlockafe-card-grid-wrapper {
    width: 100%;
    box-sizing: border-box;
}

.unlockafe-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

.unlockafe-card-item {
    padding: 20px;
    background-color: #fafafa;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.unlockafe-card-item:hover .unlockafe-card-images .thumb {
    box-shadow: 0 0 80px rgba(25, 24, 67, 0.15);
    transform: scale(0.7);
}

.unlockafe-card-item:hover .unlockafe-card-images .thumb:nth-of-type(1) {
    margin: 40px 0 0 40px;
    top: 0;
    left: 0;
}

.unlockafe-card-images {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    background-color: #f2f2f2da;
    padding: 8px 8px 0 0;
    border-radius: 5px;
    box-sizing: border-box;
    min-height: 250px;
}

.unlockafe-card-images .thumb {
    width: calc(100% - 40px);
    transition: all 0.3s ease-in-out 0.1s;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.unlockafe-card-images .thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.unlockafe-card-images .thumb:nth-of-type(1) {
    margin-left: 40px;
    margin-bottom: 40px;
    transform-origin: bottom right;
    position: relative;
    z-index: 1;
}

.unlockafe-card-images .thumb:nth-of-type(2) {
    position: absolute;
    top: 20px;
    right: 20px;
    transform-origin: top center;
    z-index: 2;
    width: calc(100% - 40px);
}

.unlockafe-card-images .thumb:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: center left;
    z-index: 3;
    width: calc(100% - 40px);
}

.unlockafe-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.unlockafe-card-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #333333;
    line-height: 1.4;
}

.unlockafe-card-description {
    font-size: 16px;
    color: #555;
    margin: 0 0 10px 0;
    line-height: 1.6;
    flex-grow: 1;
}

.unlockafe-card-button-wrapper {
    margin-top: auto;
    display: block;
}

.unlockafe-card-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #c06ef3;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.unlockafe-card-button:hover {
    color: #a855e8;
}

.unlockafe-card-button i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.unlockafe-card-button:hover i {
    transform: translateX(3px);
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (max-width: 1024px) {
    .unlockafe-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .unlockafe-card-grid {
        grid-template-columns: 1fr;
    }
    
    .unlockafe-card-images {
        min-height: 200px;
    }
    
    .unlockafe-card-images .thumb {
        width: calc(100% - 20px);
    }
    
    .unlockafe-card-images .thumb:nth-of-type(1) {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    
    .unlockafe-card-images .thumb:nth-of-type(2) {
        top: 10px;
        right: 10px;
        width: calc(100% - 20px);
    }
    
    .unlockafe-card-images .thumb:nth-of-type(3) {
        width: calc(100% - 20px);
    }
}
;