/* @import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&family=Barlow:wght@300;400;500;600;700&display=swap");

:root{
  --font-style-primary:'Barlow', sans-serif;
  --font-style-secondary:'Rubik', sans-serif;
}

html {
  scroll-behavior: smooth;
}

h1, .h1, h2, .h2, .h3, h3, h4, .h4, h5, .h5{
  font-family: var(--font-style-primary);
}
body {
  font-family: var(--font-style-secondary);
  background: #fff;
  color: #111;
  font-weight: 400;
}

.img-fluid,
img {
  width: 100%;
}

a {
  text-decoration: none;
}

.custom-navbar {
  transition: all 0.4s ease;
  padding: 15px 0;
  background: #ffffff;
  border-bottom: 2px solid #f5f8ff;
}

.navbar-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 500;
  position: relative;
}

.custom-navbar.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.navbar-nav .nav-link {
  color: #444;
  font-weight: 500;
  margin: 0 12px;
  transition: color 0.3s;
  font-size: 15px;
}

.navbar-brand-logo .brand-tagline {
  display: block;
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

.navbar-brand-logo {
  margin-right: 15px;
}

.navbar-brand img {
  height: 40px;
  width: auto;
}

.navbar-brand-logo .navbar-brand {
  margin-right: 0;
  display: block;
  padding: 0;
}

.navbar-nav .nav-link:hover {
  color: #0d6efd;
}

.btn-login {
  border: 2px solid #0d6efd;
  background: #fff;
  color: #0d6efd;
  font-weight: 600;
  border-radius: 25px;
  padding: 6px 22px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.btn-login:hover {
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
  transform: translateY(-2px);
}

.btn-download {
  background: #0d6efd;
  border: 2px solid #0d6efd;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  padding: 6px 22px;
  transition: all 0.3s ease-in-out;
}

.btn-download:hover {
  background: #0056d2;
  border-color: #0056d2;
  color: #fff;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
}

.pd-common {
  padding: 4rem 0;
  position: relative;
  z-index: 1020;
}

.heading-title {
  font-size: 3.75rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  line-height: 1.167;
}

.sub-header-title {
  font-size: 2.1875rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  line-height: 1.314;
}

.sub-header-title>span {
  color: #0d6efd;
}

p { 
  margin-bottom: 0;
}

.hero-buttons .btn {
  margin-right: 10px;
  border-radius: 25px;
  padding: 10px 25px;
}

.meeting-preview {
  position: relative;
  overflow: hidden;
}

.meeting-preview img {
  width: 100%;
  display: block;
}

.navbar-toggler {
  border: none;
  background: none;
  outline: none;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #333;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.navbar-toggler.active .navbar-toggler-icon {
  background-color: transparent;
  height: 0;
}

.navbar-toggler.active .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler.active .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.mobile-app-section,
.video-call-section {
  background-color: #f0f2f3;
}

.mobile-app-section .heading-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.mobile-app-section .heading-title .text-primary {
  color: #0066ff;
}

.mobile-app-section .app-preview img {
  max-width: 100%;
  border-radius: 1.5rem;
  transition: transform 0.4s ease-in-out;
}

.mobile-app-section .app-preview img:hover {
  transform: scale(1.05);
}

.connections-section,
.business-section {
  background: #fff;
}

.connections-title {
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 870px;
  margin: 0 auto;
}

.gallery-content-area .h2,
.reflections-content-area h2,
.business-section h2,
.confidence-section h2 {
  font-size: 2.5rem;
}

.gallery-content-area {
  max-width: 600px;
  margin-left: auto;
}

.confidence-section {
  background: #fff;
}

.confidence-content-area {
  max-width: 450px;
  margin-right: auto;
}

.business-content-area h2 {
  font-size: 3.75rem;
}

.app-store-button {
  display: flex;
  gap: 10px;
}

.app-store-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  /* same width for both buttons */
  height: 50px;
  margin-right: 12px;
}

.app-store-button a img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.business-content-area {
  max-width: 500px;
}

.rating-icon {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/* Rating Icons */
.cta-section {
  background-color: #0066ff;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}

.cta-section h2 {
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 35px;
}

/* Buttons */
.cta-btn {
  font-size: 0.95rem;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.cta-btn.btn-download {
  background-color: #00d2ff;
  color: #000;
  border: none;
}

.cta-btn.btn-download:hover {
  background-color: #00a6cc;
  color: #fff;
}

.cta-btn.btn-login {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.cta-btn.btn-login:hover {
  background: #fff;
  color: #0066ff;
}

.btn-toolbar .btn {
  min-width: 150px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
}

.btn-toolbar .btn:not(:last-child) {
  margin-right: 15px;
}

.footer {
  background-color: #0a1a3a;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1020;
}

.footer h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li:not(:last-child) {
  margin-bottom: 6px;
}

.footer ul li a {
  color: #dcdcdc;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 0.95rem;
}

.footer ul li a:hover {
  color: #fff;
}

.footer .social-icons a {
  color: #dcdcdc;
  font-size: 1.2rem;
  margin-right: 12px;
  transition: color 0.3s;
}

.footer .social-icons a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #2a3a5a;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
}

.footer-bottom p {
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: #b5b5b5;
}

.bootom-footer-links a:not(:last-child) {
  border-right: 1px solid #3d3d3d;
}

.bootom-footer-links a {
  color: #b5b5b5;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.85rem;
}

.bootom-footer-links a:hover {
  color: #fff;
}

.footer-language .dropdown-menu .dropdown-item {
  color: #000;
}

.footer .dropdown-toggle {
  background: #fff;
  color: #000;
  border: none;
  font-size: 0.9rem;
  padding: 5px 12px;
  border-radius: 5px;
}

/* Terms of Use Page Css */
.page-header-sec {
  padding: 40px 0;
  background-color: #dee2e6;
}

.page__header__title {
  font-weight: 800;
  font-size: 38px;
  text-align: center;
  margin: 0;
}

.text__link {
  color: #1f64ff;
  display: inline-block;
}

.content-policy-sec .title-policy,
.title-policy {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.title-poolicy-sub {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.terms-of-use h4 {
  font-size: 16px;
  font-weight: 600;
}

.terms-of-use p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.btn-scrolltop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #0066ff;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 16px;
  cursor: pointer;
  display: none;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1040;
  transition: all 0.3s ease-in-out;
}

.btn-scrolltop:hover {
  transform: translateY(-2px) scale(1.05) !important;
}

.btn-scrolltop.show {
  display: inline-flex;
  transform: scale(1);
  opacity: 1;
}

.btn-scrolltop.hide {
  transform: scale(0);
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.hero-sec-guruchat {
  position: relative;
  overflow: hidden;
}

.hero-sec-guruchat .container {
  position: relative;
  z-index: 1010;
}

.particals-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

/* Blog Section */
.header-sec {
  margin-bottom: 45px;
  position: relative;
}

.header-sec .heading-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.heading-desc {
  color: #212529bf;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.industry-card {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease;
}

/* Dark gradient overlay like reference */
.industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(12, 16, 36, 0.85) 0%,
      rgba(12, 16, 36, 0.45) 40%,
      rgba(12, 16, 36, 0.1) 70%,
      rgba(12, 16, 36, 0.0) 100%);
  transition: backdrop-filter 0.4s ease, background 0.4s ease;
  z-index: 1;
}

.industry-card:hover {
  transform: translateY(-8px);
}

/* Hover blur + stronger overlay */
.industry-card:hover::before {
  backdrop-filter: blur(6px);
  background: linear-gradient(to top,
      rgba(12, 16, 36, 0.95) 0%,
      rgba(12, 16, 36, 0.6) 45%,
      rgba(12, 16, 36, 0.2) 75%,
      rgba(12, 16, 36, 0.05) 100%);
}

/* Content bottom-left */
.industry-card .overlay {
  position: absolute;
  bottom: 32px;
  left: 28px;
  right: 28px;
  color: #fff;
  z-index: 2;
  transform: translateY(16px);
  transition: transform 0.4s ease;
  padding-top: 42px;
}

.industry-card:hover .overlay {
  transform: translateY(0);
}

.industry-card .accent.press-tag.primary {
  background-color: #0020d1;
  color: #fff;
}

.industry-card:hover .accent.press-tag.primary {
  background-color: #FF5722;
}

.industry-card .accent {
  background-color: #0020d1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #0d6efd;
  background: rgba(13, 110, 253, 0.1);
  padding: 6px 10px;
  border-radius: 999px;
  width: fit-content;
}

.industry-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.industry-card p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.industry-card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  position: relative;
  z-index: 4;
  transition: color 0.3s ease, transform 0.3s ease;
}

.industry-card .read-more .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.industry-card:hover .read-more {
  color: #ffffff;
  /* turns white on hover */
  transform: translateX(2px);
}

.industry-card:hover .read-more .arrow {
  transform: translateX(6px);
}

/* Press Release */
.press-section {
  background: #F2FAFF;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.press-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #d7edf7;
  position: relative;
}

.press-card:hover {
  transform: translateY(-6px);
}

/* Top image */
.press-thumb {
  height: 180px;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.press-card:hover .press-card-body h3 {
  color: #1159a0;
}

.press-card:hover .press-thumb {
  transform: scale(1.05);
}

/* Inner content spacing */
.press-card .press-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.press-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #0d6efd;
  background: rgba(13, 110, 253, 0.1);
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
  width: fit-content;
}

.press-tag.primary {
  color: #185FA5;
  background: #d9ecff;
}

.press-tag.info {
  color: #378ADD;
  background: #e4f1ff;
}

.press-tag.dark-green {
  color: #0F6E56;
  background: #e0fff7;
}

.press-tag.primary-info {
  color: #534AB7;
  background: #efeeff;
}

.press-tag.green-light {
  color: #639922;
  background: #f0ffde;
}

.press-tag.warning {
  color: #BA7517;
  background: #fff3e3;
}

.press-tag.danger {
  color: #B22234;
  background: #fff1f3;
}

.press-tag.orange {
  color: #D85A30;
  background: #fff0eb;
}

.press-tag.success-light {
  color: #1D9E75;
  background: #d6fff2;
}

.press-card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.press-card h3 .text-tagline {
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
  color: #6B7280;
}

.press-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 20px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.guruchat__press_release__list .press-card p {
  -webkit-line-clamp: 5;
}

.press-meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #9ca3af;
}

.press-meta .read-more {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: none;
}

.press-meta .read-more span {
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.press-meta .read-more:hover span {
  transform: translateX(4px);
}

.press-card-body {
  padding: 15px;
}

.press-card .press-meta .read-more:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* Details Page  */
.press-detail-hero img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 0 0 24px 24px;
}

.press-breadcrumb {
  font-size: 13px;
  color: #9ca3af;
}

.press-breadcrumb a {
  color: #0d6efd;
  text-decoration: none;
}

.press-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin: 16px 0 10px;
}

.press-meta-info {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 20px;
}

.press-lead {
  font-size: 18px;
  color: #374151;
  margin-bottom: 28px;
  font-weight: 500;
}

.press-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 18px;
}

.press-body h3 {
  margin: 28px 0 12px;
  font-weight: 700;
}

.press-body ul {
  padding-left: 18px;
  margin-bottom: 18px;
}

.press-body li {
  margin-bottom: 8px;
}

.press-body blockquote {
  border-left: 4px solid #0d6efd;
  padding-left: 16px;
  color: #1f2937;
  font-style: italic;
  margin: 28px 0;
}

.press-detail-cta {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Button container */
.press-detail-hero .hero-cta {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
}

/* Default state: solid primary */
.press-detail-hero .hero-link {
  background: #0d6efd;
  backdrop-filter: blur(0);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #0d6efd;
  box-shadow: 0 16px 32px rgba(13, 110, 253, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.press-detail-hero .hero-link .ext-icon {
  margin-left: 6px;
  transition: transform 0.25s ease;
}

/* Hover state: glass/outline */
.press-detail-hero .hero-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.9);
  color: #0d6efd;
  border-color: rgba(13, 110, 253, 0.6);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

/* Icon animation */
.press-detail-hero .hero-link:hover .ext-icon {
  transform: translateX(4px);
}


.press-detail-hero .hero-link:hover .ext-icon {
  transform: translateX(4px);
}

.contact-section {
  background: #f9fafb;
}

.contact-form .form-control {
  padding: 8px 14px;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #0d6efd;
}

.contact-form .btn {
  margin-top: 10px;
}

.blog-detail-hero {
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}

.blog-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 16, 36, .9), rgba(12, 16, 36, .2));
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.blog-detail-hero .tag {
  background: #0d6efd;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 8px;
}

.blog-meta {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-body p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #374151;
}

.blog-body h3 {
  margin: 28px 0 12px;
  font-weight: 700;
}

.blog-body blockquote {
  border-left: 4px solid #0d6efd;
  padding-left: 16px;
  color: #1f2937;
  margin: 28px 0;
  font-style: italic;
}

.blog-detail-cta {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.breadcrumb-sec {
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.breadcrumb-sec:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(10 96 187), rgb(255 255 255 / 0%));
}

.breadcrumb-sec .container {
  position: relative;
  z-index: 2;
}

.page-wrapper-header .page-heading {
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
}

.breadcrumb-wrapper .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.breadcrumb-wrapper .breadcrumb a,
.breadcrumb-wrapper .breadcrumb span {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.breadcrumb-wrapper .breadcrumb a::before,
.breadcrumb-wrapper .breadcrumb span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
  opacity: 0.7;
}

.breadcrumb-wrapper .breadcrumb a:not(:last-child)::after {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 10px;
}

.breadcrumb-wrapper .breadcrumb .active {
  color: #CDDC39;
  font-weight: 500;
}

.breadcrumb-wrapper .breadcrumb .active::before {
  background: #CDDC39;
  transform: scale(1.2);
  opacity: 1;
}

.breadcrumb-wrapper .breadcrumb a:hover {
  opacity: 0.7;
}

.icon-btn-toolbar .btn-text {
  display: inline-flex;
  margin-left: 6px;
}

.icon-btn-toolbar .btn {
  font-size: 16px;
  min-width: inherit;
  padding-left: 15px;
  padding-right: 15px;
}

.slider-btn-toolbar .cst-slide-btn {
  width: 40px;
  height: 40px;
  background-color: #dceeff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #0d6efd;
  border: none;
}

.slider-btn-toolbar .cst-slide-btn.active {
  background-color: #0d6efd !important;
  color: #fff !important;
}

.header-sec .slider-btn-toolbar {
  position: absolute;
  bottom: 0;
  right: 0;
}

.header-sec .slider-btn-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.press-release .slide-item {
  overflow: hidden;
  border-radius: 10px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.press-release-bg {
  background-image: url('../images/pree-release-bg.jpeg');
  background-position: right;
}

.guruchat-blog-card .press-thumb {
  max-height: 160px;
  overflow: hidden;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.guruchat-blog-card .press-tag {
  background-color: #0020d1;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
}

.guruchat-blog-card:hover .press-tag {
  background-color: #FF5722;
}

.guruchat-blog-container .slick-list {
  padding-top: 15px;
}

/* Faq Css Start Here */
.bg-skylight {
  background: #F2FAFF;
}

.guruchat-faq-category-title {
    font-size: 16px;
    font-weight: 700;
    color: #14529d;
    margin-bottom: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
}
 
.guruchat-faq-category-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 16px;
  width: 3px;
  background: linear-gradient(180deg, #14529d, #4f8cff);
  border-radius: 2px;
}

.guruchat-faq-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.5px;
}

.guruchat-faq-subtitle {
  text-align: center;
  color: #6b7280;
  margin-bottom: 40px;
  font-size: 15px;
}

.guruchat-faq-item {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 0;
  transition: 0.3s ease;
  box-shadow: 0 8px 32px color-mix(in srgb, #333333, transparent 92%);
}

.guruchat-faq-header {
  display: flex;
  align-items: center;
  background: #c8eaff;
  border-radius: 6px;
  padding: 12px 15px;
  /* padding: 8px 15px; */
  cursor: pointer;
  transition: 0.3s ease;
}

.guruchat-faq-item.active .guruchat-faq-header {
  background: #14529d;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.guruchat-faq-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  font-size: 28px;
  color: #14529d;
  transition: 0.3s ease;
  display: none;
}

.guruchat-faq-item:hover .guruchat-faq-icon {
  transform: scale(1.1);
}

.guruchat-faq-item.active .guruchat-faq-icon {
  color: #fff;
}

.guruchat-faq-header h3 {
  flex: 1;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  transition: 0.3s;
}

.guruchat-faq-item.active h3 {
  color: #fff;
}

.guruchat-faq-toggle {
  font-size: 16px;
  color: #9ca3af;
  transition: 0.3s;
}

.guruchat-faq-item.active .guruchat-faq-toggle {
  transform: rotate(180deg);
  color: #c5d6ff;
}

.guruchat-faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0px 15px;
  opacity: 0;
  transition: all 0.35s ease;
}

.guruchat-faq-content p {
  margin-bottom: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}
.faq-list-view {
  margin-top: 10px;
}
.faq-list-view li{
  font-size: 14px;
}
.faq-list-view>li:not(:last-child){
  margin-bottom: 6px;
}
.guruchat-faq-item.active .guruchat-faq-content {
  max-height: max-content;
  opacity: 1;
  padding: 8px 15px;
}
.guruchat-faq-category:not(:last-child){
  margin-bottom: 25px;
}
    .guruchat-faq-item {
  counter-increment: faq-counter;
}

.guruchat-faq-header {
  position: relative;
  padding-left: 45px;
}

.guruchat-faq-header::before {
  content: counter(faq-counter);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  
  width: 28px;
  height: 28px;
  border-radius: 50%;
  
  background: #007bff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-category-sub-title {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-style: italic;
    color: #3050ff;
    letter-spacing: initial;
}
 .alert.alert-success {
    border: none;
    border-radius: 0;
    border-left: 4px solid #8BC34A;
    background-color: #e5ffc7;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.alert.alert-success.note-msg strong {
    text-transform: uppercase;
    color: #8BC34A;
    padding-right: 5px;
}
.steps-list {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
}

.steps-list li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 20px;
}

.steps-list li::before {
  content: counter(step-counter)".";
  /* content: "Step " counter(step-counter); */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
    color: #007bff;
    font-size: 17px;
}
.steps-list>li>span{
  display: block;
}
.step-heading {
    font-weight: 500;
    font-size: 15px; 
    color: #444;
}
.step-value{
  font-size: 13px;
}
.alert p {
    font-size: 14px;
}
.warning-border strong{
  color: #b5a306  !important;
}
.warning-border {
    border-left-color: #ebd514 !important;
    background-color: #ffffd2 !important;
}
.table-container table thead tr th {
    font-weight: 500;
    font-size: 15px;
    background-color: #036099;
    color: #fff;
}
.table-container table tbody tr td{
font-size: 14px;
}
.problem-data {
    font-weight: 500;
    color: #191999 !important;
}
.cause-data {
    color: #444 !important;
    font-weight: 400;
}
.solution-data {
    color: #66be00 !important;
}
.terms-of-use .title-policy {
    font-family: var(--font-style-secondary) !important;
    color: #444;
}
.pointer-no {
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    margin-right: 5px;
}
 
.description-sec .title-policy {
    counter-increment: main-section;
    border-bottom: 1px solid #e4e7eb;
    padding: 6px;
    color: #1c3354;
    background: #e6f0f9;
    font-size: 16px;
}
 
.description-sec .title-policy .pointer-no::before {
  content: counter(main-section) ". ";
  font-weight: bold;
}
 
.description-sec .privacy-policy-list {
  counter-reset: subpoint;
  list-style: none;
  padding-left: 0;
} 
.description-sec .privacy-policy-list li {
    counter-increment: subpoint;
    position: relative;
    padding-left: 55px;
    margin-bottom: 15px;
    font-size: 14px;
}
.description-sec .privacy-policy-list li::before {
  content: counter(main-section) "." counter(subpoint);
  position: absolute;
    left: 10px;
    font-weight: 600;
    color: #3687ff;
    border-right: 1px solid #f0e4e4;
    width: 35px;
}
.company-address {
  font-style: normal;
  color: #333;
    font-size: 14px; 
}

.company-address a {
  color: #007bff;
  text-decoration: none;
}

.company-address a:hover {
  text-decoration: underline;
}
.date-infobar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.date-infobar>span{
  font-size: 14px;
  margin-bottom: 5px;
}
.date-infobar>span strong{
  font-size: 15px;
}
/* Responsive */
@media (max-width: 1200px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



@media (max-width: 991px) {
  .navbar-collapse {
    display: none;
    flex-basis: 100%;
  }

  .press-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .navbar-collapse.show {
    display: block;
    background: #fff;
    padding: 10px 20px;
  }

  .gallery-content-area {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  br {
    display: none;
  }

  .heading-title {
    font-size: 2.75rem;
  }

  .mobile-app-section .heading-title br {
    display: none;
  }

  .confidence-content-area {
    max-width: 100%;
  }

  .cta-section h2 {
    font-size: 2.5rem;
  }

  .app-content-area {
    margin-bottom: 25px;
  }

  .connections-title {
    max-width: 100%;
  }

  .gallery-content-area .h2,
  .reflections-content-area h2,
  .business-section h2,
  .confidence-section h2 {
    font-size: 2.25rem;
  }

  .hero {
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }

  .industry-card {
    height: 300px;
  }

  .press-grid {
    grid-template-columns: 1fr;
  }
}