:root {
  --default-font: "Roboto", sans-serif, "Apple Color Emoji", "Noto Color Emoji";
  --heading-font: "Roboto", sans-serif, "Apple Color Emoji", "Noto Color Emoji";
  --nav-font: "Roboto", sans-serif, "Apple Color Emoji", "Noto Color Emoji";
}
:root {
  --background-color: #ffffff;
  --bg-secondary-color: #1c64f2;
  --default-color: #3d4348;
  --heading-color: #3e5055;
  --accent-color: #1c64f2;
  --color-primary: #1c64f2;
  --contrast-color: #ffffff;
}
:root {
  --nav-color: #313336;
  --nav-hover-color: #1c64f2;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #313336;
  --nav-dropdown-hover-color: #5271ff;
}
:root {
  scroll-behavior: smooth;
}
body {
  color: #3d4348;
  background-color: #ffffff;
  font-family: var(--default-font);
}
a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--default-font);
  font-weight: bold;
}
.highlited {
  color: #1c64f2;
}
.button {
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 8px;
  transition: all 0.35s;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px 0 rgba(98, 93, 245, 0.2);
}
.button-solid {
  background: var(--color-primary);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.043);
  color: #fff;
}
.button-solid:hover {
  background: #174ecc;
  color: #fff !important;
}

.header-container {
  justify-content: space-between;
}
.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 2px 5px;
  transition: all 0.5s;
  box-shadow: inset 0px -1px #ececec;
  position: relative;
  min-height: 64px;
}
.header.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}
.header .logo {
  line-height: 1;
}
.header .logo img {
  max-height: 100%;
  margin-right: 8px;
  width: 100%;
  max-width: 160px;
}
.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

/*----App Detector----*/
.app-detector {
  background: linear-gradient(to bottom, #fff, #c4defd);
  padding: 25px 0px 20px 0px;
}
.detector_heading {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.detector_heading h1,
.favicon-downloader h1 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1.2;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px !important;
}
.detector_heading p,
.favicon-downloader p {
  font-size: 16px;
}
.theme_detector_container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.theme-detector-form {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.theme-detector-form .form-group {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  position: relative;
}
.detectTheme {
  height: 55px;
  min-width: 115px;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  border-radius: 0px 8px 8px 0px;
  box-sizing: border-box;
  border: 0;
  font-weight: bold;
}
.theme-detector-form input {
  font-size: 18px;
  height: 55px;
  padding: 20px 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding-left: 50px;
}
.theme-detector-form input::placeholder {
  color: #c0c4cc;
}

.theme-detector-form .form-group::before {
  content: "\F52A";
  font-family: bootstrap-icons;
  position: absolute;
  color: #c0c4cc;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  left: 13px;
}
.disclaimer {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  line-height: 1.3;
}
.chrome-extension {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
}
.chrome-extension h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
}
.how-our-app {
  max-width: 900px;
}

main section,
main .section {
  color: var(--default-color);
  padding: 35px 0;
  scroll-margin-top: 100px;
  overflow: clip;
  margin-bottom: 30px;
}

/*--------------------Feature Service Section Start From Here--------*/
.featured-services {
  --background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
}
.featured-services .service-item {
  position: relative;
  padding-top: 20px;
}
.featured-services .service-item .icon {
  background-color: color-mix(in srgb, var(--accent-color), transparent 80%);
  width: 72px;
  height: 72px;
  position: relative;
  margin-right: 15px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  border-radius: 10px;
}
.featured-services .service-item .icon i {
  color: var(--accent-color);
  font-size: 32px;
  z-index: 2;
  position: relative;
}
.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}
.featured-services .service-item .title a {
  color: var(--heading-color);
}
.featured-services .service-item .title a:hover {
  color: var(--accent-color);
}
.featured-services .service-item .description {
  font-size: 14px;
}
.featured-services .service-item:hover .icon {
  background-color: var(--accent-color);
}
.featured-services .service-item:hover .icon i {
  color: var(--contrast-color);
}

/*-------------------Detection Result Box Style Start From Here-------------*/
.detection-result-box {
  padding: 35px 0px;
}
.theme-info {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.theme-info h2,
.result-title-global {
  color: #4a4b65;
  font-weight: 600;
  font-size: 30px;
}
.fancy-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}
.result-box {
  box-shadow: 0px 2px 10px 0px hsla(0, 0%, 60%, 0.5);
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #c3c3c3;
}
.detection-result-headerr {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  color: white;
  font-weight: 500;
  font-size: 20px;
  background: var(--color-primary);
}
/* .detection-result-headerr > img {
  width: 30px;
  height: 30px;
} */

.theme-thumanail {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}
.theme-thumanail img {
  width: 100%;
  max-width: 100%;
  object-position: top center;
}
.theme-detailed-info {
  width: 100%;
}
.theme-name {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.theme-details-footer {
  border-top: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
}
.theme-details-footer a {
  width: 50%;
  text-align: center;
  font-weight: 500;
  padding: 10px 0px;
  color: black;
  padding-bottom: 0px;
}
.theme-details-footer a:first-child {
  border-right: 1px solid #e7e7e7;
}
.theme-details-footer a {
  width: 50%;
  text-align: center;
  font-weight: 500;
  padding: 10px 0px;
  color: black;
  padding-bottom: 0px;
}
.theme-details-footer.link {
  justify-content: center;
  margin-top: 10px;
}
.theme-details-footer.link a {
  border-right: none !important;
  text-align: center;
  width: 100% !important;
  color: black;
  border-bottom: 1px solid;
  max-width: fit-content;
  white-space: nowrap;
}
.theme-result-box {
  flex-direction: column;
  width: 100%;
  align-items: start;
  padding: 15px 10px 10px 10px;
  display: flex;
  gap: 20px;
}
.result-box-container {
  padding: 10px 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}
.detected-item {
  display: flex;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  border-radius: 10px;
}
.detected-item:hover {
  background: #eef6ef;
}
.detected-item .item-url {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  padding: 8px;
}
.item-icon img {
  width: 100%;
  max-width: 70px;
  min-width: 70px;
  border: 1px solid #00000030;
  border-radius: 10px;
  overflow: hidden;
}
.item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-name {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.item-short-description {
  margin: 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 2px;
}
.badge.badge-success {
  background: #28a745;
  font-size: 12px;
  font-weight: normal;
  max-width: fit-content;
}
.detection-result-footer {
  border-top: 1px solid #c3c3c3;
  padding: 10px 12px 26px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/*--------------------Feature Product Section Start From Here--------*/
.what_is_themedetector p {
  color: #737491;
  max-width: 900px;
  margin: 0 auto;
}
.products_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .products_row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-item {
  border-radius: 10px;
  position: relative;
  padding: 10px;
  transition: box-shadow 0.2s ease-in-out;
}
.product-item:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15),
    0px 8px 40px 0px rgba(0, 0, 0, 0.04), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
.product-image img {
  max-width: 100%;
  border-radius: 10px;
}
.product-meta {
  margin-top: 10px;
}
.product-title {
  font-size: 16px;
  color: black;
  font-weight: normal;
}
.product-price {
  font-weight: bold;
  font-size: 21px;
  color: green;
}

.view_all .btn-getstarted,
.view_all .btn-getstarted:focus {
  color: var(--contrast-color);
  background: linear-gradient(156deg, #11a683 0%, #05b84a 100%);
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.3s;
  font-weight: bold;
  display: block;
  max-width: 120px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}

/*----------------Faq Accodion Section Style Start From Here----------*/
.faqs-heading {
  text-align: center;
}
.faqs-heading h2 {
  text-transform: capitalize;
}
.faqs-heading p {
  color: #1c64f2;
}
.accordion-item {
  border-bottom: 1px solid #ddd !important;
}
.accordion-button {
  font-weight: 500;
  font-size: 18px;
  padding: 15px 0px;
}
.accordion-button:not(.collapsed) {
  color: initial;
  background-color: initial;
  box-shadow: none;
}

/*----------------Blog Section Style Start From Here----------*/
.blog-section {
  background: #f9fafb;
}
.blog-section .card {
  border: none !important;
}
.card-link {
  color: black !important;
}
.blog-section .card-body {
  padding-left: 10px;
  padding-right: 10px;
}
.blog-section h3 {
  font-size: 20px;
  font-weight: 500;
}
.read-more-section {
  display: flex;
  justify-content: center;
  width: 100%;
}
.read-more-section a {
  background: #1c64f2;
  color: white;
  padding: 8px 20px;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}

/*-------------Testimonial Section Style Start From Here-------------*/
.testimonial-section {
  padding: 45px 0px;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
.testimonial-slider .slick-list {
  margin: 0 -15px;
}
.slick-initialized .slick-slide {
  padding: 0px 15px;
}
.testimonial-card {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.rating {
  line-height: 1;
  white-space: nowrap;
}
.rating span {
  font-size: 30px;
  color: #ffcc00;
}
.testimonial-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.author {
  display: flex;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}
.author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid;
  padding: 3px;
}
.author-name {
  font-weight: bold;
  margin: 0;
}
.author-title {
  margin: 0;
  font-size: 14px;
  color: #888;
}

/*-------------Footer Style Start From Here----------*/
.footer {
  color: var(--default-color);
  background-color: #f9fafb;
  font-size: 14px;
  box-shadow: inset 0px 1px #ececec;
}
.footer .footer-top {
  padding-top: 50px;
}
.footer a {
  color: black;
  text-decoration: underline;
  transition: 0.3s;
}
.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}
.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-about p {
  font-size: 16px;
  font-family: var(--heading-font);
}
.footer .footer-contact p {
  margin-bottom: 5px;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.footer h2 {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links ul a {
  color: #4a4a4a;
  display: inline-block;
  line-height: 1;
  font-size: 14.5px;
  text-decoration: none;
}
.footer .footer-links ul a:hover {
  color: var(--accent-color);
}
.footer-newsletter p {
  font-size: 16px;
  line-height: 1.3;
}
.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  padding: 6px 8px;
  position: relative;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  display: flex;
  background-color: var(--contrast-color);
  transition: 0.3s;
}
.footer .footer-newsletter .newsletter-form input[type="email"] {
  border: 0;
  padding: 6px 10px;
  width: 100%;
  background-color: var(--contrsast-color);
  color: var(--default-color);
}
.footer .footer-newsletter .newsletter-form input[type="submit"] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -9px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 8px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
}
.footer .copyright p {
  margin-bottom: 0;
}

.footer .footer-newsletter .newsletter-form input[type="email"]:focus-visible {
  outline: none;
}

@media (min-width: 1075px) {
  .app-detector {
    padding: 60px 0 30px 0;
    display: flex;
    align-items: center;
  }
  .detector_heading p,
  .favicon-downloader p {
    font-size: 18px;
  }
}

.box_wrapper1 {
  display: flex !important;
  justify-content: space-between !important;
  flex-shrink: 1 !important;
  /* width: 60% !important; */
}
.custom_class {
  justify-content: space-evenly !important;
  flex-wrap: nowrap !important;
}

@media (max-width: 982px) {
  .custom_class {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
  .box_wrapper1 {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 390px) {
  .custom_class {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  .box_wrapper1 {
    flex-direction: row !important;
  }
}
