body{
    background:#ECEEEE !important;
}
/*body, html {
    overflow-x: hidden;
}*/
.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after{
    background:white;
}

.navbar-nav a{
    font-size:16px !important;
    color:white !important;
  }
/*.navbar-stuck .nav-link{
    color:black !important;
}*/
.navbar.navbar-stuck {
    background: linear-gradient(90deg, rgb(209 209 209 / 94%) 0%, rgb(255 255 255 / 96%) 40%, rgb(219 219 219 / 98%) 69%, rgb(255 255 255 / 91%) 100%);
}


  #navbarNav{
    display: flex;
    justify-content: center;
    align-items: center;
  }

.header {
  transition: all 0.3s ease-in-out;
}

/* Sticky header styles */
.header.sticky {
  background-color: #fff; /* Adjust as needed */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional */
}

/* Logo styling */
#header-logo {
  transition: all 0.3s ease-in-out;
}
  
  .success-stories {
    text-align: center;
    padding: 50px 0;
  }
  
  .success-stories h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .success-stories p {
    font-size: 18px;
    margin-bottom: 30px;
    padding:0 150px
  }
  
  .carousel-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    /*margin: 0 auto;*/
    overflow: hidden;
  }
  
  .carousel {
    display: flex;
    animation: marquee 20s linear infinite; /* Marquee animation */
  }
  
  .testimonial-card-item {
    width: 30%; /* Each item takes 1/3 of the carousel width */
    flex-shrink: 0;
    padding: 30px;
    
  }
  
  .testimonial-card {
    background:white;
    
    height:350px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: white;
   box-shadow: 0px 0px 8px #00000059;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
/*border: 1px solid #5d5d5d7a;*/
  }
  
 .testimonial-card:hover{
box-shadow: 0px 0px 8px #ffffff5e;
}



  .testimonial-card img {
   border-radius: 50%;
   width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
  }
  
  .testimonial-card p {
    font-size: 18px;
    margin-bottom: 10px;
    color:black;
    padding:0px !important;
  }
  
  .testimonial-card h6 {
    font-size: 18px;
    font-weight: bold;
  }
  
  /* Marquee Animation */
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%); /* Move the entire carousel width */
    }
  }
  
  /* Duplicate content for continuous scrolling */
  .carousel::after {
    content: '';
    flex-shrink: 0;
    display: block;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .testimonial-card-item {
      width: 50%; /* Show 2 items on smaller screens */
    }
      .success-stories p {
       
        padding:0px
      }
    }
 
  
  @media (max-width: 480px) {
    .testimonial-card-item {
      width: 100%; /* Show 1 item on very small screens */
    }
  }
  

.error-message{

  color: rgb(254, 167, 0);

}

/*Counters*/


.counter {
  margin-bottom: 20px;
}

.counter h3 {
  font-size: 3rem;
  font-weight: bold;
  color: white !important;
}

.counter p {
  font-size: 1.25rem;
  color: white;
}
.zoom-in-zoom-out {
 
  width: 100px;
  height: 30px;
  font-size:12px;
  background: linear-gradient(135deg, rgba(54, 123, 255, 0.5), rgba(236, 72, 153, 0.5));
  align-items:center;
  justify-content:center;
  display:flex;
  border-radius:5px;
  font-weight:500;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.hover-content{
  transform: translateY(10px); /* Start below the original position */
    transition: opacity 0.4s ease, transform 0.4s ease; 
}
.hover-content:hover{
  opacity: 1; /* Fully visible */
  transform: translateY(0); 
}


.app-animation 
{ -webkit-animation: 1s infinite alternate mover;
animation: 1s infinite alternate mover;
}

@-webkit-keyframes mover {
0% {
    transform: translateY(0); /* Start at original position */
}
100% {
    transform: translateY(-20px); /* Move up */
}
}

@keyframes mover {
0% {
    transform: translateY(0); /* Start at original position */
}
100% {
    transform: translateY(-20px); /* Move up */
}
}




.footer-quick-links{
    padding:0 90px !important;
}


.footer-size{
    font-size:14px !important;
    color:white !important;
}



.navbar .nav-item:hover>.nav-link:not(.disabled) {
    color: #f26f21 !important;
}
.social-icons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

.social-icon {
  display: grid;
    align-items: center;
  width: 40px;
  height: 40px;
  margin: 10px 0;
  text-align: center;
  line-height: 50px;
  background-color: #333;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
 
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: #25d366; /* WhatsApp hover color */
}

.social-icon.whatsapp { background-color: #f6f6f6; }
.social-icon.call { background-color: #f6f6f6; }
.social-icon.mail { background-color: #f6f6f6; }

.social-icon i {
  color: #1B3580;
}


.glass-background{
  
background: rgba(255, 255, 255, 5%);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
backdrop-filter: blur(11px);
-webkit-backdrop-filter: blur(11px);
border: 3px solid rgba(255, 255, 255, 0.46) !important;
}


.glass-background li{ 
    color: white !important;
    font-weight: 500 !important;
}

.pricing-footer{
    background: #0071E3 !important;
    color: white !important;
    border: none !important;
    
}
.pricing-footer a{
   
    color: white !important;
    
    
}

.glass-background li .bx-check {
    color:#00ff00 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    
}
.glass-background li .bx-x:before {
 
    color: red !important;
    font-size: 24px !important;
    font-weight: 900 !important;
}
/* Base styling for the container */
.typing {
  font-family: "Courier New", Courier, monospace;
  font-size: 24px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden; /* Ensures the "typing" effect */
  border-right: 3px solid black; /* Simulates a cursor */
  animation: blink 0.7s step-end infinite; /* Cursor blinking */
}

/* The words container */
.words {
  display: inline-block;
  overflow: hidden;
}

/* Define each word and animate them */
.words span {
  display: inline-block;
  white-space: nowrap;
  visibility: hidden; /* Initially hide all words */
  position: absolute;
}

/* Typing effect */
.words span:nth-child(1) {
  visibility: visible;
  animation: typing 2s steps(10) 0s forwards, fadeOut 1s steps(1) 3s forwards;
}

.words span:nth-child(2) {
  visibility: visible;
  animation: typing 2s steps(10) 4s forwards, fadeOut 1s steps(1) 7s forwards;
}

.words span:nth-child(3) {
  visibility: visible;
  animation: typing 2s steps(10) 8s forwards;
}

/* Typing keyframe */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Fade-out effect */
@keyframes fadeOut {
  to {
    visibility: hidden;
  }
}

/* Cursor blinking */
@keyframes blink {
  50% {
    border-color: transparent;
  }
}

 /* Content section for scrolling 
    .content {
      height: 100vh !important;
      
    }*/

    /* Normal header styles */
    #header {
      width: 100%;
      text-align: center;
      transition: background-color 0.3s ease, padding 0.3s ease;
    }

    #logo {
      height: 60px;
      transition: height 0.3s ease;
    }

    /* Styles when scrolled */
    .scrolled {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background-color: #f5f5f5;
      z-index: 1000;
      padding: 0px 0;
    }

    .scrolled #logo {
      height: 40px;
    }
    .navbar-stuck img{
        
        height:80px !important;
    }
.navbar-stuck .nav-link {
    color:black !important;
}

.navbar-stuck .navbar-brand {
    padding:0px !important;
}


.list-color li{
    color:white !important;
}


/*#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}*/

#contact {
  background: #1b3580 !important;
  padding: 25px;
 width:80%;
 margin-left:80px;
 
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"]{
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}
#contact select {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size:14px;
  color:#737373 !important;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact select:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: white;
  color: #1b3580;
  margin:10px 0px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: white;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact select:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

/*::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}*/
input[type="text"],input[type="email"],
 input[type="tel"], select::placeholder {
    color: black;
    font-size:14px;
}
select option{
    color: black;
    font-size:14px;
}

 select option:disabled{
  background: #c1c1c1 !important;
}


.top-section-mrg{
  color:white;
    font-size: 44px;
   /* color: white !important;*/
    font-weight: 900;
}
/*.banner-text{
    margin:0 200px !important;
}*/
.banner-height{
    height:110vh !important;
}
.img-banner{
    height:75vh !important;
}
.typewrite{
    font-size: 44px;
    color: white;
    font-weight: 900;
}

.step-number .step-number-inner{
    background:#1b3580 !important;
}
.step:not(:last-child)::after {
    background-color: #f26f21 !important;
}
.step:not(:first-child)::before {
    background-color: #f26f21 !important;
}
.step{
        max-width: 30rem !important;
}
.about-card{
    border: 1px solid #cacaca;
    padding: 20px 25px;
    border-radius: 10px;
    background:white;
    box-shadow: 0px 0px 8px #5a5a5a5e;
    height: 280px; /* Fixed height for uniform appearance */
    width: 100%; /* Full width within container */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.about-card h3{
    font-size:18px !important;
    margin-bottom: 15px;
    min-height: 45px; /* Fixed height for headings */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.about-card p{
    font-size:15px !important;
    flex-grow: 1; /* Allow paragraph to take remaining space */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
}

.cont-margin{
    margin:0 65px;
}
.cont-padding{
    padding:0 65px;
}


.timeline{
  position:relative;
  margin:0px auto;
 /* padding:40px 0;*/
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
 background: #f26f21;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #f26f2157;
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background: #f26f21;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #f26f2157;
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:#1b3580;
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
  color:black;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
  color:white;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right:-100px;
  margin:0;
  padding:8px 16px;
  background:#1b3580;
  color:#fff;
  border-radius:18px;
 box-shadow: 0 0 0 3px #f26f2175;
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-100px;
  margin:0;
  padding:8px 16px;
   background:#1b3580;
  color:#fff;
  border-radius:18px;
  box-shadow: 0 0 0 3px #f26f2175;
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}


.card-mrg{
    margin:30px;
}
.e-book-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.e-book-img img{


}



.shopping-cart {
  margin-top: 100px;
}

.column-labels {
  display: flex;
  background: #1b3580;
  justify-content: space-between;
  border-bottom: 1px solid #828282;
  padding: 10px 0;
  font-weight: bold;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}

.column-label {
  flex: 1;
  text-align: center;
}

.column-labels label{
    color:white !important;
}
.column-label:first-child {
  text-align: left;
  flex: 1.2;
}

.column-label:nth-child(2) {
  flex: 2;
}

/* Product Section */
.product {
    background:white;
  display: flex;
  justify-content: space-between;
  align-items: center;
 
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.product-image {
  flex: 1.2;
  text-align: center;
}

.product-image img {
  width: 80px;
}

.product-details {
  flex: 2;
}

.product-title {
  font-weight: bold;
  margin-bottom: 5px;
color:black;
    
}

.product-description {
  font-size: 12px;
  color:black;
}

.product-price,
.product-quantity,
.product-removal,
.product-line-price {
  flex: 1;
  text-align: center;
      color: black;
    font-weight: 500;

}

.product-quantity input {
  width: 50px;
}

.remove-product {
  padding: 5px 10px;
  background-color: #f26f21;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.remove-product:hover {
  background-color: #f26f21cc;
}
.coupon{
     display: flex;
     gap:10px;
}
.totals-coupon-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background-color: #ffffff;
}

.coupon-section {
  flex: 1; /* Takes up equal space */
  max-width: 750px; /* Optional: Set a max width */
}
.coupon-section h4{
    font-size:18px;
    margin-bottom:10px !important;
}

.coupon-input {
  width: 40%;
  padding: 10px;
  
  border: 1px solid #ccc;
  border-radius: 5px;
}

.apply-coupon {
  padding: 10px 30px;
  background-color: #0071e3;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.coupon-slide{
    gap: 20px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    padding:3px 10px;
    background:white;
}

.totals {
  flex: 1; /* Takes up equal space */
  max-width: 300px; /* Optional: Set a max width */
  text-align: right;
}

.totals-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.totals-item label{
    color:black !important;
    align-items: center;
    display: grid;

}
.totals-value{
    color:black !important;
}


.totals-item-total {
  font-weight: bold;
  font-size: 1.2em;
}

.checkout {
 /* float: right;*/
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #0071e3;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  width:100%;
}

.checkout:hover {
  background-color: #1b3580cc;
}
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
  content: '₹';
}

/* Responsive Design */
@media screen and (max-width: 650px) {
  .column-labels {
    display: none;
  }

  .product {
    flex-wrap: wrap;
  }

  .product-image {
    flex: 1;
    text-align: center;
  }

  .product-details,
  .product-price,
  .product-quantity,
  .product-removal,
  .product-line-price {
    flex: 1;
    text-align: center;
  }
}

.cart-page .navbar-nav a {
    color: black !important;
}
.cart-page .header{
box-shadow: 0px 0px 8px #00000059;
}
.coupon-slider {
  margin-top: 15px;
  overflow: hidden;
}
.slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 5px;
}
.coupon-item {
  background: #1b3580;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  
  text-align: center;
}




.support h2{
    font-size:32px;
}
.support p{
    font-size:16px;
    color:#565973 !important;
    
}
.border-spt{
    border:1px solid #c8c8c8;
}

.btn-bg{
    background:white;
    color:#1b3580;
}
.btn-bg:hover{
    border:1px solid white;
    color:white;
}
.banner-text{
margin:0 200px;
}

.price-img{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom:20px;
    background:white !important;
}

.col-white{
    color:black !important;
}

.toggle-btn{
    background:#1b3580;
    color:white;
    border:1px solid white;
}
.toggle-btn:hover{
     background:white;
    color:#1b3580;
}

.col-black li{
    color:black !important;
}

.membership a{
    font-size: 14px !important;
    color: #0071E3 !important;
    text-decoration: none;
}
.membership{
    margin:auto;
    display:flex;
    border: 1px solid #0071E3;
    border-radius: 5px;
    padding: 10px;
}
.membership button{
    background: #37A367;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    border: none;
    margin-left: 5px;
    box-shadow:0px 0px 2px #000000;
}
.dropdown-menu a{
    color:black !important;
    font-size:14px !important;
}
.team-btn{
    background: #0071e3;
    color: white;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 10px;
}

#cont-submit{
    background:#1b3580 !important;
    color:white !important;
    border:1px solid white !important;
    border-radius:5px !important;
}
.contact-item{
    text-decoration: none;
    font-size: 18px !important;
    color: #1b3580 !important;
}

.icon-color{
    color:#1b3580 !important;
}

.price-col li{
color:#0a4a82 !important;
}
.pricing-footer{
    background:#0071E3 !important;
}

.pricing-tags{
    display:flex;
    justify-content: flex-end;
    background: #0071e3;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 0px 8px 0px 5px;
    box-shadow: 0px 0px 3px #0a4a82;
}
.team-boxed::before{
    background:#1b3580;
}


.col-padding{
    padding-bottom:50px;
}
.cta-button{
    background: white;
    padding: 10px 25px;
    color: #1b3580;
    font-size: 18px;
    font-weight: 700;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-decoration: none;
}

.feature-img{
    box-shadow: 0px 0px 10px black;
    border-radius: 10px;
}

.card-shadow{
background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px black;
    
}
.pricing{
    gap:30px;
}
 






































































 @media (max-width: 768px) {
   .footer-quick-links{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.navbar-nav a {
    color: #000000 !important;
}
.top-section-mrg{
    margin-right:0px;
    font-size: 24px;
}
.top-section-mrg p{
    font-weight:400;
}
.typewrite{
     margin-right:0px;
    font-size: 32px;
}
#contact{
    width:100%;
    margin-left:0px;
    margin-bottom:30px !important;
}
.banner-height{
    height:auto !important;
}
.mobile-display{
    display:none !important;
}
.top-para{
    font-weight:normal !important;
    line-height:normal !important;
    margin:0px !important;
}
.mobile-col{
    flex-direction: column-reverse !important;
}
.pricing h2{
    font-size:20px !important;
}
.pricing img{
    width:75px !important;
}

.e-book{
    padding:20px !important;
}
.e-book h2{
    font-size:24px !important;
}
.e-book li{
    font-size:14px !important;
}
.e-book img{
width: 200px !important;
    margin-top: 30px !important;
}
.coupon{
    display:block;
}
.banner-text {
    margin:0px;  
    font-size:14px !important;
}
.img-banner {
    height: 50vh !important;
}
#plans .flex-nowrap {
    flex-wrap: wrap !important;
}
/*.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    background: white;
}*/
/*.navbar-stuck .navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    background: #000000;
}*/
.navbar-stuck span{
    background:#f26f21 !important;
}
.navbar-stuck span::before {
    background:#f26f21 !important;
}
.navbar-stuck span::after{
    background:#f26f21 !important;
}
.col-half{
    width:50%;
}
.col-half .counter h3{
    font-size:32px;
}
.col-half .counter p{
    font-size:16px;
}
.pricing{
    gap:10px !important;
}
#plans .col{
    margin-bottom:20px !important;
}
.offcanvas-header .bx-user:before {
    color: white;
}
.offcanvas-header a{
    color:white !important;
}

 .e-book h2{
     font-size: 18px !important;
        line-height: 1.5;
        margin-bottom: 5px;
 }
 .e-book h6{
 margin-bottom: 0px;
 }
 .success-stories h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.success-stories p {
    font-size: 16px;
    margin-bottom: 10px;
    padding:0 10px;
}
.success-stories{
    padding:0px 0px !important;
}
.typewrite{
    display:block;
    font-size:24px;
}
.table-responsive-xxl {
    overflow-x: visible;
}
.ebook-mrg{
    margin:0px !important;
}
.app-download{
    margin-top:0px !important;
}
.app-download-row{
    margin:0px !important;
}
.app-download-row h2{
    font-size:24px;
}
.blue-color{
    color:#1b3580;
}
.faq{
    padding-top:0px !important;
    padding-bottom: 0px !important;
}
.cont-margin {
    margin: 0 10px;
}
.p-top{
    padding-top: 23px !important;
}
.pad-top{
    padding:30px 0px !important;
}
.abt-top{
    margin-top: 30px !important;
}
.full-pad{
    padding:30px 10px;
}
.card-mrg {
    margin: 0px;
    margin-bottom:30px;
}
.no-pad{
   padding-top: 0px !important;
}
.no-padding{
    padding:0px !important;
}
.no-margin{
    margin:0px !important;
}

.mob-heading{
    font-size:24px !important;
}
.section-mrg {
    margin: 0px 0px !important;
}
    }

/* General Toastr Styling */
.toast {
    opacity: 1 !important; /* Prevents transparency */
    background-color: #333 !important; /* Default background color */
    color: #fff !important; /* White text */
}

/* Ensure hover does not change background transparency */
.toast:hover {
    opacity: 1 !important;
    background-color: #333 !important;
    color: #fff !important;
}

/* Custom Background for Different Toastr Types */
.toast-success {
    background-color: #28a745 !important; /* Green background for success */
}

.toast-error {
    background-color: #dc3545 !important; /* Red background for error */
}

.toast-info {
    background-color: #17a2b8 !important; /* Blue background for info */
}

.toast-warning {
    background-color: #ffc107 !important;
    color: #000 !important; /* Black text for visibility */
}


#toast-container > .toast {
    min-width: 350px !important;  
    max-width: 1000px !important;
    text-align: center !important;  
    padding-right: 20px !important;
    padding-left: 20px !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 350px !important; 
    margin-left: auto; 
    margin-right: auto; 
}

#toast-container > .toast-close-button {
    position: absolute;
    top: 5px;
    right: 10px; 
    font-size: 20px;
    font-weight: bold;
    color: white;
    opacity: 0.8;
}



/*  cart   */

.cart-menu {
    position: relative;
}

.cart-link {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: black;
}

.cart-count {
    position: absolute;
    top: -7px;
    right: 55px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
/*    padding: 2px 6px;*/
    min-width: 18px;
    text-align: center;
}

    
    
/*  All Pages Css   */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    