h1, h2, h3, h4, h5, h6 {

    

    font-family: 'Montserrat', sans-serif;

    font-weight: 600;

    line-height: 1.21;

   

}




body{

    font-family: "Poppins", sans-serif;

}



p{

    font-size: 14px;

}



/* animation */



.floating-image {

  display: inline-block;

  position: relative;

}



.floating-image img {

  width: 100%;

  max-width: 400px; /* adjust as needed */

  animation: floatUpDown 4s ease-in-out infinite;

}



@keyframes floatUpDown {

  0% {

    transform: translateY(0px);

  }

  50% {

    transform: translateY(-20px);

  }

  100% {

    transform: translateY(0px);

  }

}







/* animation */







.header-logo img{

    width: 175px;

}



.header-section-cont{

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.header-logo-section{

    

    width: 20%;



}



.header-menu-section{

    

    width: 70%;



}



.header-menu-section ul{

    

    display: flex;

    justify-content: space-evenly;

    align-items: center;

    list-style: none;

    margin-bottom: 0;



}



.header-menu-section ul li a{

    

    text-decoration: none;

    color: #000;

    font-size: 16px;

    font-weight: 500;



}



/* pages css */



.hero-section-cont{

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.hero-section{
  margin-top: 30px;
}

.hero-cta{
  margin-top: 15px;
}


.hero-section-left{

    width: 48%;

        display: flex;

    flex-direction: column;

    gap: 5px;

}

.hero-section-left .cell-outlay {
    font-weight: 600;
    color: #000;
     border-right: unset; 
    background: unset; 
}

.hero-section-left .cell{
  padding: 5px 0px;
}

.hero-section-left h1 span{
  color: #fcb040;
  text-transform: capitalize;
}

.hero-section-right{

    width: 48%;;

}



.hero-section-image{

    

    display: flex;

    align-items: center;

    justify-content: center;



}



.hero-section-image img{

    

    width: 85%;



}



.hero-section-left p{

    

    color: #8d7a7a;

    line-height: 28px;

    width: 90%;



}



.hero-section-left a button{

    

    border: none;

    background: #fcb040;

    font-size: 13px;

    padding: 10px 15px;

    font-weight: 600;

    letter-spacing: 1px;

    border-radius: 5px;

    color: #fff;



}



.homepage-sec-1-cont{

    display: flex;

    flex-direction: row-reverse;

    justify-content: space-between;

    align-items: center;

}



.homepage-sec-1-left{

    width: 48%;

}



.homeage-sec-1-right{

    width: 48%;

}



.pain-points{

    

    display: flex;

    gap: 10px;

    align-items: baseline;

    margin-bottom: 10px;



}



.pain-points-logo i{

    

    font-size: 20px;

    color: #fcb040;



}



.pain-point-content h4{

    

    font-size: 16px;

    color: #8d7a7a;



}



.pain-points-vector-image{

    

    display: flex;

    justify-content: center;

    align-items: center;



}



.pain-points-vector-image img{

    

    width: 70%;



}



.homepage-section-1{

    padding: 50px 0;

}



.pain-points-section{

    

    margin-top: 30px;



}



.features-section{

    

    padding: 50px 0;



}



.features-section-cont h6{

    

    text-align: center;

    color: #fcb040;

    text-transform: uppercase;

    font-weight: 800;



}



.features-section-cont h2{

    

    text-align: center;



}



.features-section-cont p{

    

    text-align: center;

    margin: 0 auto;

    width: 70%;

    color: #8d7a7a;

    line-height: 28px;



}



.features-section-column{

    

    display: flex;

    margin-top: 30px;

    justify-content: space-between;

    gap: 3%;



}



.features-section-col-1{

    

    display: flex;

    flex-direction: column;

    justify-content: space-evenly;



}



.feature-points{

    

    display: flex;

    gap: 20px;



}



.features-logo-box{

    

    width: 50px;

    height: 50px;

    background: #fcb040;

    display: grid;

    place-items: center;

    border-radius: 50%;



}



.features-logo-box i{

    

    font-size: 24px;



}



.features-point-div h4{

    

    font-size: 18px;



}



.features-point-div p{

    

    color: #8d7a7a;

    font-size: 14px;

    width:100%;

    text-align: left;

    line-height: 24px;



}



.why-choose-us-section{

    padding: 50px 0;

}



.why-choose-section-cont h6{



    text-align: center;

    color: #fcb040;

    text-transform: uppercase;

    font-weight: 800;

}



.why-choose-section-cont h2{

      text-align: center;

}



.why-choose-section-cont p{



    text-align: center;

    margin: 0 auto;

    width: 70%;

    color: #8d7a7a;

    line-height: 28px;

}



.why-choose-us-box-section{

    

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;



}



.why-choose-us-box{

    

    display: flex;

    flex-direction: column;

    justify-content: space-evenly;

    width: 31%;

    height: 250px;



}



.why-choose-us-icon{

    display: flex;justify-content: center;

}



.why-icon-box{

    

    width: 80px;

    height: 80px;

    background: orange;

    aspect-ratio: 5/4;

    object-fit: cover;

    object-position: 50% 80%;

    border-radius: 30% 70% 50% 30% / 50%;

    display: grid;

    place-items: center;

    animation: blobWobble 6s ease-in-out infinite;



}



@keyframes blobWobble {

  0% {

    border-radius: 30% 70% 50% 30% / 50%;

    transform: translateY(0px);

  }

  25% {

    border-radius: 40% 60% 50% 40% / 55% 45% 55% 45%;

    transform: translateY(-4px);

  }

  50% {

    border-radius: 70% 30% 60% 40% / 50% 60% 40% 50%;

    transform: translateY(0px);

  }

  75% {

    border-radius: 35% 65% 45% 55% / 60% 40% 50% 50%;

    transform: translateY(3px);

  }

  100% {

    border-radius: 30% 70% 50% 30% / 50%;

    transform: translateY(0px);

  }

}



.why-icon-box img{

    

    width: 50px;



}



.why-choose-us-points h5{

    

    font-size: 18px;

    text-align: center;



}



.why-choose-us-points p{

    

    width: 100%;

    font-size: 14px;

    line-height: 25px;



}



.why-choose-us-points{

    

    min-height: 100px;



}



.trusted-companies-section{



    padding: 50px 0;

}



.trusted-companies-cont h2{

    text-align: center;

}



.trusted-companies-cont p{



    text-align: center;

    margin: 0 auto;

    width: 70%;

    color: #8d7a7a;

    line-height: 28px;

}



/* logo slick slider css start */



  .customer-logos{

    display: flex;

    justify-content: center;

    gap: 30px;

    padding-top: 30px;

  }



  .slide{

    width: 150px;

  }



  .slide img{

    width: 100%;

  }



/* logo slick slider css end */



.footer-logo img{

    width: 175px;

}



.footer-section{

    

    background: #f1f1f1;

    padding-top: 50px;



}



.footer-section ul{

    list-style: none;

    padding-left: 0;

}



.footer-section ul li a{

    text-decoration: none;

    font-size: 14px;

    color: grey;

    line-height: 26px;

}



.footer-sec-cont{

    

    display: flex;

    justify-content: space-between;



}



.footer-logo-section{

    

    width: 25%;



}



.footer-menu-section{

    

    width: 74%;

    display: flex;

    justify-content: space-evenly;



}



.copy-right-section{

    

    display: flex;

    justify-content: space-between;



}



.conditions ul{

    

    display: flex;

    gap: 20px;



}



.footer-description p{

    

    color: grey;

    font-size: 14px;

    line-height: 26px;



}



.footer-links h4{

    

    font-size: 18px;

    margin-bottom: 15px;



}



.copy-right ul li{

    

    font-size: 13px;

    color: grey;



}



.copy-right ul li a{

    

    font-size: 13px;



}



.footer-links ul li{

    padding-bottom: 10px;

}



.social-link-section{

    

    display: flex;

    gap: 5px;

    align-items: center;



}



.social-icon i{



    font-size: 24px;

    color: #262262;



}



.social-link-text p{

    

    margin-bottom: 0;

    font-size: 14px;



}



.conditions ul li a{

    font-size: 13px;

}



.trusted-by {

  text-align: center;

  padding: 60px 20px;

  background: #fff;

}



.trusted-by h2 {

  font-size: 2rem;

  font-weight: 600;

  color: #222;

  margin-bottom: 10px;

}



.trusted-by p {

     text-align: center;

    margin: 0 auto;

    width: 70%;

    color: #8d7a7a;

    line-height: 28px;

}



.logo-slider {

  overflow: hidden;

  position: relative;

  width: 100%;

  top:30px;

}



.slide-track {

  display: flex;

  width: calc(250px * 12);

  animation: scroll 25s linear infinite;

}



.slide {

  height: 100px;

  width: 250px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 10px;

}



.slide img {

  max-height: 100px;

  max-width: 250px;

  object-fit: contain;

  filter: grayscale(0%);

  opacity: 0.8;

  transition: all 0.3s ease;

}



.slide img:hover {

  filter: grayscale(0%);

  opacity: 1;

  transform: scale(1.05);

}



@keyframes scroll {

  0% { transform: translateX(0); }

  100% { transform: translateX(calc(-250px * 6)); }

}







/* Responsive */

@media (max-width: 768px) {

  .slide {

    width: 100px;

  }

  .slide img {

    max-height: 50px;

  }

}



.cta-banner {

  position: relative;

  height: 70vh;

  background: url('./assets/cta-section-bg.jpg') center center/cover no-repeat;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: #fff;

  overflow: hidden;

}



.cta-overlay {

  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, 0.55); /* dark overlay */

  /* backdrop-filter: blur(2px); */

}



.cta-content {

  position: relative;

  z-index: 2;

  max-width: 700px;

  padding: 20px;

}



.cta-content h2 {

  font-size: 2.2rem;

  font-weight: 700;

  margin-bottom: 15px;

}



.cta-content p {

  font-size: 1.1rem;

  margin-bottom: 25px;

  opacity: 0.9;

}



.cta-btn {

  display: inline-block;

  background: #fcb040;

  color: #fff;

  padding: 14px 34px;

  border-radius: 40px;

  font-weight: 600;

  text-decoration: none;

  transition: 0.3s ease;

}



.cta-btn:hover {

  background: #fcb040;
  
  color:#000;

  transform: translateY(-3px);

}



/* Responsive */

@media (max-width: 768px) {

  .cta-banner {

    height: 60vh;

    padding: 40px 20px;

  }

  .cta-content h2 {

    font-size: 22px;

  }

  .cta-content p {

    font-size: 13px;

  }
  .cta-btn {

    padding: 7px 22px;
    font-size: 13px;
}

.footer-section {
    background: #f1f1f1;
    padding-top: 20px;
}

.footer-sec-cont{
  flex-wrap: wrap;
}

.footer-logo-section {
    width: 100%;
}

.footer-logo img {
    width: 150px;
}

.footer-description p {
    color: grey;
    font-size: 13px;
    line-height: 22px;
}

.footer-menu-section {
    width: 100%;
    display: flex;
    justify-content:flex-start;
    gap: 15px;
}

.footer-links h4 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
    height: 40px;
    width: 80%;
}

.footer-section ul li a{
  font-size: 13px;
}

.social-link-text p {
    margin-bottom: 0;
    font-size: 13px;
}

.social-icon i {
    font-size: 20px;
    color: #262262;
}

.copy-right ul li {
    font-size: 12px;
    color: grey;
}

.copy-right-section {

    justify-content: space-between;
    flex-direction: column;
}

.footer-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.conditions ul {
    display: flex
;
    gap: 10px;
}

}



/* Testimonial css start */



.testimonial-section {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 50px;

  padding: 80px 5%;

  background: #f9f9f9;

  flex-wrap: wrap;

}



.testimonial-left {

  flex: 1;

  min-width: 300px;

}







.testimonial-left p {

  color: #555;

  line-height: 1.6;

  max-width: 400px;

}



/* Slider */

.testimonial-slider {

  flex: 1.2;

  overflow: hidden;

  position: relative;

  min-width: 300px;

}



.testimonial-track {

  display: flex;

  transition: transform 0.6s ease-in-out;

}



.testimonial-card {

  background: #fff;

  border: 1px solid #ddd;

  border-radius: 12px;

  padding: 30px;

  margin-right: 20px;

  width: 300px;

  box-shadow: 0 4px 15px rgba(0,0,0,0.05);

  flex-shrink: 0;

}



.testimonial-card p {

 

  line-height: 25px;

  color: gray;

}



.testimonial-card h4 {

  margin-top: 15px;

  font-size: 20px;

  color: #e67e22;

}

.testimonial-sample-section{

  padding: 50px 0;

}





/* Testimonial css end */



/* FAQ css */



.faq-section {

  background: #fff;

  padding: 80px 5%;

}



.faq-container {

  max-width: 800px;

  margin: 0 auto;

}



.faq-container h2 {

 

  text-align: center;



}



.faq-intro {

  text-align: center;

  color: #666;

  margin-bottom: 40px;

 

}



.faq-item {

  border-bottom: 1px solid #ddd;

  margin-bottom: 15px;

  overflow: hidden;

}



.faq-question {

  background: none;

  border: none;

  width: 100%;

  text-align: left;

  font-size: 1.1rem;

  font-weight: 600;

  padding: 20px;

  cursor: pointer;

  position: relative;

  color: #333;

}



.faq-question::after {

  content: '+';

  position: absolute;

  right: 20px;

  font-size: 1.5rem;

  transition: transform 0.3s ease;

}



.faq-item.active .faq-question::after {

  transform: rotate(45deg);

}



.faq-answer {

  max-height: 0;

  overflow: hidden;

  transition: max-height 0.4s ease, padding 0.4s ease;

  padding: 0 20px;

}



.faq-item.active .faq-answer {

  max-height: 200px;

  padding: 15px 20px 25px;

 

 

}





/* FAQ css */



.about-page-section-1{
  padding: 50px 0;
   /* background: url(./assets/about-page-vector.png);
  background-size: cover; */
}

.about-page-section-cont{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-page-sec-1-left{
 
  width: 48%;
}

.about-page-sec-1-left img{
  width: 100%;
}

.about-page-sec-1-right{
  width: 48%;
}

.about-page-sec-1-right h2 span{
    
    font-size: 36px;
    color: #fcb040;

}

.about-page-sec-1-right h4{
  font-size: 20px;
}

.about-page-sec-1-right p{
  color: #8d7a7a;
    line-height: 28px;
}

.features-page-sec-1{
  padding: 50px 0;
}

.features-sec-1-cont{
  display: flex;
  justify-content: space-between;
}

.features-sec-1-left{
  width: 44%;
}

.features-sec-1-left img{
  width: 70%;
}

.features-sec-1-right{
  width: 55%;
}

.features-sec-1-right p{
  color: #8d7a7a;
    line-height: 28px;
}

.customer-apps-features-box-section{
  
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.customer-apps-feature-box{
  
    width: 48%;
    display: flex;
   gap: 10px;
   align-items: center;

}

.customer-apps-feature-content h5{
  
    font-size: 15px;
   margin-bottom: 0;

}

.customer-apps-feature-icon{
  
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    display: grid;
    place-items: center;
    border-radius: 5px;

}

.customer-apps-feature-icon i{
  
    font-size: 24px;
    color: #fcb040;

}

.customer-apps-feature-content{
  width: 80%;
}

:root{
    --pinkish-red: #C35A74;
    --medium-blue: #307BAA;
    --greenish-blue: #53BAB5;
    --bright-orange: #FF7445;
    --white-smoke: #F5F5F4;
    --white: #FFF;
    --dark-gray: #7D7C7C;
    --black: #000;
}

.pricing-page-sec-1{
  padding: 50px 0;
}

.pricing-page-sec-1-cont h2{
  text-align: center;

}

.pricing-page-sec-1-cont p{
   color: #8d7a7a;
    line-height: 28px;
        margin: 20px auto;
    width: 60%;
    text-align: center;
}

.pricing-table-section section{
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.pricing-table-section .content{
    display: flex;
    justify-content: space-between;
   
}

.pricing-table-section .box{
    display: flex;
    flex-direction: column;
  
    width: 300px;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    
    background: var(--white);
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 20%);
}

.pricing-table-section .title{
    width: 100%;
    padding: 10px 0;
    font-size: 1.2em;
 
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    
}

.pricing-table-section .basic .title{
    background: #f1f1f1;
    color: #262262;
}

.pricing-table-section .standard .title{
    background: #262262;
    color: #fff;
}

.pricing-table-section .business .title{
    background: var(--greenish-blue);
}

.pricing-table-section .view{
    display: block;
    width: 100%;
    padding: 30px 0 20px;

    background: var(--white-smoke);
}

.pricing-table-section .icon{
    display: flex;
    justify-content: center;
}

.pricing-table-section .icon img{
    width: 100px;
}

.pricing-table-section .cost{
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-top: 10px;
}

.pricing-table-section .amount{
    font-size: 2.8em;
    font-weight: bolder;
}

.pricing-table-section .detail{
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

.pricing-table-section .description{
    margin: 30px auto;
    font-size: 0.8em;
    color: #7D7C7C;
    height: 170px;
}

.pricing-table-section ul{
    list-style: none;
    padding-left: 0;
}

.pricing-table-section li{
    margin-top: 10px;
}

.pricing-table-section li::before{
    content: "";
    background-image: url("https://i.postimg.cc/ht7g996V/check.png");
    background-position: center;
    background-size: cover;
    opacity: 0.5;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.pricing-table-section .button{
    margin: 0 auto 30px;
}

.pricing-table-section button{
    height: 40px;
    width: 250px;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #7D7C7C;
    border: 2px solid var(--dark-gray);
    border-radius: 50px;

    background: transparent;
}

.pricing-table-section button:hover{
    color: var(--white-smoke);
    transition: 0.5s;
    border: none;

    background: var(--bright-orange);
}

.navbar{
  display: none;
}



/* Responsiveness:Start */
@media screen and (max-width:970px) {
    .pricing-table-section .content{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 20px auto;
    }
    .pricing-table-section .standard, .business{
        margin-top: 25px;
    }
}


:root {
  --primary: #ff7a00;
  --secondary: #ff9e44;
  --light-bg: #fff6ec;
  --text-dark: #222;
  --text-muted: #555;
}

/* Section background */
.contact-section {
  background: linear-gradient(135deg, var(--light-bg), #ffe6cf00);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Card container */
.contact-container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(255, 122, 0, 0.15);
  padding: 50px 40px;
  max-width: 600px;
  width: 100%;
  animation: fadeUp 0.8s ease both;
}

/* Text styles */
.contact-heading {
  font-size: 2rem;
  text-align: center;
  color: var(--text-dark);
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-subtext {
  text-align: center;
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 35px;
}

/* Form layout */
.contact-form {
  display: grid;
  gap: 22px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-dark);
  font-size: 0.95rem;
}

input,
textarea {
  padding: 12px 15px;
  border: 1.5px solid #ddd;
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fff;
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 8px rgba(255, 122, 0, 0.3);
  outline: none;
}

/* Button */
.submit-btn {
  padding: 14px 20px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.3);
}

/* Form status */
.form-status {
  text-align: center;
  margin-top: 10px;
  font-size: 0.95rem;
  color: #2b7a2b;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 480px) {
  .contact-container {
    padding: 35px 20px;
  }
}



/* Mobile responsive for all pages */

@media all and (max-width:970px){
  .header-section{
    display: none;
  }
  .navbar{
  display: block;
}
.hero-section-cont{
  flex-direction: column-reverse;
}
.hero-section-left{
  width: 100%;
}
.hero-section-right {
    width: 100%;
}
.floating-image img {

  width: 80%;

  max-width: 400px; /* adjust as needed */

  animation: floatUpDown 4s ease-in-out infinite;

}



@keyframes floatUpDown {

  0% {

    transform: translateY(0px);

  }

  50% {

    transform: translateY(-10px);

  }

  100% {

    transform: translateY(0px);

  }

}

h1{
  font-size: 22px;
}

.hero-section-left p{
  font-size: 13px;
  line-height: 24px;

}

.hero-section-left a button {
    border: none;
    background: #fcb040;
    font-size: 11px;
    padding: 7px 12px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    color: #fff;
}

.homepage-section-1 {
    padding: 20px 0;
}

.homepage-sec-1-cont{
  flex-direction: column-reverse;
}

.homepage-sec-1-left {
    width: 100%;
}

h2{
  line-height: 28px;
  font-size: 22px;
}

.homeage-sec-1-right {
    width: 100%;
}

.pain-point-content h4 {
    font-size: 14px;
    color: #8d7a7a;
}

.pain-points {
    display: flex
;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.why-choose-us-section {
    padding: 0px 0;
}

.why-choose-section-cont p {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #8d7a7a;
    line-height: 24px;
    font-size: 13px;
}

.why-choose-us-box {

    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 15px;
    height: auto;
    
}

.why-icon-box{
  width: 50px;
  height: 50px;
}

.why-icon-box img {
    width: 30px;
}

.why-choose-us-box-section{
  margin-top: 15px;
 
}

.why-choose-section-cont h2{
  
    font-size: 20px;

}

.why-choose-us-points h5 {
    font-size: 16px;
    text-align: center;
}

.features-section-cont p{
    
    width: 100%;
    line-height: 24px;
    font-size: 13px;

}

.features-section-column{
  flex-direction: column;
  gap: 20px;
}

.features-point-div h4 {
    font-size: 16px;
}

.features-point-div h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
}

.features-section-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 20px;
}

.features-logo-box {
    width: 40px;
    height: 40px;

}

.features-logo-box i {
    font-size: 18px;
}

.feature-points {
    display: flex;
    gap: 10px;
}

.features-image{
  text-align: center;
}

.features-image img{
  width: 75%;
}

.trusted-by {
    text-align: center;
    padding: 0;
    background: #fff;
}

.features-section {
    padding: 20px 0;
}

.trusted-by h2 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.trusted-by p {
    text-align: center;
    margin: 0 auto;
    width: 95%;
    color: #8d7a7a;
    line-height: 24px;
}

.testimonial-sample-section {
    padding: 0px 0;
}

.testimonial-section {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 30px 5%;
    background: #f9f9f9;
    flex-wrap: wrap;
}

.testimonial-card p {
    font-size: 13px;
    line-height: 24px;
    color: gray;
}

.testimonial-card h4{
  font-size: 18px;
}

.faq-section {
    background: #fff;
    padding: 30px 5%;
}

.faq-intro {
    text-align: center;
    color: #666;
    margin-bottom: 0px;
}

.faq-question{
  font-size: 15px;
}

.faq-answer p{
  
    font-size: 13px;
    line-height: 24px;

}

.nav-link{
  font-size: 13px;
}

.about-page-section-1 {
    padding: 20px 0;
}
.about-page-section-cont{
  flex-direction: column;
}
.about-page-sec-1-left {
    width: 100%;
}

.about-page-sec-1-right {
    width: 100%;
}

.about-page-sec-1-right h4 {
    font-size: 18px;
    width: 90%;
}
.about-page-sec-1-right p {
    color: #8d7a7a;
    line-height: 24px;
    font-size: 13px;
}
.features-sec-1-cont{
    flex-direction: column;
}

.features-sec-1-left {
    width: 100%;
}

.features-sec-1-left {
    width: 100%;
    text-align: center;
}

.features-sec-1-left img{
  width: 60%;
}

.why-choose-us-section{
  padding-bottom: 20px;
}

.features-page-sec-1 {
    padding: 20px 0;
}
.features-sec-1-right {
    width: 100%;
    padding-top: 15px;
}

.features-sec-1-right p{
  
    line-height: 24px;
    font-size: 13px;

}

.customer-apps-feature-box {
    width: 100%;
    display: flex
;
    gap: 10px;
    align-items: center;
}

.customer-apps-feature-content h5 {
    font-size: 14px;
    margin-bottom: 0;
}

.customer-apps-feature-icon i {
    font-size: 20px;
    color: #fcb040;
}

.pricing-page-sec-1 {
    padding: 20px 0;
}

.pricing-page-sec-1-cont p{
    
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;

}

.pricing-table-section .description {
    margin: 30px auto;
    font-size: 0.8em;
    color: #7D7C7C;
    height: 160px;
}

.contact-section{
  padding: 20px 20px;
}

.contact-heading{
  font-size: 22px;
}

.contact-subtext {
    text-align: center;
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 20px;
}

input, textarea{
  width: 100%;
}

}

/* Mobile responsive for all pages */


/* comparison table css  */

 :root {
    --cream: #FBF6EE;
    --warm-brown: #3D1F0D;
    --caramel: #fcb040;
    --caramel-light: #E8A84A;
    --red-muted: #C0392B;
    --green-rich: #1A6B3C;
    --surface: #FFF9F1;
    --border: #E8D9C0;
  }

  

  .section-wrapper {
    
    width: 100%;
  }

  /* Header */
  .section-header {
    text-align: center;
    margin-bottom: 56px;
  }

  .section-eyebrow {
    display: inline-block;
   
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--caramel);
    background: rgba(196,123,43,0.1);
    border: 1px solid rgba(196,123,43,0.25);
    padding: 6px 18px;
    border-radius: 100px;
    margin-bottom: 20px;
  }

  .section-title {
    
   
    
    font-style: normal;
    
  }

  .section-title em {
   
    color: var(--caramel);
    font-style: normal;
  }

  .section-subtitle {
    margin-top: 14px;
    /* font-size: 16px; */
    font-weight: 300;
    color: #7A5C3E;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }

  /* Table card */
  .table-card {
    background: var(--surface);
    border-radius: 24px;
    border: 1px solid var(--border);
    overflow: hidden;
    /* box-shadow: 0 4px 40px rgba(61,31,13,0.08), 0 1px 4px rgba(61,31,13,0.06); */
  }

  /* Column headers */
  .col-headers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: var(--warm-brown);
  }

  .col-header {
    padding: 22px 28px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
  }

  .col-header:first-child {
    background: transparent;
  }

  .col-header.outlay-col {
    background: var(--caramel);
    position: relative;
    overflow: hidden;
  }

  .col-header.outlay-col::before {
    content: '';
    position: absolute;
    top: -30px; right: -30px;
    width: 100px; height: 100px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
  }

  .col-header.competitor-col {
    background: rgba(255,255,255,0.06);
  }

  .col-label {
    
    font-weight: 500;
    
    text-transform: capitalize;
  
    color: #fff;

    font-size:18px;
  }

  .col-name {
   
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  /* .col-header:first-child .col-label { color: rgba(255,255,255,0.5); } */
  .col-header:first-child .col-name { display: none; }

  /* Rows */
  .comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid var(--border);
    transition: background 0.2s;
  }

  .comparison-row:hover {
    background: rgba(196,123,43,0.03);
  }

  .cell {
    padding: 18px 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14.5px;
    line-height: 1.4;
  }

  .cell-feature {
    font-weight: 500;
    color: #7A5C3E;
    font-size: 13px;
    letter-spacing: 0.01em;
    border-right: 1px solid var(--border);
  }

  .cell-outlay {
    font-weight: 600;
    color: var(--green-rich);
    border-right: 1px solid var(--border);
    background: rgba(26,107,60,0.02);
  }

  .cell-competitor {
    color: #9B6B4F;
    font-weight: 400;
  }

  /* Icons */
  .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 10px;
  }

  .icon-win {
    background: rgba(26,107,60,0.12);
    color: var(--green-rich);
  }

  .icon-lose {
    background: rgba(192,57,43,0.1);
    color: var(--red-muted);
  }

  /* Footer CTA */
  .table-footer {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: var(--warm-brown);
    border-top: 1px solid rgba(255,255,255,0.1); */
    display: none;
  }

  .footer-cell {
    padding: 24px 28px;
  }

  .footer-cell:nth-child(2) {
    background: var(--caramel);
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .footer-cell:nth-child(3) {
    display: flex;
    align-items: center;
    padding-left: 28px;
  }

  .cta-text {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
  }

  .cta-sub {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    margin-top: 2px;
  }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--caramel);
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.15s, box-shadow 0.15s;
  }

  .cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  }

  .footer-loss-label {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    font-style: italic;
    line-height: 1.5;
  }

  /* Divider decoration */
  .section-divider {
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border), transparent);
  }

  .divider-icon {
    font-size: 20px;
  }
  
  
  /* Floating WhatsApp - Bottom Left */
.floating-whatsapp {
    position: fixed;
    right: 20px;
    left:auto;
    bottom: 20px;
    width: 58px;
    height: 58px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease;
}

.floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* Mobile */
@media (max-width: 767px) {
    .floating-whatsapp 
        width: 52px;
        height: 52px;
        left: 15px;
        bottom: 15px;
        font-size: 27px;
    }
}

  @media (max-width: 640px) {
    .col-header, .cell, .footer-cell { padding: 10px 5px; }
    .col-name { font-size: 12px; }
    .cell { font-size: 11px; gap: 6px; }
    .icon { width: 16px; height: 16px; font-size: 9px; }
    .table-footer { grid-template-columns: 1fr 1fr; }
    .footer-cell:first-child { display: none; }
    .col-label{font-size: 12px;}
    .table-card{
      border-radius: 8px;
    }
    .section-header {
    text-align: center;
    margin-bottom: 20px;
}
.logo-slider{
  top: 0;
}
  }

/* comparison table css */





