* {
  margin: 0;

  padding: 0;
}

body {
  overflow-x: hidden;

  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Dark Mode Styling */

.dark-mode {
  background-color: #222;

  color: #fff;
}

.dark-mode .header {
  background: rgba(34, 34, 34, 0.95);

  color: #fff;
}

.dark-mode .nav .nav-link {
  color: #ddd;
}

.dark-mode .nav .nav-link:hover {
  color: #fff;
}

/* Sticky Header */

.header {
  width: 100%;

  background: #fff;

  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */

  padding: 15px 20px;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 100000;

  transition: all 0.3s ease-in-out;
}

.header.sticky {
  position: fixed;

  top: -100px;

  opacity: 0;

  background-color: #fff;

  z-index: 100000;
}

.header.show {
  top: 0;

  opacity: 1;
}

.nav-center {
  flex-grow: 1;

  display: flex;

  justify-content: center;
}

.nav .nav-link {
  color: #333;

  font-weight: 600;

  transition: color 0.3s;
}

.theme-toggle {
  cursor: pointer;

  font-size: 20px;

  border: none;

  background: none;

  color: inherit;
}

.dropdown-menu {
  background-color: #ffffff;

  border: none;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dropdown-item:hover {
  background-color: transparent;
}

.navbar-nav .nav-link {
  color: #212121;

  font-weight: 600;

  font-size: 16px;

  margin: 0 10px;

  position: relative;

  transition: all 0.3s ease;
}

/* Active menu style with gradient underline */

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 3px;

  background: linear-gradient(90deg, #3594d7, #9919d0);

  border-radius: 1px;
}

/* Only active item or on hover will show underline */

.navbar-nav .nav-link::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 3px;

  background: linear-gradient(90deg, #3594d7, #9919d0);

  transition: width 0.4s ease;
}

/* On hover or active, show full width */

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
  width: 100%;
}

@media (max-width: 767px) {
  .search-form input {
    max-width: 300px;
  }
}

.header-search-bar {
  display: flex;

  width: 100%;

  /* background-color: #D9D9D9; */

  border-radius: 50%;

  border: 0px;
}

.header-search-bar button {
  border: 0px;

  background-color: #232323;

  border-radius: 0px 20px 22px 0px;

  padding-right: 8px;

  padding-left: 8px;
}

.header-search-bar button i {
  color: rgb(34, 33, 33);
}

.search-input {
  background-color: #d9d9d9;

  border-radius: 22px 0px 0px 22px;

  padding-left: 10px;

  border: none;

  font-size: 14px;
}

.search-input:focus-visible {
  border: none;
}

/*Preloader*/

#preloader {
  /*background: url('../../images/preloader-bg.jpg');*/

  /*background-size: cover;*/

  /*background-repeat: no-repeat;*/

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 9999;
}

/* Responsive loader image */

#preloader img {
  width: 150px;

  max-width: 15vw; /* Responsive size */

  height: auto;
}

/*Preloader End*/

/* Banner Section */

.banner_text_area {
  background-image: url("");

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;
}

.banner_text_area h1 {
  font-weight: 800;

  background: linear-gradient(127deg, #b7589f, #6267f8);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  letter-spacing: 10px;

  margin-bottom: 0px;

  margin-top: -10px;
}

.banner__section__two {
  position: relative;
}

.banner__section {
  overflow: hidden;
}

.banner {
  height: 100vh;

  background-image: url("../../images/banner-bg.webp") !important;

  background-size: cover;

  background-repeat: no-repeat;

  position: relative;

  /* background: linear-gradient(135deg, #b4c4df, #99bcc2); */

  color: white;

  /* display: flex;

    flex-direction: column; */

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 70px 0px;

  /* margin-top: -70px; */

  /* animation: gradientAnimation 6s infinite linear;

    background-size: 400% 400%;

    position: relative; */
}

.banner__mask img {
  width: 100%;

  height: 100px;
}

.banner__mask {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;
}

.banner__bgmask {
  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 0.2;
}

.banner__bgmask img {
  width: 100%;

  height: 100%;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.banner__section__two .banner__ai2 {
  left: 10px;
}

.banner__ai2 {
  position: absolute;

  top: 200px;

  left: 88px;

  animation: rotate360 15s linear infinite;
}

.banner__section__two .banner__checkai {
  right: 100px;

  top: 140px;

  width: 25px;
}

.banner__section__two .banner__checkai {
  position: absolute;

  top: 173px;

  right: 88px;
}

.banner__section__two .banner__checkai img {
  height: 80px;
}

.ball3d {
  position: absolute;

  left: 100px;

  bottom: 30%;

  animation: rotate360 15s linear infinite;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner__nulldimond {
  position: absolute;

  bottom: 110px;

  right: 15%;

  animation: cir360 8slinear infinite;
}

/*--Button Area Start--*/

.banner__thumb {
  position: absolute;

  bottom: 0;

  right: 70px;
}

.banner__thumb::before {
  position: absolute;

  content: "";

  bottom: 0;

  right: 0;

  background: #3fca90;

  opacity: 0.4;

  filter: blur(150px);

  width: 300px;

  height: 400px;
}

.banner__thumb .thumb {
  max-width: 520px;
}

.banner__thumb .thumb img {
  width: 100%;

  height: 345px;

  z-index: 9999;
}

.banner__thumb .thumb {
  position: relative;

  /* animation: pendulum 9s infinite ease-in-out alternate; */
}

.banner__blump {
  position: absolute;

  right: 100px;

  animation: cir360 10s linear infinite;
}

@keyframes pendulum {
  0% {
    transform: translateX(-15px) rotate(-5deg);
  }

  50% {
    transform: translateX(20px) rotate(5deg);
  }

  100% {
    transform: translateX(-20px) rotate(-5deg);
  }
}

/* BAnner content */

.banner h1 {
  font-size: 190px;

  font-weight: 700;
}

.banner_text_area h5 {
  font-size: 45px;

  color: #000;
}

.banner p {
  font-size: 18px;

  margin-bottom: 20px;

  padding: 0px 146px;

  color: #181717;

  font-weight: 600;
}

/*18-06-2025*/

.search-form {
  max-width: 500px;

  margin: auto;
}

.input-group .form-control {
  height: 60px;

  border-radius: 50px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-control:focus {
  box-shadow: none;

  border-color: #198754;
}

.search-btn {
  background: #232323;

  color: #fff;

  border: none;

  transition: background-color 0.3s ease;

  border-radius: 50px;

  padding: 0px 22px;
}

.search-btn:hover {
  background-color: orange;

  padding: 0px 22px;
}

.search-btn i {
  margin-right: 5px;
}

@media (max-width: 576px) {
  .search-form {
    padding: 0 15px;
  }

  .input-group .form-control {
    height: 50px;

    font-size: 14px;

    border-radius: 40px;

    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 10px;
  }

  .search-btn {
    padding: 0px 16px;

    font-size: 14px;

    border-radius: 40px;
  }

  .search-btn i {
    margin-right: 0; /* Reduce spacing for tight layout */
  }
}

/*18-06-2025*/

/*.search-bar {*/

/*    display: flex;*/

/*    width: 100%;*/

/*    max-width: 600px;*/

/*    background: white;*/

/*    border-radius: 50px;*/

/*    overflow: hidden;*/

/*    position: absolute;*/

/*    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/

/*    left: 50%;*/

/*    transform: translate(-50%, 0%);*/

/*}*/

/*.search-bar input {*/

/*    border: none;*/

/*    padding: 10px 15px;*/

/*    outline: none;*/

/*    height: 50px;*/

/*    background-color: #D9D9D9;*/

/*    width: 100%;*/

/*}*/

/*.search-bar button {*/

/*    background: #232323;*/

/*    border: none;*/

/*    padding: 10px 29px;*/

/*    color: white;*/

/*    cursor: pointer;*/

/*    outline: none;*/

/*}*/

/*.search-bar button:hover {*/

/*    background: #232323;*/

/*}*/

/* Bannner End */

/* AI tool top sec */

#top-sec {
  /*background-color: #FFD17B38;*/

  position: relative;
}

/* Fillter section */

.fillter-sec {
  display: flex;

  align-items: center;

  gap: 35px;

  width: 100%;
}

.my-sec {
  padding: 15px 15px;

  background-color: #f7fbff;

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  margin-bottom: 30px;

  border-radius: 45px;
}

.category-fillter {
  width: 40%;
}

select#categoryFilter {
  width: 100%;

  height: 40px;

  border: none;

  border-radius: 27px;

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.search-bar2 {
  display: flex;

  width: 70%;

  background: white;

  border-radius: 27px;

  overflow: hidden;

  /* left: 20%; */

  position: relative;

  height: 40px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search-bar2 input {
  flex: 1;

  border: none;

  /* padding: 10px 15px; */

  outline: none;

  height: 40px;
}

.search-bar2 button {
  background: #2575fc;

  border: none;

  padding: 10px 29px;

  color: white;

  cursor: pointer;

  outline: none;
}

.search-bar2 button:hover {
  background: #1a5fd6;
}

.filter-btn {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  font-size: 14px;

  border-radius: 27px;

  padding: 3px 15px;
}

.filter-btn span img {
  height: 19px;
}

.form-select {
  font-size: 14px;

  font-family: "Open Sans", serif;

  border-radius: 20px;
}

.plan__items {
  height: 250px;

  background: #fff;

  border-radius: 10px 10px 10px 10px;

  box-shadow: 0 10px 18px rgba(177, 172, 145, 0.4),
    0 4px 12px rgba(0, 0, 0, 0.1);

  border: 1px solid #f2f2f2;

  overflow: hidden;

  padding: 20px;

  /* z-index: 9999; */

  position: relative;

  cursor: pointer;

  /* height: 330px; */
}

.plan__items .content__wrap .plan__list {
  display: grid;

  justify-content: center;

  padding: 16px 0;
}

.plan__items .content__wrap .price__btn .border__btn {
  color: var(--base);

  display: block;
}

.logo-name h3 {
  margin-bottom: 0px;
}

.header-area {
  display: flex;

  /* gap: 10px; */

  align-items: center;

  margin-bottom: 20px;

  text-align: center;

  /* padding-top: 20px; */
}

/* .header-area img {

    height: 40px;

} */

.strip {
  padding: 40px 0px 0px 12px;

  transform: rotate(45degree);

  transform: rotate(45deg);

  position: absolute;

  right: -44px;

  top: -20px;

  color: #fff;

  height: 62px;

  width: 123px;

  text-align: center;
}

.free-strip p {
  /* background-color: #4caf50; */

  color: green;

  font-size: 14px;

  border-bottom: 1px solid green;
}

.freemium-strip p {
  color: rgb(212, 166, 16);

  font-size: 14px;

  border-bottom: 1px solid rgb(212, 166, 16);
}

.paid-strip p {
  /* background-color: #4caf50; */

  color: rgb(175, 4, 4);

  font-size: 14px;

  border-bottom: 1px solid rgb(175, 4, 4);
}

.strip h5 {
  font-size: 15px;

  color: #fff;

  font-weight: 400;
}

/* CUStom button ai */

/* .ai-btn-container{

    display: flex;

            flex-direction: column;

            gap: 15px;

} */

.ai-btn {
  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 265px;

  padding: 5px 10px;

  background: #fff;

  border-radius: 8px;

  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);

  text-decoration: none;

  font-size: 14px;

  font-weight: 400;

  color: #333;

  transition: all 0.3s ease-in-out;

  position: relative;

  overflow: hidden;

  border-radius: 35px;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.ai-btn:hover {
  /* transform: translateY(-3px); */

  /* box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.2); */
}

.ai-btn span {
  display: flex;

  align-items: center;

  gap: 10px;
}

.custom-arrow {
  width: 20px;

  height: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  transition: all 0.3s ease-in-out;

  font-size: 16px;
}

.ai-btn:hover .custom-arrow {
  transform: translateX(6px);
}

.ai-btn span img {
  height: 27px;

  border-radius: 50%;
}

/* Different Arrow Background Colors */

.custom-arrow-one {
  color: #ff5733;
}

.custom-arrow-two {
  color: #33c3ff;
}

.custom-arrow-three {
  color: #28a745;
}

.custom-arrow-four {
  color: #f39c12;
}

/* Responsive */

/* @media (max-width: 400px) {

    .custom-btn {

        width: 100%;

    }

}

.ai-btn span img{

    height: 30px;

} */

/* Category card design css start */

#category-card {
  /* background: linear-gradient(to bottom, #b0b8d1, #f7fbff); */

  background: linear-gradient(to bottom, #f4f8fc, #f7fbff);
}

.category-card-design {
  /* background-image: url('../../images/cat-card-bg.svg'); */

  background-repeat: no-repeat;

  background-position: bottom right;
}

.gradient-line {
  height: 2px;

  width: 100%;

  margin: 5px auto;

  background: linear-gradient(to right, #699fd5, #ff4b2b);

  border-radius: 2px;
}

.gradient-text {
  font-size: 18px;

  font-weight: bold;

  text-align: center;

  background: linear-gradient(to right, #7598c7, #2e4d5c);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  display: inline-block;

  text-align: center;

  width: 100%;
}

.card-title span img {
  height: 35px;
}

.category-card-design {
  /* background: linear-gradient(135deg, #e1e5f3, #cfd6e6); */

  background-color: #fff;

  border-radius: 10px;

  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);

  position: relative;

  transition: transform 0.3s ease-in-out;

  overflow: hidden;
}

.list-unstyled li a i {
  font-size: 14px;

  color: #2e4d5c;
}

/* .category-card-design:hover {

    transform: scale(1.03);

} */

/* Folded Corner Effect */

.folded-corner {
  position: absolute;

  top: 0;

  right: 0;

  width: 50px;

  height: 50px;

  background: linear-gradient(-45deg, #cfd6e6 45%, #ffffff 50%);

  transform: rotate(180deg);

  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

/* .card-title {

    font-size: 1.3rem;

    font-weight: bold;

    margin-bottom: 15px;

    color: #333;

} */

.category-card-design ul {
  padding: 0;
}

.category-card-design li {
  display: flex;

  align-items: center;

  justify-content: space-between;

  font-size: 14px;

  padding: 7px 0;

  border-bottom: 1px solid #d3d3d3;
}

.category-card-design li:last-child {
  border-bottom: none;
}

.tool-link {
  color: #007bff;

  transition: color 0.3s;
}

.tool-link:hover {
  color: #0056b3;
}

.list-unstyled li img {
  height: 25px;
}

/* Most Use Ai tool */

#most-use {
  background-image: url("../../images/ai-fav.webp");

  background-size: cover;

  background-repeat: no-repeat;

  position: relative;
}

.overlay {
  background-color: #e4f2ff42;

  height: 100%;

  width: 100%;
}

.subtitle p {
  font-size: 16px;

  font-weight: 600;

  color: #212121;
}

/* CTA Css start*/

.ai-subscribe-area {
  background-color: #fba300 !important;

  position: relative;

  z-index: 1;

  overflow: hidden;
}

.ai-subscribe-content {
  text-align: center;

  max-width: 470px;

  margin: auto;
}

.ai-subscribe-content .newsletter-form {
  max-width: 550px;

  position: relative;

  margin-left: auto;

  margin-right: auto;

  margin-top: 30px;
}

.ai-subscribe-content .newsletter-form .input-newsletter {
  display: block;

  width: 100%;

  background-color: #ffffff;

  /* box-shadow: -3px 8px 20px rgba(67, 127, 236, 0.05); */

  border: none;

  height: 40px;

  padding-left: 15px;

  border-radius: 70px;

  outline: 0;

  color: #171718;

  font-weight: 500;

  font-size: 15px;
}

.ai-subscribe-content .newsletter-form button {
  position: absolute;

  right: 0;

  top: 0;

  background-color: #279ef3a3;

  color: #000000;

  border: none;

  height: 40px;

  padding: 0px 8px;

  border-radius: 70px;

  transition: 0.5s;

  line-height: 40px;

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

  font-size: 15px;

  font-weight: 500;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn {
  margin-top: 20px;
}

.ai-subscribe-shape {
  position: absolute;

  text-align: center;

  top: 50%;

  transform: translateY(-50%);

  z-index: -1;

  left: 0;

  right: 0;

  margin: auto;
}

/* Footer */

#footer {
  background-color: #354764;

  padding: 15px 0px;
}

#footer p {
  color: #fff;

  padding-bottom: 0px;

  margin-bottom: 0px;
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .category-card-design {
    margin-bottom: 20px;
  }
}

/* Category card design css start */

/* Ai details page */

.ai-details-sec {
  background: radial-gradient(
    circle,
    rgb(235 235 235) 0%,
    rgb(236 238 243) 84%
  );

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  margin-top: -30px;

  z-index: 9999;

  position: relative;

  padding: 20px;
}

.details-title {
  font-size: 35px;
}

#common-page-banner {
  background-color: #e9eaeb;

  /* margin-top: -24px; */

  height: 165px;

  padding: 50px 0px;
}

.breadcrumb {
  background: transparent !important;

  padding: 20px 0px;
}

.breadcrumb-item {
  font-size: 14px;
}

.breadcrumb a {
  color: #27292a;
}

.details-title {
  text-align: left !important;

  columns: #181717;
}

.details-title span {
  padding-right: 20px;
}

.keyfeatures {
  background-color: linear-gradient(to bottom, #f4f8fc, #f7fbff);
}

.ai-feature-box {
  padding: 19px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  border-radius: 9px;

  margin-top: 70px;
}

.right-image img {
  height: 450px;

  transform: rotateY(180deg);
}

.ai-feature-box h4 {
  font-size: 18px;
}

.my-point ul li {
  display: flex;

  padding-bottom: 10px;

  font-size: 18px;

  font-weight: 500;

  border-bottom: 0.5px solid #f2f2f2;
}

.my-point ul li::before {
  content: "✔️";

  font-family: "Font Awesome 6 Free";

  font-size: 25px;

  padding-right: 15px;

  color: #354764;
}

/* FAQ section */

.gradient-background {
  background: radial-gradient(
    circle,
    rgba(237, 218, 195, 1) 0%,
    rgba(213, 223, 242, 1) 90%
  );

  /* background: linear-gradient(90deg, #103a67, #a13537); */

  background-size: 400% 400%;

  animation: gradientAnimation 10sease infinite;

  height: auto;

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

  padding-bottom: 65px;

  /* margin-top: 70px; */
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0% 0%;
  }
}

/* FAQ */

/* faq */

.custom-faq-section {
  padding: 60px 0;
}

.custom-faq-header {
  text-align: center;

  margin-bottom: 40px;
}

.custom-faq-card {
  border: 1px solid #e0e0e0;

  border-radius: 40px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  margin-bottom: 20px;
}

.custom-faq-card-header {
  background-color: #f7f7f7;

  border-bottom: 1px solid #e0e0e0;

  border-radius: 22px !important;
}

.custom-faq-card-header h5 {
  margin: 0;

  font-size: 18px;

  font-weight: 600;
}

.custom-faq-card-body {
  padding: 15px;
}

.custom-btn-link {
  color: #577abd;

  font-size: 17px;

  font-weight: 600;

  text-align: left;
}

.custom-btn-link:hover {
  color: #0056b3;

  text-decoration: none;
}

.custom-faq-section {
  background: radial-gradient(
    circle,
    rgba(237, 218, 195, 1) 0%,
    rgba(213, 223, 242, 1) 84%
  );
}

/* Inside page */

.search-bar3 {
  display: flex;

  width: 66%;

  background: white;

  border-radius: 27px;

  overflow: hidden;

  /* left: 20%; */

  position: relative;

  height: 40px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search-bar3 input {
  flex: 1;

  border: none;

  /* padding: 10px 15px; */

  outline: none;

  height: 40px;
}

.search-bar3 button {
  background: #2575fc;

  border: none;

  padding: 10px 29px;

  color: white;

  cursor: pointer;

  outline: none;
}

.search-bar2 button:hover {
  background: #1a5fd6;
}

/* mypage banner css */

/* Image and video page css */

.custom-banner {
  position: relative;

  /* padding: 80px 0; */

  background-color: #f2f8fd;

  overflow: hidden;
}

.custom-banner h2 {
  font-size: 52px;

  font-weight: 800;

  background: linear-gradient(45deg, #1c3c76, #feb47b);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

/* Video Background */

.custom-video-bg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  /* z-index: 9; */

  object-fit: cover;

  height: 520px;
}

/* Dark Overlay */

.custom-overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url("../../images/mask.png");

  background-size: cover;

  z-index: ;

  height: 520px;
}

/* Banner Content */

.custom-banner-content {
  position: relative;

  z-index: 2;
}

/* Search Bar */

.custom-search-wrapper {
  position: relative;

  max-width: 500px;

  width: 100%;

  display: flex;

  align-items: center;

  background: #fff;

  border-radius: 5px;

  overflow: hidden;
}

.custom-search-icon {
  padding: 10px;

  background: #eee;

  color: #555;
}

.custom-search-input {
  flex: 1;

  border: none;

  padding: 10px;

  outline: none;
}

.custom-search-btn {
  background: #007bff;

  color: #fff;

  border: none;

  padding: 10px 15px;

  cursor: pointer;
}

/* Filter Button */

.custom-filter-btn {
  background: #284376;

  color: #fff;

  border: none;

  padding: 6px 15px;

  border-radius: 25px;

  cursor: pointer;

  margin-left: 10px;
}

/* Filter Section */

.custom-filter-section {
  display: none;

  background: transparent;

  padding: 15px;

  margin-top: 10px;

  border: 0px;

  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */

  box-shadow: none;
}

.custom-filter-btns {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;
}

.custom-filter-option {
  border: 1px solid #284376;

  background: #ffffff00;

  color: #284376;

  padding: 5px 15px;

  border-radius: 26px;

  cursor: pointer;

  transition: 0.3s;

  font-size: 15px;
}

.custom-filter-option:hover,
.custom-filter-option.active {
  background: #007bff;

  color: #fff;
}

/* Right Side: Image with Video Background */

.custom-image-container {
  position: relative;

  width: 100%;

  max-width: 400px;

  margin: auto;
}

.custom-image-container img {
  width: 100%;

  display: block;

  border-radius: 10px;

  position: relative;
}

/* Ensure video is visible only behind the image */

.custom-video-clip {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 10px;

  mix-blend-mode: multiply;

  /* Ensures only visible behind image */

  z-index: -9;

  opacity: 0.5;
}

.fillter-img img {
  height: 21px;
}

/* Responsive Design */

@media (max-width: 991px) {
  .custom-banner {
    text-align: center;
  }

  .custom-search-wrapper {
    max-width: 100%;
  }

  .custom-filter-btns {
    justify-content: center;
  }
}

/* Image and video page css */

/* Pricing page css start */

.pricing-section {
  background-image: url("../../images/");

  padding: 120px 0;

  text-align: center;
}

.pricing-card {
  border: none;

  border-radius: 10px;

  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);

  transition: 0.3s;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.highlighted {
  background: linear-gradient(135deg, #007bff, #0056b3);

  color: white;
}

.highlighted .btn {
  background: white;

  color: #007bff;
}

.pricing-card ul {
  list-style: none;

  padding: 0;
}

.pricing-card ul li {
  padding: 8px 0;

  font-size: 16px;
}

.pricing-card ul li i {
  color: #28a745;

  margin-right: 8px;
}

/* Pricing page css end */

/* Contact page css Start------------------------------ */

.about-header-area {
  position: relative;

  z-index: 1;

  padding-top: 160px;

  /* padding: 160px 0 80px; */
}

.about-header-area .elements1 {
  position: absolute;

  z-index: -1;
}

.aniamtion-key-1 {
  position: relative;

  animation-name: animation-1;

  animation-duration: 3s;

  animation-iteration-count: infinite;

  animation-direction: alternate;
}

.about-header-area .star2 {
  position: absolute;
}

.star2 {
  right: 0;

  z-index: -1;
}

.keyframe5 {
  position: relative;

  animation-name: animation-7;

  animation-duration: 90s;

  animation-iteration-count: infinite;

  animation-direction: alternate;

  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.contact-form,
.map-container {
  background: #fff;

  border-radius: 10px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  padding: 20px;

  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-form:hover,
.map-container:hover {
  transform: translateY(-10px);

  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.contact-title {
  background: linear-gradient(
    to right,
    rgba(240, 244, 253, 1),
    rgba(255, 255, 255, 0)
  );

  padding: 10px 15px;

  border-radius: 22px;

  color: #074eb9;

  font-size: 13px;

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

  width: fit-content;
}

.contact-title span {
  padding-right: 10px;
}

.contact-card h2 {
  font-size: 46px;

  font-weight: 700;

  color: #252840;
}

.con_sec h2 {
  font-size: 30px;

  font-weight: 700;

  color: #252840;

  margin-bottom: 30px;
}

.contact-card p {
  margin: 30px 0px;
}

.c-btn {
  margin-top: 50px;
}

.c-btn a {
  background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);

  padding: 15px 30px;

  border-radius: 30px;

  color: #fff;

  font-size: 18px;
}

.address-sec {
  background-color: #fff;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

  margin-bottom: 30px;
}

.add-sec h5 {
  font-size: 16px;

  color: #074eb9;
}

.add-sec p {
  font-size: 13px;

  color: #000;
}

.phone a {
  font-size: 18px;

  color: #0051af;
}

.phone a span {
  padding-right: 10px;
}

.phone a span i {
  color: #0051af;
}

/*  */

.social-icons a {
  margin-right: 1rem;

  font-size: 1.5rem;

  color: #007bff;
}

.social-icons a:hover {
  color: #0056b3;
}

#contact {
  background-color: #f0f2f8;
}

.con_sec {
  background-color: #fff;

  padding: 40px;

  width: 450px;
}

.con_sec h4 {
  font-size: 20px;

  font-weight: 700;

  color: #252840;

  margin-top: 40px;
}

.list-unstyled li {
  color: #000;
}

.list-unstyled li span {
  padding-right: 10px;
}

.list-unstyled li span i {
  color: #f27c0e;
}

.social-icons i {
  font-size: 18px;

  color: #f27c0e;
}

.form-sec .form-group .form-control {
  border-radius: 0px;

  background: transparent;

  padding: 0;

  height: 50px;

  border: 0px;

  border-bottom: 1px solid #000;
}

.form-sec .form-group .form-control::placeholder {
  font-size: 14px;
}

.form-sec .form-group .form-control:focus {
  box-shadow: none !important;

  border-bottom: 1px solid #dc3545;

  transition: 0.5;
}

.f-control-2 {
  height: 100px !important;
}

.con_sec-1 h2 {
  font-size: 30px;

  font-weight: 700;

  color: #252840;

  margin-bottom: 10px;
}

.send-btn {
  background-color: var(--blue);

  padding: 15px 30px;

  position: relative;

  left: 0;

  color: #fff;

  font-size: 16px;

  font-weight: 500;

  margin-top: 30px;
}

.send-btn:hover {
  transition: 0.1;

  background-image: linear-gradient(to right, #f27c0e, #d36660, #f7bb17);

  color: #fff;
}

.shape-image-animation svg path {
  width: 100%;
}

.shape-image-animation svg {
  height: 100%;

  width: 100%;
}

.send-btn {
  background-color: #f27c0e;

  padding: 15px 30px;

  position: relative;

  left: 0;

  color: #fff;

  font-size: 16px;

  font-weight: 500;

  margin-top: 30px;

  border-radius: 30px;
}

/* --------------------------Contact us page css End------------------------- */

/* Footer sec */

.footer-sec {
  background-color: #212121;

  padding: 70px 0px 40px;
}

.footer-widget-title {
  color: #fff;
}

.divider {
  height: 1px;

  width: 20%;

  background: #fff;
}

.footer-links {
  padding-top: 20px;
}

.footer-links li {
  padding-bottom: 5px;
}

.footer-links li::before {
  /* content: '\f0da';

    font-family: "Font Awesome 6 Free"; */

  /* content: "\f015";

    font-weight: normal;

    margin-right: 8px;

    font-size: 18px;

    vertical-align: middle; */
}

.footer-links span img {
  height: 12px;

  padding-right: 7px;
}

.footer-links {
  margin-top: 30px;
}

.footer-links li a {
  color: #fff;

  font-size: 14px;
}

.social-links .social-icon i {
  color: #f27c0e;

  font-size: 20px;

  padding-left: 10px;
}

.divider-2 {
  height: 2px;

  width: 90%;

  background-color: #c9c9c9;
}

.footer-copyright p {
  color: #c9c9c9;
}

.footer-copyright p a {
  color: orange;
}

/* For filter */

/* Custom Section */

.ai-tools-section {
  padding: 60px 0;
}

/* Filter Panel */

.ai-filter-panel {
  background-color: rgba(240, 245, 249, 1);

  padding: 20px;

  border-radius: 10px;

  transition: all 0.3s ease;
}

/* Filter Toggle Button for Mobile */

.ai-filter-toggle-btn {
  display: none;

  margin-bottom: 20px;
}

/* Responsive Behavior */

@media (max-width: 767.98px) {
  .ai-filter-toggle-btn {
    display: block;
  }

  .ai-filter-wrapper {
    /* display: none; */

    margin-bottom: 20px;
  }
}

.my-div {
  display: flex;

  justify-content: space-between;
}

.ai-filter-panel h5 {
  color: #212121;

  font-weight: 600;

  font-size: 15px;
}

.clr a {
  color: #b70f0f;

  font-size: 13px;
}

.button-area .btn {
  font-size: 13px;

  border-bottom: 1px solid #aaaaaa;

  color: #aaaaaa;

  box-shadow: none;

  border-radius: 0px;

  text-align: left;

  padding: 0px;

  margin-right: 15px;
}

.active-filter {
  color: green !important;

  border-bottom: 1px solid green !important;
}

.list-unstyled {
  padding-top: 20px;
}

.list-unstyled li {
  padding-bottom: 10px;

  color: #000000;
}

/* Style the checkbox container */

.ai-checkbox {
  font-size: 14px;

  user-select: none;
}

/* Hide the default checkbox */

.ai-checkbox input[type="checkbox"] {
  display: none;
}

/* Create a custom checkbox */

.ai-checkbox .checkmark {
  display: inline-block;

  height: 15px;

  width: 15px;

  background-color: #fff;

  border: 1px solid #000;

  border-radius: 4px;

  margin-right: 7px;

  vertical-align: middle;

  position: relative;

  transition: all 0.3s ease;
}

/* When checkbox is checked, change background */

.ai-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #ff7300;

  border-color: #ff7300;
}

/* Show a checkmark */

.ai-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "";

  position: absolute;

  left: 4px;

  top: 1px;

  width: 5px;

  height: 10px;

  border: solid white;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);
}

/* Align label text */

.ai-checkbox label {
  cursor: pointer;
}

.content-area p {
  text-align: left;

  font-size: 14px;
}

.my-btn {
  text-align: left;
}

.card-header {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.card-tag {
  color: #279ef3;
}

#cta .ai-subscribe-content .newsletter-form button {
  background-color: #000;

  color: #fff;

  padding: 0px 30px;
}

/* Video sec */

/* Carousel item */

#video {
  background-color: #ffd17b8f;
}

.video-gallery {
  position: relative;

  cursor: pointer;
}

.video-gallery .thumbnail {
  width: 100%;

  height: 218px;
}

/* Centered Play Button */

.video-gallery .play-btn {
  position: absolute;

  top: 36%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 23px;

  color: white;

  background: #f0f5f985;

  padding: 11px 20px;

  border-radius: 50%;

  z-index: 2;

  border: 1px solid #fff;
}

.video-des {
  display: flex;
  align-items: top;
  /* justify-content: space-between; */
  gap: 10px;
  padding-top: 10px;
}

.date {
  font-size: 16px;

  color: #279ef3;

  font-weight: 600;
}

.video-des p {
  font-size: 14px;

  color: #212121;
}

/* Popup */

.video-popup {
  display: none;

  position: fixed;

  top: 0;
  left: 0;

  width: 100vw;
  height: 100vh;

  background: rgba(0, 0, 0, 0.85);

  z-index: 9999;

  justify-content: center;

  align-items: center;
}

.video-popup .popup-inner {
  position: relative;

  width: 90%;

  max-width: 800px;

  top: 22%;

  left: 50%;

  transform: translate(-50%, 0%);
}

.video-popup iframe {
  width: 100%;

  height: 450px;

  border-radius: 10px;

  border: none;
}

/* Close Button */

.video-popup .close-popup {
  position: absolute;

  top: -40px;

  right: 0;

  background: #fff;

  color: #000;

  border: none;

  font-size: 22px;

  font-weight: bold;

  padding: 5px 12px;

  border-radius: 5px;

  cursor: pointer;
}

@media (max-width: 768px) {
  .video-popup iframe {
    height: 240px;
  }
}

/* For Tab */

.custom-tab-sidebar {
  background: #f8f9fa;

  padding: 20px;

  border-radius: 10px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.custom-tab-list {
  list-style: none;

  padding: 0;

  margin: 0;
}

.custom-tab-btn {
  display: block;

  width: 100%;

  background: none;

  border: none;

  text-align: left;

  padding: 10px 15px;

  margin-bottom: 10px;

  border-radius: 6px;

  transition: 0.3s;

  font-weight: 500;

  cursor: pointer;
}

.custom-tab-btn.active,
.custom-tab-btn:hover {
  background-color: #007bff;

  color: #fff;
}

.custom-card {
  background: #fff;

  border: 1px solid #ddd;

  border-radius: 8px;

  padding: 15px;

  text-align: center;

  transition: 0.3s;

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
}

.custom-card:hover {
  transform: translateY(-5px);

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.custom-card img {
  max-width: 100%;

  height: 150px;

  object-fit: contain;

  margin-bottom: 10px;
}

.custom-card-title {
  font-size: 1rem;

  font-weight: 600;
}

.author img {
  border-radius: 50%;

  height: 42px;
}

.logo-name {
  text-align: left;

  padding-left: 10px;
}

/*Deatails page css 17-06-2025*/

/* Details page css 19-05-2025 */

#detail-page-banner {
  background-image: url(../../images/page-banner/page-bg.jpg);

  background-size: cover;

  background-repeat: no-repeat;
}

.details p {
  font-size: 16px;

  font-weight: 600;

  color: #212121;

  padding: 10px 0px;
}

.cate-area a {
  color: #279ef3;

  font-size: 16px;
}

.section-title h5 {
  font-size: 22px;
}

.pros-and-cons {
  background-image: url("../../images/pros-bg.jpg");

  background-position: bottom center;

  background-size: cover;

  background-repeat: no-repeat;
}

.detail-content p {
  font-size: 15px;

  color: #212121;
}

.key-feature {
  padding-top: 30px;
}

.feature-point ul li {
  color: #212121;

  font-size: 15px;

  padding-bottom: 5px;

  font-weight: 500;

  padding-left: 7px;

  list-style-type: disc;
}

.pros h3,
.cons h3 {
  font-size: 22px;

  display: flex;

  align-items: center;

  gap: 18px;
}

.pros span i,
.cons span i {
  font-size: 35px;
}

.pros-and-cons ul {
  padding-left: 0;
}

.pros-and-cons li {
  display: flex;

  margin-bottom: 5px;

  font-size: 15px;
}

.feature-point ul li {
  display: flex;
}

.cate-area {
  display: flex;

  gap: 20px;
}

.cate-area p strong {
  color: #279ef3;
}

.pros-and-cons .number {
  width: 25px;

  height: 25px;

  line-height: 25px;

  text-align: center;

  border-radius: 50%;

  font-weight: bold;

  margin-right: 12px;

  flex-shrink: 0;

  padding-left: 8px;
}

.pros .number {
  background-color: #198754;

  color: #fff;

  font-size: 14px;

  font-weight: 400;
}

.cons .number {
  background-color: #b70f0f;

  color: #fff;

  font-size: 14px;

  font-weight: 400;
}

.fa-star {
  font-size: 14px;
}

.checked {
  color: orange;
}

.feature-point ul li {
  list-style: none;
}

.feature-point ul li::before {
  content: url(../../images/orange1.png);

  display: inline-block;

  align-items: center;

  padding-right: 15px;

  position: relative;

  top: 5px;
}

.gradient-divider {
  height: 2px; /* Thickness of the line */

  width: 100%; /* Full width */

  background: linear-gradient(to right, transparent, #f58f09, transparent);

  margin: 40px 0; /* Space above and below the divider */
}

.view-btn {
  margin-top: 22px !important;
}

@media (max-width: 767.98px) {
  .pros-and-cons h3 {
    text-align: center;
  }

  .pros-and-cons ul {
    padding-left: 15px;
  }
}

.breadcrumb {
  margin-top: 70px;
}

.pros .list-unstyled li::before {
  content: "\f00c";

  font-size: 16px;

  color: #198754;

  font-family: "Font Awesome 6 Free";

  font-weight: 900;

  padding-right: 15px;
}

.cons .list-unstyled li::before {
  content: "\f00d";

  font-size: 16px;

  color: red;

  font-weight: 900;

  font-family: "Font Awesome 6 Free";

  padding-right: 15px;
}

/*for terms page*/

#terms {
  padding-top: 150px !important;
}

#terms h2 {
  font-size: 25px !important;

  font-weight: 600;
}

#terms ul li {
  list-style: dot;
}

.banner_text_area h5 {
  font-size: 45px;
}

/* Float Button */

.try-this-btn {
  position: fixed;

  top: 50%;

  right: 0;

  transform: translateY(-50%);

  background: linear-gradient(135deg, #198754, #28a745);

  color: #fff;

  padding: 12px 24px;

  font-weight: 600;

  font-size: 16px;

  text-decoration: none;

  border-top-left-radius: 30px;

  border-bottom-left-radius: 30px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

  transition: all 0.3s ease-in-out;

  z-index: 999;

  transform: rotate(270deg);
}

.try-this-btn:hover {
  background: linear-gradient(135deg, #157347, #1e8f5f);

  transform: translateY(-50%) scale(1.05);
}

@media (max-width: 768px) {
  .try-this-btn {
    padding: 10px 20px;

    font-size: 14px;
  }
}

/* Float button css end */

/* BLog Deatils page css start */

.blog-image {
  border-radius: 10px;

  width: 100%;

  height: auto;

  object-fit: cover;
}

.post-date {
  font-size: 14px;

  color: #888;

  margin-top: 15px;
}

.blog-title {
  font-size: 28px;

  font-weight: 700;

  margin: 10px 0;
}

.blog-content {
  font-size: 16px;

  line-height: 1.7;

  color: #444;
}

.recent-post {
  display: flex;

  gap: 15px;

  margin-bottom: 20px;

  align-items: top;
}

.recent-post img {
  width: 70px;

  height: 70px;

  object-fit: cover;

  border-radius: 6px;
}

.recent-post-title {
  font-size: 15px;

  font-weight: 600;

  margin: 0;
}

.recent-post-date {
  font-size: 13px;

  color: #888;
}

.divider {
  border-top: 1px solid #ddd;

  margin: 10px 0;
}

.tags-section {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;
}

.tag-btn {
  padding: 4px 14px;

  border: 1px solid orangered;

  border-radius: 20px;

  color: orangered;

  background-color: #fff;

  font-size: 13px;

  transition: 0.3s;
}

.tag-btn:hover {
  background-color: orangered;

  color: #fff;
}

.post-date span {
  color: #000 !important;

  font-weight: 600;
}

.post-date {
  color: orangered;

  font-size: 17px;
}

.recent-post-date {
  color: orangered;
}

.sidebar {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  padding: 20px 5px;
}

@media (max-width: 768px) {
  .blog-title {
    font-size: 22px;
  }

  .recent-post img {
    width: 60px;

    height: 60px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}

.breadcrumb .active {
  color: orangered;
}

/*Blog Details page end*/

/* Blog End card css start */

.blog-card {
  border: none;

  border-radius: 12px;

  overflow: hidden;

  transition: transform 0.3s ease;

  background-color: #fff;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

    height: 490px;
    margin-bottom: 20px;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image-wrapper {
  position: relative;

  overflow: hidden;
}

.blog-image {
  width: 100%;

  height: auto;

  object-fit: cover;

  transition: scale 0.3s ease;
}

.blog-card:hover .blog-image {
  scale: 1.03;
}

.blog-tag {
  position: absolute;

  top: 15px;

  right: 15px;

  background-color: orange;

  color: #fff;

  font-size: 13px;

  font-weight: 600;

  padding: 5px 12px;

  border-radius: 4px;

  z-index: 1;
}

.blog-content {
  padding: 20px;
}

.blog-title {
  font-size: 16px;

  font-weight: 700;

  margin-bottom: 10px;

  color: #333;
}

.blog-desc {
  font-size: 15px;

  color: #666;

  margin-bottom: 15px;
}

.read-more {
  font-weight: 600;

  font-size: 14px;

  color: orangered;

  text-decoration: none;

  display: inline-flex;

  align-items: center;

  transition: 0.3s;
}

.read-more i {
  margin-left: 6px;

  transition: transform 0.3s ease;
}

.read-more:hover i {
  transform: translateX(3px);
}

/* blog End card cdd end */

/*Category page*/

.ai-tools-section {
  background: #ffd07838;
}

.category-top {
  padding: 20px 0px;
}

.category-top .tag-btn {
  margin: 5px;

  display: inline-block;
}

.category-top .filter-btn.active {
  background: orangered;

  color: #fff !important;
}

/*Header search css*/

.header-search-bar {
  width: 100%;

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

  margin: 0 auto;
}

.search-form-1 {
  display: flex;

  width: 100%;
}

.search-input1 {
  flex: 1;

  padding: 4px 7px;

  border: 1px solid #32302f;

  border-right: none;

  border-radius: 17px 0 0 17px;

  font-size: 15px;

  outline: none;
}

.search-form .btn-1 {
  background-color: #000;

  border: 1px solid #000;

  border-radius: 0 4px 4px 0;

  padding: 0 16px;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;
}

.header-search-bar .search-form-1 button i {
  color: #fff;

  font-size: 16px;
}

/* Responsive */

@media (max-width: 576px) {
  .header-search-bar {
    padding: 0 15px;
  }

  .header-search-bar .search-input-1 {
    font-size: 14px;

    padding: 8px 12px;
  }

  .header-search-bar .search-form-1 button {
    padding: 0 12px;
  }
}

/*Header search css End*/

/*Search page*/

.my-tags {
  color: #dd5720;
}

.active > .page-link,
.page-link.active {
  z-index: 3;

  color: #fff !important;

  background-color: #242120 !important;

  border-color: #212121 !important;
}

.page-link {
  color: #f05f22 !important;
}

/*tHANK YOU PAGE CSS START*/

.thank-you-main {
  height: 100vh;

  position: relative;
}

.thank-you {
  font-size: 155px !important;
}

.thankypou-logo {
  height: 100px;
}

.thankyou-container {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

  padding: 20px;
}

.thankyou-container h1 {
  font-size: 48px;

  margin-bottom: 10px;

  color: #ffa500;
}

.thankyou-container p {
  font-size: 18px;

  color: #ccc;

  margin-bottom: 30px;
}

a.home-btn {
  padding: 12px 25px;

  font-size: 16px;

  color: #fff;

  background: #f15f22;

  text-decoration: none;

  border-radius: 50px;

  transition: all 0.3s ease;
}

.thankyou-container a.home-btn:hover {
  background: #ff8800;
}

/*tHANK YOU PAGE CSS START*/

/*Footer*/

.my-left {
  padding-left: 30px;
}

.social-links {
  padding-top: 30px;
}

.con_sec {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.back-to-top {
  position: fixed;

  bottom: 30px;

  right: 30px;

  background-color: #f79a52;

  color: #333;

  font-size: 24px;

  padding: 10px 20px;

  border-radius: 50%;

  text-align: center;

  text-decoration: none;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

  z-index: 1000;

  display: none;

  transition: background 0.3s ease;
}

.back-to-top:hover {
  background-color: #ff8800;
}

.rating-area span img {
  height: 25px;

  width: auto;
}

.my-brand-logo {
  display: flex;

  gap: 10px;

  align-items: center;
}

.my-brand-logo h1 {
  font-size: 30px;

  font-weight: 500;
}

.sub-cat-name {
  font-size: 13px !important;
}

.sub-cat-name {
  color: #000000;

  border-left: 4px solid #c56215;

  padding: 1px 4px;

  background: #eddfc2;

  width: fit-content;

  border-radius: 22px;
}

/*for popup*/

.modal-body h5 {
  font-size: 20px;
}

.modal-content.shadow-lg {
  background: url("../../images/banner-bg.webp");

  background-size: cover;

  background-repeat: no-repeat;
}

.modal-content {
  border-radius: 20px;

  transition: all 0.3s ease-in-out;

  transform: scale(0.95);

  opacity: 0;
}

.modal.show .modal-content {
  transform: scale(1);

  opacity: 1;
}

.confetti-canvas {
  position: fixed;

  pointer-events: none;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 9999;
}

.thank-you-message {
  display: none;
}

#subscribeForm .form-control {
  height: 50px;

  border-radius: 50px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.my-subscribe-btn {
  background: #333;

  color: #fff;

  border-radius: 50px;

  font-size: 17px;

  transistion: 0.05s;
}

.my-subscribe-btn:hover {
  background: #f47744;
}

/*popup End*/
/* FLOATING BUTTON */
.chatbot-floating-btn{
   transform: rotate(270deg);
    position: fixed;
    right: -13px;
    bottom: 160px;
    background: linear-gradient(45deg,#ff7a00,#ffb347);
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(255,122,0,0.35);
    z-index: 9999;
    transition: 0.3s ease;
}

/* Hover Effect */
.chatbot-floating-btn:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(255,122,0,0.45);
    color: #fff;
}

/* Pulse Animation */
.chatbot-floating-btn::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: linear-gradient(45deg,#ff7a00,#ffb347);
    z-index: -1;
    animation: pulse 2s infinite;
    opacity: 0.6;
}

@keyframes pulse{
    0%{transform: scale(1); opacity: 0.6;}
    70%{transform: scale(1.2); opacity: 0;}
    100%{transform: scale(1.2); opacity: 0;}
}

/* Responsive */
@media(max-width:768px){
    .chatbot-floating-btn{
        right: 15px;
        bottom: 20px;
        padding: 12px 20px;
        font-size: 14px;
    }
}