.call-now-container {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  border-radius: 8px 0 0 8px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 1000;
  transition: width 0.4s ease;
  white-space: nowrap;
  overflow: hidden;
  max-width: 130px;
}

.call-now-container.open {
  max-width: 260px;
  background-color: #28a745;
}

.call-now-text,
.call-now-number {
  display: inline-block;
  vertical-align: middle;
}

.call-now-number {
  margin-left: 10px;
  display: none;
}

.call-now-container.open .call-now-number {
  display: inline;
}
/* pricing section buynow */
.upgrade-pricing {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    background-color: #f8f9fa;
    padding: 2rem 1rem;
    color: #333;
  }
  
  .pricing-container {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .section-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
  }
  
  .section-subtitle {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 2rem;
  }
  
  .pricing-table {
    display: flex;
    flex-direction: column;
  }
  
  .table-header, .table-row {
    display: flex;
    padding: 1rem;
    align-items: center;
  }
  
  .table-header {
    font-weight: 600;
    color: #7f8c8d;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.75rem;
  }
  
  .table-row {
    transition: all 0.2s ease;
    border-radius: 6px;
  }
  
  .table-row:hover {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  
  .col-product {
    flex: 2;
    min-width: 0;
  }
  
  .col-price {
    flex: 1;
    text-align: right;
    padding-right: 1rem;
    font-weight: 600;
    color: #2c3e50;
  }
  
  .col-action {
    flex: 1;
    text-align: right;
  }
  
  .product-name {
    display: block;
    font-weight: 500;
    font-size: 1.1rem;
  }
  
  .product-desc {
    display: block;
    font-size: 0.85rem;
    color: #7f8c8d;
    margin-top: 0.2rem;
  }
  
  .price-period {
    font-size: 0.8rem;
    color: #95a5a6;
    font-weight: normal;
    margin-left: 0.25rem;
  }
  
  .upgrade-link {
    display: inline-block;
    background-color: #3498db;
    color: white;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
  }
  
  .upgrade-link:hover {
    background-color: #2980b9;
    transform: translateY(-1px);
  }
/* end  */

/* whats new tallyprime css */
*,::after,::before{box-sizing:border-box;}
h2{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color);}
h2{font-size:calc(1.325rem + .9vw);}
@media (min-width:1200px){
h2{font-size:2rem;}
}
p{margin-top:0;margin-bottom:1rem;}
img{vertical-align:middle;}
.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1140px;}
}
@media (min-width:1400px){
.container{max-width:1320px;}
}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);}
.col-12{flex:0 0 auto;width:100%;}
@media (min-width:992px){
.col-lg-3{flex:0 0 auto;width:25%;}
}
/* .text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;} */
/* 
@media (min-width:576px){
.d-sm-none{display:none!important;}
}
@media (min-width:768px){
.mx-md-0{margin-right:0!important;margin-left:0!important;}
.mb-md-5{margin-bottom:3rem!important;}
.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important;}
}
@media (min-width:992px){
.d-lg-block{display:block!important;}
}
*{margin:0;padding:0;box-sizing:border-box;}
.roboto-medium{font-family:"Roboto Medium"!important;}
h2{font-size:var(--font-heading-2-size);font-weight:var(--font-heading-2-weight);line-height:var(--font-heading-2-line-height);letter-spacing:var(--font-heading-2-letter-spacing);font-family:"Roboto Medium"!important;}
p{font-size:var(--font-body-size);font-weight:var(--font-body-weight);line-height:var(--font-body-line-height);letter-spacing:var(--font-body-letter-spacing);font-family:"Roboto Regular"!important;}
p{margin:0!important;}
.text-gray{color:var(--color-gray)!important;}
.text-white{color:var(--color-white)!important;}
.bg-light-blue {
  background-color: #FFFAE5; 
  padding: 30px 20px;
}*/
.bg-light-sky{background-color:var(--color-light-sky)!important;}
.font-weight-500{font-weight:500;}
.border-radius-5px{border-radius:5px;}
.featuresIcon{width:2.5rem;}
.splashImg{width:50px!important;height:60px!important;background-position-y:-7px!important;background-repeat:no-repeat;}
.whatsNewBrandLine{background:url('blue-brand-line.svg');background-repeat:no-repeat;}
.underLineImg{height:3rem;} 
@media (min-width: 280px){
.whatsNewBrandLine{background-position-x:5rem;background-position-y:4rem;background-size:18rem;}
}
@media (min-width: 412px){
.whatsNewBrandLine{background-position-x:9rem;background-position-y:4rem;}
}
@media (min-width: 576px){
.underLineImg{height:4rem;}
.whatsNewBrandLine{background-position-x:18rem;}
}
@media (min-width: 768px){
.whatsNewBrandLine{background-position-x:25rem;background-position-y:3rem;background-size:22rem;}
}
@media (min-width: 992px){
.whatsNewBrandLine{background-size:26rem;background-position-x:36rem;}
}
@media (min-width: 1024px){
.underLineImg{height:3rem;background-position-y:2.4rem;}
}
@media (min-width: 1200px){
.underLineImg{height:3.5rem;background-position-y:3rem;}
.whatsNewBrandLine{background-position-y:65px;background-position-x:49rem;}
}
@media (min-width: 1440px){
.whatsNewBrandLine{background-position-x:56rem;}
}
@media (min-width: 1536px){
.whatsNewBrandLine{background-position-x:59rem;background-position-y:71px;}
}
@media (min-width: 1600px){
.whatsNewBrandLine{background-position-x:65rem;background-position-y:53px;}
}
@media (min-width: 1920px){
.whatsNewBrandLine{background-position-y:50px;background-position-x:73rem;}
.underLineImg{height:3.5rem;background-position-y:3rem;}
}
/* ends new in  */

/* rotate awards */
/* Section Layout */
.awards-section {
  padding: 40px 20px;
  background-color: #f8faff;
  text-align: center;
}

.section-title {
  font-size: 28px;
  color: #003366;
  margin-bottom: 30px;
  font-weight: bold;
}

/* Awards Container */
.awards-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0;
  justify-content: center;
  scroll-snap-type: x mandatory;
}

/* Award Card */
.award-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 220px;
  padding: 15px;
  scroll-snap-align: start;
  flex-shrink: 0;
  text-align: center;
  perspective: 1000px;
}

/* Rotating Inner Container */
.rotate-inner {
  position: relative;
  width: 100%;
  height: 200px;
  transform-style: preserve-3d;
}

/* Apply Infinite Rotation */
.infinite-rotate {
  animation: spinY 18s linear infinite; /* Adjust speed: 10s = slow, 5s = fast */
}

/* Front & Back Faces */
.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.card-face img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.card-face.back {
  transform: rotateY(180deg);
}

/* Award Title */
.award-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-top: 12px;
}

/* Keyframe for rotation */
@keyframes spinY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

/* end rotate awards */

/* new box at video desc */
.tally-solution-box {
    background-color: #e6f2ff;
    padding: 20px;
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
    color: #003366;
    margin: 30px auto;
    max-width: 700px;
  }

  .tally-solution-box h2 {
    font-size: 24px;
    color: #007bff;
    margin-bottom: 10px;
    text-align: center;
  }

  .tally-solution-box p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
  }
/* end desc */

  /* Custom styles for the hamburger icon */
        .hamburger-icon {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            width: 24px;
            height: 20px;
            cursor: pointer;
            z-index: 50; /* Ensure it's above other content */
        }

        .hamburger-icon div {
            width: 100%;
            height: 3px;
            background-color: #fff; /* White for contrast */
            border-radius: 9999px; /* Fully rounded */
            transition: all 0.3s ease-in-out;
        }

        /* Animation for when the menu is open */
        .hamburger-icon.open div:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .hamburger-icon.open div:nth-child(2) {
            opacity: 0;
            transform: translateX(-20px);
        }

        .hamburger-icon.open div:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -5px);
        }
        /* humberger end */
         /* Our Services Section */
          
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 30px;
        }
        .service-item {
            background-color: var(--tally-light-blue);
            padding: 30px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .service-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.1);
        }
        .service-item h3 {
            color: var(--tally-dark-blue);
            margin-top: 0;
            font-size: 1.5em;
        }
        /* end service section. */
        /* Services Section Styles */
.services-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #3498db;
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
     border: 2px solid #2a6cf9;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    color: white;
    border-color: transparent;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover .service-icon {
    color: white;
}

.service-card:hover .service-title,
.service-card:hover .service-description {
    color: white;
}

.service-icon {
    font-size: 2.5rem;
    color: #3498db;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.service-title {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.service-description {
    color: #7f8c8d;
    line-height: 1.6;
    transition: color 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 2rem;
    }
}
/* end services */
/* key point of the prime 6 */

    .key-points {
      max-width: 600px;
      margin: 30px auto;
      font-family: Arial, sans-serif;
    }

    .key-points h2 {
      margin-bottom: 10px;
    }

    .key-points p {
      margin: 0;
      padding: 6px 0;
      text-align: left;
    }
/* end of keypoint */
  .custom-logo {
    padding-left: 40px; /* space for logo */
    background: url('C:\Users\USER\Desktop\FullTallysite\Tally Solutions - Best Business Software for SMBs in India_files\tally-logo-white.svg') no-repeat left center;
    background-size: 30px; /* adjust size as needed */
}
        :root {
            --primary-blue: #1a3a6c;
            --secondary-blue: #2a5298;
            --accent-yellow: #ffc107;
            --light-yellow: #fff9e6;
            --light-gray: #f8f9fa;
            --dark-gray: #343a40;
            --white: #ffffff;
            --transition: all 0.3s ease;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background-color: var(--white);
            color: var(--dark-gray);
            overflow-x: hidden;
        }
        /* awards */
        /* Strip layout */

/* ashir headline */
/* Font Awesome icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.highlight-section {
  background: linear-gradient(135deg, #004e92, #000428);
  color: white;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

.highlight-line {
  font-size: 2rem;
  margin: 20px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

.highlight-line i {
  margin-right: 10px;
  color: #00ffcc;
}

/* Triggered class: added by JS */
.highlight-line.visible {
  opacity: 1;
  transform: translateY(0);
}

  /* hide line */
        .seo-pro{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}


   

   /* Hamburger Menu Button */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
  z-index: 10;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .nav-left,
  .nav-right {
    display: none;
    width: 100%;
    flex-direction: column;
    background-color: #111;
    padding: 10px 0;
  }} 
  
  @media (max-width: 768px) {
  .show-nav {
    display: flex !important;
  }
}
  
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #2B68B2;
  color: white;
  position: relative;
  flex-wrap: wrap;
}

.nav-left, .nav-right {
  display: flex;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.logo {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.buy-btn {
  background-color: gold;
  padding: 8px 14px;
  border-radius: 4px;
  color: #000;
  font-weight: bold;
} 
 
/* Hamburger Menu Button */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
  z-index: 10;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .nav-left,
  .nav-right {
    display: none;
    width: 100%;
    flex-direction: column;
    background-color: #111;
    padding: 10px 0;
  }


  .menu-toggle {
    display: block;
    order: 1;
  }
}

     /* under cube.css */
        

.navbar-cube-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1; /* take equal space */
}

.navbar-cube-wrapper {
  width: 60px; /* set according to your cube size */
  height: 60px;
  perspective: 1000px;
  margin: auto;
}

.cube {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: rotate 10s infinite linear;
}

.cube .face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Add your @keyframes rotate animation here */


        /* cube.css */
        .navbar-cube-link {
  display: inline-block;
  text-decoration: none;
}
.navbar-cube-link .cube {
  cursor: pointer;
}
        .navbar-cube-wrapper {
  width: 50px;
  height: 50px;
  perspective: 500px;
  margin: auto;
  position: relative;
}

.cube {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotateCube 10s infinite linear;
}

.face {
  position: absolute;
  width: 50px;
  height: 50px;
  background: white;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.face img {
  max-width: 100%;
  max-height: 100%;
}

/* Position each face of the cube */
.front  { transform: rotateY(  0deg) translateZ(25px); }
.back   { transform: rotateY(180deg) translateZ(25px); }
.right  { transform: rotateY( 90deg) translateZ(25px); }
.left   { transform: rotateY(-90deg) translateZ(25px); }
.top    { transform: rotateX( 90deg) translateZ(25px); }
.bottom { transform: rotateX(-90deg) translateZ(25px); }

@keyframes rotateCube {
  0%   { transform: rotateY(0deg) rotateX(0deg); }
  20%  { transform: rotateY(90deg) rotateX(0deg); }
  40%  { transform: rotateY(180deg) rotateX(0deg); }
  60%  { transform: rotateY(270deg) rotateX(0deg); }
  80%  { transform: rotateY(360deg) rotateX(90deg); }
  100% { transform: rotateY(360deg) rotateX(180deg); }
}

      
/* vedio css */
.headline-video-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  gap: 30px;
  background: #f4f7fa;
}

.headline-content {
  flex: 1 1 45%;
}

.headline-content h1 {
  font-size: 2rem;
  color: #013d7e;
  margin-bottom: 10px;
}

.headline-content p {
  font-size: 1.1rem;
  color: #555;
}

.video-content {
  flex: 1 1 45%;
}

#hoverVideo {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

#hoverVideo:hover {
  transform: scale(1.02);
}

@media screen and (max-width: 768px) {
  .headline-video-section {
    flex-direction: column;
    text-align: center;
  }

  .headline-content,
  .video-content {
    flex: 1 1 100%;
  }

  .headline-content h1 {
    font-size: 1.6rem;
  }

  .headline-content p {
    font-size: 1rem;
  }
}

        /* Header Section */

       
         /* Tally Color Theme */
:root {
  --tally-green: #00a651;
  --tally-orange: #f8991d;
  --tally-dark: #2d2d2d;
  --tally-light: #f5f7fa;
}

.tally-testimonial {
  padding: 80px 0;
  /* background: linear-gradient(135deg, #f8f9fa 0%, #e9f5ee 100%); */
  background: linear-gradient(135deg, #f8f9fa 0%, #e9f5ee 100%);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tally-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tally-header {
  text-align: center;
  margin-bottom: 60px;
}

.tally-tag {
  display: inline-block;
  background-color: var(--tally-orange);
  color: white;
  padding: 6px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.tally-header h2 {
  color: var(--tally-dark);
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.tally-subhead {
  color: #555;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.tally-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.tally-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tally-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,166,81,0.15);
}

.tally-content {
  padding: 25px;
}

.tally-stars {
  height: 20px;
  margin-bottom: 15px;
}

.tally-review {
  color: #444;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
  border-left: 2px solid var(--tally-green);
}

.tally-client {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tally-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(0,166,81,0.2);
}

.tally-name {
  margin: 0;
  color: var(--tally-dark);
  font-size: 17px;
}



.tally-company {
  margin: 3px 0;
  color: #666;
  font-size: 14px;
}

.tally-verified {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--tally-green);
  font-weight: 600;
  margin-top: 5px;
}

.tally-badge {
  text-align: center;
  margin: 20px 0;
  font-family: 'Segoe UI', sans-serif;
  color: #003366;
}
.tally-badge img {
  display: block;
  margin: 0 auto 10px;
}
.tally-badge p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}


        /* css for testimonial front page */


        .golden-slogan {
            position: absolute;
            bottom: -61px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, var(--golden), #daa520);
            padding: 1rem 2rem;
            border-radius: 50px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            font-weight: 700;
            font-size: 1.5rem;
            color: var(--primary-blue);
            white-space: nowrap;
            z-index: 10;
            animation: pulse 2s infinite;
        }
        
        .btn {
            display: inline-block;
            background-color: var(--accent-yellow);
            color: var(--primary-blue);
            padding: 0.8rem 1.8rem;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            transition: var(--transition);
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }
        
        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        /* Editable Section */
        .editable-section {
            padding: 5rem 2rem;
            background-color: var(--light-yellow);
        }
        
        .editable-content {
            max-width: 1200px;
            margin: 0 auto;
            background: #daeff9;
            padding: 3rem;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
        }
        
        .editable-content h2 {
            grid-column: span 2;
            text-align: center;
            margin-bottom: 2rem;
            color: var(--primary-blue);
            font-size: 2.2rem;
        }
        
        .features-table {
            padding: 1.5rem;
            background: rgba(26, 58, 108, 0.05);
            border-radius: 8px;
        }
        
        .feature-row {
            display: flex;
            align-items: center;
            padding: 1rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .feature-row:last-child {
            border-bottom: none;
        }
        
        .feature-icon {
            width: 50px;
            height: 50px;
            background: var(--primary-blue);
            color: var(--accent-yellow);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-right: 1.5rem;
            flex-shrink: 0;
        }
        
        .feature-text h3 {
            color: var(--primary-blue);
            margin-bottom: 0.3rem;
        }
        
        .feature-text p {
            color: var(--dark-gray);
            opacity: 0.9;
            font-size: 0.95rem;
        }
        
        .about-image {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .about-image img {
            max-width: 100%;
           
            border-radius: 10px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        /* Pricing Section */
        .pricing-section {
            padding: 5rem 2rem;
            background-color: var(--light-gray);
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .section-title h2 {
            font-size: 2.5rem;
            color: var(--primary-blue);
            margin-bottom: 1rem;
        }
        
        .section-title p {
            color: var(--dark-gray);
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .pricing-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .pricing-card {
            background: var(--white);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
            position: relative;
            border-top: 4px solid var(--accent-yellow);
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .card-header {
            background-color: var(--primary-blue);
            color: var(--white);
            padding: 1.5rem;
            text-align: center;
        }
        
        .card-header h3 {
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
        }
        
        .price {
            font-size: 2.5rem;
            font-weight: 700;
            margin: 1rem 0;
            color: var(--accent-yellow);
        }
        
        .price span {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.7);
        }
        
        .card-body {
            padding: 2rem;
        }
        
        .features {
            list-style: none;
            margin-bottom: 2rem;
        }
        
        .features li {
            padding: 0.7rem 0;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .features li i {
            color: var(--accent-yellow);
        }
        /* end pricing section */
        /* new pricing section */
       /* Base Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.main-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

/* Product Blocks Container */
.product-blocks-container {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

/* Product Card Styles */
.product-card {
    background: #ebd88e;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 119, 204, 0.15);
    background-color: #f0f8ff;
}

.product-header {
    padding: 1.5rem 1.25rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 119, 204, 0.1);
}

.product-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333333;
    margin: 0 0 0.6rem 0;
}

.product-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fbcf20;
    margin: 0;
    background-color: #e6f3ff;
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 1.875rem;
    box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.1);
}

.product-price span {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
}

.product-body {
    padding: 1.25rem;
    flex-grow: 1;
}

.product-description {
    color: #555555;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    text-align: center;
}

.product-footer {
    padding: 0 1.25rem 1.5rem;
    text-align: center;
}

.buy-now-btn {
    display: inline-block;
    background-color: #4da6ff;
    color: #ffffff;
    padding: 0.75rem 1.875rem;
    border-radius: 1.875rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #4da6ff;
    box-shadow: 0 0.25rem 0.5rem rgba(77, 166, 255, 0.2);
    width: 80%;
    max-width: 12.5rem;
}

.buy-now-btn:hover {
    background-color: #ffffff;
    color: #4da6ff;
    box-shadow: 0 0.375rem 0.75rem rgba(77, 166, 255, 0.3);
}

/* Responsive Grid */
@media (min-width: 37.5rem) { /* 600px */
    .product-blocks-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 56.25rem) { /* 900px */
    .product-blocks-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 75rem) { /* 1200px */
    .product-blocks-container {
        grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    }
}

/* Mobile Adjustments */
@media (max-width: 37.4375rem) { /* 599px */
    .product-blocks-container {
        gap: 1rem;
        padding: 1rem;
    }
    
    .product-header {
        padding: 1rem 0.6rem;
    }
    
    .product-name {
        font-size: 1.2rem;
    }
    
    .product-price {
        font-size: 1.5rem;
        padding: 0.4rem 1rem;
    }
    
    .product-body {
        padding: 1rem 0.6rem;
    }
    
    .buy-now-btn {
        padding: 0.6rem 1.25rem;
        font-size: 0.9rem;
    }
}
        /* end pricee */
        
        /* Tally Content */
          .tally-content {
            padding: 5rem 2rem;
            background: linear-gradient(135deg, #18467e, #3179d1);
            /* background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue)); */
            color: var(--white);
            position: relative;
            overflow: hidden;
        }
        .tally-content2 {
            padding: 5rem 2rem;
            background: linear-gradient(135deg, #b9d5f7, #b5d0f1);
            /* background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue)); */
            color: var(--white);
            position: relative;
            overflow: hidden;
        }
        
        .tally-content::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            transform: rotate(30deg);
        }
        
        .tally-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 3rem;
        }
        
        .tally-item {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
            padding: 2rem;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }
        
        .tally-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }
        
        .tally-item i {
            font-size: 3rem;
            color: var(--accent-yellow);
            margin-bottom: 1.5rem;
        }
        
        .tally-item h3 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
            color: var(--accent-yellow);
        }
        
        .tally-item p {
            line-height: 1.7;
            opacity: 0.9;
        }
        /* stats css */
        /* General Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        /* Statistics Strip Container */
        .stats-strip {
            background: linear-gradient(135deg,#46cee0 0%, #46cee0);
            color: rgb(251, 251, 251);
            padding: 0px 0px;
            margin: 0px 0;
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        
        .stats-strip::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
            opacity: 0.3;
        }
        
        .stats-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            flex-wrap: nowrap;
            overflow-x: auto;
            padding: 10px 0;
            position: relative;
            z-index: 1;
            scrollbar-width: none; /* For Firefox */
        }
        
        .stats-container::-webkit-scrollbar {
            display: none; /* For Chrome, Safari and Opera */
        }
        
        /* Individual Stat Item */
        .stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            min-width: 180px;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }
        
        .stat-item:hover {
            transform: scale(1.05);
        }
        
        .stat-icon {
            font-size: 2.2rem;
            margin-bottom: 12px;
            color: rgba(20, 5, 179, 0.9);
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: #faf8f8;
            white-space: nowrap;
        }
        
        .stat-label {
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(15, 13, 13, 0.8);
            text-align: center;
            white-space: nowrap;
        }
        
        /* Animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        .stat-item {
            animation: fadeIn 0.6s ease forwards;
            opacity: 0;
        }
        
        .stat-item:nth-child(1) { animation-delay: 0.1s; }
        .stat-item:nth-child(2) { animation-delay: 0.2s; }
        .stat-item:nth-child(3) { animation-delay: 0.3s; }
        .stat-item:nth-child(4) { animation-delay: 0.4s; }
        .stat-item:nth-child(5) { animation-delay: 0.5s; }
        
        /* Responsive */
        @media (max-width: 768px) {
            .stats-container {
                justify-content: flex-start;
                padding-bottom: 20px;
            }
            
            .stat-item {
                min-width: 160px;
                padding: 15px;
            }
            
            .stat-number {
                font-size: 2rem;
            }
            
            .stat-label {
                font-size: 2rem;
                
            }
        }
        
        /* Contact Form */
        .contact-section {
            padding: 5rem 2rem;
            background-color: var(--light-yellow);
        }
        
        .contact-container {
            max-width: 800px;
            margin: 0 auto;
            background: var(--white);
            padding: 3rem;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .contact-container h2 {
            text-align: center;
            margin-bottom: 2rem;
            color: var(--primary-blue);
            font-size: 2.2rem;
        }
        
        .form-group {
            margin-bottom: 1.5rem;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 500;
            color: var(--dark-gray);
        }
        
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 1rem;
            transition: var(--transition);
        }
        
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: var(--primary-blue);
            box-shadow: 0 0 0 3px rgba(26, 58, 108, 0.1);
        }
        
        .form-row {
            display: flex;
            gap: 1.5rem;
        }
        
        .form-row .form-group {
            flex: 1;
        }
        
        textarea {
            min-height: 150px;
            resize: vertical;
        }
        
        .submit-btn {
            display: block;
            width: 100%;
            padding: 1rem;
            background-color: var(--primary-blue);
            color: var(--white);
            font-size: 1.1rem;
            font-weight: 600;
        }
        
        .submit-btn:hover {
            background-color: var(--secondary-blue);
        }
        /* whatsapp button. */
        .whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    text-decoration: none;
    animation: bounce 2s infinite;
}

.whatsapp-button {
    background: #25d366;
    color: white;
    padding: 10px 14px;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Arial, sans-serif;
    transition: transform 0.2s ease;
}

.whatsapp-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.whatsapp-button img {
    width: 30px;
    height: 30px;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

        
        /* Footer */
        footer {
            background-color: var(--primary-blue);
            color: var(--white);
            padding: 4rem 2rem 2rem;
        }
        
        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
        }
        
        .footer-column h3 {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            color: var(--accent-yellow);
            position: relative;
            padding-bottom: 0.5rem;
        }
        
        .footer-column h3::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background-color: var(--accent-yellow);
        }
        
        .footer-column p {
            line-height: 1.7;
            opacity: 0.8;
            margin-bottom: 1rem;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 0.8rem;
        }
        
        .footer-links a {
            color: var(--white);
            text-decoration: none;
            transition: var(--transition);
            opacity: 0.8;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .footer-links a:hover {
            opacity: 1;
            color: var(--accent-yellow);
        }
        
        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 1.5rem;
        }
        
        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: var(--white);
            transition: var(--transition);
        }
        
        .social-links a:hover {
            background-color: var(--accent-yellow);
            color: var(--primary-blue);
            transform: translateY(-3px);
        }
        
        .newsletter-form {
            display: flex;
            margin-top: 1rem;
        }
        
        .newsletter-form input {
            flex: 1;
            padding: 0.8rem;
            border: none;
            border-radius: 4px 0 0 4px;
            font-size: 1rem;
        }
        
        .newsletter-form button {
            background-color: var(--accent-yellow);
            color: var(--primary-blue);
            border: none;
            padding: 0 1.5rem;
            font-weight: 600;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
            transition: var(--transition);
        }
        
        .newsletter-form button:hover {
            background-color: #e0a800;
        }
        
        .copyright {
            text-align: center;
            padding-top: 3rem;
            margin-top: 3rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            opacity: 0.7;
            
        }
        
        /* Animations */
        @keyframes fadeInUp {
          
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes float {
            0% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-15px);
            }
            100% {
                transform: translateY(0px);
            }
        }
        
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        .animate-on-scroll.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .header-content {
                grid-template-columns: 1fr;
                text-align: center;
            }
            
            .features-list li {
                justify-content: center;
            }
            
            .editable-content {
                grid-template-columns: 1fr;
            }
            
            .editable-content h2 {
                grid-column: span 1;
            }
            
            .nav-links {
                display: none;
            }
            
            .logo {
                position: static;
                transform: none;
                margin: 0 auto;
            }
            
            .mail-id {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .form-row {
                flex-direction: column;
                gap: 0;
            }
            
            .header-text h2 {
                font-size: 2rem;
            }
            
            .section-title h2 {
                font-size: 2rem;
            }
            
            .editable-content {
                padding: 1.5rem;
            }
        }
        /* Statistics Strip Container */
        .stats-strip {
            background: linear-gradient(135deg,#46cee0 0%, #46cee0);
            color: rgb(251, 251, 251);
            padding: 0px 0px;
            margin: 0px 0;
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        
        .stats-strip::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
            opacity: 0.3;
        }
        
        .stats-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            flex-wrap: nowrap;
            overflow-x: auto;
            padding: 10px 0;
            position: relative;
            z-index: 1;
            scrollbar-width: none; /* For Firefox */
        }
        
        .stats-container::-webkit-scrollbar {
            display: none; /* For Chrome, Safari and Opera */
        }
        
        /* Individual Stat Item */
        .stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            min-width: 180px;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }
        
        .stat-item:hover {
            transform: scale(1.05);
        }
        
        .stat-icon {
            font-size: 2.2rem;
            margin-bottom: 12px;
            color: rgba(20, 5, 179, 0.9);
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: #faf8f8;
            white-space: nowrap;
        }
        
        .stat-label {
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(15, 13, 13, 0.8);
            text-align: center;
            white-space: nowrap;
        }
        
        /* Animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        .stat-item {
            animation: fadeIn 0.6s ease forwards;
            opacity: 0;
        }
        
        .stat-item:nth-child(1) { animation-delay: 0.1s; }
        .stat-item:nth-child(2) { animation-delay: 0.2s; }
        .stat-item:nth-child(3) { animation-delay: 0.3s; }
        .stat-item:nth-child(4) { animation-delay: 0.4s; }
        .stat-item:nth-child(5) { animation-delay: 0.5s; }
        
        /* Responsive */
        @media (max-width: 768px) {
            .stats-container {
                justify-content: flex-start;
                padding-bottom: 20px;
            }
            
            .stat-item {
                min-width: 160px;
                padding: 15px;
            }
            
            .stat-number {
                font-size: 2rem;
            }
            
            .stat-label {
                font-size: 2rem;
                
            }
        }
        