html {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  font-size: 14px;
  color: #262a32;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.btn:focus,
.btn-close:focus {
  box-shadow: none;
}

/*Hero Bg*/
.hero-bg {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    344.97% 183.26% at 101.15% 152.82%,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

/*Header*/
.header {
  background: transparent;
  z-index: 9;
  width: 100%;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #262a32;
}

.navbar {
  padding: 20px 0px;
}
.navbar-nav .nav-link {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0px !important;
  transition: all 0.2s ease-in-out;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #158eff;
}
.navbar-nav .nav-item {
  margin: 0px 16px;
}
.navbar-nav .nav-item:first-child {
  margin-left: 0px;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
.logo {
  width: fit-content;
  margin-bottom: 4px;
}
.logo-text {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.btn-theme {
  padding: 8px 24px;
  border-radius: 8px;
  background-color: #158eff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #158eff;
  transition: all 0.2s ease-in-out;
}
.btn.btn-theme:hover {
  background-color: transparent;
  color: #158eff;
  border-color: #158eff;
}
#navbar-hamburger.show {
  display: block;
}
#navbar-hamburger,
#navbar-close {
  display: none;
}
#navbar-close.show {
  display: block;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}

/* close */
.navbar-toggler {
  padding: 0px;
  border: 0px;
}
.menu_toggle {
  width: 50px !important;
  height: 50px;
  padding: 9px 12px 9px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in;
  text-align: left;
  position: relative;
  right: 0;
  top: 0px;
  z-index: 90;
  border-radius: 3px;
  line-height: 0px;
}
.menu_toggle span {
  height: 4px;
  width: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.62, 0.43, 0.35, 1.47);
  margin: 2px 0px;
}

/* toggle icon animation */
#check1:checked ~ .menu_toggle span:nth-child(1) {
  width: 100%;
  transform: rotate(45deg) translateY(6px) translateX(6px);
}

#check1:checked ~ .menu_toggle span:nth-child(2) {
  width: 0;
}

#check1:checked ~ .menu_toggle span:nth-child(3) {
  width: 100%;
  transform: rotate(-45deg) translateY(-6px) translateX(6px);
}

#check1 {
  display: none;
}

/*Hero Sec*/
.hero-sec {
  display: flex;
  align-items: center;
  height: 105%;
}
.hero-title {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1px;
}

/*We Build*/
.sec-pad {
  padding: 160px 0px;
}
.title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -1px;
}
.sec-inner-pad {
  padding-top: 120px;
}
.box001 {
  padding: 48px;
  border-radius: 24px;
  background-color: #fff0f3;
}
.box002 {
  border-radius: 24px;
  background-color: #dceeff;
  overflow: hidden;
}
.box-data {
  padding: 48px 64px 48px 48px;
}
.box-data p {
  letter-spacing: 0.2px;
}

/*Offering*/
.sub-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -1px;
}
.base-feat {
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.cust-ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.cust-ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
  display: flex;
  align-items: start;
  gap: 12px;
}
.cust-ul li:last-child {
  margin-bottom: 0px;
}
.cust-ul li img {
  margin-top: 1px;
}
.testimonial-box {
  border-radius: 16px;
  background-color: #f4f5f7;
  padding: 24px;
  width: 100%;
  height: 100%;
}
.customer-profile-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cpb-left {
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.cpb-right {
  border-radius: 100px;
  border: 1px solid #dadde3;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.testimonial-box .sub-title {
  letter-spacing: 0px;
}
.testimonial-box .min-height {
  min-height: 510px;
  margin-left: 16px;
}
.customer-name-box {
  padding: 1px 12px;
  border-left: 2px solid #006ed5;
}
.lh-normal {
  line-height: normal;
}

/*Call A Action*/
.bg-black {
  background-color: #262a32 !important;
}
.call-action {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
.bg-black p {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.2px;
}
.image-wrapper {
  margin-right: calc(-50vw + 87.1%);
  margin-top: -110px;
}
.shape04 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.shape05 {
  position: absolute;
  bottom: 202px;
  left: 50%;
  transform: translateX(-50%);
}

/*Footer*/
.footer {
  background-color: #262a32;
  margin-top: -1px;
}
.p-footer {
  padding: 48px 0px;
  border-bottom: 1px solid #ffffff;
}
.p-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 53px;
}
.f-ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.f-ul li {
  margin: 0px 16px;
}
.f-ul li:first-child {
  margin-left: 0px;
}
.f-ul li:last-child {
  margin-right: 0px;
}
.f-ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: all 0.2s ease-in-out;
}
.f-ul li a:hover,
.social-box:hover,
.link:hover,
.social-box:hover svg path {
  color: #158eff;
  fill: #158eff;
}
.social,
.contact-link {
  display: flex;
  align-items: center;
  gap: 32px;
}
.social-box {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.social-box svg path {
  transition: all 0.2s ease-in-out;
}
.link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}
.s-footer {
  padding: 55px 0px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-footer div {
  color: #fff;
  font-size: 16px;
}
.s-footer-left {
  display: flex;
  align-items: center;
}
.dasktop-add {
  display: flex;
}
.mobi-add {
  display: none;
}

/* POEMS */
.triangles-bg {
  position: absolute;
  width: 100%;
  height: 509px;
  background-image: url(/src/assets/img/poems-triangles-bg.png);
  background-size: 441px 509px;
  background-repeat: repeat-x;
  background-position: left top;
}
.poems-features-wrapper {
  position: relative;
}
.poems-shape-1 {
  position: absolute;
  background: url(/src/assets/img/poems-shape-1.svg);
  width: 1225px;
  height: 1203px;
  top: -250px;
  left: -250px;
  z-index: 0;
}
.poems-shape-2 {
  position: absolute;
  background: url(/src/assets/img/poems-shape-2.svg);
  width: 1247px;
  height: 1200px;
  top: 25%;
  right: -200px;
  z-index: 0;
}
.poems-shape-3 {
  position: absolute;
  background: url(/src/assets/img/poems-shape-3.svg);
  width: 1225px;
  height: 1203px;
  top: 50%;
  left: -200px;
  z-index: 0;
}
.poems-shape-4 {
  position: absolute;
  background: url(/src/assets/img/poems-shape-4.svg);
  width: 1247px;
  height: 1200px;
  bottom: -200px;
  right: -200px;
  z-index: 0;
}

/*CRM-VDR Page*/
.header.inner-hero-header {
  position: sticky;
  background: #ffffff;
  box-shadow: 0 0 5px 5px white;
}
.inner-hero-header .logo-text {
  color: #030711db;
}
.inner-hero-header .navbar-nav .nav-link {
  color: #262a32;
}
.inner-hero-header .navbar-nav .nav-link:hover,
.inner-hero-header .navbar-nav .nav-link.active {
  color: #1a73e8;
}
.btn-theme.inner-page {
  background-color: #262a32;
  border-color: #262a32;
  color: white;
}
.btn-theme.inner-page:hover {
  background-color: transparent;
  border-color: #262a32;
  color: #262a32;
}
.inner-hero-header .menu_toggle span {
  background: #262a32;
}
.gray-gradient-card {
  background: rgba(36, 56, 97, 0.05);
}

/*Inner Hero Section*/
.inner-hero {
  padding: 100px 0px 160px;
  position: relative;
  overflow: hidden;
}
.inner-hero .hero-title {
  color: #262a32;
}
.crm-hero-img {
  position: absolute;
  top: -97px;
  right: -16px;
}
.shape06 {
  position: absolute;
  right: -200px;
  bottom: -250px;
}
.shape07 {
  position: absolute;
  left: -300px;
  top: -100px;
}

/*Brand Logo*/
.owl-carousel .owl-item img {
  width: auto;
}

/*A New Vision*/
.new-vision {
  border-radius: 24px;
  border: 1px solid #030711db;
  background: #fff;
  padding: 80px 120px 0px;
  position: relative;
  overflow: hidden;
}
.new-vision::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 59.5%;
  height: 100%;
  background-color: #d7f0fc;
}

/*AI-Powered Analytics That Drive Every Call, Every Meeting*/
.ai-powered-analytics {
  position: absolute;
  position: absolute;
  top: -60px;
  right: -36px;
  width: 950px;
}

/*Modern UX Teams Love*/
.new-vision.bg-green {
  background-color: #247f44;
  border-color: #247f44;
}
.new-vision.bg-green::after {
  display: none;
}

/*Feature List*/
.feature-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.feature-icon-box {
  min-width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(36, 56, 97, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*One Stop Shop*/
.new-vision.bg-green.one-stop-shop {
  background-color: #fef7e0;
  position: relative;
}
.shape08 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/*4 Boxs*/
.box003 {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: #f4f5f7;
}
.box003 .top {
  padding: 64px 64px 48px;
}
.box003 .top h2 {
  text-align: left;
  margin-bottom: 8px;
}
.box003 .top p {
  color: #262a32;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.2px;
}
.box003 .bottom {
  padding: 64px;
}
.box003.bg-green {
  background-color: #247f44;
}
.box003.bg-light-blue {
  background-color: #eef7ff;
}
.box003.bg-blue {
  background-color: #0c2e9e;
}

/*AI & About Page*/
.practical-ai {
  margin-top: -28px;
}

/*Pinnakl’s AI Strategy*/
.br-sec {
  border-radius: 16px;
  border: 1px solid #eaecef;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.br-box {
  border-right: 1px solid #eaecef;
  border-bottom: 1px solid #eaecef;
  padding: 48px;
  width: 100%;
  height: 100%;
}
.br-box-img {
  margin-bottom: 32px;
}
.br-box .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: 8px;
  text-align: left;
}
.br-box p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}
.cust-img {
  width: 100%;
}

/*What Pinnakl is all about*/
.pinnakl-all-about {
  position: relative;
}
.pinnakl-all-about::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 65%;
  background-color: #f9fafb;
}
.box004 {
  border-radius: 16px;
  background: #ffe9d0;
  padding: 24px;
  width: 100%;
  height: 100%;
}
.box004 .icon {
  margin-bottom: 32px;
}
.box004 h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 4px;
}
.box004 p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}
.box004.bg-green {
  background-color: #b1e9c5;
}
.box004.bg-purple {
  background-color: #d2dcfc;
}

/* Contact Us */
.form-control,
.form-select {
  background-color: rgba(36, 56, 97, 0.05);
}
#request-demo-form {
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.16);
}
.form-floating>.form-control.message-height {
  height: 170px;
}
.spinner-overlay {
  position: relative;
}
.spinner-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(/src/assets/img/spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  z-index: 999;
}
.was-validated .form-select {
  --bs-form-select-bg-icon: none !important;
}

.was-validated .form-control:valid {
  background-image: none;
}
.was-validated .form-control:invalid {
  background-image: none;
}

/*Our Value*/
.our-value .br-box {
  border-radius: 16px;
  border: 1px solid #eaecef;
}

.bg-cream {
  background-color: #fbf6ee;
}

.text-grey {
  color: #646f85;
}
.text-theme {
  color: #262a32;
}

.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.ft-22 {
  font-size: 22px;
}
.ft-20 {
  font-size: 20px;
}
.ft-15 {
  font-size: 15px;
}
.ft-16 {
  font-size: 16px;
}
.ft-14 {
  font-size: 14px;
}

.z-1 {
  position: relative;
  z-index: 1;
}

.mb-80 {
  margin-bottom: 80px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}

/* Misc */
.current-route {
  color: #999 !important;
  cursor: default;
}
.checkmark-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
  background: url(/src/assets/img/checkmark-icon.svg);
}
