.hero-section {
  /*background-color: #1584e73b;*/
 /* background-color: #3a4a8d;*/
  background: linear-gradient(90deg, #3a4a8d, #0096dcb0);
  min-height: 60vh;
  position: relative;
  overflow: hidden;
  padding: 10px 30px;

}

.main{
  margin-bottom: -20px;
  /*margin-top:35px*/
}
.html{
  scroll-behavior: smooth;
}
.mail-box{
    border-radius:0px !important;
}
.pass-box{
    border-radius:0px !important;
}
.why-card{
  background-color: #fff;;
}
.crane-main {
  position: absolute;
  top: 20px;
  left: 5%;
  width: 280px;
  height: 350px;
  opacity: 0.12;
  z-index: 1;
}

.crane-main::before {
  content: '';
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 40px;
  height: 30px;
  background: linear-gradient(to top,
      rgba(14, 98, 172, 0.637) 0%,
      rgba(0, 150, 220, 0.486) 100%);
  clip-path: polygon(20% 100%, 0% 100%, 40% 0%, 60% 0%, 100% 100%, 80% 100%);
}

.crane-tower {
  position: absolute;
  left: 90px;
  bottom: 30px;
  width: 18px;
  height: 250px;
  background: linear-gradient(to top,
      rgba(14, 98, 172, 0.658) 0%,
      rgba(0, 150, 220, 0.849) 100%);
  box-shadow: inset 0 0 10px rgba(0, 150, 220, 0.3);
}

.crane-boom {
  position: absolute;
  left: 30px;
  bottom: 275px;
  width: 200px;
  height: 8px;
  background: rgba(14, 98, 172, 0.801);
  transform: rotate(-3deg);
  transform-origin: 30% center;
}

.crane-hook {
  position: absolute;
  left: 180px;
  bottom: 220px;
  width: 3px;
  height: 50px;
  background: rgba(0, 150, 220, 0.726);
}

.excavator {
  position: absolute;
  bottom: -10px;
  right: 8%;
  width: 180px;
  height: 120px;
  opacity: 0.1;
}

.excavator-body {
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: 70px;
  height: 45px;
  background: linear-gradient(135deg,
      rgba(14, 98, 172, 0.76) 0%,
      rgba(0, 150, 220, 0.863) 100%);
  border-radius: 5px 5px 0 0;
}

.excavator-arm {
  position: absolute;
  bottom: 60px;
  left: 80px;
  width: 60px;
  height: 10px;
  background: rgba(14, 98, 172, 0.788);
  transform: rotate(-35deg);
  transform-origin: left;
}

.excavator-bucket {
  position: absolute;
  bottom: 35px;
  left: 120px;
  width: 25px;
  height: 20px;
  background: rgba(0, 150, 220, 0.712);
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
}

.excavator-track {
  position: absolute;
  bottom: 15px;
  left: 35px;
  width: 80px;
  height: 20px;
  background: rgba(14, 98, 172, 0.651);
  border-radius: 10px;
}

.bulldozer {
  position: absolute;
  bottom: 10px;
  left: 25%;
  width: 150px;
  height: 100px;
  opacity: 0.09;
}

.bulldozer-body {
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: 80px;
  height: 40px;
  background: linear-gradient(135deg,
      rgba(14, 98, 172, 0.658) 0%,
      rgba(0, 150, 220, 0.767) 100%);
  border-radius: 3px;
}

.bulldozer-blade {
  position: absolute;
  bottom: 20px;
  left: 5px;
  width: 30px;
  height: 50px;
  background: rgba(0, 150, 220, 0.733);
  border-radius: 3px 0 0 3px;
}

.bulldozer-track {
  position: absolute;
  bottom: 10px;
  left: 25px;
  width: 90px;
  height: 18px;
  background: rgba(14, 98, 172, 0.644);
  border-radius: 9px;
}

.mixer-truck {
  position: absolute;
  top: 200px;
  right: 15%;
  width: 120px;
  height: 80px;
  opacity: 0.08;
}

.mixer-cabin {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 35px;
  height: 35px;
  background: rgba(14, 98, 172, 0.733);
  clip-path: polygon(0% 100%, 0% 20%, 20% 0%, 100% 0%, 100% 100%);
}

.mixer-drum {
  position: absolute;
  bottom: 18px;
  left: 35px;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg,
      rgba(14, 98, 172, 0.664) 0%,
      rgba(0, 150, 220, 0.781) 100%);
  border-radius: 50%;
}

.mixer-drum::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border: 3px dashed rgba(0, 150, 220, 0.829);
  border-radius: 50%;
}

.scaffolding {
  position: absolute;
  top: -10px;
  right: 5%;
  width: 100px;
  height: 400px;
  opacity: 0.07;
}

.scaffolding-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image:
    repeating-linear-gradient(0deg,
      transparent,
      transparent 45px,
      rgba(0, 150, 220, 0.712) 45px,
      rgba(0, 150, 220, 0.664) 50px),
    repeating-linear-gradient(90deg,
      transparent,
      transparent 30px,
      rgba(14, 98, 172, 0.733) 30px,
      rgba(14, 98, 172, 0.699) 35px);
}

.building-skyscraper-1 {
  position: absolute;
  top: -40px;
  right: 18%;
  width: 75px;
  height: 480px;
  background: linear-gradient(to bottom,
      rgba(0, 150, 220, 0.247) 0%,
      rgba(14, 98, 172, 0.199) 100%);
  clip-path: polygon(10% 0%, 90% 0%, 95% 3%, 95% 97%, 90% 100%, 10% 100%, 5% 97%, 5% 3%);
  animation: float 10s ease-in-out infinite;
}

.building-skyscraper-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(0deg,
      transparent, transparent 20px,
      rgba(0, 150, 220, 0.288) 20px,
      rgba(0, 150, 220, 0.301) 22px),
    repeating-linear-gradient(90deg,
      transparent, transparent 15px,
      rgba(14, 98, 172, 0.336) 15px,
      rgba(14, 98, 172, 0.295) 17px);
}

.building-skyscraper-2 {
  position: absolute;
  top: 30px;
  left: 15%;
  width: 65px;
  height: 350px;
  background: linear-gradient(to bottom,
      rgba(0, 150, 220, 0.267) 0%,
      rgba(14, 98, 172, 0.219) 100%);
  clip-path: polygon(15% 0%, 85% 0%, 90% 5%, 90% 95%, 85% 100%, 15% 100%, 10% 95%, 10% 5%);
  animation: float 12s ease-in-out infinite;
  animation-delay: 2s;
}

.building-office {
  position: absolute;
  bottom: -20px;
  left: 8%;
  width: 180px;
  height: 280px;
  background: linear-gradient(to top,
      rgba(14, 98, 172, 0.226) 0%,
      rgba(0, 150, 220, 0.315) 100%);
  clip-path: polygon(3% 6%, 97% 6%, 100% 10%, 100% 90%, 97% 94%, 3% 94%, 0% 90%, 0% 10%);
}

.building-office::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(0deg,
      transparent, transparent 18px,
      rgba(0, 150, 220, 0.281) 18px,
      rgba(0, 150, 220, 0.301) 20px),
    repeating-linear-gradient(90deg,
      transparent, transparent 16px,
      rgba(14, 98, 172, 0.308) 16px,
      rgba(14, 98, 172, 0.15) 18px);
}

.construction-fence {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0px;
  opacity: 0.06;
}

.construction-fence::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(0, 150, 220, 0.603);
}

.fence-post {
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 50px;
  background: rgba(14, 98, 172, 0.473);
}

.fence-post:nth-child(1) {
  left: 10%;
}

.fence-post:nth-child(2) {
  left: 20%;
}

.fence-post:nth-child(3) {
  left: 30%;
}

.fence-post:nth-child(4) {
  left: 40%;
}

.fence-post:nth-child(5) {
  left: 50%;
}

.fence-post:nth-child(6) {
  left: 60%;
}

.fence-post:nth-child(7) {
  left: 70%;
}

.fence-post:nth-child(8) {
  left: 80%;
}

.fence-post:nth-child(9) {
  left: 90%;
}

.helmet-icon {
  position: absolute;
  top: 150px;
  right: 45%;
  font-size: 80px;
  opacity: 0.06;
  animation: rotate-slow 20s linear infinite;
  color: rgba(0, 150, 220, 0.8);
}

.tool-wrench {
  position: absolute;
  top: 320px;
  left: 18%;
  font-size: 60px;
  opacity: 0.05;
  transform: rotate(-25deg);
  color: rgba(14, 98, 172, 0.8);
}

.tool-hammer {
  position: absolute;
  bottom: 50px;
  right: 45%;
  font-size: 55px;
  opacity: 0.05;
  transform: rotate(35deg);
  animation: float 6s ease-in-out infinite;
  color: rgba(0, 150, 220, 0.8);
}

.geometric-circle-1 {
  position: absolute;
  top: 100px;
  right: 10%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(0, 150, 220, 0.247) 0%,
      rgba(14, 98, 172, 0.185) 100%);
  animation: pulse-blue 6s ease-in-out infinite;
}

.geometric-circle-2 {
  position: absolute;
  bottom: 180px;
  left: 12%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(14, 98, 172, 0.226) 0%,
      rgba(0, 150, 220, 0.144) 100%);
  animation: pulse-blue 7s ease-in-out infinite;
  animation-delay: 1.5s;
}

.geometric-triangle {
  position: absolute;
  bottom: 200px;
  right: 12%;
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-bottom: 90px solid rgba(0, 150, 220, 0.205);
  animation: float 9s ease-in-out infinite;
}

.geometric-square {
  position: absolute;
  top: 250px;
  left: 8%;
  width: 75px;
  height: 75px;
  background: rgba(14, 98, 172, 0.199);
  transform: rotate(45deg);
  animation: rotate-slow 25s linear infinite;
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
   linear-gradient(rgb(0 0 0 / 23%) 1px, transparent 1px), linear-gradient(90deg, rgb(14 98 172 / 49%) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}
.benifit-bg {
  position: relative;
}

.grid-overrlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgb(0 0 0 / 23%) 1px, transparent 1px), linear-gradient(90deg, rgb(131 131 131 / 49%) 1px, transparent 1px);
    background-size: 60px 25px;
    opacity: 0.3;
    pointer-events: none;
}

.mission{
      font-weight:400;
    text-align: justify;
    
}
.vision{
       font-weight: 400;
    text-align: justify;
}
.section-title {
      font-size: 46px;
    line-height: 1.0;
    margin-bottom: 3rem;
    letter-spacing: 0px;
    font-family: system-ui;
    font-weight: 500;
    color: #fff;
    letter-spacing: -1px;
}

.freeTrialBtn {
  padding: 10px 20px;
    font-size: 15px;
    margin-top:3rem;
    font-size: 16px;

}



.navbar-brand img {
  width: 155px;
}
.nav-item{
    font-weight:400;
}
.success-btn{
    background-color: #0e62ac;
    padding: 2px 2px 6px 2px;
    color: white;
    width: 72px;
    border: 1px solid #0e62ac;
    font-family: system-ui;
    border-radius: 19px;
}
.success-btn:hover{
  background: white;
  color: #0e62ac;
}
.collabsTextContainer {
  margin-top: 100px;
}

.collabsText {
  font-size: 40px;
}

.supportText {
  font-size: 34px;
  line-height: 1.1;
  color: #0e62ac;
}

.Middle-description {
  color: #a6a6a6;
  margin-bottom: 5px;
  margin-top: 5px;
}

.supportSubText {
  font-size: 17px;
}

.supportFeatureContainer {
  margin-top: 100px;
}

.supportSubHeading {
  font-size: 28px;
}

.featureText {
  font-size: 50px;
  line-height: 1.1;
}

.card-title {
  font-size: 30px !important;
}

.planContainer {
  width: 80%;
}

.benifitHeading {
  font-size: 34px;
}
.benifit{ 
  width: 100%;
/*  height: 580px;*/
 /* background-image: url("benifitt.png");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.planHeading {
  font-size: 34px;
}

.planCardHeading {
  font-size: 30px;
}

.planCardPrice {
  font-size: 50px;
}

.planListBox {
  background-color: #0e62ac;
  width: 90%;
}

.planBtn {
  width: 90%;
}

.planListBoxPro {
  background-color: white;
  width: 90%;
}

.accordion-item {
  /*border-bottom: 7px solid #3a4a8d !important;*/
  border-radius: 0px !important;
  background-color: transparent;
  border: none;
}

.accordion-button.collapsed {
  background-color:#ffffff!important;
  color:black !important;
  border: none;
}

/* Active/Open button state */
.accordion-button:not(.collapsed) {
  background: linear-gradient(
210deg, #3a4a8d, #0096dcb0) !important;
  color: #ffffff !important;
  border: none;
}

/* Remove focus outline */
.accordion-button:focus {
  box-shadow: none;
  border: none;
}

/* Accordion body styling */
.accordion-body {
  background-color: #ffffff;
  color: #3b4d90;
  padding: 1rem 1.25rem;
  font-family: system-ui !important;
}

/* Remove default Bootstrap accordion borders */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 2px solid #bbbbbb;
}

/* Customize the chevron icon color */
.accordion-button::after {
  filter: brightness(0) saturate(100%);
}

/* Chevron color for collapsed state */
.accordion-button.collapsed::after {
  filter: brightness(0) saturate(100%) invert(31%) sepia(47%) saturate(1247%) hue-rotate(119deg) brightness(93%) contrast(92%);
  
}

/* Chevron color for active/open state - white */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%);
}
.footer {
  background: #ffff;
  padding: 30px 0 0;
  font-size: 15px;
  color: #686868;
}

.footer-col {
  margin-bottom: 10px;
}

.footer-logo {
  height: 30px !important;
  margin-bottom: 20px;
}

.footer-text {
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
  font-family: system-ui;
  font-weight: 400;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 18px;
  color: #0e62ac;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  font-weight: 300;
  font-family: system-ui !important;
}

.footer-links li {
  margin-bottom: 7px;
  font-family: system-ui;
    font-weight: 400;
}
.footer-links a {
    color: #686868;
    transition: 0.3s;
    text-decoration: none;
    font-weight: 400;
    font-family: system-ui;

}

.footer-links a:hover {
  color: #686868;
  padding-left: 5px;
}

.footer-contact {
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: system-ui;
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  background: #0e62ac;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #0e62ac;
}

/* Bottom Bar */
.footer-bottom {
  background: #3a4a8d;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}

.small-placeholder::placeholder {
  font-size: 12px;
  color: #a6a6a6;
}

.textGreen {
  color:#0e62ac;
}

.bgGreen {
  background-color: #0e62ac;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
  font-family: system-ui;
  font-weight: 300;
}

.fs-18 {
  font-size: 18px;
}


.design-1 {
  background: #fff;
 /* box-shadow: 0 5px 7px rgb(22 19 19 / 42%) !important;*/
}

.pricing-card {
  background: #fff;
  border-radius: 0px;
  padding: 1.0rem;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 4px solid #0e62ac3b;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(15, 57, 97, 0.15);
  border-color: #0096dc;
}

.pricing-card.featured {
     background: linear-gradient(
259deg, #3a4a8d, #0096dcb0);
    color: white;
    /* transform: scale(1.05); */
    border: 6px solid #c7dbec;
}

.pricing-card.featured:hover {
  transform: scale(1.08) translateY(-5px);
}

.card-badge {
      position: absolute;
    top: 15px;
    right: -40px;
    background: #0e62ac;
    color: white;
    padding: 6px 50px;
    border-radius: 0px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    transform: rotate(35deg);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.featured-badge {
  background: linear-gradient(90deg, #ff6b35, #f7931e);
  font-size: 0.75rem;
  transform: rotate(35deg);
}

.plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color:#0e62ac;
  font-family: system-ui;
}

.pricing-card.featured .plan-name {
  color: white;
}
.card{
  box-shadow:  0 2px 0px rgb(22 19 19 / 42%) ;
}
.plan-description {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
  font-family: system-ui;
}

.pricing-card.featured .plan-description {
  color: rgba(255, 255, 255, 0.9);
}

.price-wrapper {
  text-align: left;
  margin-bottom: 0.7rem;
  padding: 0.5rem 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.pricing-card.featured .price-wrapper {
  border-color: rgba(255, 255, 255, 0.3);
}

.currency {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0e62ac;
  vertical-align: top;
}
.amc-currency{
    font-size: 0.7rem;
    font-weight: 500;
    color:#ffa61d;
}
.pricing-card.featured .currency {
  color: white;
}

.price {
  font-size: 3rem;
  font-weight: 800;
  color:#0e62ac;
  line-height: 1;
}

.pricing-card.featured .price {
  color: white;
}

.period {
  font-size: 0.8rem;
  color :#ffa61d;
  font-weight: 500;
}
.period-subtitle {
       font-size: 0.8rem;
    font-weight: 600;
    color: #ffa61d;
    text-align: left;
    /*margin-right: -60px;*/
    margin-left: 25px;
  
}

.pricing-card.featured .period {
  color: #ffa61d;
}

.includes-tag {
  background: #fff3cd;
  color: #856404;
  padding: 8px 15px;
  border-radius: 0px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  font-family: system-ui !important;
}

.pricing-card.featured .includes-tag {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-family: system-ui;
}

.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.features-list li {
  padding: 0.35rem 0;
  font-size: 0.95rem;
  color: #333;
  border-bottom: 1px solid #d5d5d5;
  font-family: system-ui !important;
}

.pricing-card.featured .features-list li {
  color: white;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.features-list li:last-child {
  border-bottom: none;
}

/* Button at Bottom */
.cta-button {
  width: 100%;
  padding: 0.5rem;
  background:#0e62ac;
  color: white;
  border: none;
  border-radius: 0px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: auto;
}

.cta-button:hover {
  background: #0096dc;
  transform: scale(1.02);
}

.featured-button {
  background: white;
  color:#0e62ac;
}

.featured-button:hover {
  background: #f8f9fa;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-item {
  padding-bottom: 20px;
}


/* Modal Styles */
.modal-dialog-custom {
  margin-top: 100px;
}

.modal-content-custom {
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header-custom {
  border-bottom: 1px solid #0e62ac;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: #0e62ac;
  padding: 8px 25px !important;
  color: #e8e8e8 !important;
}

.modal-title-custom {
  color:#fff !important;
  font-weight: bold;
}

.forgot-password-link {
  color:#0e62ac;
  text-decoration: none;
}

.login-btn {
  background-color: #0e62ac;
  color: white;
  padding: 0.5rem;
  font-weight: 600;
}


.create-account-link {
  color: #0e62ac;
  font-weight: 600;
  text-decoration: none;
}

.freeTrialBtn {
      background: #fdfdfd;
    font-weight: 600;
    color: #0e62ac;
}

.why-buildbooks-text {
  letter-spacing: -2px;
}

.feature-title {
  font-size: 1.2rem;
}

.feature-card {
  background: #ffffff;
}

.feature-card-title {
  color: #0e62ac;
}

.mission-vision-bg {
  /*background-color:#3a4a8d;*/
  background: linear-gradient(90deg, #3a4a8d, #0096dcb0);
}


.key-features-title {
  color: #0e62ac;
}

.mission-vision-title {
  color: #0e62ac;

}
.benifit-bg {
  /*background-color: #ffffffb8;background-color: #ffffffb8;*/
  background: linear-gradient(230deg, #ffffff, #0096dc2b);
}
.card-body{
  box-shadow: 0 5px 7px rgb(22 19 19 / 42%);
}
.benifit-heading-color {
  color: #0e62ac;
  letter-spacing: -1px;
  margin-bottom:-0.1rem;
  font-family: system-ui;
}
.benifitt-heading {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom:-0.1rem;
  font-family: system-ui;
}
.tick-icon {
  width: 18px;
}

.plan-heading {
  color: #0e62ac;
}

.faq-bg {
/*  background-color:#3a4a8d;*/
  background: linear-gradient(90deg, #3a4a8d, #0096dcb0);
}

.faq-heading {
  color: #0e62ac;
  font-size: 34px;
}
.get{
  background: linear-gradient(90deg, #3a4a8d, #0096dcb0);
}
.contact-form{
  background: #fff;
  box-shadow: 0 5px 7px rgb(22 19 19 / 42%) !important;
  border-radius: 0px !important;
}
.form-label {
    margin-bottom: 0.2rem;
    font-weight: 400;
    font-family: system-ui !important;
}
.form-control{
    font-weight: 500;
    border: var(--bs-border-width) solid #c3c3c3 !important;
    font-size: 14px !important;
    border-radius: none !important;
    
}
.modal-footer{
    background-color: #eaeaea !important;
}

.testimonials-bg {
  background-color: #ffff;
}

.testimonials-heading {
  color: #0e62ac;
  font-size: 34px;
}

.testimonial-card {
    border: 2px solid #d5d5d5cf;
    background: linear-gradient(230deg, #ffffff, #0096dc2b);
  /*  box-shadow: 0 5px 7px rgb(22 19 19 / 13%) !important;*/
}
.icon-wrap{
  color:#0096dc;
}
.footer-heading-color {
  color: #0e62ac;
  font-size: 34px;
}

.footer-description-color {
  color: black;
  text-align: justify;
}
.home-img{
    height: auto;
    width:100%;
    padding: 0 0 50px 0 !important;
}

.request-demo-btn {
  background-color: #0e62ac;
  
}
.why-text{
  color: #fff;
}
.support-img{
    /*background-color: #ffffff;*/
    height: 32px;
    width: 32px;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0px;
    color: #0e62ac;
    font-size: 1.4rem;
}
.algo-logo {
    height: 38px;
    margin-bottom: 9px;
    margin-top: -5px;
}
.sub-btn{
    background: #0e62ac;
    border: 1px solid;
    border-radius: 4px;
}


  /* Mobile responsiveness */
  @media (max-width: 576px) {
    #purchaseModal .modal-body {
      padding: 1.5rem;
    }

    #purchaseModal .contact-option {
      padding: 1rem;
    }

    #purchaseModal .icon-wrapper {
      width: 40px;
      height: 40px;
    }

    #purchaseModal .contact-value {
      font-size: 1rem;
    }
  }
@media (max-width: 991px) {
  .comparison-table {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .flip-card {
    height: 450px;
  }
  
  .pricing-card.featured {
    transform: scale(1);
  }
  
  .featured-column {
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .comparison-table {
    grid-template-columns: 1fr;
  }
  
  .price-wrapper .price {
    font-size: 2.5rem;
  }
  
  .minimal-price .amount {
    font-size: 2rem;
  }
  
  .flip-card {
    height: 380px;
  }
}
@media screen and (max-width: 991px) {
  .fs-sm-14 {
    font-size: 18px !important;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .fs-sm-13 {
    font-size: 13px !important;
  }

  .fs-sm-20 {
    font-size: 20px !important;
  }

  .fs-sm-30 {
    font-size: 30px !important;
            font-size: 30px !important;
        margin-top: 15px;
  }

  .section-title {
    font-size: 30px;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 25px;
  }
  .freeTrialBtn{
          margin-top: 1rem !important;
  }
  

  .section-line {
    width: 200px;
    margin: auto;
    display: block;
  }

  .section-text {
    font-size: 17px;
    text-align: justify;
  }
  .mt-5{
      margin-top: 1rem !important;
  }
    /*.home-img{*/
    /*        height: auto !important; */
    /*}*/
    /* .home-img img{*/
    /*  width:100%  !important; */
    /*}*/

  .collabsText {
    font-size: 30px;
  }

  .supportText {
    font-size: 30px;
  }

  .supportSubText {
    font-size: 14px;
  }

  .supportSubHeading {
    font-size: 20px;
  }

  .featureText {
    font-size: 30px;
  }

  .footerQuote {
    width: 38px;
    height: 28px;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulse-green {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}

@keyframes rotate-slow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.hertxt{
    color: rgb(255 255 255) !important;
    font-weight: 400 !important;
    font-family: system-ui;
}

.txtbl{
    color:rgb(58 74 141) !important;
}
.about-us{
    padding: 30px 40px;
}
.fnt-fw{
    font-family: system-ui !important;
    font-weight: 300 !important;
}
.mb3{
    margin-bottom: 3rem;
}
.text-muted{
    font-family: system-ui !important;
    font-weight: 400 !important;
}
.fw-bold{
 font-family: system-ui !important;   
}
.newbg{
   /* background: #0096dd0f !important;*/
   border:1px solid #d5d5d5cf;
}
.accordion-header{
    font-family: system-ui !important;
}
.nav-link{
    font-family: system-ui !important;
}
.form-check-input{
    border: 3px solid #c3c3c3 !important;
}
.modal-title{
    font-family: system-ui !important;
}
/* Mobile navbar toggle */
#navbarSupportedContent {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
#navbarSupportedContent.show {

    max-height: 600px;
    overflow: visible;
    opacity: 1;
    background: #b9e9ff30;
    /* width: 518px; */
    padding: 10px 15px;
    /* margin-left: -15px; */
    /* margin-right: -10px; */
    margin: 10px 0px 0px 0px;
}

@media (min-width: 992px) {
  #navbarSupportedContent {
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-link.active, 
  .navbar-nav .nav-link.show {
    border-bottom: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link.active, 
  .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
    border-bottom: 1px solid #0e62ac24;
  }
}
.g-4, .gx-4{
    --bs-gutter-x: 5.5rem !important;
    
}
