* {
  scrollbar-width: thin;
  scrollbar-color: #dcdcdc #f1f1f1;
  font-family: "Figtree", sans-serif;
  --color-white: #fff;
  --text-primary: #222c3d;
  --text-secondary: #353e4e;
  --color-primary: #0860e2;
  --color-secondary: #9630c6;
  --color-secondary-300: #9630c680;
  --color-primary-300: #085fe28f;

  --border-grey: #ced0d5;
  --dark-background-blue: #0e2261;
  --transDuration: 0.3s;
  --transDuration-of-pop: 0.3s;
  --white-smoke: #F5F5F5;
  --1px: .0625rem;
  --2px: .125rem;
  --3px: .1875rem;
  --4px: .25rem;
  --5px: .3125rem;
  --6px: .375rem;
  --7px: .4375rem;
  --8px: .5rem;
  --9px: .5625rem;
  --10px: .625rem;
  --11px: .6875rem;
  --12px: .75rem;
  --13px: .8125rem;
  --14px: .875rem;
  --15px: .9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --22px: 1.375rem;
  --23px: 1.4375rem;
  --24px: 1.5rem;
  --25px: 1.5625rem;
  --26px: 1.625rem;
  --27px: 1.6875rem;
  --28px: 1.75rem;
  --29px: 1.8125rem;
  --30px: 1.875rem;
  --32px: 2rem;
  --34px: 2.125rem;
  --36px: 2.25rem;
  --38px: 2.375rem;
  --40px: 2.5rem;
  --41px: 2.5625rem;
  --42px: 2.625rem;
  --44px: 2.75rem;
  --46px: 2.875rem;
  --48px: 3rem;
  --49px: 3.0625rem;
  --50px: 3.125rem;
  --52px: 3.25rem;
  --56px: 3.5rem;
  --60px: 3.75rem;
  --64px: 4rem;
  --68px: 4.25rem;
  --70px: 4.375rem;
}
body {
  background: no-repeat var(--color-white);
}
.mainProHeader {
  background: transparent;
  position: sticky;
  top: 0;
  z-index: 11;
}
.navbar {
  background-color: transparent !important;
  color: var(--color-white);
}
.nav-link:hover,
.submitBtns {
  cursor: pointer;
}
.nav-item .active,
.nav-link:hover {
  color: var(--color-primary) !important;
}
.footerList a,
.resourceCard,
.resourceCard:hover {
  text-decoration: none;
}
/* Global Scrollbar Styling - Apply to entire website */
* {
  scrollbar-width: thin;
  scrollbar-color: #C9C9C9 transparent;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #C9C9C9;
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 25px;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
  border: 0px solid transparent;
  background-color: #C9C9C9;
  cursor: pointer;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.h-100 {
  height: 100%;
}
.h-50 {
  height: 50%;
}
.d-flex {
  display: flex;
}
.d-flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.d-flex-end {
  display: flex;
  justify-content: end;
}
.flex-direction-column,
.footerList {
  flex-direction: column;
}
.padding-left-right-100 {
  padding: 0 100px;
}
.sectionTitle {
  font-size: var(--40px);
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: var(--color-primary);
}
.description {
  color: #1f1f1f;
  font-weight: 400;
  font-size: var(--18px);
}
.bg-light-pink {
  background-color: #fdfbff;
}
.bg-light-blue {
  background-color: #cde5ff;
}
.brandColor,
.submitBtns,
footer {
  background-color: var(--color-primary);
}
.submitBtns {
  width: 240px;
  height: 60px;
  border-radius: 10px;
}
hr {
  border-top: 1px solid rgb(0 0 0 / 0.2);
}
.copyRightText {
  color: #fff !important;
}
.heroImage,
.promoVideo .iframe {
  background-repeat: no-repeat;
  background-size: contain;
}
.heroSection {
  height: 630px;
  padding: 0 100px;
}
.heroSectionDetails {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 140px;
  row-gap: 35px;
}
.heroImage,
.heroImageBox {
  height: 100%;
  padding-top: 77px;
}
.heroTitle h1 {
  font-size: 50px !important;
  color: var(--color-primary);
  letter-spacing: 4px;
  font-weight: 700;
  margin: 0;
}
.heroButton .contactslesbtn {
  width: 185px;
  height: 50px;
}
.heroImage {
  width: 100%;
  background-image: url(../img/Hero-image-2.webp);
}
.pronnelPromoVideo {
  background: linear-gradient(
      90deg,
      var(--color-primary) 0,
      var(--color-primary) 64%,
      #50b79a 100%
    )
    no-repeat padding-box;
  border-radius: 40px;
  height: 540px;
}
.promoDetails {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  padding-left: 40px;
}
.promoTitle {
  color: #fff;
  font-size: var(--40px);
  font-weight: 600;
}
.promoDescription {
  color: #fff;
  font-size: var(--18px);
  font-weight: 300;
}
.promoDescription p {
  color: #fff !important;
}
.promoVideo {
  height: 100%;
  display: flex;
  align-items: center;
}
.promoVideo .iframe {
  background-image: url(../img/pronnel-introduction.webp);
  background-position: center;
  background-color: #1f1f1f;
  width: 650px;
  height: 365px;
  border-radius: 20px;
  box-shadow: 4px 4px 10px #f3f4f72b;
  cursor: pointer;
}
.pronnelSolutions {
  margin-top: 70px;
  height: 600px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.leftsidevector,
.rightsidevector {
  width: auto;
  position: absolute;
  top: 0;
  height: 100%;
}
.leftsidevector {
  left: -70px;
}
.rightsidevector {
  right: -70px;
}
.solutionsPillsBlue,
.solutionsPillsGreen {
  width: 283px;
  height: 83px;
  font-size: var(--18px);
  border-radius: 90px;
  font-weight: 600;
  box-shadow: 0 6px 9px #00000029;
}
.solutionsPills {
  row-gap: 70px;
  justify-content: center;
}
.solutionsPillsBlue {
  color: #1f1f1f;
  background-color: #cde5ff;
}
.solutionsPillsGreen {
  color: #fff;
  background-color: #50b79a;
}
.nav-item .active,
.nav-menu,
.resourceImg {
  background-color: #fff;
}
.howDoYouBenefits {
  height: 580px;
  margin-top: 100px;
}
.benefitsHeight {
  height: 215px;
}
.howDoYouBenefitsText {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.benefitsCard {
  color: #1f1f1f;
  font-size: var(--24px);
  font-weight: 600;
  height: 215px;
  box-shadow: 0 6px 9px #00000029;
  text-align: center;
}
.benefitsImage {
  height: 700px;
  padding: 30px 100px;
}
.pronnelFeatures {
  margin-top: 100px;
  padding-bottom: 60px !important;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.featureBox {
  height: 320px;
}
.featuresText {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
}
.featuresTitle {
  color: #1f1f1f;
  font-size: var(--32px);
  font-weight: 500;
}
.featuresDescription,
.resourceTitle {
  color: #1f1f1f;
  font-size: var(--18px);
  font-weight: 400;
}
.pronnelResources {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.resourceCard {
  width: 354px;
  height: 280px;
  border-radius: 7px;
  box-shadow: 0 13px 16px #00000029;
  align-items: center;
  justify-content: space-around;
}
.resourceImg {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.resourceImg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.resourceTitle {
  padding: 0 55px;
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .description,
  .featuresDescription,
  .featuresTitle,
  .sectionTitle {
    text-align: center;
  }
  .padding-left-right-100 {
    padding: 0 25px;
  }
  .sectionTitle {
    font-size: var(--30px);
  }
  .reverse-column-mobile-view {
    flex-direction: column-reverse;
  }
  .heroSection {
    padding: 52px 25px;
    height: auto;
  }
  .heroTitle h1 {
    font-size: var(--30px) !important;;
  }
  .heroSectionDetails {
    padding-top: 0;
  }
  .pronnelPromoVideo {
    height: auto;
  }
  .promoVideo {
    margin: 20px 0;
  }
  .promoVideo .iframe {
    height: auto;
    min-height: 235px !important;
    max-height: 365px !important;
  }
  .promoDetails {
    padding-top: 20px;
    padding-left: 20px;
    row-gap: 25px;
  }
  .howDoYouBenefits,
  .pronnelSolutions {
    height: auto;
    padding-bottom: 30px !important;
  }
  .row1,
  .row2,
  .row3,
  .solutionsPills {
    row-gap: 35px;
  }
  .row1 .col-12,
  .row2 .col-12,
  .row3 .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .benefitsHeight,
  .featureBox {
    height: auto;
    row-gap: 35px;
  }
  .benefitsImage {
    height: auto;
    padding: 25px !important;
  }
  .benefitsImage img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .featuresTitle {
    font-size: var(--24px);
  }
  .pronnelResources .cardContainer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .heroSection {
    padding: 52px 100px;
    height: 540px;
  }
  .heroTitle h1 {
    font-size: 40px !important;
  }
  .heroSectionDetails {
    padding-top: 0;
  }
  .pronnelPromoVideo {
    height: 440px;
  }
  .promoVideo .iframe {
    height: 256px;
  }
  .promoDetails {
    padding-left: 13px;
  }
  .solutionsPillsBlue,
  .solutionsPillsGreen {
    width: auto;
    padding: 0 15px;
    text-align: center;
  }
  .benefitsImage {
    height: auto;
  }
  .benefitsImage img {
    width: 100%;
    object-fit: contain;
  }
  .pronnelResources .cardContainer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .signupTitle {
    text-align: center;
  }
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1368px) {
  .solutionsPillsBlue,
  .solutionsPillsGreen {
    width: auto;
    padding: 0 15px;
    text-align: center;
  }
  .benefitsImage {
    height: auto;
  }
  .benefitsImage img {
    width: 100%;
    object-fit: contain;
  }
}
.nav-item,
.nav-link:hover {
  margin: 0 !important;
}
.copyrightrow,
.footerList {
  row-gap: 20px;
  display: flex;
}
.nav-menu {
  box-shadow: 0 4px 2px -2px rgb(0 0 0 / 0.2);
  height: 100px;
  position: sticky;
  top: 0;
  z-index: 11;
  padding: 0 100px !important;
  transition: box-shadow var(--transDuration) cubic-bezier(0.16, 0.46, 0.45, 0.94);
}
.nav-link,
.soclnk {
  background-color: #fff0;
}
.logo {
  height: 40px;
  width: 161px;
}
.contactslesbtn,
.nav-link {
  border-radius: 7px;
  height: 47px;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px !important;
  color: rgb(0 0 0 / 0.8) !important;
  border-bottom: 2px solid #fff0;
}
.nav-link a {
  font-size: 16px !important;
}
.contactslesbtn {
  color: #fff;
  font-weight: 400;
  font-size: var(--16px);
  line-height: 1;
  letter-spacing: 0.05em;
  width: 127px;
  transition: none;
  padding: 0;
}
.contactslesbtn:hover {
  box-shadow: 0 10px 23px 4px rgb(0 63 130 / 20%);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.no-shadow {
  box-shadow: none;
}
.no-shadow.is-scrolling {
  box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%) !important;
}
.footerTitle {
  font-size: var(--24px);
  color: #fff;
}
.footerList a {
  color: #fff;
  font-size: var(--18px);
  font-weight: 300;
}
.copyrightrow {
  border-top: 1px solid rgb(255 255 255 / 0.2);
  color: #fff;
  padding: 10px 100px;
  justify-content: space-between;
  align-items: center;
}
footer .ftlogo {
  width: 200px;
  height: 50px;
}
.socialMediaLinks {
  display: flex;
  column-gap: 10px;
}
.soclnk img {
  height: 33px;
  width: 33px;
}
.soclnka img {
  width: 145px;
  height: 40px;
}
.resuseNavbar {
  display: flex;
  width: 100%;
  align-items: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .nav-menu {
    padding: 0 25px !important;
    height: auto;
  }
  .menu-is-open {
    box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%) !important;
  }
  .nav-menu .container {
    background-color: #fff;
  }
  .nav-menu ul {
    align-items: flex-start;
    padding: 20px 0;
  }
  footer .col-12 {
    text-align: center;
  }
  .copyrightrow {
    padding: 25px;
  }
  .copyRightText,
  .playstoreApps {
    width: 100%;
    text-align: center;
  }
  .socialMediaLinks {
    justify-content: center;
    width: 100%;
  }
  footer .padding-left-right-100 {
    row-gap: 30px;
  }
}
.promoVideo .iframe {
  justify-content: space-between;
  padding-bottom: 20px;
  border: 1px solid;
}
.promoVideo .iframe .titleRow {
  column-gap: 10px;
  border-radius: 20px;
  color: #fff;
  align-items: center;
  height: 60px;
  font-weight: 300;
  padding: 0 10px;
  background-image: linear-gradient(rgb(16 4 4 / 0.868), #fff0);
}
.promoVideo .iframe .pronnelLogoSquareSmall {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
}
.promoVideo .WatchNowButton .watchNow {
  height: 47px;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: rgb(0 0 0 / 0.818);
  width: 180px;
  column-gap: 10px;
  font-size: var(--16px);
}
.navigationHeader{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.navMenuConatiner{
    width: 100%;
    /* max-width: 1200px; */
    padding: 0 100px !important;
    display: flex;
    align-items: center;
    height: 70px;
    background-color: var(--color-white);
    justify-content: space-between;
}
.navMenuConatiner .menuTabs{
    display: flex;
    column-gap: 24px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.navMenuConatiner .menuTabs .navLink{
    padding: 0;
    display: flex;
    align-items: center;
    height: auto;
}
.navMenuConatiner .menuTabs .navItem, .navMenuConatiner .menuTabs:hover .navItem{
    font-size: var(--16px);
    line-height: 24px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    color: var(--text-primary);
    align-items: center;
}
.cstTeamPage .navMenuConatiner .menuTabs .navItem, .cstTeamPage .navMenuConatiner .menuTabs:hover .navItem{
  color: #fff;
}
.cstTeamPage .is-scrolling .menuTabs .navItem, .cstTeamPage .is-scrolling .menuTabs:hover .navItem{
  color: var(--text-primary) !important;
}
.navMenuConatiner .menuTabs .navItem::after{
  content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    width: 0px;
    transition: all var(--transDuration) ease-out;
    bottom: -4px;
    border: 0;
}
.navMenuConatiner .menuTabs .navItem:hover::after{
  width: 100%;
  background-color: var(--text-primary);
}
.cstTeamPage .navItem:hover:after{
  background-color: #fff !important;
}
.cstTeamPage .is-scrolling .navItem:hover:after{
  background-color: var(--text-primary) !important;
}
.navMenuConatiner .whiteLogo, .cstTeamPage .coloredLogo{
  display: none;
}
.cstTeamPage .navMenuConatiner .whiteLogo, .cstTeamPage .is-scrolling .coloredLogo{
  display: block;
}
.navMenuConatiner .brandNameBox .logo{
  width: auto;
}
.firstHeader.nav-menu{
  position: relative;
  top: unset;
  background: white !important;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2) !important;
}
.firstHeader.nav-menu .coloredLogo{
  display: block;
}
.firstHeader.nav-menu .whiteLogo{
  display: none !important;
}
.firstHeader.nav-menu .nav-link, .firstHeader.nav-menu .nav-link:hover{
  color: var(--text-primary) !important;
}
.firstHeader.nav-menu .nav-link:hover::after{
  background-color: var(--text-primary) !important;
}
.firstHeader.nav-menu .contactslesbtn{
  background-color: var(--color-primary) !important;
  color: white !important;
}
.navigationHeader .brandNameBox{
 display: flex;
}
.navigationHeader .coloredLogo{
  display: none;
}
.is-scrolling.navigationHeader .coloredLogo{
  display: flex;
}
.navigationHeader .brandNameText{
  font-size: var(--20px);
  color: var(--text-primary);
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
}
.is-scrolling.navigationHeader .brandNameText, .cstTeamPage .is-scrolling .whiteLogo, .cstTeamPage .brandNameText{
  display: none;
}
.is-scrolling.navigationHeader{
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: #fff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2) !important;
  transition: box-shadow 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.dropdown.show .dropdown-toggle, .dropdown.show .dropdown-toggle:hover{
  color: var(--color-primary);
}
.dropdown.show .dropdown-toggle::after{
  width: 100% !important;
  background-color: var(--text-primary) !important;
}
.navigationHeader .getStartedBtn, .navigationHeader .hS{
  display: none !important;
}
.is-scrolling.navigationHeader .getStartedBtn, .is-scrolling.navigationHeader .hS, .cstTeamPage .hS{
  display: flex !important;
}
.navigationHeader .getStartedBtn .contactslesbtn, .cstTeamPage .navigationHeader .getStartedBtn .contactslesbtn{
  background-color: var(--color-primary) !important;
  color: #fff !important;
}
.navigationHeader .navbar-toggler{
  display: none;
}
.menutabs.collapse:not(.show){
  display: none !important;
}
.singlePlaneHeader .nav-link, .singlePlaneHeader .nav-link:hover, .cstTeamPage .navItem, .cstTeamPage .navItem:hover{
  color: var(--text-primary) !important;
}
.singlePlaneHeader .nav-link:hover::after, .cstTeamPage .navItem:hover::after{
  background-color: var(--text-primary);
}
.landingHome .heroContainer{
  padding-top: 60px !important;
  padding-bottom: 30px !important;
}
.cstTeamPage .navigationHeader.noshadow{
  background-color: #fff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2) !important;
}
.cstTeamPage .coloredLogo{
  display: flex;
}
.cstTeamPage .whiteLogo{
  display: none !important
}
.navigationHeader .brandNameBox{
  margin-right: var(--16px);
}
@media only screen and (max-device-width: 992px) {
  .firstHeader.nav-menu{
    display: none;
  }
  .navMenuConatiner{
    height: auto;
    min-height: 70px;
  }
  .navigationHeader{
    padding: 0 40px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2) !important;
    z-index: 11;
  }
  .menuTabs{
    flex-direction: column;
    align-items: flex-start !important;
    gap: 24px;
    padding: 24px 0;
  }
  .navigationHeader .getStartedBtn, .navigationHeader .hS{
    display: flex !important;
  }
  .navigationHeader .navbar-toggler{
    display: block;
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
  }
}
/* Features dropdown specific styling */
/* .navMenuConatiner .menuTabs */
.dropdown-menu {
    border-radius: 15px !important;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important; */
    box-shadow: 5px 5px 5px 3px rgb(0 0 0 / 15%) !important;
    border: 1px solid #CED0D5 !important;
    margin-top: 8px !important;
    padding: 5px;
}

.dropdown-item:hover{
  background-color: #E8EAED;
}

/* Use Cases dropdown responsive positioning */
.use-cases-dropdown {
    right: 0 !important;
    left: auto !important;
    transform: none !important;
}

/* Responsive positioning for smaller screens */
@media only screen and (max-width: 1200px) {
    .use-cases-dropdown {
        right: 10px !important;
        left: auto !important;
    }
}

@media only screen and (max-width: 992px) {
    .use-cases-dropdown {
        right: 0 !important;
        left: 0 !important;
        position: static !important;
        transform: none !important;
        margin-top: 8px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .navMenuConatiner{
    padding: 0 !important;
  }
  .navMenuConatiner .brandNameBox .logo{
    width: 270px;
  }
  .navbar-toggler{
    padding: .1rem .1rem;
    font-size: 1rem;
  }
}

/* Product Showcase Section Styles */
.productShowcaseSection {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.productCard {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e9ecef;
}

.productCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.productIcon {
  margin-bottom: 24px;
}

.productCard h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222c3d;
  margin-bottom: 8px;
}

.productSubtitle {
  font-size: 16px;
  color: #0860e2;
  font-weight: 600;
  margin-bottom: 24px;
}

.productFeatures {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  text-align: left;
}

.productFeatures li {
  padding: 8px 0;
  color: #666;
  position: relative;
  padding-left: 24px;
}

.productFeatures li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0860e2;
  font-weight: bold;
}

.productCTA {
  display: inline-block;
  color: #0860e2;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease;
}

.productCTA:hover {
  color: #9630c6;
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .productCard {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  
  .productCard h3 {
    font-size: 20px;
  }
}

/* AI Calling Page Styles */
.aiCallingFeatures {
  padding: 80px 0;
  background: #f8f9fa;
}

.featureCard {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e9ecef;
}

.featureCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.featureIcon {
  margin-bottom: 20px;
}

.featureCard h3 {
  font-size: 22px;
  font-weight: 700;
  color: #222c3d;
  margin-bottom: 15px;
}

.featureCard p {
  color: #666;
  line-height: 1.6;
}

/* Voice Plans Section */
.voicePlansSection {
  padding: 80px 0;
  background: white;
}

.voicePlanCard {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid #e9ecef;
  position: relative;
}

.voicePlanCard.featured {
  border-color: #0860e2;
  transform: scale(1.05);
}

.planBadge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0860e2;
  color: white;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.planHeader h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222c3d;
  margin-bottom: 8px;
}

.planSubtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
}

.planFeatures {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: left;
}

.planFeatures li {
  padding: 8px 0;
  color: #666;
  position: relative;
  padding-left: 24px;
}

.planFeatures li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0860e2;
  font-weight: bold;
}

.planButton {
  display: inline-block;
  background: #0860e2;
  color: white;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}

.planButton:hover {
  background: #9630c6;
  color: white;
  text-decoration: none;
}

/* Try AI Calling Section */
.tryAICallingSection {
  padding: 80px 0;
  background: linear-gradient(135deg, #E8F4FD 0%, #F0F8FF 100%);
}

.tryAICard {
  background: white;
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

.tryAIIcon {
  margin-bottom: 30px;
}

.tryAICard h3 {
  font-size: 28px;
  font-weight: 700;
  color: #222c3d;
  margin-bottom: 20px;
}

.tryAICard p {
  color: #666;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.tryAIButton {
  background: linear-gradient(135deg, #0860e2 0%, #9630c6 100%);
  color: white;
  border: none;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tryAIButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(8, 96, 226, 0.3);
}

.buttonIcon {
  font-size: 20px;
}

.tryAINote {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
}

/* Use Cases Section */
.useCasesSection {
  padding: 80px 0;
  background: #f8f9fa;
}

.useCaseCard {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e9ecef;
}

.useCaseCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.useCaseIcon {
  margin-bottom: 20px;
}

.useCaseCard h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222c3d;
  margin-bottom: 15px;
}

.useCaseCard p {
  color: #666;
  line-height: 1.6;
}

/* Integration Section */
.integrationSection {
  padding: 80px 0;
  background: white;
}

.integrationContent h3 {
  font-size: 28px;
  font-weight: 700;
  color: #222c3d;
  margin-bottom: 20px;
}

.integrationContent p {
  color: #666;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.integrationList {
  list-style: none;
  padding: 0;
}

.integrationList li {
  padding: 12px 0;
  color: #666;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.integrationList li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #0860e2;
  font-weight: bold;
  font-size: 18px;
}

.integrationImage img {
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* CTA Section */
.ctaSection {
  padding: 80px 0;
  background: linear-gradient(135deg, #222c3d 0%, #0860e2 100%);
  color: white;
}

.ctaSection h2 {
  color: white;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ctaSection p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 40px;
}

.ctaButtons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.primaryButton {
  background: white;
  color: #0860e2;
  padding: 16px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.primaryButton:hover {
  background: #f8f9fa;
  color: #0860e2;
  text-decoration: none;
  transform: translateY(-2px);
}

.ghostButton {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 14px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.ghostButton:hover {
  background: white;
  color: #0860e2;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Responsive adjustments for AI Calling */
@media (max-width: 768px) {
  .voicePlanCard.featured {
    transform: none;
    margin-bottom: 30px;
  }
  
  .ctaButtons {
    flex-direction: column;
    align-items: center;
  }
  
  .tryAICard {
    padding: 30px 20px;
  }
  
  .tryAICard h3 {
    font-size: 24px;
  }
.singlePlaneHeader .navigationHeader{
  background-color: #fff;
  box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
  z-index: 11;
  transition: box-shadow 0.2s ease; /* avoid background fade */
}
}