@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
  font-family: "Asgard";
  src: url("../fonts/asgard-2/AsgardTrial-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body{
  overflow-x: hidden;
}
.custom-header {
    padding: 12px 20px;
    max-width: 1320px;
    margin: 15px auto 0;
    border-radius: 20px;
    border: 1px solid #D4D4D4;
    background: #FFF;
  }

  .custom-header .navbar a {
    color: #455A64;
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    padding: 10px !important;
  }

  /* .custom-header .navbar .active {
    color: #0F4C81;
    border-bottom: 1px solid #0F4C81;

  } */
.custom-navbar a {
    position: relative;
    transition: color 0.25s ease, transform 0.25s ease;
}

.custom-navbar a:hover {
    color: #0F4C81 !important;
    transform: translateY(-1px);
}

/* ADDED: Active underline animation */
.custom-navbar > ul > li > a::after,
.custom-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height:1px;
    background: #0F4C81;
    transition: width 0.25s ease;
}

.custom-navbar > ul > li > a.page-active::after,
.custom-navbar .nav-link.page-active::after,
.custom-navbar > ul > li > a:hover::after,
.custom-navbar .nav-link:hover::after {
    width: 100%;
}
  .custom-header .navbar .nav-cta,
  .custom-header .navbar .nav-cta:focus {
    border-radius: 78px;
    background: #0F4C81;
    margin-left: 18px;
    color: #FFF;
    text-align: right;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    display: inline-flex;
    padding: 14px 30px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .custom-header .navbar .nav-cta:hover,
  .custom-header .navbar .nav-cta:focus:hover {
    color: #fff !important;
    background: radial-gradient(77.36% 77.36% at 50% 50%, #03101b 0%, #0f4c81 100%) !important;
  }
  .custom-header .navbar .megamenu ul {
    width: min(1150px, 92vw);
    /* left: 50%; */
    right: auto;
    transform: translateX(-8%);
    border-radius: 18px;
    border: 1px solid #e8edf5;
    box-shadow: 0 20px 40px rgba(18, 37, 63, 0.12);
    padding: 22px 26px;
    gap: 22px;
    margin-top: 20px;
  }

  .custom-header .navbar .megamenu ul li {
    min-width: 0;
  }

  .menu-column-title {
    color: #1E69A5;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-bottom: 15px;
  }
  .custom-navbar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.custom-header .navbar a {
  color: #455A64;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 25.2px */
}

.custom-header .navbar .active {
  color: #0F4C81;
}

.custom-header .navbar .nav-cta,
.custom-header .navbar .nav-cta:focus {
  border-radius: 78px;
  background: #0F4C81;
  margin-left: 18px;
  color: #FFF;
  text-align: right;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  display: inline-flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.custom-header .navbar .nav-cta:hover,
.custom-header .navbar .nav-cta:focus:hover {
  color: #fff;
  background: #083e82;
}

.custom-header .navbar .megamenu ul {
  width: min(1150px, 92vw);
  /* left: 50%; */
  right: auto;
  transform: translateX(-8%);
  border-radius: 18px;
  border: 1px solid #e8edf5;
  box-shadow: 0 20px 40px rgba(18, 37, 63, 0.12);
  padding: 22px 26px;
  gap: 22px;
  margin-top: 20px;
}

.custom-header .navbar .megamenu ul li {
  min-width: 0;
}

.menu-column-title {
  color: #1E69A5;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  margin-bottom: 15px;
}

.custom-navbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.custom-navbar-ul {
  gap: 20px;
  margin: 0 !important;
}

.custom-header .navbar .megamenu .menu-column a {
  color: #263238;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  padding: 4px 0;
}

.custom-header .navbar .megamenu .menu-column a:hover {
  color: #0d4ea6;
}

.menu-feature-card {
  border: 1px solid #e9eef6;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  height: 100%;
}

.menu-feature-card .tag {
  color: #8d9caf;
  font-size: 12px;
  margin-bottom: 8px;
}

.menu-feature-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.menu-feature-card .meta {
  color: #8d9caf;
  font-size: 12px;
  margin-bottom: 8px;
}

.menu-feature-card .title {
  color: #1f2c3b;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0;
}

/* Home page design  */
section.hero-section {
  padding-top: 150px;
  background-image: url('../img/bellscrm-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
  max-height: 900px;
  overflow: visible;
}

section.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, #0B6AB3 0%, #ffffff29 100%);
}

h1.hero-title-bell {
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}

.sub-description {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.8;
  max-width: 1097px;
  margin: auto;
}
.custom-p-31{
  margin-top: 31px;
}

.primery-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;

  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;

  border-radius: 68px;
  padding: 14px 30px;
  border: 1px solid transparent;
  text-decoration: none;

  z-index: 1;
  transition: color 0.4s ease, border 0.4s ease;
}

.primery-btn::before,
.primery-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  transition: opacity 0.5s ease;
}

.primery-btn::before {
  background: linear-gradient(92deg, #28303f 17.16%, #188ae2 82.64%);
  opacity: 1;
}

.primery-btn::after {
  background: radial-gradient(77.36% 77.36% at 50% 50%,
      #03101b 0%,
      #0f4c81 100%);
  opacity: 0;
}

.primery-btn:hover {
  color: #fff;
  border: 1px solid #afdcff;
}

.primery-btn:hover::before {
  opacity: 0;
}

.primery-btn:hover::after {
  opacity: 1;
}

.button-col {
  margin: 31px 0;
}

.bells-our-solutions {
  margin-top: 438px;
  padding-top: 115px;
}
.bells-image-box {
  height: 777px;
  display: flex;
}

.primary-badge {
  border-radius: 18px;
  background: rgba(134, 196, 251, 0.20);
  box-shadow: 0 1px 8.3px 0 rgba(103, 156, 203, 0.23) inset, 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 11px 30px;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin: auto;
  color: #263238;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 140%; */
}

.bells-sub-title {
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: var(--text, linear-gradient(92deg, #28303F 17.16%, #188AE2 82.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 14px;
  margin-bottom: 14px;
}

.sub-description-bells {
  color: #28303F;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.8;
}

.bells-solutions-card {
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  background: #FAFAFA;
  display: flex;
  padding: 27px 21px 23px 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 35px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bells-solutions-card:hover {
    border: 0.839px solid #1e649e;
    /* background: #0C0C0C; */
    box-shadow: 0 -2px 12px 3px rgb(130 179 224) inset;
}

.card-badges {
  border-radius: 3px 18px 18px 18px;
  border: 1px solid #CECECE;
  background: #FFF;
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #263238;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 24px;
}

.bells-solutions-card h3 {
  color: #333;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 14px;
}

.bells-solutions-card p {
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  opacity: 0.8;
  margin-bottom: 27px;
}

.steps-cards {
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 30px;
}

section.bells-work {
  background: linear-gradient(180deg, #FFF 0%, #ECF5FD 49.77%, #FFF 100%);
}

.steps-content {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  opacity: 0.8;
  padding: 10px 10px 9px 18px;
  border-bottom: 1px solid #DCDCDC;
}

.step-content-info {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.step-content-info h3 {
  color: #004980;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  opacity: 0.8;
  margin: 0;
}

.step-content-info p {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  opacity: 0.7;
  margin: 0;
}

.bells-image-box-work {
  margin: 11px 0px;
}

.bells-blue {
  color: #0F4C81;
}

/* Pricing section */
section.bells-pricing {
  padding: 80px 0 0px;
}

.pricing-billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px auto 48px;
  position: relative;
  width: fit-content;

}

.pricing-billing-label {
  color: var(--Neutral-800, #191D23);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.2s ease;
}

.pricing-billing-label.is-active {
  color: #0F4C81;
  font-weight: 600;
}

.pricing-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  margin: 0;
  flex-shrink: 0;
}

.pricing-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing-switch-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #FFFFFF52;
  border-radius: 999px;
  transition: background 0.25s ease;
}

.pricing-switch-slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.pricing-switch input:checked+.pricing-switch-slider {
  background: #0F4C81;
}

.pricing-switch input:checked+.pricing-switch-slider::before {
  transform: translateX(24px);
}

.pricing-save-badge {
  color: #FFC31E;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 8px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: -87%;
  width: 205px;
}

.pricing-cards-row {
  margin-top: 8px;
}

.pricing-card {
  border-radius: 20px;
  background: #FAFAFA;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.pricing-card--featured {
  border: none;
  border-radius: 20px;
  background: #046BB7;
  box-shadow: 0 10px 25px 0 #CCD9FF;
  /* transform: scale(1.02); */
}
.pricing-card:hover{
  transform: translateY(-5px);
}

.pricing-card-head {
  padding: 40px 24px;
}
.primary-badge.pricing-badge {
    box-shadow: 0.5rem 1rem 1rem rgb(0 0 0 / 9%), -1px -1px 0px rgb(179 179 179), 1px 1px 0px rgb(234 234 234);
    background: rgba(255, 255, 255, 0.20);
    color: #FFF !important; 
    margin-top: 36px; 
}



.pricing-card-head h3 {
  color: #333;
  font-family: "Bricolage Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 11px;
}

.pricing-card--featured .pricing-card-head h3,
.pricing-card--featured .pricing-card-head p,
.pricing-card--featured .pricing-card-price .price-period {
  color: #fff;
}

.pricing-card-head p {
  color: var(--Neutral-500, #64748B);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  min-height: 42px;
}

.pricing-card-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4.4px;
  margin-bottom: 20px;
}

.pricing-card-price .price-amount {
  color: #333;
  font-family: "Bricolage Grotesque 48pt";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pricing-card--featured .pricing-card-price .price-amount {
  color: #fff;
}

.pricing-card-price .price-period {
  color: var(--Neutral-600, #4B5768);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.pricing-card-btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 48px;
  background: #1173BC;
  color: #fff !important;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  padding: 14px 30px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}
label.pricing-switch.home-pricing-one .pricing-switch-slider {
    background: #0409213d;
}
.pricing-billing-label .is-active{
  background: #0F4C81;
}

.pricing-card-btn:hover {
  background: #083e82;
  color: #fff;
  transform: translateY(-1px);
}

.pricing-card-btn--light {
  background: #fff;
  color: #0F4C81 !important;
}

.pricing-card-btn--light:hover {
  background: #f0f7ff;
  color: #0F4C81;
}

.pricing-card-body {
  padding: 24px;
  flex: 1;
}

.pricing-feature-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-direction: column;
  gap: 12px;
  color: #64748B;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pricing-card--featured .pricing-feature-row {
  /* border-bottom-color: rgba(255, 255, 255, 0.2); */
  color: #fff !important;
}

.pricing-card--featured .pricing-feature-row span:last-child {
  color: #fff !important;
}

.pricing-feature-row span:last-child {
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pricing-feature-row .bi-check-circle-fill {
  color: #188AE2;
  font-size: 18px;
}

.pricing-card--featured .pricing-feature-row .bi-check-circle-fill {
  color: #fff;
}

.pricing-feature-group {
  color: #64748B;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.pricing-card--featured .pricing-feature-group {
  color: rgba(255, 255, 255, 0.75);
}

.pricing-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.pricing-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 140%;
  margin-bottom: 12px;
}

.pricing-card--featured .pricing-feature-list li {
  color: #fff;
}

.check-icon {
  border-radius: 100px;
  background: var(--Primary-Blue-50, #E8EDFB);
  padding: 8px;
  font-size: 16px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
}

.pricing-card--featured .pricing-feature-list .bi-check-circle-fill {
  color: #fff;
}

span.arrow-bells {
  width: 91.876px;
  height: 55.33px;
  transform: rotate(5deg);
  display: flex;
  flex-direction: row;
  margin-top: 23px;
}
.solution-hero-sec{
  height: 910px;
  overflow: visible;
}
.success-bells-new {
  margin-top: 19%;
}
/* Testimonials section */
section.bells-testimonial {
  padding: 82px 0 60px;
  position: relative;
  overflow: hidden;
}

section.bells-testimonial::before {
  content: "";
  position: absolute;
  top: 23%;
  right: -120px;
  width: 298px;
  height: 281px;
  border-radius: 298px;
  border: 1px solid #B8E0FF;
  opacity: 0.4;
  background: radial-gradient(52.8% 52.77% at 50% 50%, #188AE2 100%);
  filter: blur(192px);
  pointer-events: none;
}

.testimonial-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 12px;
  background: #0F4C81;
  color: #fff !important;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: background 0.2s ease;
}

.testimonial-cta-btn:hover {
  background: #083e82;
  color: #fff;
}

.testimonials-masonry {
  column-count: 4;
  column-gap: 24px;
  margin-top: 48px;
}

.testimonial-card {
  break-inside: avoid;
  margin-bottom: 24px;
  border-radius: 13px;
  border: 1px solid #E1E1E1;
  background: rgba(247, 247, 247, 0.48);
  box-shadow: 0 8px 24px rgba(15, 76, 129, 0.08);
  padding: 15px 17px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  transition: all 0.3s ease;
}
.testimonial-card:hover{
    box-shadow: 0 -2px 12px 3px rgb(130 179 224) inset;
    transform: translateY(-5px);
}

.testimonial-card-rating {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

.testimonial-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.testimonial-star {
  display: block;
  width: 23px;
  height: 22px;
  flex-shrink: 0;
}

.testimonial-score {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  white-space: nowrap;
}

.testimonial-text {
  color: #263238;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin: 15px 0 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author strong {
  display: block;
  color: #263238;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
  line-height: 140%;
}

.testimonial-author span {
  color: #263238;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
}

.testimonials-footer-text {
  margin: 60px auto 0;
  padding-top: 28px;
  border-top: 1px dashed #0f4c816e;
  color: #64748B;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

/* CTA section */
.bells-cta {
  border-radius: 24px;
  background-image: url('../img/bells-cta.png');
  /* background: linear-gradient(135deg, #03101b 0%, #0f4c81 45%, #188ae2 75%, #4cc9f0 100%); */
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 93px 43px 0px;
  overflow: hidden;
}

.bells-cta-mockups {
  position: absolute;
  bottom: -33%;
}

section.bells-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 40%, rgba(76, 201, 240, 0.45) 0%, transparent 55%);
  pointer-events: none;
}

section.bells-cta .container {
  position: relative;
  z-index: 1;
}

.bells-cta-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 10px 18px;
  border-radius: 16.462px;
  background: rgba(255, 255, 255, 0.10);
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  box-shadow: 0.5rem 1rem 1rem rgb(0 0 0 / 0%), -1px -1px 0px rgb(179 179 179), 1px 1px 0px rgb(234 234 234);
}

.bells-cta-title {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(32px, 4vw, 64px);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 12px;
}

.bells-cta-subtitle {
  color: #FFF;
  font-family: Roboto;
  font-size: 21.95px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 32px;
  opacity: 0.8;
}

.bells-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-bottom: 117px;
}

.bells-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14.633px 27.438px;
  border-radius: 12px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.2s ease;
  border-radius: 7.317px;
}

.bells-cta-btn--primary {
  border-radius: 7.317px;
  background: #FFF;
  box-shadow: 0 3.658px 85.971px 0 rgba(255, 255, 255, 0.32);
  color: #146EB5 !important;
}

.bells-cta-btn--primary:hover {
  background: #f0f7ff;
  color: #0F4C81;
  transform: translateY(-1px);
}

.bells-cta-btn--secondary {
  border-radius: 7.317px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0.5rem 1rem 1rem rgb(0 0 0 / 0%), -1px -1px 0px rgb(179 179 179), 1px 1px 0px rgb(234 234 234);

  color: #fff !important;
}

.bells-cta-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: translateY(-1px);
}




.bells-cta-window-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}

.bells-cta-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.bells-cta-window-bar span:nth-child(1) {
  background: #ff5f57;
}

.bells-cta-window-bar span:nth-child(2) {
  background: #febc2e;
}

.bells-cta-window-bar span:nth-child(3) {
  background: #28c840;
}

.bells-cta-window img {
  width: 100%;
  display: block;
}

.bells-cta-window--back {
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
  transform: rotate(-2deg);
  z-index: 1;
}





/* about page design css  */
.for-color {
  background: var(--text, linear-gradient(92deg, #28303F 17.16%, #188AE2 82.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.description-color {
  color: #263238;
}

.hero-section-bells {
  padding-top: 169px;
  background-image: url(../img/title-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}

/* Blog hero featured card */
section.blog-hero-section {
  padding-bottom: 80px;
}

section.blog-hero-section .hero-title-bell.for-color {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 120%;
  margin-bottom: 16px;
}

.blog-hero-tagline {
  max-width: 900px;
  margin: 0 auto 40px;
  color: #455A64 !important;
  opacity: 1 !important;
  font-size: 18px;
}

.blog-featured-card {
  border-radius: 30px;
  background: #F0F9FF;
  padding: 40px 44px;
  margin-top: 8px;
}

.blog-featured-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}

.blog-featured-date {
  color: #28303F;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  margin-bottom: 13px;
  opacity: 0.8;
}

.blog-featured-title {
  color: #333;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 16px;
}

.blog-featured-excerpt {
  color: #28303F;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 50px;
  /* max-width: 520px; */
  opacity: 0.8;
}

a.blog-featured-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 999px;
  background: #0F4C81;
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  text-decoration: none;
  transition: background 0.2s ease;
}

a.blog-featured-btn:hover {
  background: #083e82;
  color: #fff;
}

.blog-featured-image-wrap {
  border-radius: 20px;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}

.blog-featured-image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}


.row.bells-about-hero img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  height: 400px;
  object-fit: cover;
}

.success-bells-card-col {
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  background: #FAFAFA;
  display: flex;
  padding: 53px 49px 53px 48px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  height: 100% !important;
}

.success-bells-card {
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  display: flex;
  padding: 60px 57px;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  height: 100% !important;
}

.success-bells-card p {
  color: #130A0B;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  opacity: 0.8;
}

.top-heading h2 {
  color: #084E87;
  font-family: "Bricolage Grotesque";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 89.6px */
  margin: 0;
}

.top-heading h5 {
  color: #130A0B;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 30.8px */
}

.software-card {
  border-radius: 20px;
  border: 1px solid #EAEDEF;
  background: #FFF;
  padding: 41px 48px;
  background-image: url('../img/card-bg-img.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-top: 20px; */
  transition: all 0.35s ease;
  position: relative;
  height: 100%;
}

.icon-col {
  border-radius: 20px;
  background: #1E6AA8;
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
    z-index: 2;
    overflow: visible;
    transition: all 0.35s ease;
}

.software-content-info h6 {
  color: #130A0B;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 30px 0px 14px;
}

.software-card p {
  color: #130A0B;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.8;
}

.blog-info img {
  border-radius: 20px;
  border: 1px solid #D8D8D8;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  margin-bottom: 12px;
}

.blog-info span {
  color: #28303F;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.8;
  margin-bottom: 19px;
}

.blog-content-info h6 {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}

.blog-content-info p {
  color: #28303F;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  opacity: 0.8;
  margin: 0;
}

.blog-content-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 19px 0px 30px;
}

a.blog-button {
  border-radius: 68px;
  border: 1px solid #188AE2;
  background: #FFF;
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #188AE2;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.row.blog-top-rw {
  margin-top: 60px;
}
.Software-bells{
  padding-top: 60px;
  padding-bottom: 100px;
}
/* design of solutions page  */
.solution-img {
  margin-top: -140px;
  width: 100%;
}

section.success-bells {
  padding: 36px 0 70px;
}

.success-metrics-wrap {
  margin-top: 73px;
  background: #fff;
  padding: 44px 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.success-metric-item {
  text-align: center;
  /* padding: 6px 24px; */
}

.success-metric-item+.success-metric-item {
  border-left: 1px solid #d7d7d7;
}

.success-metric-item h3 {
  margin: 0;
  color: #333;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 89.6px */
  line-height: 1.15;
}

.success-metric-item p {
  margin: 6px 0 0;
  color: #130A0B;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  opacity: 0.8;
}

.features-badge-left,
.features-title-left,
.features-subtitle-left {
  text-align: left;
  margin-left: 0;
}

.features-filter-col {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

select.filter-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid #EAEDEF;
  background: #F8F8F8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 18px center;
  background-size: 12px 8px;
  box-shadow: 0 4px 9.8px 0 rgba(0, 0, 0, 0.06);
  padding: 12px 44px 12px 24px;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
}

select.filter-dropdown:focus {
  outline: none;
  border-color: #188AE2;
  box-shadow: 0 0 0 3px rgba(24, 138, 226, 0.15);
}

.feature-card-col {
  transition: opacity 0.2s ease;
}

#featuresGrid {
  margin-top: 36px;
}

.blog-card-blog {
  margin-bottom: 30px;
}

/* blog details page design  */
/* Blog Details Section Styling */
.blog-details-section {
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #ffffff;
  font-family: 'Rubik', 'Poppins', 'Nunito', sans-serif;
}

.blog-title {
  color: #333;
  font-family: "Bricolage Grotesque";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 36px;
  letter-spacing: -0.5px;
}

/* Metadata Section */
.blog-meta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 77px;
  color: rgba(26, 26, 26, 0.80);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
}

.blog-meta-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-meta-left span {
  display: flex;
  align-items: center;
}

.blog-meta-divider {
  color: #D0D5DD;
}

.blog-meta-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.blog-meta-action {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: color 0.2s ease;
  color: #475467;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
}

.blog-meta-action:hover {
  color: #101828;
}

.blog-meta-action i {
  font-size: 1.1rem;
}

/* Featured Image */
.blog-featured-img-container {
  margin-bottom: 51px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 12px 24px -4px rgba(16, 24, 40, 0.08);
}

.blog-featured-img {
  width: 100%;
  height: auto;
  max-height: 338px;
  object-fit: cover;
  display: block;
}

/* Content Layout */
.blog-content-row {
  margin-top: 0px;
}

/* Sidebar (Left Column) */
.blog-sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  padding-bottom: 20px;
}

.toc-heading {
  color: #1A1A1A;
  font-family: "Asgard";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 23px;
  letter-spacing: 0.5px;
}

.toc-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  /* border-left: 1px solid #EAECF0; */
}

.toc-item {
  margin-bottom: 4px;
}

.toc-link {
  display: block;
  padding: 11.76px 0 11.76px 9px;
  color: rgba(26, 26, 26, 0.60);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-left: 3px solid transparent;
  margin-left: -2px;
  /* Overlap with container border */
  transition: all 0.25s ease;
}

.toc-link:hover {
  color: rgba(26, 26, 26, 0.80);
}

.toc-link.active {
  color: rgba(26, 26, 26, 0.80);
  font-weight: 700;
  border-left-color: #1A1A1A;
  font-size: 24px;
  font-family: Cabin;
}

/* Author Card */
.author-card {
  border-radius: 12px;
  border: 1px solid #188AE2;
  background: #F2FAFF;
  padding: 13px;
}

.author-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
  object-fit: cover;
  height: 281px;
}

.author-info-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}

.author-name {
  color: #1A1A1A;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 81.818% */
  margin: 0;
}

.author-role {
  color: #1A1A1A;
  font-family: Poppins;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.author-bio {
  color: #1A1A1A;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin-bottom: 35px;
  line-height: 1.5;
  /* margin-bottom: 16px; */
}

.author-link {
  color: #1A1A1A;
  font-family: Roboto;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: color 0.2s ease;
}

.author-link:hover {
  color: #344054;
}

/* Article Content (Right Column) */
.blog-article-content {
  color: #1A1A1A;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-left: 50px;
  opacity: 0.8;
  overflow-y: scroll;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #ddd transparent;
  /* Firefox */

  /* Optional: smooth scrolling for the internal scroll */
  scroll-behavior: smooth;
}

/* Custom scrollbar for WebKit browsers (Chrome, Safari, Edge) */
.blog-article-content::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

.blog-article-content::-webkit-scrollbar-track {
  background: transparent;
  /* Track color */
}

.blog-article-content::-webkit-scrollbar-thumb {
  background-color: #ddd;
  /* Thumb color */
  border-radius: 4px;
  /* Rounded corners */
}

/* Optional: style the thumb when hovered */
.blog-article-content::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.blog-article-content section {
  display: none;
  scroll-margin-top: 120px;
  /* Offset for fixed header */
  max-height: 1114px;
  overflow-y: scroll;
}

.active-section {
  padding: 0;
}

.blog-article-content section.active-section {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-article-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #101828;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

.blog-article-content p {
  margin-bottom: 24px;
}

/* Social Share Bottom */
.blog-social-share {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding-top: 30px;
  border-top: 1px solid #EAECF0;
  margin-top: 40px;
}

.social-share-link {
  color: #475467;
  font-size: 1.25rem;
  transition: color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.social-share-link:hover {
  color: #101828;
  transform: translateY(-2px);
}

/* Custom interactions/animations */
.saved-active {
  color: #027A48 !important;
}


.pricing-hero {
  height: 857px;
}

.price-section {
  margin-top: -24%;
  position: relative;
  z-index: 99;
}
.bottom-space-title{
  margin-bottom: 50px;
}
.about-bells-card-soft {
    margin-bottom: 20px;
}
.about-bells-card-soft-row {
    margin-top: 60px;
}
.bottom-space{
  margin-bottom: 60px;
}

/* Contact Us Page Design */
section.hero-section-bells.contact-hero-section {
  max-height: 999px;
  height: 999px;
}

.contact-card-section {
  padding-bottom: 80px;
  margin-top: -33%;
  position: relative;
  z-index: 9;
}

.contact-main-card {
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  background: #F9F9F9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 47px 38px;
}

.contact-form-wrapper,
.contact-info-wrapper {
  font-family: 'Roboto', 'Poppins', sans-serif;
}

.contact-card-title {
  color: #131313;
  font-family: "Bricolage Grotesque";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 78.4px */
  margin-bottom: 20px;
}

.contact-card-subtitle {
  color: #131313;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  opacity: 0.5;
  margin-bottom: 40px;
}
.contact-card-success{
   color: #00af57;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
.form-label-custom {
  color: var(--Gray-700, #344054);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 6px;
}

.form-input-custom,
.form-textarea-custom {
  width: 100%;
  padding: 10px 14px;
  color: #344054;
  overflow: hidden;
  color: var(--Gray-500, #667085);
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  outline: none;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--Base-White, #FFF);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 10px;
}

.form-textarea-custom {
  height: 140px;
  resize: vertical;
}

.form-input-custom::placeholder,
.form-textarea-custom::placeholder,
.phone-num-input::placeholder {
  color: #667085;
  opacity: 0.8;
}

.form-input-custom:focus,
.form-textarea-custom:focus,
.phone-country-select:focus,
.phone-num-input:focus {
  border-color: #188AE2;
  box-shadow: 0px 0px 0px 4px rgba(24, 138, 226, 0.1);
}

.phone-input-group {
  display: flex;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.phone-country-select {
  padding: 10px 12px;
  border: 1px solid #D0D5DD;
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: #FFFFFF;
  color: #344054;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}

.phone-num-input {
  flex-grow: 1;
  padding: 10px 14px;
  border: 1px solid #D0D5DD;
  border-radius: 0 8px 8px 0;
  background: #FFFFFF;
  color: #101828;
  font-size: 16px;
  outline: none;
}

.form-check-custom {
  display: flex;
  align-items: center;
}

.form-checkbox-custom {
  width: 20px;
  height: 20px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  margin-right: 12px;
  cursor: pointer;
}

.form-checkbox-label {
  color: var(--Gray-600, #475467);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  cursor: pointer;
  user-select: none;
}

.error-msg-custom {
  color: #D92D20;
  font-size: 14px;
  margin-top: 6px;
}

.captcha-container-custom {
  border-radius: 8px;
  overflow: hidden;
}

.contact-submit-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  background: #0F4C81;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.contact-submit-btn:hover {
  background: #09335a;
}

.contact-submit-btn:active {
  transform: scale(0.98);
}

/* Info Section Styling */
.contact-info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}

.info-icon-square {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  border-radius: 12px;
  background: #E6F4FF;
  padding: 7px;
}

.info-icon-square svg {
  width: 24px;
  height: 24px;
  stroke: #188AE2;
}

.info-block-title {
  color: #131313;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  margin: 0 0 16px 0;
}

.info-block-description {
  color: #131313;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin: 0 0 16px 0;
  opacity: 0.5;
}

.info-block-link {
  color: #1E6AA8;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  transition: color 0.2s ease;
}

.info-block-link:hover {
  color: #0c63a6;
  text-decoration: underline;
}

.info-block-address {
  color: #1E6AA8;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin: 0;
}

/* FAQ Section Styling */
.contact-faq-section {
  padding: 50px 0 80px 0px;
  background-color: #FFFFFF;
  font-family: 'Roboto', 'Poppins', sans-serif;
}

.faq-section-title {
  color: var(--Gray-900, #101828);
  font-family: "Bricolage Grotesque";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 50.4px */
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

.faq-section-subtitle {
  color: #667085;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.faq-accordion-custom {
  display: flex;
  flex-direction: column;
}

.faq-item-custom {
  border-bottom: 1px solid #EAECF0;
  padding: 32px 0;
  transition: background-color 0.2s ease;
}

.faq-item-custom:first-child {
  padding-top: 0;
}

.faq-question-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-question-text {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 25.2px */
  margin: 0;
  transition: color 0.2s ease;
}

/* .faq-question-row:hover .faq-question-text {
  color: #188AE2;
} */

.faq-icon-toggle {
  color: #0F4C81;
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: transform 0.25s ease;
}

.faq-answer-container {
  display: none;
  padding-top: 16px;
  animation: slideDown 0.3s ease-out;
}

.faq-answer-text {
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  opacity: 0.8;
  margin: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsiveness for Contact Page */
@media (max-width: 991px) {
  .contact-main-card {
    padding: 40px 24px;
  }

  .faq-section-title {
    margin-bottom: 14px;
  }
}


.price-section-1 .pricing-billing-label {
  color: var(--Neutral-800, #fff)
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.bells-footer {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

/* Main footer area */
.bells-footer__main {
  background: #fff;
}

.bells-footer__main .container {
  padding: 80px 0 55px;
  border-bottom: 1px solid #0000001a;
}

/* Grid: 3 columns — brand (wider) | quick links | contact */
.bells-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 60px;
}

/* ---- Brand Column ---- */
.bells-footer__brand .brand-lockup {
  margin-bottom: 19px;
}

.bells-footer__tagline {
  color: #111827;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  opacity: 0.8;
  margin-bottom: 30px;
}

/* CTA Button — dark navy pill */
.bells-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  background: #0F4C81;
  color: #fff !important;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.bells-footer__cta:hover {
  /* background: #0a1f35; */
  transform: translateY(-1px);
  color: #fff;
}

/* ---- Quick Links Column ---- */
.bells-footer__heading {
  color: #111827;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  margin-bottom: 14px;
}

.bells-footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bells-footer__links ul li {
  margin-bottom: 12px;
}

.bells-footer__links ul li a {
  color: #111827;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  transition: color 0.2s ease;
  opacity: 0.8;
}

.bells-footer__links ul li a:hover {
  color: #0F4C81;
}

/* ---- Contact Column ---- */
.bells-footer__contact-item {
  margin-bottom: 16px;
}

.bells-footer__label {
  display: block;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 2px;
}

.bells-footer__contact-item a,
.bells-footer__contact-item p {
  color: rgba(17, 24, 39, 0.80) !important;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bells-footer__contact-item span {
  color: #111827;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bells-footer__contact-item a:hover {
  color: #0F4C81;
}

/* ---- Bottom Bar ---- */
.bells-footer__bottom {
  background: url('../img/BELLSCRM.svg');
  padding: 55px 0 45px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bells-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.bells-footer__copyright {
  color: #00000069;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bells-footer__sparkle {
  color: #188AE2;
  font-size: 11px;
}

.bells-footer__legal {
  display: flex;
  gap: 28px;
}

.bells-footer__legal a {
  color: #00000069;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  transition: color 0.2s ease;
}

.bells-footer__legal a:hover {
  color: #0F4C81;
}
/* ADDED: How It Works active/inactive state */
.how-step {
    opacity: 0.35;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
    border: 1px solid transparent;
}

.how-step:hover {
    opacity: 0.75;
    transform: translateY(-4px);
}

.how-step.active {
    opacity: 1;
    transform: translateY(-6px);
}


/* ADDED: Smooth preview image animation */
.bells-image-box-work img {
    width: 100%;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.bells-image-box-work img.image-changing {
    opacity: 0;
    transform: translateY(10px);
}
.custom-header .navbar .login-header-btn {
    display: flex;
    padding: 14px 30px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 78px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    color: #455A64;
    text-align: right;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.button-col-new {
    display: flex;
    align-items: center;
    list-style: none;
}




/* CHANGED: Hover card border */
.software-card:hover {
    border-color: #3FA6F5;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.10);
    transform: translateY(-6px);
}

.software-card:hover::before,
.software-card:hover::after {
    opacity: 1;
}

/* CHANGED: Your SVG wrapper is inside icon-col */
.icon-col-v-border {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    pointer-events: none;
}

/* CHANGED: SVG size */
.icon-col-v-border svg {
    width: 68px;
    height: 68px;
    position: relative;
    z-index: 5;
}

/* ADDED: Top horizontal line */
.icon-col::before {
    content: "";
    position: absolute;
    top: -17px;
    left: -18px;
    width: 105px;
    height: 1px;
    background: linear-gradient(92deg, #FFF 17.16%, #188AE2 82.64%);
    opacity: 0;
    transition: all 0.35s ease;
}

/* ADDED: Right vertical line */
.icon-col::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 1px;
    height: 97px;
    background: linear-gradient(92deg, #FFF 17.16%, #188AE2 82.64%);
    opacity: 0;
    transition: all 0.35s ease;
}

/* ADDED: Left vertical line */
.icon-col-v-border::before {
    content: "";
    position: absolute;
    top: -16px;
    left: -18px;
    width: 1px;
    height: 96px;
    opacity: 0;
    transition: all 0.35s ease;
    background: linear-gradient(92deg, #FFF 17.16%, #188AE2 82.64%);
        transform: rotate(180deg);
}

/* ADDED: Bottom horizontal line */
.icon-col-v-border::after {
    content: "";
    position: absolute;
    left: -18px;
    bottom: -21px;
    width: 97px;
    height: 1px;
    background: linear-gradient(92deg, #FFF 17.16%, #188AE2 82.64%);
    opacity: 0;
    transition: all 0.35s ease;
    transform: rotate(180deg);
}

/* CHANGED: Show all four icon lines on card hover */
.software-card:hover .icon-col::before,
.software-card:hover .icon-col::after,
.software-card:hover .icon-col-v-border::before,
.software-card:hover .icon-col-v-border::after {
    opacity: 1;
}

/* CHANGED: Icon zoom on hover */
.software-card:hover .icon-col {
    transform: scale(1.03);
}

/* ADDED: Bottom-right blue lines */



/* ADDED: Show line animation on hover */
.software-card:hover .icon-col::before,
.software-card:hover .icon-col::after {
    opacity: 1;
}

/* CHANGED: Icon box hover movement */
.software-card:hover .icon-col {
    transform: scale(1.03);
}



/* ---- Responsive ---- */
@media (max-width: 991px) {
  .bells-footer__main {
    padding: 0px 0 40px;
  }

  .bells-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }

  .bells-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .bells-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bells-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .bells-footer__legal {
    gap: 20px;
  }

  .bells-footer__cta {
    width: 100%;
    justify-content: center;
  }
}
/* ADDED: Header layout fix */
.custom-header .container-fluid {
    /* min-height: 82px; */
    gap: 24px;
}

.custom-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
}

.custom-navbar-ul {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}
.custom-div-bar-row {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border-left: 1px solid #DCDCDC;
}

/* CHANGED: Login button */
.login-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 34px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #ffffff;
    color: #42545c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.login-header-btn:hover {
    border-color: #155d99;
    color: #155d99;
}

/* CHANGED: Start free trial button */
.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 999px;
    background: #155d99;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.nav-cta:hover {
    background: #0d4f86;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* CHANGED: Mobile menu icon */
.mobile-nav-toggle {
    display: none;
    font-size: 34px;
    color: #082f73;
    cursor: pointer;
    line-height: 1;
}

.bells-image-box img {
  width: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.bells-image-box img:hover {
  transform: translateY(-5px);
}
img {
  transition: all 0.3s ease;
}
img:hover {
  transform: translateY(-5px);
}
/* img {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-20px);}
} */
 .space-outside {
    padding-top: 130px;
}
.form-label-custom span {
    color: #d92c20;
}
.phone-input-group {
    display: flex;
    align-items: stretch;
    overflow: visible !important;
    position: relative;
}

.contact-form-wrapper,
.contact-main-card,
.mb-3 {
    overflow: visible !important;
}

.country-select-wrapper {
    position: relative;
    width: 15%;
    flex: 0 0 15%;
    z-index: 9999;
}

.real-country-select {
    display: none !important;
}

.country-select-btn {
    width: 100%;
    height: 56px;
    border: 1px solid #d6dde8;
    background: #ffffff;
    border-radius: 10px 0 0 10px;
    padding: 0 18px;
    font-size: 18px;
    color: #344054;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.country-select-wrapper.active .country-select-btn {
    border-color: #1E6AA8;
}

.country-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 138px;
    background: #ffffff;
    border: 1px solid #d6dde8;
    border-radius: 12px;
    box-shadow: 0 18px 35px rgba(16, 24, 40, 0.18);
    display: none !important;
    z-index: 99999;
    overflow: hidden;
}

.country-select-wrapper.active .country-dropdown {
    display: block !important;
}

.country-search {
    width: 100%;
    height: 46px;
    border: none;
    border-bottom: 1px solid #eef1f5;
    padding: 0 14px;
    font-size: 15px;
    outline: none;
}

.country-options {
    max-height: 240px;
    overflow-y: auto;
}

.country-option {
    padding: 12px 16px;
    font-size: 15px;
    color: #344054;
    cursor: pointer;
}

.country-option:hover,
.country-option.active {
    background: #eef6ff;
    color: #1E6AA8;
}

.phone-num-input {
    border-radius: 0 10px 10px 0 !important;
}
span.country-arrow {
    margin-top: -12px;
}
.success-bells-card-th{
  gap: 87px;
}