/* css for Reliance IT */

.regular-weight {
  font-weight: 400;
}

.medium-weight {
  font-weight: 500;
}

.uk-navbar-toggle .uk-icon {
  color: #fff;
}
.uk-navbar-toggle .uk-icon:hover {
  opacity: 70%;
}
.uk-navbar-toggle .uk-icon:active {
  opacity: 70%;
}

.uk-offcanvas img {
  width: 40px;
}

.uk-nav-sub li:not(:first-child) {
  border-top: 1px solid #ffffff14;
}

.uk-nav-sub li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.uk-offcanvas .nav-btns .uk-button-text {
  background-position: 18%;
  padding-right: 25px;
  width: 198px;
  background-position: 1%;
  padding-right: 5px;
  width: 149px;
}

/* call bar */

.quick-support {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick-support img {
  margin-right: 10px;
}

.quick-support p {
  margin: 0;
}

/* navbar */

.uk-navbar-container {
  background-color: #f4f4f405 !important;
  backdrop-filter: blur(4px) !important;

  border-bottom: 2px solid; /* thickness */
  border-image: linear-gradient(
      to right,
      #ffffff08 0%,
      #ffffff04 10%,
      #ffffff60 40%,
      #ffffff60 60%,
      #ffffff04 90%,
      #ffffff08 100%
    )
    1;
  border-image-slice: 1;
}

/* .uk-section-muted {
  border-bottom: 2px solid; 
  border-top: 2px solid; 
  border-image: linear-gradient(
      to right,
      #ffffff00 0%,
      #ffffff00 10%,
      #ffffff60 40%,
      #ffffff60 60%,
      #ffffff00 90%,
      #ffffff00 100%
    )
    1;
  border-image-slice: 1;
} */

.uk-navbar-dropdown-nav img {
  width: 30px;
  height: 30px;
}

.nav-btns .uk-button-text {
  background-image: url("/images/icons/phone.svg") !important;
  background-repeat: no-repeat;
  text-align: right;
  color: #fff !important;
  background-position: 18%;
  padding-right: 25px;
  width: 198px;
  background-size: 16px 16px;
}

/* IF WHITE NAVBAR IS NEEDED

.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a { 
  color: #030535 !important;
}

.uk-navbar-container:not(.uk-navbar-transparent) .nav-btns .uk-button-text {
  color: #030535 !important;
}

.uk-navbar-container:not(.uk-navbar-transparent)
  .uk-navbar-nav
  > li.uk-active
  > a::before {
  background-color: #2649be;
}

.uk-navbar-container:not(.uk-navbar-transparent)
  .uk-navbar-nav
  > li:hover
  > a::before {
  background-color: #2649be;
} */

/* meta */

.gradient-meta {
  background: linear-gradient(90deg, #2257bc 0%, #418cd2 10%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-meta-center {
  background: linear-gradient(90deg, #2257bc 40%, #418cd2 60%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* General */

.bg-image .uk-background-norepeat {
  border-radius: 4px;
}

.vertical-section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta .uk-button-default {
  border: 1px solid #ffffffc0;
  padding: 8px 23px;
  background-image: url("call.svg") !important;
  background-repeat: no-repeat;
  background-position: 15%;
  padding-right: 27px;
  width: 201px;
  background-size: 18px 18px;
  text-align: right;
}

.cta .no-phone .uk-button-default {
  border: 1px solid #ffffffc0;
  padding: 8px 23px;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 15%;
  padding-right: 27px;
  width: auto;
  background-size: 18px 18px;
  text-align: right;
}

/* Buttons */

.support-link a {
  color: #fff !important;
}

.support-link a:hover {
  opacity: 80%;
}

.uk-section-secondary .uk-button-default {
  background: linear-gradient(
    90deg,
    rgba(34, 65, 188, 1) 0%,
    rgba(65, 140, 210, 1) 100%
  ) !important;
}

.uk-section-secondary .uk-button-default:hover {
  background: linear-gradient(
    270deg,
    rgba(34, 65, 188, 1) 0%,
    rgba(65, 140, 210, 1) 100%
  ) !important;
}

.uk-section-secondary .uk-button-default:active {
  background: linear-gradient(
    90deg,
    rgba(34, 65, 188, 1) 0%,
    rgba(65, 140, 210, 1) 100%
  );
  color: #fff !important;
}

.uk-button-primary {
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #ffffff10 !important;
  backdrop-filter: blur(4px);
  background:
    linear-gradient(#1a1b2f, #1a1b2f) padding-box,
    linear-gradient(90deg, #8d8a90, #6c676e, #565058, #8d8a90) border-box;
  color: #fff;
  padding: 6px 25px;
}

.uk-button-primary:hover {
  background-color: #16172a !important;
  color: #ffffffc0 !important;
}

.uk-button-primary:active {
  background-color: #1a1b2f !important;
  color: #ffffffc0 !important;
}

.uk-button-default,
.uk-button-primary,
.uk-button-secondary {
  padding: 8px 25px;
}
.uk-button-default {
  padding: 10px 25px;
}

.arrow-btn .uk-icon {
  margin-left: 5px !important;
  margin-top: 2px;
}

.uk-button-text {
  background-image: url("arrow-right.svg") !important;
  background-repeat: no-repeat;
  background-position: 100%;
  padding-right: 35px;
}

/* marquee */

.fs-marquee img.el-image-background {
  background-color: #fff0 !important;
}

.logo-slider-section {
  background:
    linear-gradient(
      180deg,
      rgba(25, 95, 213, 0.1) 0%,
      rgba(255, 255, 255, 0) 14%
    ),
    linear-gradient(0deg, rgba(25, 95, 213, 0.1) 0%, rgba(255, 255, 255, 0) 14%);
}

/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */

.blob-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.solutions .uk-h3 {
  font-size: 23px;
}

/* INNER content with opaque bg */
.card-inner {
  position: relative;
  border-radius: 5px;
  background: #ffffff; /* plain white */
  /* padding: 32px;
  height: 325px; OLD*/
  padding: 25px;
  height: 273px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 7, 64, 0.11);
}

/* remove the gradient border pseudo-element */
.card-inner::before {
  content: none;
}

.card-inner > * {
  position: relative; /* keep content above pseudo-element */
  z-index: 1;
}

.blob {
  position: absolute;
  border-radius: 170px;
  background: linear-gradient(135deg, #11215e, #2444c4);
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  transition:
    width 0.6s ease,
    height 0.6s ease,
    border-radius 0.6s ease,
    background 0.6s ease;
  pointer-events: none;
}

.blob-card.expanded .card-outer {
  background: #ffffff05; /* leave as your second state */
}

.card-outer {
  transition: background 0.3s ease;
}

.blob-card.expanded .blob {
  width: 300%;
  height: 300%;
  border-radius: 10px;
  background: linear-gradient(135deg, #11215e, #2444c4);
}

.content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.icon {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    background-color 0.5s ease;
}

.icon svg {
  width: 35px;
  height: 35px;
}

.blob-card.expanded .icon {
  opacity: 0;
  transform: translateX(-20px);
  background: rgba(255, 255, 255, 0.2);
}

.description {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  line-height: 1.5;
  max-width: 320px;
  text-align: left;
  color: #6b7280;
  opacity: 0;
  transform: translateX(-30px);
  transition:
    opacity 0.4s ease 0.1s,
    transform 0.4s ease 0.1s,
    color 0.5s ease;
  margin-top: 0px;
  font-weight: 400;
}

.blob-card.expanded .description {
  opacity: 1;
  transform: translateX(0);
  color: rgba(255, 255, 255, 0.9);
}

.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  text-decoration: none;
}

.bottom-row a {
  text-decoration: none;
}

.title {
  color: #030535;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    color 0.5s ease;
  margin-bottom: 0px;
  /* max-width: 180px;  OLD */
  max-width: 210px;
}

.blob-card.expanded .title {
  opacity: 0;
  transform: translateY(20px);
  color: white;
}

.learn-more {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #6366f1;
  opacity: 0;
  transform: translateX(-30px);
  transition:
    opacity 0.4s ease 0.1s,
    transform 0.4s ease 0.1s,
    color 0.5s ease;
}

.blob-card.expanded .learn-more {
  opacity: 1;
  transform: translateX(0);
}

.toggle-btn {
  /* width: 34px;
  height: 34px; OLD */
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: scale(1);
  transition:
    transform 0.4s ease,
    background-color 0.5s ease;
  background: #d7d9f4;
  border: 1px solid #d7d9f4;
}

.blob-card.expanded .toggle-btn {
  background: white;
  transform: scale(1.1);
  border: 1px solid #ffffff;
}

.blob-card .uk-button-primary {
  color: #2446bd;
  background-color: #fff !important;
  background: #fff;
  border: #fff;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}

.blob-card .uk-button-primary:hover {
  color: #2446bd !important;
  background-color: #ffffffac !important;
}

.plus-icon {
  position: relative;
  /* width: 20px;
  height: 20px; */
  width: 17px;
  height: 17px;
  transform: rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-image: url("cross.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px 15px;
}

.blob-card.expanded .plus-icon {
  transform: rotate(45deg) scale(1.1);
  background-image: url("cross-blue.svg");
}

/* BACKGROUND BLURS ------------------------------------------------ */

.blue-blob-2 {
  background-image: url("bg-left.svg"); /* right blob */
  background-repeat: no-repeat;
  background-position: -430px 182px;
  background-size: 41% auto;
}

.about-double-blob-bg {
  background-image:
    url("bg-left.svg"),
    /* left blob */ url("bg-right.svg"); /* right blob */
  background-repeat: no-repeat, no-repeat;
  background-position:
    -784px center,
    1622px -218px;
  background-size:
    auto 115%,
    auto 117%;
}

.double-blob-bg {
  background-image:
    url("bg-blob-2.svg"),
    /* left blob */ url("bg-blob-2.svg"); /* right blob */
  background-repeat: no-repeat, no-repeat;
  background-position:
    -544px center,
    1684px -218px;
  background-size:
    auto 999px,
    auto 100%;
  padding-bottom: 330px;
}
.last-section {
  padding-bottom: 330px;
}

@media (max-width: 960px) {
  .blue-blob-2,
  .about-double-blob-bg,
  .double-blob-bg {
    background-image: none !important;
    background-repeat: initial !important;
    background-position: initial !important;
    background-size: initial !important;
  }
}

/* Marquee */

.fs-marquee-item .el-item {
  align-self: center;
}

/* accordian */

.uk-accordion-title::before {
  background-image: url("cross.svg") !important;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.uk-open .uk-accordion-title::before {
  transform: rotate(45deg) scale(1.1) !important;
}

/* cta-footer { */

.footer {
  border-bottom: 0px;
  border-image: linear-gradient(
      to right,
      #ffffff09 0%,
      #ffffff2b 10%,
      #ffffff60 40%,
      #ffffff60 60%,
      #ffffff13 90%,
      #ffffff09 100%
    )
    1;
}

.cta-column {
  padding-top: 70px;
  margin-bottom: 70px;

  padding-right: 120px;
  align-content: center;
}

.footer .cta .uk-background-norepeat {
  border-radius: 4px 0px 0px 4px;
}

.footer .uk-h3 {
  color: #fff !important;
}

.footer-bar {
  border-top: 2px solid; /* thickness */
  border-image: linear-gradient(
      to right,
      #ffffff09 0%,
      #ffffff2b 10%,
      #ffffff60 40%,
      #ffffff60 60%,
      #ffffff13 90%,
      #ffffff09 100%
    )
    1;
  border-image-slice: 1;
  color: #fff;
}
/* subpages */

.gradient-text {
  background: linear-gradient(45deg, #2a65d1 40%, #478fd2 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text::selection {
  -webkit-text-fill-color: white;
  color: white;
  background: #3399ff; /* optional: subtle highlight */
}

/* footer */

.footer .uk-link {
  color: #fff !important;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}

.footer-details a {
  color: #ffffff !important;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}

.footer .uk-link:hover {
  opacity: 80%;
}

.footer-details a:hover {
  opacity: 80%;
}

.footer .uk-link:active {
  color: #fff !important;
}

.footer-details a:active {
  color: #fff !important;
}
/* 
.footer-bottom {
  padding-top: 130px;
} */

.footer-col-1 {
  width: 35%;
}

.footer-details {
  color: #fff !important;
}

/* .footer-background {
  background-image: url("blue-block.png"), url("footer-blob.svg"),
    url("footer-bg.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 50% 0%, -70% 10%, center center;
  background-size: 100%, 61% auto, cover;
} */

.cta {
  position: relative;
  bottom: 190px;
  height: 150px;
  margin-bottom: 200px !important;
}

.cta:has(.height-200) {
  height: 200px !important;
}

.cta:has(.height-150) {
  height: 80px !important;
}

.footer-background {
  background-repeat: no-repeat, no-repeat;
  background-image: url("bg-left.svg"), url("footer-bg-800.jpg");
  background-position:
    -50% 36%,
    center center;
  background-size:
    73% auto,
    cover;
}

.footer-bar {
  margin-top: 130px !important;
  padding: 25px;
  text-decoration: none;
}

.footer-bar a {
  text-decoration: none;
}

.no-cta .footer .uk-margin-remove-vertical {
  padding-top: 130px !important;
}

/* Form */

.it .ba-form-page input[type="text"],
.it .ba-form-page input[type="email"],
.it .ba-form-page textarea {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.it .ba-form-page input[type="text"]:focus,
.it .ba-form-page input[type="email"]:focus,
.it .ba-form-page textarea:focus {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #000313 !important;
}

.ba-form-submit-btn {
  margin-top: 15px;
}

.ba-form-acceptance-field .ba-field-container,
.ba-form-field-item .ba-form-checkbox-wrapper .ba-checkbox-wrapper {
  padding-left: 40px !important;
}

.ba-form-acceptance-field .ba-form-acceptance-html p a:hover {
  opacity: 70%;
}

.it .ba-form-acceptance-field .ba-form-acceptance-html p a {
  color: #222ac5;
}

.it .ba-form-submit-btn {
  font-weight: 500;
  line-height: 47px;
  letter-spacing: 0px;
  background-image: linear-gradient(90deg, #2241bc 0, #418cd2 100%);
}

.it .ba-form-submit-btn:hover {
  background-image: linear-gradient(270deg, #2241bc 0, #418cd2 100%);
}

@media only screen and (max-width: 768px) {
  .it .ba-form-page {
    padding: 0px !important;
  }
}

.it
  .ba-form-acceptance-field
  label.ba-form-checkbox
  input[type="checkbox"]:checked
  + span {
  border: 2px solid #222ac5;
  background: #222ac5;
}

.it .ba-form-acceptance-field label.ba-form-checkbox > span:hover {
  border: 2px solid #222ac5 !important;
}

/* sitemap */

/* --------Site Map-------- */

#jmap_sitemap h1 {
  font-size: 36px;
  text-transform: capitalize;
}

.treeview span {
  color: #2d2e33 !important;
  text-decoration: none;
}

a.hover {
  text-decoration: none !important;
}

.treeview a {
  color: #2d2e33 !important;
  text-transform: capitalize !important;
  text-decoration: none;
}

.treeview .hover {
  color: #2d2e33 !important;
  text-decoration: none !important;
  opacity: 60%;
}

.treeview a.selected {
  background-color: transparent !important;
  text-decoration: none !important;
}

.treeview a.selected {
  font-size: 18px !important;
}

.tertiary-pages h1 {
  color: #000313 !important;
}

.tertiary-pages footer .uk-padding-remove-vertical {
  padding-top: 130px !important;
}

.tertiary-pages .uk-navbar-container {
  background-color: #05081f !important;
}

/* Responsive */

@media all and (min-width: 1400px) and (max-width: 1599px) {
  .uk-logo {
    width: 205px;
  }

  .uk-navbar-nav {
    gap: 35px;
  }

  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    font-size: 16px;
  }

  .double-blob-bg {
    background-position:
      -750px center,
      748px -634px;
  }

  .about-double-blob-bg {
    background-position:
      -700px center,
      857px -451px;
  }

  .blue-blob-2 {
    background-position: 1% 493px;
  }

  .footer-col-1 {
    width: 30%;
  }
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
  .uk-logo {
    width: 170px;
  }

  .footer {
    font-size: 16px;
  }

  .uk-navbar-nav {
    gap: 30px;
  }

  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    font-size: 16px;
  }

  .nav-btns .uk-button-text {
    width: 184px;
    font-size: 16px;
  }

  .uk-navbar-nav {
    position: relative;
    right: 90px;
  }

  /* .uk-navbar-left {
    position: relative;
    padding-right: 39px;
  }

  .uk-navbar-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #fff;
  } */

  .hero .uk-position-cover {
    background-color: rgba(12, 30, 72, 0.72) !important;
  }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
  .hero .uk-position-cover {
    background-color: rgba(12, 30, 72, 0.72) !important;
  }

  .footer {
    font-size: 16px;
  }

  .footer-col-1 {
    width: 50%;
  }

  .voip .uk-position-cover {
    background-color: rgba(12, 30, 72, 0.72) !important;
  }

  .about-double-blob-bg {
    background-position:
      -826px center,
      1019px -451px;
  }

  .cta-column {
    padding-right: 70px;
  }

  .cta {
    top: 0px;
    bottom: 0px;
    height: auto;
  }

  .last-section {
    padding-bottom: 130px;
  }
  .med-no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-bottom {
    padding-top: 130px;
  }

  .cta {
    margin-bottom: 0px !important;
  }

  .no-cta .footer .uk-margin-remove-vertical {
    padding-top: 0px !important;
  }

  .footer-background {
    background-image: none;
    background: linear-gradient(135deg, #000313, #041036);
  }
}

@media all and (min-width: 640px) and (max-width: 959px) {
  .hero .uk-position-cover {
    background-color: rgba(9, 24, 58, 0.72) !important;
  }

  .voip .uk-position-cover {
    background-color: rgba(9, 24, 58, 0.72) !important;
  }

  .about-double-blob-bg {
    background-position:
      -826px center,
      1019px -451px;
  }

  .bg-image .uk-background-norepeat {
    height: 400px;
  }

  .uk-h2 {
    font-size: 40px;
  }

  .uk-h1 {
    font-size: 59px;
    font-weight: 600;
  }

  .title {
    max-width: 350px;
  }

  .description {
    max-width: 425px;
  }

  .blue-blob-2 {
    background-position: 300px 500px;
    background-size: 144% auto;
  }

  .vertical-section-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cta-hide {
    display: none;
  }

  .double-blob-bg {
    padding-bottom: 90px;
  }
  .cta {
    top: 0px;
    bottom: 0px;
    height: auto;
  }

  .last-section {
    padding-bottom: 90px;
  }

  .footer-bottom {
    padding-top: 130px;
  }

  .cta {
    margin-bottom: 0px !important;
  }

  .last-section {
    padding-bottom: 90px;
  }

  .card-inner {
    height: 250px;
  }

  .footer-background {
    background-image: none;
    background: linear-gradient(135deg, #000313, #041036);
  }

  .no-cta .footer .uk-margin-remove-vertical {
    padding-top: 0px !important;
  }
}

@media (max-width: 639px) {
  .cta-hide {
    display: none;
  }
  .last-section {
    padding-bottom: 90px;
  }

  .title {
    max-width: 70%;
  }

  .cta {
    top: 0px;
    bottom: 0px;
    height: auto;
  }
  .double-blob-bg {
    padding-bottom: 90px;
  }
  .hero .uk-text-lead {
    font-size: 18px;
  }

  .uk-text-meta {
    line-height: 1.2;
  }

  .uk-logo {
    width: 180px;
  }

  .uk-h1 {
    font-size: 42px;
  }

  .bg-image .uk-background-norepeat {
    height: 250px;
  }

  .uk-h2 {
    font-size: 33px;
  }

  .vertical-section-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .uk-h3 {
    font-size: 24px;
  }

  .hero .uk-position-cover {
    background-color: rgba(9, 24, 58, 0.72) !important;
  }

  .voip .uk-position-cover {
    background-color: rgba(9, 24, 58, 0.72) !important;
  }

  .telecoms {
    overflow-wrap: break-word;
  }

  .card-inner {
    height: 290px;
  }

  /* .h1-mobile-small {
    font-size: 29px;
  } */
  .mobile-word-break {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .footer-bottom {
    padding-top: 130px;
  }

  .cta {
    margin-bottom: 0px !important;
  }

  .footer-background {
    background-image: none;
    background: linear-gradient(135deg, #000313, #041036);
  }
  .no-cta .footer .uk-margin-remove-vertical {
    padding-top: 0px !important;
  }
}
