body {
  background-color: #f7fafc !important;
  font-family: "Oxanium", sans-serif !important;
  font-optical-sizing: auto !important;
}

#loading-area {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    overflow: hidden;
}

#loading-area.loading-page-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading-area.loading-page-1:before,
#loading-area.loading-page-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    background: #fff;
    transition: all 1.5s ease-in-out;
    transform-origin: left top;
    z-index: -1;
}

#loading-area.loading-page-1:before {
    top: 0;
}

#loading-area.loading-page-1:after {
    bottom: 0;
    top: auto;
}

#loading-area.loading-page-1.active:before,
#loading-area.loading-page-1.active:after {
    height: 0px;
}

#loading-area.loading-page-1 .text {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 60px;
    transform: translateY(-30px);
    opacity: 0;
    transition: all 1s;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    #loading-area.loading-page-1 .text {
        font-size: 24px;
    }
}

#loading-area.loading-page-1.show .text {
    opacity: 1;
    transform: translateY(0);
}
#loading-area.loading-page-1.active .text {
    opacity: 0;
    transform: translateY(30px);
}

/* Hide .aaru button on screens smaller than 991px */
@media (max-width: 991px) {
  .aaru {
    display: none;
  }

  .start-trial-btn {
    background-color: red !important;
    font-size: 16px !important;
  }

  ul.dropdown-menu.p-4.aradhna.show {
    transform: translateX(0%) !important;

  }

}

/* Align the logo, menu, and button in one row for screens larger than 991px */
@media (min-width: 992px) {
  .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-nav {
    margin-left: auto;
    display: flex;
    gap: 15px;
  }


}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #fe5a58 !important;
  border-color: #fe5a58 !important;
}

.nav-link {
  display: block;
  padding: .5rem 1.5rem !important;
  color: #000000 !important;
  font-size: 18px;
}

/* r */
.navbar {
  border-bottom: 2px solid #ddd !important;
  /* Light grey bottom border */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
  /* Subtle shadow */
  padding: 5px;
}

/* Remove text decoration on hover for all links */
.nav-link,
.dropdown-item {
  text-decoration: none;
  padding: 10px !important;

}

.dropdown-menu {
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 50rem;

}

.dropdown-menu .dropdown-item {
  border-bottom: 1px solid grey !important;
  /* Add grey bottom border */
}

/* Remove the border from the last dropdown item */
/*.dropdown-menu .dev:last-child {*/
/*  border: none !important;*/
/*}*/

.nav-link:hover,
.dropdown-item:hover {
  text-decoration: none;
  color: #fe5a58 !important;
  background-color: transparent !important;
}

/* Show dropdown menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  padding: 0 !important;
}



.heading-span {
  color: #fe5a58 !important;
  /*  color */

}

.fa {
  color: #fe5a58 !important;
}

.fab {
  color: #fe5a58 !important;
}



.price {
  font-size: 1.7rem;
  font-weight: 500;
}

.price-lead {
  font-size: 15px !important;
}


.btn {

  background-color: #fe5a58 !important;
  border-color: #fe5a58;
  /* Border color */
  /* border-radius: 20px !important; */
}

.btn-radius {
  border-radius: 0 !important;
}

.justify-content-center {
  justify-content: center !important;
  margin-top: 20px !important;
}

/* Media Query for screen widths below 991px */
@media (max-width: 991px) {
  .btn {
    font-size: 15px !important;
    /* Set font size to 16px */
  }
}


.btn:hover {
  background-color: #0090e3 !important;
  /* Hover background color */
  border-color: #0090e3 !important;
  /* Hover border color */
  text-decoration: none;
  color: #f7fafc !important;
  /* font-size: 50px !important; */
}


/* .card-body {
    flex: 1 1 auto;
    padding: 20px;
    color: var(--bs-card-color);
    background-color: #ffffff;
} */

/* .main-div {
  background-color: #ffe6e6;
} */

.display-4 {
  font-size: 3rem !important;
  font-weight: 500 !important;
  line-height: 1.2;
}

/* Heading (h1 to h5) Styles */
h1,
h2,
h3,
h4,
h5 {

  color: black;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
  /* Size for h1 */
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 1.6rem;
  /* Size for h3 */
}

h4 {
  font-size: 1.75rem;
  /* Size for h4 */
}

h5 {
  font-size: 1.5rem;
  /* Size for h5 */
}

ul li {
  color: #6c757d !important;
  /* margin-left: 2rem !important; */


}


p {
  font-size: 22px !important;
  color: #6c757d;
  line-height: 1.6;


}

p.lead {
  font-size: 18px !important;
  font-weight: 400 !important;


}

/* Link (a) Styles */
a {
  color: black;
  /* Blue color for links */
  font-weight: 400;
  /*  bold  */
  text-decoration: none;
  /* Remove underline from links */
}


a:hover {
  color: #fe5a58 !important;
}

/* Change the color of the h5.card-title on hover */
.card-title:hover {
  color: #fe5a58 !important;
  transition: color 0.3s ease;
  /* Smooth transition for hover effect */
}

.link.active {
  background-color: #fe5a58 !important;
}

/* Optional: Styling for small or specific text elements */
s {
  color: #6c757d;
  /* Muted color for strike-through text */
}


.svg {
  border: 1px solid green;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  /* margin-left: 20px; */
}

.footer-list {
  font-size: 20px;
  line-height: 2.5rem;
}

.fs-1 {
  font-size: calc(14px + 1.5vw) !important;
}

.top-text {
  font-size: 50px;
}

img.home-img {
  width: 80%;
}

.content-wrapper {
  display: flex;
  align-items: center;
  padding: 12px;
}

/* General styling for icons */
.icon {
  border-radius: 50%;
  /* Makes the images fully rounded */
  max-width: 60px;
  /* Set consistent size for icons */
  margin-right: 15px;
  /* Space between image and text */
}

/* Row spacing adjustment */



.left-img {
  width: 80px;
  height: 80px;
  margin-right: 27px;
  object-fit: cover;
  border-radius: 50px;
}


/* Custom Styles */
.custom-banner {
  background-color: #ffffff !important;
  color: #ffa500;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom-banner .content {
  position: relative;
  z-index: 2;
}

.custom-banner .rocket-icon {
  height: 30px;
  margin-right: 10px;
}

.custom-banner .btn {
  background-color: #fff;
  color: #ffffff;
  /* border-radius: 50px; */
  padding: 10px 20px;
}

.custom-banner .btn:hover {
  background-color: #ffa500;
  /* Orange on hover */
  color: #fff;
  /* White text */
}


/*   arrow button click css   */
.containe {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

#prevBtn,
#nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background-color: #007bff;
  color: white;
  border: none;
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}

#prevBtn {
  left: -10px;
}

#nextBtn {
  right: -10px;
}

#cardContainer {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.col-md-3 {
  width: 300px;
  /* Width of each card */
  flex-shrink: 0;
}


.hidden {
  opacity: 0;
  pointer-events: none;
  /* Prevent interaction with hidden cards */
  transform: scale(0.9);
  /* Optional: Shrink hidden cards slightly */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.show {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/*   arrow button click css   */

.footer-list {
  font-size: 18px !important;
}


/* General Footer Styling */
footer {
  background-color: #ffffff;
  color: #333333;
  padding-top: 20px;
}

footer h5 {
  font-size: 22px !important;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-list {
  font-size: 18px !important;
  /* Default for desktop */
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-list li {
  margin-bottom: 10px !important;
}

.footer-list li a {
  color: #333333;
  text-decoration: none;
  /* transition: color 0.3s ease; */
}

.footer-list li a:hover {
  color: #fe5a58 !important;
  /* Add a hover effect */
}

/* Social Media Icons */
footer .social-icons li {
  margin-right: 15px;
}

footer .social-icons a {
  color: #333333;
  transition: color 0.3s ease;
}

footer .social-icons a:hover {
  color: #fe5a58 !important;
}

/* Footer Contact Info */
footer p {
  margin: 0 0 10px;
  font-size: 16px;
}

footer .text-dark {
  color: #333333 !important;
}

.mb-4 {
  margin-bottom: 0.8rem !important;
}

/* Responsive Adjustments */
@media (max-width: 991px) {


    /* Custom Styles */
.custom-banner {

  padding: 10px !important;

}

  .dropdown-menu {
    width: 20rem !important;
    font-size: 14px !important;

  }

  .social-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
  }


  .social-section .icon {
    width: 50px;
    /* Adjust as needed */
    margin-bottom: 1rem;
    /* Add spacing below the icon */
  }

  .social-section p {
    max-width: 90%;
    /* Center text block */
  }



  .mb-4 {
    margin-bottom: 0.5rem !important;
  }

  .order-1 {
    order: 2;
  }

  .order-2 {
    order: 1;
  }

  /* Ensure text alignment centers for smaller screens */
  .text-lg-start {
    text-align: center !important;
  }

  /* Ensure images fit full width */
  .img-fluid {
    width: 100% !important;
  }

  /* Reduce padding for better fit on smaller screens */
  .py-5 {
    padding: 1rem 1rem !important;
  }

  .display-4 {
    font-size: 1.5rem !important;

  }

  .top-text {
    font-size: 2rem !important;
  }

  img.home-img {
    width: 100% !important;
  }



  .footer-list {
    font-size: 16px !important;
    /* Reduce font size for smaller devices */
  }

  footer p {
    font-size: 16px !important;
  }

  .social-icons li {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {


  /* Mobile */
  footer .row>div {
    margin-bottom: 20px;
    /* Add spacing between sections */
  }

  .footer-list {
    font-size: 16px !important;
    /* Further reduce font size for mobile */
    line-height: 1.5;
  }

  footer h5 {
    font-size: 16px !important;
    /* Adjust heading size for mobile */
  }

  .lead {
    font-size: 16px !important;
  }

  footer ul {
    padding-left: 0;
  }

  .social-icons li {
    font-size: 20px !important;
    /* Adjust icon size for better readability */
    margin-right: 8px;
  }
}

/* General Styles for .blog-count */
.blog-count {
  font-size: 4rem;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fe5a58;
  text-align: center;
}
.blog-count:hover {
  color: #fe5a58;
  -webkit-text-stroke: 0;
}
@media (min-width: 992px) {
  .blog-count {
    margin-bottom: 20px;
    margin-top: -0.2em;
  }
}
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.scroll-top i {
  color: #fff;
  font-size: 20px;
  position: absolute;
}
.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  z-index: -1;
}
.circle-bg {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 2;
}

.circle {
  fill: none;
  stroke: #fe5a58;
  stroke-width: 2;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.1s linear;
}
.scroll-top.show {
  display: flex;
}

span small{
    font-size: 0.7em !important;
}

footer a{
    font-size: 1rem;
}
