.link-api-integrations{
color: #0069de !important;
}

.link-api-integrations:hover{
color: #333 !important;
}

/* eVault Product */
.evault-container-c {
    width: 100% !important;
    height: 510px !important;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #0069de;
}

h3.evault-heading-h3 {
    color: #0069de;
    font-size: 36px;
}

p.evault-heading-description {
    font-size: 100px;
    font-weight: 600;
}

/* Extra small devices (phones) */
@media (max-width: 575.98px) {
h3.evault-heading-h3 {
    color: #0069de;
    font-size: 24px;
}
p.evault-heading-description {
    font-size: 45px;
    font-weight: 600;
}
}
/* End eVault Product */

.owl-stage {
display: flex;
align-items: center;
}

/* Container tweaks */
.OurPartners .container {
border-top: none;
}

.IntegrationsBox .h2 {
margin-bottom: 0;
}

/* Carousel container positioning */
.IntegrationsBox .ourClientCrousel.owl-carousel {
padding: 0 50px;
position: relative;
/* ensures nav buttons are positioned correctly */
}

/* Logo styling */
img.clients-logo {
width: 85% !important;
}

.clients-logo {
max-height: 60px;
max-width: 100%;
object-fit: contain;
display: block;
margin: auto;
}

/* Owl Carousel nav buttons */
.owl-nav button {
position: absolute;
top: 35%;
z-index: 1000;
/* increased z-index to ensure visibility */
background: none;
border: none;
font-size: 2.5rem;
color: rgba(16, 76, 186, 0.5);
cursor: pointer;
transition: color 0.3s;
}

.owl-nav .owl-prev {
left: -30px;
}

.owl-nav .owl-next {
right: -30px;
}

.owl-nav button:hover {
color: rgba(16, 76, 186, 1);
/* fully visible on hover */
}

/* Mobile responsiveness */
@media (max-width: 767px) {
.owl-nav button {
font-size: 2rem;
top: 30%;
}

.owl-nav .owl-prev {
left: -15px;
}

.owl-nav .owl-next {
right: -15px;
}
}

@media (max-width: 480px) {
.owl-nav button {
font-size: 1.5rem;
top: 25%;
}

.owl-nav .owl-prev {
left: -10px;
}

.owl-nav .owl-next {
right: -10px;
}
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
color: rgba(16, 76, 186, 0.2) !important;
font-size: 60px !important;
}

.owl-carousel .owl-nav button.owl-prev:hover{
color: rgba(16, 76, 186, 0.9) !important;
}

.owl-carousel .owl-nav button.owl-next:hover {
color: rgba(16, 76, 186, 0.9) !important;
}

.stat-number.ds {
color: #356ab3;
}

.stat-number.su {
color: #857b7b;
}

.stat-number.ec {
color: #7a74c4;
}

.stat-number.ga {
color: #46ae82;
}


.TopHeader.newHomepage {
padding-top: 5px !important;
padding-bottom: 5px !important;
}

.top-left ul {
display: none;
}

/* Hero Section */
.hero {
text-align: center;
padding: 0 0 20px;
}

.hero-container {
text-align: -webkit-center;
}

.hero h1 {
font-weight: 600;
font-size: 60px;
margin: 0px auto 10px;
line-height: 1.2;
letter-spacing: 0.1px;
max-width: 900px;
}


.hero p {
font-size: 20px;
max-width: 760px;
color: var(--text-light);
letter-spacing: 0.1px;
margin: 20px auto;
line-height: 30px;
}

.hero-buttons {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 30px;
}

.demo-btn {
font-size: 17.5px;
background-color: var(--primary-blue);
color: white;
padding: 12px 30px;
border-radius: 30px;
font-weight: bold;
}

.demo-btn:hover {
color: #fff;
background-color: #0050c9;
transform: translateY(-2px);
}

.trial-yellow-btn {
font-size: 17.5px;
background-color: var(--yellow);
color: var(--text-dark);
padding: 12px 30px;
border-radius: 30px;
font-weight: bold;
}

.trial-yellow-btn:hover {
color: #000;
background-color: #ffd000;
transform: translateY(-2px);
}


/* Compliance Section */
.compliance {
text-align: center;
padding: 40px 0 60px;
background: linear-gradient(to bottom, #fff, var(--light-blue-bg));
}

.compliance h3 {
margin-bottom: 30px;
font-size: 17.5px;
color: var(--text-light);
font-weight: normal;
}

.compliance-logos {
display: flex;
justify-content: center;
gap: 5px;
flex-wrap: wrap;
max-width: 100%;
margin: 0 auto;
}

.compliance-logo {
/* width: 80px;*/
height: 80px;
display: flex;
align-items: center;
justify-content: center;
}

/* Trusted Logos */
.trusted {
display: flex;
justify-content: center;
gap: 60px;
flex-wrap: wrap;
padding: 40px 20px;
}

.trusted img {
height: 40px;
opacity: 0.9;
}

/* Features Section */
.features-section {
padding: 80px 0;
text-align: center;
}

.features-heading {
font-size: 43px;
font-weight: bold;
margin-bottom: 60px;
}

.tabs {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 60px;
}

.tab-button {
text-transform: none;
justify-content: center;
color: #000;
padding: 18px 30px;
border: none;
border-radius: 30px;
background-color: #EDEDED;
font-weight: 600;
cursor: pointer;
font-size: 17.5px;
display: flex;
align-items: center;
gap: 8px;
}

button.tab-button.active {
background-color: #0069de;
color: white;
}

.tab-icon {
display: inline-block;
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 5px;
line-height: 20px;
font-size: 20px;
}

.tab-content {
display: none;
max-width: 1320px;
margin: 0 auto;
}

.tab-content.active {
display: block;
}

.tab-grid {
display: flex;
justify-content: space-between;
gap: 50px;
/* height: 630px; */
}

.tab-left {
flex: 1;
min-width: 300px;
}

.tab-right {
flex: 1;
min-width: 300px;
display: flex;
justify-content: center;
align-items: center;
}

.tab-right img {
max-width: 100%;
border-radius: 10px;
}

.feature-card {
border: 1px solid #ededed;
border-radius: 9px;
padding: 30px;
margin-bottom: 25px;
text-align: left;
}

.feature-card h3 {
font-size: 36px;
margin-bottom: 15px;
}

.feature-card p {
margin-bottom: 20px;
color: var(--text-light);
font-size: 17.5px;
line-height: 28px;
}

.yellow-button {
color: #000;
background-color: var(--yellow);
border: none;
padding: 12px 20px;
font-weight: bold;
border-radius: 30px;
cursor: pointer;
font-size: 14px;
text-transform: capitalize;
}

.yellow-button:hover {
color: #000;
background-color: #ffd000;
transform: translateY(-2px);
}


/* Stats Section */
.stats-section {
padding: 30px 0 80px;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
}

.stat-card {
box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
background-color: #DBEBF9;
padding: 30px;
border-radius: 10px;
width: 23.2%;
height: 165px;
text-align: left;
column-gap: 20px;
display: flex;
align-items: center;
}

.stat-card.users {
background-color: #F4F5F5;
}

.stat-card.clients {
background-color: #f5f0ff;
}

.stat-card.awards {
background-color: #DBEFE9;
}

.stat-icon {
color: var(--primary-blue);
font-size: 20px;
margin-bottom: 15px;
}

.stat-number {
font-size: 40px;
font-weight: 600;
line-height: normal;
margin-bottom: 5px;
}

.stat-label {
color: var(--text-light);
font-size: 17.5px;
}

/* Mobile Menu */
.mobile-menu-btn {
display: none;
background: none;
border: none;
font-size: 24px;
cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 768px) {

.compliance-logos {
gap: 15px;
}

.compliance-logo {
width: 60px;
height: 60px;
}

.tab-button {
width: 100%;
max-width: 300px;
}
}

@media (max-width: 480px) {
.hero-buttons {
flex-direction: column;
gap: 0px !important;
}

.hero h1 {
font-size: 28px;
}

.stat-card {
width: 100%;
}
}


/* ______________________________Industries Section ______________________________________________ */
/* === INDUSTRIES FLIP CARDS === */

/* Section container (optional, for layout) */
.industries-wrapper {
  padding: 140px 20px 120px;
}

.industries-heading {
  font-size: 43px;
  text-align: center;
  margin-bottom: 10px;
}

.industries-subtitle {
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 28px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-light, #666);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin: 0 auto;
  max-width: 1340px;
}

/* === FLIP CARD CORE === */
.flip-card {
  perspective: 1000px;
  position: relative;
  transform-style: preserve-3d;
  cursor: pointer;
}

.flip-card-inner {
  width: 100%;
  height: 250px;
  position: relative;
  transition: transform 0.7s ease-in-out;
  transform-style: preserve-3d;
  will-change: transform;
}

/* Hover (desktop) or active (mobile/tap) */
.flip-card:hover .flip-card-inner,
.flip-card.active .flip-card-inner {
  transform: rotateY(180deg) scale(1.02);
}

/* === FRONT & BACK FACES === */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.4s ease;
  top: 0;
  left: 0;
}

/* FRONT */
.flip-card-front {
  background-size: cover;
  background-position: center;
  color: #fff;
  z-index: 2;
  pointer-events: none; /* prevent accidental clicks */
}

.flip-card-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: opacity 0.3s ease;
}

/* Hide front overlay when flipped */
.flip-card.active .flip-card-front::before {
  opacity: 0;
  visibility: hidden;
}

.flip-card-front h3 {
  position: relative;
  z-index: 2;
  color: #dddddd;
  text-shadow: 1px 0px 3px #000000e8;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  padding: 0 10px;
}

/* BACK */
.flip-card-back {
  background-color: #ffffff;
  color: #333;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
  pointer-events: auto; /* enable interaction */
  z-index: 3;
}

.flip-card-back h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.flip-card-back p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* Button on back */
.flip-card-back .industries-card-btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #FFD500;
  color: #000;
  border: none;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.flip-card-back .industries-card-btn:hover {
  background-color: #ffcf00;
  transform: translateY(-2px);
}

/* === RESPONSIVE === */
@media (max-width: 999px) {
  .industries-heading {
    font-size: 32px;
  }
  .flip-card-inner {
    height: 100%;
  }
}

@media (max-width: 500px) {
  .flip-card-inner {
    height: 100%;
  }
  .industries-heading {
    font-size: 28px;
  }
}



/*___________Integration Section___________*/

.integration-section {
max-width: 100%;
background-color: #0069de12;
}

.integration-container {
text-align: center;
padding: 80px 20px 120px;
max-width: 1360px;
margin: 0 auto;
}

.integration-container h2 {
font-size: 43px;
font-weight: 700;
color: #000;
margin-bottom: 10px;
}

.integration-container p {
font-size: 18px;
color: var(--text-light);
max-width: 800px;
margin: 0 auto 50px;
}

.integration-logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
}

.integration-logos .logo-card {
background-color: #fff;
padding: 20px 30px;
border-radius: 16px;
transition: transform 0.2s;
display: flex;
align-items: center;
justify-content: center;
width: 195px;
height: 120px;
}

.integration-logos .logo-card img {
max-height: 70px;
max-width: 100%;
}




/* ______________________Awards Section____________________ */
.awards-section {
max-width: 1360px;
margin: 0 auto;
padding: 120px 20px 70px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 60px;
}

.awards-text {
flex: 1;
min-width: 300px;
}

.awards-text h2 {
font-size: 43px;
font-weight: 700;
margin-bottom: 20px;
}

.awards-text p {
font-size: 18px;
color: var(--text-light);
margin-bottom: 15px;
}

.awards-grid {
flex: 1;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
min-width: 300px;
}

.award-card {
background-color: #bababa30;
border-radius: 12px;
padding: 20px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}

.award-card img {
max-width: 100%;
max-height: 155px;
object-fit: contain;
}

.ratings {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px 15px;
margin: 30px 0;
}

img.g2 {
width: 45px !important;
}

.rating {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
font-weight: 500;
background-color: #bababa30;
padding: 20px;
border-radius: 12px;
}

.rating img {
width: 120px;
height: auto;
object-fit: contain;
}

span.star {
color: #ffd700;
}


/* ___________________What our customers say section_____________________ */
.testimonials-section {
max-width: 1360px;
margin: 0 auto;
padding: 30px 20px 70px;
background: #fff;
}

.testimonials-section h2 {
text-align: center;
font-size: 43px;
font-weight: 700;
margin-bottom: 10px;
}

.testimonials-section p.subtitle {
text-align: center;
color: var(--text-light);
width: 800px;
margin: 0 auto 50px;
font-size: 18px;
}

.testimonial-card {
background: #fff;
border-radius: 12px;
padding: 40px 25px;
margin: 5px;
box-shadow: 0 2px 8px rgb(0 0 0 / 18%);
min-height: 410px;
height: 100%;
max-height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
}

.testimonial-card img.logo {
max-height: 50px;
object-fit: contain;
margin-bottom: 20px;
width: 50% !important;
}
img.logo.honda {
    margin-left: -26px;
}
.testimonial-card p.quote {
font-size: 15px;
color: #333;
line-height: 1.6;
margin-bottom: 15px;
max-height: 140px;
overflow: hidden;
transition: max-height 0.3s ease-in-out;
}

.testimonial-card p.quote.expanded {
max-height: none;
}

.read-more {
background-color: #FFD500;
color: #000;
border: none;
padding: 6px 16px;
border-radius: 30px;
font-weight: 600;
font-size: 14px;
margin-bottom: 15px;
cursor: pointer;
align-self: flex-start;
text-transform: capitalize;
transition: all 0.3s ease;
}

.read-more:hover {
background-color: #ffd000;
transform: translateY(-2px);
color: #000;
}

.continue {
background-color: #FFD500;
color: #000;
border: none;
padding: 6px 16px;
border-radius: 30px;
font-weight: 600;
font-size: 14px;
margin-bottom: 15px;
cursor: pointer;
align-self: flex-start;
text-transform: capitalize;
transition: all 0.3s ease;
}

.continue:hover {
background-color: #ffd000;
transform: translateY(-2px);
color: #000;
}

.stars {
color: #FFA500;
font-size: 16px;
margin-bottom: 10px;
}

.testimonial-author {
font-size: 14px;
color: #000;
}

.testimonial-author strong {
font-weight: 600;
}

/* Owl Carousel nav buttons */
.testimonials-section .owl-nav button {
background: #eee !important;
border: none;
border-radius: 50%;
padding: 10px 15px !important;
font-size: 18px !important;
cursor: pointer;
margin: 0 5px;
color: #333 !important;
}

.testimonials-section .owl-nav button:hover {
background: #ccc !important;
}

.testimonials-section .owl-dots {
text-align: center;
margin-top: 20px;
}

@media (max-width: 768px) {
.testimonial-card {
flex: 0 0 90%;
max-width: 90%;
}

.testimonials-section p.subtitle {
width: 100%;
}


}



/* ___________Blog. Casestudies & Latest Blog section__________________ */
.text-center {
text-align: center;
margin-bottom: 10px;
}

.text-center h1 {
font-size: 43px;
font-weight: 700;
}

.text-center p {
font-size: 18px;
text-align: center;
color: var(--text-light);
/* width: 800px; */
margin: 10px auto 50px;
}

.main-layout {
display: flex;
gap: 40px;
flex-wrap: wrap;
}

.left-column {
flex: 3;
}

.right-column {
flex: 1.2;
border-left: 2px solid #ddd;
padding-left: 40px;
}

.section-title {
font-size: 30px;
font-weight: 700;
margin: 0px 0 20px;
}

.blog-card-grid {
display: flex;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 10%;
}

.card {
overflow: hidden;
flex: 1 1 calc(33.33% - 20px);
display: flex;
flex-direction: column;
border: none;
}

.card img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 12px;
}

.card-content {
flex-grow: 1;
}

.card-content h4 {
font-size: 15px;
margin: 15px 0px;
color: #222;
font-weight: normal !important;
}

.card-footer {
padding: 0px 0px 10px !important;
background-color: white;
border-top: none;
}


.latest-blog-list .card {
flex: 1 1 100%;
}

@media (max-width: 1024px) {
.card {
flex: 1 1 calc(50% - 20px);
}
}

@media (max-width: 768px) {
.main-layout {
flex-direction: column;
}

.right-column {
border-left: none;
padding-left: 0;
}

.card {
flex: 1 1 100%;
}
}

.container.blog-casestudies {
padding: 30px 20px 100px;
}

.card-content h4 a {
color: #222 !important;
}

.card-content h4 a:hover {
color: #676767 !important;
}

/*______________Support section styling______________________________ */
/* Banner container */
.doc-solution-banner {
width: 100%;
background-color: #0069de;
padding: 60px 20px 70px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

/* Content wrapper */
.doc-solution-content {
display: flex;
width: 100%;
max-width: 1200px;
justify-content: space-between;
align-items: center;
gap: 180px;
flex-wrap: wrap;
}

/* Left section with CTA */
.doc-solution-cta {
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
}

/* Button styling */
.support-section-trial-yellow-btn {
background-color: #ffdc00;
color: #000;
border: none;
border-radius: 50px;
padding: 15px 45px;
font-size: 17.5px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
text-transform: capitalize;
}

.support-section-trial-yellow-btn:hover {
color: #000;
background-color: #ffd000;
transform: translateY(-2px);
}

/* Right section with text */
.doc-solution-text {
flex: 2;
text-align: left;
color: white;
}

.doc-solution-heading {
font-size: 42px;
font-weight: bold;
margin-bottom: 10px;
}

.doc-solution-subheading {
font-size: 20px;
margin-bottom: 30px;
line-height: 1.4;
}

/* Features container */
.doc-solution-features {
display: flex;
gap: 20px;
z-index: 10;
}

/* Feature box */
.doc-solution-feature {
padding: 10px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: flex-start;
text-align: center;
width: 100%;
border: 1.5px solid #fff;
gap: 10px;
box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.doc-solution-icon {
width: 50px;
height: 50px;
margin-bottom: 15px;
color: #0078ff;
}

.doc-solution-feature-title {
color: #ffffff;
font-weight: 100;
font-size: 18px;
}

/* Responsive */
@media (max-width: 991.98px) {
.doc-solution-content {
flex-direction: column-reverse;
align-items: center;
text-align: center;
gap: 60px;
}

.doc-solution-cta {
align-items: center;
}

.doc-solution-text {
text-align: center;
}

.doc-solution-features {
flex-wrap: wrap;
gap: 15px;
position: static;
margin-top: 40px;
justify-content: center;
}
}


/*__________Footer Section__________*/
.latestFooter {
background: #ffffff !important;
margin-top: 2% !important;
border-top: 0px !important;
}

footer p {
color: #060606;
}

h3.footTitle.font20.menu-footer-heading {
margin-top: 20px;
}

.App-code-footer.mt20.text-center {
margin: 30px 0px;
display: flex;
column-gap: 10px;
}

.latestFooter ul.socialFooter li a {
width: 50px !important;
height: 50px !important;
border-radius: 12px !important;
vertical-align: middle;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
background: #fff;
color: #333;
text-decoration: none;
}

.latestFooter ul.socialFooter li a:hover {
background-color: #0069de;
}

.btn-primary {
color: #fff;
background-color: #0069de !important;
border-color: #0069de !important;
}

.footer-certificates {
display: flex;
justify-content: center;
width: 100%;
gap: 20px;
margin: 0px 0px 66px 0px;
}

/* Responsiveness */
@media (min-width: 999px) and (max-width: 1199.98px) {

/* Trusted Brands section */
.trusted {
display: flex;
justify-content: center;
gap: 22px;
flex-wrap: wrap;
padding: 40px 8px;
}

/*Product features section*/
.tab-button {
width: 23%;
}

/* Stat section*/
.stat-card {
padding: 18px
}

/* Testmonials */
.testimonial-card {
width: 31%;
}
}

/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {

.blog-card-grid{
gap: 50px;
}

.hero h1 {
font-size: 46px;
}
section.introBox {
    padding-top: 18vh !important;
}
.tab-grid {
flex-direction: column;
}
.compliance-logos {
    max-width: 85%;
}
.tab-left,
.tab-right {
width: 100%;
}

.tab-right {
order: -1;
margin-bottom: 30px;
}

.compliance-logo {
width: 80px;
height: 80px;
}

.trusted {
gap: 50px;
}

.trusted img {
height: 45px;
}

.features-section {
padding: 80px 0;
}

.features-heading {
font-size: 40px;
margin-bottom: 40px;
}

.tab-button {
width: 23%;
padding: 20px 15px;
}

.tab-grid {
height: 100%;
}

.stat-card {
width: 46%;
}

.industries-heading {
font-size: 40px;
}

.awards-text h2 {
font-size: 40px;
}

.rating {
flex-wrap: wrap !important;
}

.awards-section {
flex-direction: column;
align-items: center;
}

.awards-grid {
grid-template-columns: repeat(3, 1fr);
min-width: 100%;
}

.testimonials-section h2 {
font-size: 40px;
}

.text-center h1 {
font-size: 40px;
}

.doc-solution-heading {
font-size: 40px;
}

.doc-solution-text {
text-align: center;
width: 100%;
}

.doc-solution-feature {
width: 30%;
}

.testimonial-card {
width: 45%;
}

}

/* Small devices (landscape phones) */
@media (min-width: 576px) and (max-width: 767.98px) {
.rating {
flex-wrap: wrap !important;
}

.hero h1 {
font-size: 40px;
font-weight: 800;
}

.hero p {
font-size: 18px;
line-height: 28px;
}

.trusted {
gap: 40px;
}

.trusted img {
height: 36px;
}

.features-heading {
font-size: 38px;
}

.tab-button {
max-width: 260px;
}

.tab-grid {
flex-direction: column;
height: 100%;
}

.tab-left,
.tab-right {
width: 100%;
}

.tab-right {
order: -1;
margin-bottom: 30px;
}

.awards-text h2 {
font-size: 38px;
}

.stat-card {
width: 46%;
}

.industries-heading {
font-size: 38px;
}

.integration-container h2 {
font-size: 38px;
}

.awards-section {
padding: 80px 20px 70px;
}

.testimonials-section h2 {
font-size: 38px;
}

.text-center h1 {
font-size: 38px;
}

.text-center p {
margin: 10px 0px 70px;
}

.doc-solution-feature {
width: 31%;
}

.card img {
height: auto !important
}

.doc-solution-features {
gap: 10px;
}

}


/* Extra small devices (phones) */
@media (max-width: 575.98px) {
.offerBg .introBox {
padding-top: 20vh;
}

.top-right.d-flex.align-items-center {
margin-right: -15px !important;
}

.office-time.mr-3 {
font-size: 14px !important;
}

.TopHeader.bg-lighter.pTB10.newHomepage {
padding: 5px 0px !important;
}

.hero {
padding: 0 0 30px !important;
}

.hero h1 {
font-size: 35px;
font-weight: 800;
}

.hero p {
font-size: 18px;
line-height: 28px;
margin: 20px auto;
}

.hero-buttons {
margin-top: 40px;
align-items: center;
flex-direction: column;
}
.stat-label{
font-size:16px;
}
.demo-btn {
font-size: 16px;
width: 280px;
margin-bottom: -10px;
}

.trial-yellow-btn {
font-size: 16px;
width: 280px;
}

.compliance {
padding: 34px 0 60px;
}

.compliance h3 {
margin-bottom: 24px;
}

.compliance-logos {
gap: 5px;
}

.compliance-logo {
width: 50px;
height: 50px;
}

.trusted {
gap: 40px;
padding: 40px 15px;
}

.trusted img {
height: 28px;
opacity: 0.9;
}

.tab-button {
width: 46%;
font-size: 16px;
max-width: 330px;
padding: 20px 20px;
}

.tab-grid {
flex-direction: column;
gap: 10px;
height: 100%;
}

.tab-left,
.tab-right {
width: 100%;
}

.tab-right {
order: -1;
margin-bottom: 30px;
}


.features-section {
padding: 60px 0;
}

.features-heading {
font-size: 35px;
margin-bottom: 30px;
}

.tabs {
margin-bottom: 50px;
}

.feature-card h3 {
font-size: 24px;
margin-bottom: 10px;
}

.feature-card p {
font-size: 16px;
line-height: 24px;
}

.stat-card {
padding: 20px;
width: 42%;
}

.stat-number {
font-size: 24px;
}

.stats-section {
padding: 20px 0 90px;
}

.industries-heading {
font-size: 30px;
margin-bottom: 10px;
}

.industries-subtitle {
font-size: 16px;
margin-bottom: 40px;
}

.card-grid {
gap: 20px;
}

.industries-wrapper {
padding: 85px 20px 80px;
}

.integration-container h2 {
font-size: 30px;
margin-bottom: 10px;
}

.integration-container p {
font-size: 16px;
}

.integration-logos {
gap: 15px;
}

.integration-logos .logo-card {
width: 110px;
height: 100px;
padding: 15px 20px;
}

.integration-container {
padding: 80px 20px 85px;
}

.awards-section {
padding: 80px 20px 70px;
gap: 10px;
}

.awards-text h2 {
font-size: 30px;
margin-bottom: 20px;
}
.awards-text p {
font-size: 16px;
}

.awards-grid {
grid-template-columns: repeat(2, 1fr);
}

.testimonials-section h2 {
font-size: 35px;
}

.testimonials-section p.subtitle {
margin-bottom: 40px;
width: 100% !important;
}

.text-center h1 {
font-size: 30px;
}
.card img {
width: 100%;
height: auto;
}
.text-center p {
font-size: 16px;
margin: 10px 0px 40px;
}

.section-title {
margin: 50px 0 25px;
}

.main-layout {
gap: 0px;
}

.container.blog-casestudies {
padding: 10px 20px 35px;
}

.doc-solution-heading {
font-size: 30px;
margin-bottom: 10px;
}

.support-section-trial-yellow-btn{
font-size: 16px;
}

.doc-solution-subheading {
font-size: 16px;
}

.doc-solution-feature {
width: 20%;
min-width: 170px;
}

.doc-solution-content {
gap: 35px;
}
.doc-solution-feature-title {
font-size: 13px;
font-weight: 600;
}

.rating {
flex-wrap: wrap !important;
}
.blog-card-grid {
gap: 30px;
}
.doc-solution-features {
gap: 10px;
}

}


/* Mobile-specific fixes */
@media (max-width: 768px) {
.flip-card {
z-index: 15 !important;
height: 230px !important;
}

.flip-card-back {
transform: rotateY(180deg) translateZ(1px) !important;
-webkit-transform: rotateY(180deg) translateZ(1px) !important;
height: 230px !important;
}
}


/* Responsiveness: Large Devices (Desktops) */
@media (min-width: 1920px) {

section.introBox {
padding-top: 14vh !important;
}

.compliance {
padding: 40px 0 90px;
}

.tab-grid {
gap: 30px;
height: auto;
}

.tab-left {
flex: 0.5;
min-width: 300px;
}

.tab-right {
flex: 1;
min-width: 300px;
display: flex;
justify-content: center;
align-items: flex-start;
}

.feature-card h3 {
font-size: 26px;
margin-bottom: 15px;
}

.tab-right img {
min-width: 100%;
}

.features-section {
padding: 80px 0 120px;
}
.bootmFooter {
  padding-top: 1.2vh;
  margin-top: 5vh;
  padding-bottom: 1vh;
}

}

