@charset "UTF-8";
:root, [data-cvent-theme=Cvent] {
  --cvent-darktext: #143355;
  --cvent-darkblue: #053962;
  --cvent-darkpurple: #8158D9;
  --cvent-textcolor: #303030;
  --cvent-lightgray: #777777;
  --cvent-light: #f5f5f5;
  --cvent-white: #FFFFFF;
  --cvent-fontfamily: 'Brandon Text';
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--cvent-fontfamily);
  font-weight: normal;
  font-display: swap;
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

 /* Ensure parent allows positioning */
.nav-link {
  position: relative;
  overflow: visible;
}



hr {
  margin: 1rem 0;
  color: var(--cvent-lightgray);
  border: 0;
  border-top: var(--cvent-lightgray) solid;
  opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--cvent-fontfamily);
  font-weight: 700;
  line-height: 1.25;
  color: var(--cvent-textcolor);
}
h1, .h1 {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.8125rem;
  }
}
h2, .h2 {
  font-size: calc(1.359375rem + 1.3125vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.34375rem;
  }
}
h3, .h3 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.875rem;
  }
}
h4, .h4 {
  font-size: calc(1.2890625rem + 0.46875vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.640625rem;
  }
}
h5, .h5 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.3125rem;
  }
}
h6, .h6 {
  font-size: 0.9375rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  color: var(--cvent-textcolor);
  background-color: var(--cvent-white);
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--cvent-darktext);
  text-decoration: none;
}
a:hover {
  color: var(--cvent-darktext);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--cvent-fontfamily);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--cvent-darkgray);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--cvent-darkgray);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
.container {
  width: 100%;
  max-width: 80%;
}
.textuppercas {
  text-transform: uppercase;
}
.textnormalcase {
  text-transform: none !important;
}
.primaryButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  background-color: var(--cvent-darkblue);
  color: var(--cvent-white);
  font-size: 18px;
  border-radius: 30px;
  font-weight: 600;
  border: 2px solid var(--cvent-darktext);
  padding: 3px 3px 3px 25px;
  transition: all .3s ease;
  overflow: hidden;
}
/* Circular icon container */
.primaryButton i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  width: 38px;
  height: 38px;
  background-color: var(--cvent-white);
  color: var(--cvent-darkblue);
  border-radius: 50%;
  transition: all .35s ease;
}
/* Button Hover */
.primaryButton:hover {
 background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: var(--cvent-white);
  border-image: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 0;
}
/* Icon animation (smooth slide + rotate) */
.primaryButton:hover i {
  background-color: var(--cvent-white);
  transform: translateX(0px) rotate(-45deg);
}
.secondaryButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--cvent-darkblue);
  font-size: 18px;
  border-radius: 30px;
  font-weight: 600;
  border: 2px solid var(--cvent-darkblue);
  padding: 3px 3px 3px 25px;
  transition: all .35s ease;
  overflow: hidden;
}
/* Icon inside circle */
.secondaryButton i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  width: 38px;
  height: 38px;
  background-color: var(--cvent-darkblue);
  color: var(--cvent-white);
  border-radius: 50%;
  transition: all .35s ease;
}
/* Hover Effect */
.secondaryButton:hover {
  background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: var(--cvent-white);
  border-image: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 0;
}
/* Move + rotate icon */
.secondaryButton:hover i {
  background-color: var(--cvent-white);
  color: var(--cvent-darkblue);
  transform: translateX(0px) rotate(-45deg);
}
/* Base Navbar Styles */
.nodropdown {
  margin-top: 5px;
}
.navbar {
  transition: all 0.3s ease;
  min-height: 80px;
  padding: 1rem 1rem;
  font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px;
  color: var(--cvent-textcolor);
  font-size: 18px;
  font-weight: 500;
}
.navbar-expand-lg .navbar-nav .active {
  color: var(--cvent-textcolor) !important;
}
/* Active dropdown item */

.dropdown-menu .dropdown-item.active {
    background-color: #f2eefb;
    color: var(--cvent-textcolor);
    border-radius: 15px;
}

/* Active icon image */

.dropdown-menu .dropdown-item.active img {
    filter: brightness(10);
    transform: translateY(-0.5px);
}

/* Icon background when active */

.dropdown-menu .dropdown-item.active .navIcon {
    background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
    box-shadow: 0 2px 8px rgba(24, 35, 80, 0.12);
    border-radius: 100px;
}
/* Logo animation */
.navbar-brand img {
  width: 100%;
  height: 29px;
  transition: .2s cubic-bezier(.4, .47, .17, .98);
}
/* Scrolled state */
.navbar.scrolled {
  padding: 0.5rem 1rem;
  min-height: 60px;
  box-shadow: 0 0 12px 2px rgba(0, 106, 225, .1019607843);
  background-color: var(--cvent-white);
}
.navbar.scrolled .navbar-brand img {
  height: 20px;
}
/* Hover dropdown on desktop */
.dropdownNav {
  transition: all 0.3s ease;
  width: 375px;
  background-color: var(--cvent-white);
  border-radius: 15px;
  padding: 15px;
  margin: 25px 0 0 0;
  border: none;
  position: relative;
}
/* TRIANGLE ARROW */
/* Triangle Arrow */
.dropdownNav::before {
  content: "";
  position: absolute;
  top: -18px;
  left: var(--arrow-left, 50px);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid var(--cvent-white);
  transition: left 0.2s ease;
}
/* row */
.dropdownNav li a {
  color: var(--cvent-textcolor);
  padding: 8px 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 3px;
}
/* wrapper used to render circular background */
.dropdownNav li a .navIcon {
  width: 70px;
  /* overall circle size */
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* 100% circle */
  background-color: #f2eefb;
  /* default bg */
  transition: background 0.3s ease, box-shadow 0.3s ease;
  flex: 0 0 auto;
  overflow: hidden;
  /* keep img inside circle */
  box-sizing: border-box;
}
/* the SVG image inside the wrapper */
.dropdownNav li a .navIcon img {
  width: 60%;
  /* size of svg inside circle (adjust if needed) */
  height: 60%;
  object-fit: contain;
  display: block;
  filter: invert(30%) sepia(90%) saturate(600%) hue-rotate(230deg);
  transition: filter 0.3s ease;
}
/* hover row (text + row bg) */
.dropdownNav li a:hover {
  background-color: #f2eefb;
  color: var(--cvent-textcolor);
  border-radius: 15px;
}
/* hover icon: gradient background + white icon */
.dropdownNav li a:hover .navIcon {
  background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  box-shadow: 0 2px 8px rgba(24, 35, 80, 0.12);
}
/* make svg white on hover */
.dropdownNav li a:hover .navIcon img {
  filter: brightness(10);
  /* turns icon white */
  transform: translateY(-0.5px);
  /* tiny micro-polish (optional) */
}
.toggler-icon {
  font-size: 28px;
  color: #003A5D;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.toggler-icon {
  font-size: 28px;
  color: #003A5D;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* style of bootstrap arrow */
.nav-link.dropdown-toggle::after {
  border: none;
  font-size: 16px;
  margin-left: 6px;
  content: "\f282";
  /* bootstrap chevron-down icon */
  font-family: "Bootstrap-icons";
  transition: transform .3s ease;
  position: relative;
  top: 7px;
}
/* rotate on desktop hover */
.nav-item.dropdown:hover .nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
}
/* rotate when menu is open (Bootstrap adds .show) */
.nav-item.dropdown.show .nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
}
/* NEW Badge */
.corner-ribbon {
  position: absolute;
  top: -2px;
  right: 30px;
  background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  width: 40px;
  text-align: center;

  /* Single animation (badge + arrow move together) */
  animation: floatAll 1.8s ease-in-out infinite;
}

/* Arrow */
.corner-ribbon::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #8158D9 transparent transparent transparent;
}

/* Animation */
@keyframes floatAll {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
/* nav css :end */
.gradientBP {
  background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: var(--cvent-white);
}
.bannerTitle {
  display: inline-block;
  /* key: shrink background to text */
  /* transform: rotate(-1.5deg); */
  border-radius: 50px;
  padding: 5px 25px;
  /* optional: space around text */
  margin: 0 auto 20px auto;
  /* center block horizontally */
  font-size: 53px;
  position: relative;
  text-transform: titlecase;
}
/* hero banner start */
.herobanner {
  position: relative;
  text-align: center;
}
.herobanner h1 {
  font-family: var(--cvent-fontfamily);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  color: var(--cvent-textcolor);
  font-size: 60px;
}
.herobanner h1 strong {
  font-family: var(--cvent-fontfamily);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: var(--cvent-darktext);
  font-size: 60px;
}
.herobanner h3 {
  font-family: var(--cvent-fontfamily);
  font-weight: 400;
  font-display: swap;
  color: var(--cvent-textcolor);
  font-size: 24px;
  margin-bottom: 25px;
}
.herobanner h4 {
  font-family: var(--cvent-fontfamily);
  font-weight: 400;
  font-display: swap;
  color: var(--cvent-textcolor);
  font-size: 18px;
  margin-bottom: 25px;
}
.herobanner button {
  margin: 15px;
}
.pageBGMiddle {
  padding-bottom: 80px;
  margin: 15px;
}
/* Filter start */
/* Label styling */
.tooltipLabel {
  position: relative;
  display: inline-flex;
  flex-direction: column; /* important for mobile stacking */
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
}

/* Tooltip style */
.tooltipBox {
  position: absolute;
  bottom: 25px;
  left: 60px;
  background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

/* Show on hover (desktop) */
.tooltipLabel:hover .tooltipBox {
  opacity: 1;
  visibility: visible;
}

/* Arrow */
.tooltipBox::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  border-width: 4px;
  border-style: solid;
  border-color: #8158D9 transparent transparent transparent;
}

/* 📱 Mobile view */
@media (max-width: 768px) {
  .tooltipBox {
    position: static;
    margin-top: 4px;
    opacity: 1;
    visibility: visible;
    white-space: normal;
  }

  .tooltipBox::after {
    display: none;
  }
}
.themeFilter {
  /* position: relative; */
  padding: 20px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(20, 51, 85, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  position: sticky;
  top: 90px;
  /* keeps it below the navbar */
  z-index: 10;
}
.filterType {
  margin-bottom: 15px;
}
.themeFilter h2 {
  font-weight: 600;
  color: var(--cvent-textcolor);
  font-size: 20px;
  padding: 0;
  align-items: center;
  display: flex;
  position: relative;
  margin-left: -5px;
}
.themeFilter h2 a {
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  top: 8px;
  right: 0;
  display: none;
}
.themeFilter h2 a:hover {
  color: #8158D9;
}
.themeFilter h3 {
  font-weight: 500;
  color: var(--cvent-textcolor);
  font-size: 18px;
  /* border-bottom: solid 1px #efefef;*/
  padding-bottom: 8px;
}
.tagsName {
  margin-bottom: 25px;
}
.themeFilter .tag {
  background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: var(--cvent-white);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  animation: fadeIn 0.3s ease-in;
  font-weight: 400;
  margin: 0 5px 5px 0;
}
.themeFilter .tag span {
  font-weight: 400;
}
.themeFilter .tag::after {
  content: '×';
  font-weight: 600;
}
.filterType {
  margin-bottom: 30px;
}
/* =========================
   Common Label Style
========================= */

.filterType label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  margin-bottom: 8px;
  user-select: none;
}

/* Hide default input */
.filterType label input {
  position: absolute;
  opacity: 0;
}

/* Text wrapper */
.filterType label span {
  display: flex;
  align-items: center;
  padding: 2px;
  border-radius: 99em;
  transition: 0.25s ease;
  color: var(--cvent-textcolor);
}

/* =========================
   RADIO BUTTON STYLE
========================= */

.filterType input[type="radio"] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-right: 8px;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 3px #fff;
}

/* radio checked */
.filterType input[type="radio"]:checked + span::before {
  background: #053962;
  box-shadow: inset 0 0 0 4px #fff;
}

/* =========================
   CHECKBOX STYLE
========================= */

.filterType input[type="checkbox"] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-right: 8px;
  transition: 0.25s ease;
}

/* checkbox checked */
.filterType input[type="checkbox"]:checked + span::before {
  background: #053962;
  border-color: #053962;
}

/* checkmark */
.filterType input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* =========================
   Hover
========================= */

.filterType label:hover span {
  color: var(--cvent-textcolor);
}

/* =========================
   Titles
========================= */

.filterType h3,
.filterTypeColor h3 {
  font-weight: 500;
  color: var(--cvent-textcolor);
  font-size: 20px;
  padding-bottom: 8px;
}
/* =============================
   COLOR FILTER SECTION
============================= */

.filterTypeColor {
  margin-top: 15px;
}

.filterTypeColor h3 {
  font-weight: 500;
  color: var(--cvent-textcolor);
  font-size: 20px;
  padding-bottom: 8px;
}

/* Pill layout */

.filterTypeColor .color-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  margin: 4px 6px 4px 0;
  user-select: none;
  padding: 6px 12px;
  border-radius: 50px;
  border: 1px solid #E6E6E6;
  background: #ffffff;
  color: var(--cvent-textcolor);
  transition: all 0.25s ease;
  font-size: 14px;
}

/* Hide default checkbox */

.filterTypeColor .color-option input {
  position: absolute;
  opacity: 0;
}

/* Color circle */

.filterTypeColor .color-option .color-box {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  flex-shrink: 0;
}

/* Hover effect */

.filterTypeColor .color-option:hover {
  background: rgba(25, 103, 224, 0.08);
  border-color: #1967E0;
}

/* Selected pill */

.filterTypeColor .color-option:has(input:checked) {
  background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: #ffffff;
  border-color: transparent;
}

/* Highlight color dot */

.filterTypeColor .color-option input:checked ~ .color-box {
  border-color: #ffffff;
  box-shadow: 0 0 5px rgba(255,255,255,0.6);
}

/* Text color when checked */

.filterTypeColor .color-option input:checked ~ * {
  color: #ffffff;
}

/* Filter end */
#noResultsMessage {
  display: none;
  font-size: 20px;
  color: #FF0000;
  text-align: center;
  background-color: var(--cvent-white);
  border-radius: 15px;
  padding: 8px;
}
/* Display Theme Layout */
.displayTheme {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.displayTheme li {
  width: calc(33.333% - 30px);
  margin: 0px 15px 40px 15px;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  border-radius: 15px 0px;
}
.themeImage {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  border: 1px solid #EEE;
  border-radius: 15px;
  box-shadow: 0px 25px 20px -20px rgba(19, 72, 154, 0.3);
}
.themeImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 15px;
}
.themeImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 57, 98, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  border-radius: 15px;
}
.displayTheme li:hover .themeImage::after {
  opacity: 1;
}
/* ✅ Button container */
.viewthemebutton {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* ✅ Centering Trick */
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  width: 92%;
}
.displayTheme li:hover .viewthemebutton {
  opacity: 1;
}
.viewthemebutton a {
  background-color: transparent;
  color: var(--cvent-white);
  font-size: 18px;
  padding: 5px 5px 5px 25px;
  border: 2px solid #FFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  margin: 0 auto;
}
.viewthemebutton a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  width: 38px;
  height: 38px;
  background-color: var(--cvent-white);
  color: var(--cvent-darkpurple);
  border-radius: 50%;
  transition: all .35s ease;
}
.viewthemebutton a:hover {
  background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: var(--cvent-white);
  border-image: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 0;
   border: 2px solid var(--cvent-white);
}
.viewthemebutton a:hover i {
  transform: translateX(0px) rotate(-45deg);
}
.displayTheme li h2 {
  font-weight: 700;
  font-size: 16px;
  color: var(--cvent-textcolor);
  margin: 25px 0 3px 0;
  padding: 0;
}
.displayTheme li h5 {
  font-weight: 400;
  font-size: 16px;
  color: var(--cvent-textcolor);
  margin: 0px 0 0 0;
  padding: 0;
}
/* faq start */
.faqSection {
  position: relative;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}
.faqSection h2 {
  font-family: var(--cvent-fontfamily);
  font-weight: 700;
  color: var(--cvent-textcolor);
  font-size: 48px;
}
.faqSection h3 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.faqSection h4 {
  font-family: var(--cvent-fontfamily);
  font-weight: 400;
  color: var(--cvent-textcolor);
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.faqSection ul {
  margin: 0;
  padding: 0;
}
.faqSection li {
  list-style: none;
  margin-bottom: 12px;
  text-align: left;
}
.faqSection li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  font-family: var(--cvent-fontfamily);
  font-weight: 400;
  color: var(--cvent-darktext);
  font-size: 24px;
  padding: 12px 20px;
  border-radius: 40px;
  transition: background .35s ease, color .35s ease;
  text-decoration: none;
  box-shadow: 0px 65px 65px rgba(25, 103, 224, 0.1);
}
.faqSection li a:hover {
  background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: var(--cvent-white);
}
/* Icon styling */
.faqSection li i {
  font-size: 18px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cvent-textcolor);
  color: #fff;
  border-radius: 100%;
  transition: all .35s ease;
}
/* Icon hover when the entire link is hovered */
.faqSection li a:hover i {
  background: var(--cvent-white);
  color: var(--cvent-darkpurple);
  transform: rotate(-45deg);
}
.checkSpecifications {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: var(--cvent-white);
  font-size: 18px;
  border-radius: 30px;
  font-weight: 600;
  padding: 8px 25px;
  transition: all .3s ease;
  overflow: hidden;
}
/* Button Hover */
.checkSpecifications:hover {
  background: var(--cvent-darkblue);
  color: var(--cvent-white);
  /* Lift animation */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* footer css :start */
.cvent-footer {
  background-color: var(--cvent-darkblue);
  padding: 15px 0;
  color: var(--cvent-white);
}
.cvent-footer .footer-logo {
  max-width: 80px;
  height: auto;
}
.cvent-footer p {
  margin: 0;
  font-size: 16px;
  color: var(--cvent-white);
}
/* footer css :end */
/* go to top :start */
#btn-back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  z-index: 99;
  width: 60px;
  height: 60px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: #fff;
  border-radius: 50%;
  border: 15px solid #fff;
}
.pulse-base:before {
  content: "";
  border: 1px solid #053a62aa;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  position: absolute;
  left: -30px;
  bottom: -30px;
  animation: pulsate 1.6s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  z-index: 99;
}
.pulse-base::after {
  content: "";
  border: 1px solid #8158D9;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  position: absolute;
  left: -30px;
  bottom: -30px;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  z-index: 99;
}
.pulse-circle {
  background: #86cfda;
}
@keyframes pulsate {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0.0;
  }
}
@keyframes heart-pulse {
  0% {
    transform: scale(0.75, 0.75);
  }
  30% {
    transform: scale(1, 1);
  }
}
.faqIcon {
  position: fixed;
  top: 195px;
  /* Moves it above Back-to-Top button */
  right: 15px;
  z-index: 999;
}
.faqIcon a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--cvent-darkblue);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.faqIcon img {
  width: 89px;
  height: 81px;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}
/* Hover Effect */
.faqIcon a:hover img {
  filter: drop-shadow(0px 3px 5px #053a627c);
}
/* go to top :end */
/* onSiteSolution :start */
.customTabs .nav-link {
  background-color: transparent;
  border: solid 2px var(--cvent-darktext);
  font-weight: 500;
  padding: 10px 20px;
  font-size: 18px;
  color: var(--cvent-textcolor);
  border-radius: 50px;
  margin: 0 8px 0 8px;
}
.customTabs .nav-link.active {
background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: var(--cvent-white);
  border-image: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 0;
}
.customTabs .nav-link:hover {
background: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  color: var(--cvent-white);
  border-image: linear-gradient(154.46deg, #1967E0 -27.76%, #8158D9 73.34%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 0;
}
.customTabs h3 {
  text-align: center;
  color: var(--cvent-darktext);
  font-size: 32px;
}
.onSiteSolution img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 30px;
}
.onSiteSolution h4 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.nav-tabs .nav-link span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.nav-tabs {
  border: none;
  justify-content: center;
  margin: 0 auto 30px auto;
  width: auto;
  padding: 20px 20px 5px 20px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(20, 51, 85, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  z-index: 10;
}
 .nav-tabs li {
    margin-bottom: 15px;
}
.d-flex {
  padding-bottom: 15px;
}
.backbtn {
  display: flex;
  align-items: center;
  /* vertically center the whole block */
}
.backbtn a {
  display: flex;
  align-items: center;
  /* vertically center img + text */
  gap: 10px;
  /* space between image & text */
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: var(--cvent-textcolor);
}
.backbtn a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  width: 38px;
  height: 38px;
  background-color: var(--cvent-darkblue);
  color: var(--cvent-white);
  border-radius: 50%;
  transition: all .35s ease;
}
.backbtn a:hover i {
  background-color: var(--cvent-white);
  color: var(--cvent-darkblue);
  transform: translateX(0px) rotate(45deg);
}
/* onSiteSolution :end */
.scroll-wrapper {
  position: relative;
  /* width: 300px;
  height: 200px; */
}
/* SCROLLBAR CONTENT */
.scroll-content {
  height: 100%;
  overflow-y: scroll;
  padding-right: 10px;
  /* Hide native scrollbar */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}
.scroll-content::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}
/* FAKE SCROLLBAR */
.fake-scrollbar {
  position: absolute;
  top: 0;
  right: 2px;
  width: 3px;
  height: 100%;
  background: #FFF;
  border-radius: 10px;
}
.fake-thumb {
  width: 100%;
  background: #e5e5e5;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
.fake-scrollbar {
  display: none;
}