/*Font*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*Global*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

body {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

:root {
  --color1: #f1a171;
  --color2: #f84e37;
  --color3: #6c6c6c;
  --color4: #f5f5f5;
  --color5: #132038;
  --color6: #b4b4b4;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #f84e37;
  outline: none;
  box-shadow: none;
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: none !important;
}

.logo-img {
  width: 30%;
}

/****************
     HOME
****************/
/*Header*/
header{
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}

.logo-img {
  width: 120px;
}

.nav-link {
  color: black;
  font-weight: 400;
  font-size: 1.25rem;
}

.nav-link.active,
.nav-link:hover {
  color: #f84e37 !important;
}

.dropdown-menu.desktop-mega-menu {
  width: 65vw;
  left: -28vw;
  top: 100%;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: -4px 4px 4px 0 #00000040;
  border: none;
  background-color: #fff;
}

.dropdown:hover .desktop-mega-menu {
  display: block;
}

.solution-sidebar {
  border-right: 2px solid #ccc;
}

.solution-sidebar .item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff5f2;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  padding: 10px;
}

.solution-sidebar .item i {
  background: #f84e37;
  padding: 0.5rem;
  color: white;
  border-radius: 5px;
}

.solution-sidebar .item:hover,
.solution-sidebar .item.active {
  background-color: #f87171;
  color: #fff;
}

.solution-detail ul li a {
  text-decoration: none;
  color: #000;
}

.solution-detail ul li a:hover {
  text-decoration: underline;
  color: #f84e37;
}

.gradient-line {
  height: 4px;
  width: 100%;
  background: linear-gradient(to right,
      #64a2ec,
      #5c96df,
      #000000,
      #74f832,
      #ff0054,
      #f84e37);
}

.heading {
  font-size: 3rem;
  font-weight: 700;
}

.gradient-txt {
  background: linear-gradient(to right, #f84e37, #f1a171);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-section {
  background: url("../img/hero-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.hero-txt {
  color: #6c6c6c;
  font-size: 1.563rem;
}

.trial-btn {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(to right, #f1a171, #f84e37);
  border-radius: 10px;
  padding: 10px 28px;
  width: 150px;
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.5s ease-in-out;
   transition: transform 0.5s ease-in-out;
}

.trial-btn:hover {
  background: linear-gradient(to right, #f84e37, #f1a171);
  transform: scale(1.1);
 
  /* transition: background 0.5 ease;
  -webkit-transition: background 0.5 ease;
  -moz-transition: background 0.5 ease;
  -ms-transition: background 0.5 ease;
  -o-transition: background 0.5 ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); */
}

/*Our partner*/
.logo-slider {
  overflow: hidden;
  padding: 20px 40px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

.logo-track {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.logo {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-right: 25px;
}

.logo img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.sub-title {
  font-size: 2.188rem;
  font-weight: 700;
  word-wrap: break-word;
}

.content {
  font-size: 1.125rem;
  font-weight: 400;
  color: #505050;
  text-align: justify;
  word-wrap: break-word;
}

.custom-app-list {
  text-align: justify;
}

/* slider */
.slider img {
  width: auto;
  height: 50px;
}

.slide {
  display: none;
}

.slide.active {
  display: flex;
}

.progress-bar-container {
  height: 6px;
  background-color: #dddddd;
  border-radius: 100px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  background-color: #f84e37;
  width: 0%;
  transition: width 0.3s;
}

.slider-controls {
  display: flex;
  justify-content: end;
  gap: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f84e37b9;
  font-size: x-large;
}
.slider-controls i:hover{
  color: #f84e37;
}
.slider-btn {
  display: flex;
  margin-top: 15px;
}

/*Feature*/
.card-body {
  box-shadow: 0px 0px 8px 1px #00000026;
  border-radius: 40px;
  padding: 20px;
  background-color: #fff;
  height: 300px;
  border: 1px solid #00000026;
}

.card-body:hover {
  border: 1px solid #F84E37;
  transition: box-shadow 0.3s ease-in-out, border 0.5s ease;
  -webkit-transition: box-shadow 0.3s ease-in-out, border 0.5s ease;
  -moz-transition: box-shadow 0.3s ease-in-out, border 0.5s ease;
  -ms-transition: box-shadow 0.3s ease-in-out, border 0.5s ease;
  -o-transition: box-shadow 0.3s ease-in-out, border 0.5s ease;
}

.square {
  width: 74px;
  height: 74px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: linear-gradient(to right, #F1A171, #F84E37);
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-body img {
  width: 42px;
  height: 42px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.feature {
  background: url("../img/card-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-section {
  background-color: #f4f4f4;
  padding: 65px 0px;
  border-radius: 30px;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-thumbnail {
  position: relative;
  width: 70%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s ease;
  color: #f84e37;
  background-color: #ffcfc8;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-button i {
  transition: transform 0.3s ease;
}

.video-btn {
  padding: 10px 17px;
}

.video-content {
  padding: 0px 25px;
}

.video-title {
  position: relative;
}

.video-title::before {
  content: " ";
  position: absolute;
  left: -10px;
  top: 5px;
  height: 28px;
  width: 5px;
  background: linear-gradient(to bottom, #f1a171, #f84e37);
}

.arrow-btn {
  font-weight: 800px;
  font-size: 20px;
  background: linear-gradient(to right, #f84e37, #f1a171);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: transform 0.3s ease;
}

.arrow-btn:hover {
  background: linear-gradient(to right, #f1a171, #f84e37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.solution-section {
  background-color: #fff6f1;
}

.card-section {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  height: 380px;
}

.card-section:hover {
  background-color: #FFCFC8;

  .number {
    color: #00000026;
  }
}

.sol-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 30px;
}

.number {
  font-weight: 800;
  font-size: 4.375rem;
  color: #e9e9e9;
}

.card-heading {
  font-weight: 700;
  font-size: 1.75rem;
  position: relative;
}

.card-heading::after {
  content: " ";
  position: absolute;
  left: 27%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right, #f1a171, #f84e37);
}

.card-circle {
  width: 72px;
  height: 72px;
  border-radius: 100px;
  border: 2px solid #F84E37;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.sol-icon {
  width: 52px;
  height: 52px;
}

.badges img {
  width: 200px;
}

.faq-item {
  width: 100%;
  background-color: #e7e6e6;
  border: none;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.faq-item.active {
  background-color: #f5f5f5;
}

.faq-question {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 1rem 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  cursor: pointer;
  gap: 0.5rem;
}

.faq-toggle {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.25rem;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: justify;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.footer {
  background-color: #132038;
}

.footer-logo {
  width: 70%;
  height: auto;
}

.icon-circle {
  background: #f5f5f5;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: 0.4s ease-in-out;
}

.icon-circle:hover {
  background: linear-gradient(to right, #F1A171, #F84E37);
  border: none;

  a i {
    color: white;
  }
}

.icon-circle a i {
  color: #000;
  text-decoration: none;
  font-size: 1.563rem;
  transition: 0.5s ease-in-out;
}

.footer-heading {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}

.footer-list li a {
  text-decoration: none;
  color: #b4b4b4;
  font-size: 1.125rem;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}

.footer-list li a:hover {
  color: #fff;
}

.footer-txt {
  color: #b4b4b4;
  font-size: 1.125rem;
}

.copyright-text {
  color: #b4b4b4;
  font-weight: 500;
  font-size: 1rem;
}

.column1,
.column2,
.column3 {
  width: 30%;
}

/*Popup Form*/
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Popup box */
.popup {
  display: flex;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.overlay.active .popup,
.overlay.active .success-popup {
  transform: scale(1);
}

.popup img {
  width: 45%;
  object-fit: cover;
}

.form-container {
  flex: 1;
  padding: 20px 30px;
}

.form-container h2 {
  margin-bottom: 15px;
  color: #14213d;
}

.form-container input,
.form-container textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.form-container textarea {
  resize: none;
  height: 100px;
}

.form-container button:hover {
  opacity: 0.9;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error {
  color: red;
  font-size: 13px;
  margin-top: -8px;
  margin-bottom: 8px;
}

.success-popup {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 90%;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.success-popup h3 {
  color: #28a745;
  margin-bottom: 15px;
}

.success-popup button {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #ff7b5f, #ff523b);
  color: white;
  font-size: 15px;
  cursor: pointer;
}

.popup-btn {
  border: none;
}

/****************
     Solutions
****************/
/*banner*/

.title {
  font-weight: 700;
  font-size: 3.125rem;
}

.banner-txt {
  font-weight: 400;
  font-size: 1.125rem;
  word-wrap: break-word;
  padding: 10px;
}

.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(0deg, #000000b0, #000000b0),
    url("../img/solutions-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
  background-size: cover;
  height: 60vh;
}

.breadcrumb {
  padding: 10px;
  list-style: none;
  background-color: #00000033;
}

.breadcrumb-item {
  font-weight: 400;
  font-size: 1.563rem;
}

.breadcrumb-item a {
  text-decoration: none;
  color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white;
  content: ">";
}

/*Employee Training*/

.training-txt {
  gap: 20px;
}

.training-img {
  /* width: 100%; */
  /* max-width: 660px; */
  /* height: 396px; */
  /* object-fit: cover; */
  border-radius: 15px;
}

/* Solutions feature */
.list-heading {
  font-weight: 700;
  font-size: 1.563rem;
}

.fa-circle-check {
  color: #f84e37;
  font-size: 1.5rem;
  padding: 0 5px 0 0;
}

.list-txt {
  padding-left: 25px;
  word-wrap: break-word;
}

.solutions-img {
  width: 100%;
  max-width: 720px;
  height: 508px;
  object-fit: cover;
  border-radius: 15px;
  border: 1px solid #B9B9B9;
}

/*How LMS support*/

.support-section {
  background-color: #f6fafd;
}

.card1,
.card2,
.card3,
.card4 {
  background-color: #fff;
  box-shadow: 0 0 6px 2px #00000026;
  border-radius: 15px;
  padding: 20px;
  height: 300px;
}

.card1:hover,
.card2:hover,
.card3:hover,
.card4:hover {
  background: linear-gradient(to right, #f84e37, #f1a171);
  color: #fff;

  .card-txt {
    color: #fff;
  }
}

.card1:hover {
  .s-icon1 {
    content: url('../icons/s-hover1.png');
  }
}

.card2:hover {
  .s-icon2 {
    content: url('../icons/s-hover3.png');
  }
}

.card3:hover {
  .s-icon3 {
    content: url('../icons/s-hover2.png');
  }
}

.card4:hover {
  .s-icon4 {
    content: url('../icons/s-hover4.png');
  }
}

.card-subtitle {
  font-weight: 700;
  font-size: 1.375rem;
}

.card-title img {
  width: 65px;
  height: 65px;
}

.card-txt {
  padding-left: 90px;
}

.card-title img {
  color: #fff;
}

/****************
    Features
****************/

.feature-banner {
  background-image: linear-gradient(0deg, #000000b0, #000000b0),
    url("../img/feature-bg.png");
}

.workflow-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  display: block;
}

.auto-heading {
  font-weight: 700;
  font-size: 1.25rem;
}

.feature-section {
  background-color: #f5f5f5;
}

.feature-body {
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
  min-height: 330px;
}

.feature-body:hover {
  box-shadow: 0px 0px 8px 1px #00000026;
}

.feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #f5f5f5;
  border-radius: 15px;
}

.feature-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.feature-title {
  font-weight: 700;
  font-size: 1.25rem;
}

/****************
    Pricing
****************/
.pricing-section {
  background-image: url('../img/pricing-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
  background-size: cover;
  height: 70vh;
  position: relative;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 10%;
  left: 0;
  height: 60vh;
  width: 100%;
  background: rgba(248, 78, 55, 0.2);
}

.pricing-banner-txt {
  z-index: 1;
}

.toggle-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #000;
  border-radius: 100px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}

.toggle-option {
  padding: 8px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease;
}

.selected {
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  font-weight: 600;
  transform: scale(1.05);
}

.save-badge {
  background-color: #1AA703;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  margin-right: 12px;
  margin-left: 5px;
}

.pricing-package {
  margin-top: 57px;
}

.pricing-card {
  border: 2px solid #F84E37;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 43px 40px;
}

.pricing-card:hover {
  border: 1px solid #F84E37;
  background: linear-gradient(to right, #F1A171, #F84E37);
  color: #fff;
  transform: translateY(-16px) scale(1.02);
  transition: all 0.5s ease;

  .pricing-list li i {
    color: #fff;
  }

  .pricing-btn {
    background-color: #fff;
    color: #F84E37;
  }

  .popular {
    background-color: #f1f1f1;
  }
}

.badge {
  padding: 6px 10px;
  background-color: #f1f1f1;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.875rem;
}

.popular {
  background-color: #a9b2ff;
}

.pricing-hr {
  width: 100%;
  background-color: #001c80;
  height: 1.5px;
}

.price {
  font-weight: 600;
  font-size: 4.125rem;
}

.price-txt {
  font-weight: 700;
  font-size: 0.938rem;
}

.pricing-list li {
  font-weight: 500;
  font-size: 1rem;
}

.pricing-list li i {
  color: black;
  font-size: 1.3rem;
  padding: 10px 5px 0 0;
}

.pricing-list li .fa-circle-xmark {
  color: #f84e37;
}

.coming-soon {
  padding: 5px;
  background-color: #c9fad6;
  font-weight: 400;
  font-size: 0.625rem;
  border-radius: 4px;
  color: #1aa703;
}

.pricing-btn {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 18px 64px;
  font-size: 0.938rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}

.no-cc {
  font-weight: 400;
  font-size: 0.813rem;
}

/****************
    About Us
****************/
.about-banner {
  background-image: linear-gradient(0deg, #00000067, #00000073),
    url("../img/about-bg.webp");
}

.vision-img {
  width: 100%;
  max-width: 534px;
  height: 377px;
  object-fit: cover;
  border-radius: 15px;
}

.values-img {
  width: 100%;
  max-width: 622px;
  height: 439px;
  object-fit: cover;
  border-radius: 15px;
}

.hand-icon {
  width: 70px;
  height: 70px;
}

.list-item1 span {
  font-weight: 700;
  font-size: 1.25rem;
}

.lms-life {
  margin-top: 150px;
}

.life-img {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  overflow: hidden;
}

.life-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid rgba(248, 78, 55, 1);
  border-radius: 100px;
  transform: scale(1);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 0;
  pointer-events: none;
}

.life-img:hover::before {
  opacity: 1;
  transform: scale(1.02) rotateX(3deg) skewY(1deg);
  -webkit-transform: scale(1.02) rotateX(3deg) skewY(1deg);
  -moz-transform: scale(1.02) rotateX(3deg) skewY(1deg);
  -ms-transform: scale(1.02) rotateX(3deg) skewY(1deg);
  -o-transform: scale(1.02) rotateX(3deg) skewY(1deg);
}

.lms-img {
  width: 100%;
  max-width: 611px;
  height: 387px;
  object-fit: cover;
  border-radius: 100px;
  /* display: block; */
  z-index: -1;
  position: relative;
}

/****************
    Contact Us
****************/
.contact-banner {
  background-image: linear-gradient(0deg, #00000067, #00000073),
    url("../img/contact-bg.webp");
}

.phone-detail {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  transition: transform 0.3s ease-in-out;
}

.phone-detail:hover {
  transform: scale(1.2);
}

.bg-circle {
  width: 84px;
  height: 84px;
  border-radius: 100px;
  background-color: #fff;
  border: 2px solid #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -40px;
}

.dial,
.mail-icon,
.location {
  width: 40px;
  height: 40px;
}

.contact-detail h5 {
  font-weight: 700;
  font-size: 1.25rem;
}

.contact-detail p {
  font-weight: 500;
  font-size: 1.125rem;
  color: #959595;
}

.info {
  font-weight: 400;
  font-size: 1.5rem;
}

/****************
    Blog
****************/

.blog-banner {
  background-image: linear-gradient(0deg, #00000067, #00000073),
    url("../img/blog-bg.webp");
  background-position: center bottom;
}

.blog-card {
  background-color: #fff;
  box-shadow: 0 0 4px 0 #00000040;
  border-radius: 10px;
  margin: 10px;
}

.blog-img img {
  width: 100%;
  height: 204px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-txt {
  padding: 10px;
}

.blog-title h5 {
  font-weight: 600;
  font-size: 1.125rem;
}

.blog-title p {
  font-weight: 400;
  font-size: 1.125rem;
}
.date span {
  font-weight: 400;
  font-size: 1.125rem;
}
.category-box {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-color: #fff;
}

.category-header {
  font-weight: 600;
  padding: 12px 16px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f7f7f7;
  font-size: 1.125rem;
}

.category-list a {
  display: block;
  padding: 10px 16px;
  color: #8875cf;
  font-weight: 400;
  font-size: 1.125rem;
  text-decoration: none;
  border-bottom: 1px solid #dfdfdf;
  transition: background-color 0.2s;
}

.category-list a:hover {
  background-color: #f4f4f4;
}

.category-list a:last-child {
  border-bottom: none;
}

.post-card {
  box-shadow: 0px 0px 14px 0px #52555a1a;
  background-color: #ffffff01;
  border-radius: 4px;
  position: sticky;
  top: 50px;
}

.recent-title {
  padding: 12px 16px;
  font-weight: 800;
  font-size: 1rem;
  background-color: #f7f7f7;
}

.recent-title h6 {
  font-weight: 800;
  font-size: 1rem;
}

.recent-img {
  width: 75px;
  height: 75px;
  border-radius: 6px;
}

.recent-txt {
  font-weight: 800;
  font-size: 1rem;
  color: #272c49;
}

.recent-date {
  font-weight: 400;
  font-size: 0.875rem;
}

.search-wrapper {
  margin: 20px auto;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ced4da;
}

.search-input {
  flex: 1;
  border: none;
  padding: 12px 16px;
  font-size: 1rem;
  outline: none;
}

.search-btn {
  background: linear-gradient(to right, #f84e37, #f1a171);
  border: none;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.search-btn:hover {
  background: linear-gradient(to right, #d52a00, #f7c00e);
}

.search-wrapper .search-btn i {
  font-size: 1rem;
  color: white;
}

.detail-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.detail-section {
  box-shadow: 0 3px 10px 0 #292dc214;
  border-radius: 6px;
}

.social-circle {
  width: 40px;
  height: 40px;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.social-circle:hover {
  background-color: #000;
  color: #fff !important;
}

.table-title {
  font-weight: 600;
  font-size: 1.563rem;
}

.table-content ol li h6 {
  font-weight: 500;
  font-size: 1.125rem;
}

.highlight-txt,
.table-content ol li p {
  font-weight: 400;
  font-size: 1rem;
  color: #575a7b;
}

.table-section {
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  padding: 10px;
}

.detail-images {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.detail-images img {
  max-width: 350px;
  object-fit: cover;
  height: 300px;
  border-radius: 6px;
}

.fa-square-check {
  width: 16px;
  height: 35px;
}

.highlight-txt li i {
  color: #000;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.custom-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.custom-pagination ul li a {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
  color: #f44336;
  border-left: 1px solid #ccc;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-pagination ul li:first-child a {
  border-left: none;
}

.custom-pagination ul li a:hover,
.custom-pagination ul li a.active {
  background-color: #ffe5e0;
}

/****** blog page css */

@media (max-width: 991.98px) {
  #categoryBox {
    transition: all 0.3s ease-in-out;
  }
}

/*****************
   Blog-Details
*****************/

.detail-banner {
  background-image: linear-gradient(0deg, #00000067, #00000073),
    url("../img/detail-bg.png");
}

/****** SMOOTH SCROLL & ANIMATIONS ******/

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Page fade-in animation */
body {
  animation: pageLoad 0.6s ease-out;
}

@keyframes pageLoad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Header fade-in */
.animate-fade-in {
  animation: fadeInDown 0.6s ease-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Footer fade-up */
.animate-fade-up {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade in up on scroll */
.fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}

/* Stagger animation */
.stagger-animation {
  animation: fadeInScale 0.6s ease-out forwards;
  opacity: 0;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Scroll animation */
.animate-scroll-in {
  animation: slideInLeft 0.6s ease-out forwards;
  opacity: 0;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Lazy load image animation */
img.lazy-load {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

img.lazy-load.loaded {
  opacity: 1;
  animation: imageLoad 0.6s ease-out;
}

@keyframes imageLoad {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

/* Modal animations */
.modal-overlay {
  animation: overlayFade 0.3s ease-out;
}

@keyframes overlayFade {
  from {
    opacity: 0;
    backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(4px);
  }
}

.modal-content {
  animation: modalSlideIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pulse animation */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Button smooth transitions */
button, .trial-btn, .pricing-btn {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Link transitions */
a {
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover lift effect */
.lift-on-hover {
  transition: all 0.3s ease-out;
}

.lift-on-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Smooth gradient transition */
.gradient-transition {
  transition: background 0.4s ease;
}

/* Form input animations */
input, textarea, select {
  transition: all 0.3s ease;
  border-color: #ddd;
}

input:focus, textarea:focus, select:focus {
  border-color: #f84e37;
  box-shadow: 0 0 0 3px rgba(248, 78, 55, 0.1);
  transition: all 0.3s ease;
}

input.is-invalid, textarea.is-invalid {
  border-color: #dc3545;
  animation: shake 0.4s ease;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}

/* Loading spinner */
.spinner-border {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Parallax effect */
[data-parallax] {
  background-attachment: fixed;
  transition: background-position 0.5s ease-out;
}

/* Smooth hover effects for cards */
.card-body, .feature-body, .blog-card, .pricing-card {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Header scroll shadow */
header {
  transition: box-shadow 0.3s ease;
}

/* Mobile responsive animations */
@media (max-width: 768px) {
  .modal-content {
    max-width: 95vw !important;
  }

  .popup img {
 display: none;
}

  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  button, .trial-btn {
    font-size: 0.95rem;
  }
}