/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

/* Custom CSS can go here */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px !important;
    }
}

.codedropz-upload-handler {
  margin-bottom: 0px;
  position: relative;
  color: #282828;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 15px 8px 15px;
}
.codedropz-upload-inner h5 {
  margin: 0;
  font-size: 16px;
}
span.dnd-upload-counter {
  display: none;
}
.codedropz-upload-container {
  padding: 0;
}
.dnd-upload-status .dnd-upload-details .name em {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.dnd-upload-status .dnd-upload-details .name span {
  color: #fff;
  font-size: 12px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #027dc5;
  font-size: 9px;
  height: 100%;
  width: 0;
  line-height: 11px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  height: 10px;
}

span.wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.codedropz-upload-inner span {
  font-size: 14px;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  font-size: 14px;
}

label {
  width: 100%;
}
.form-group p {
  margin-bottom: 0px !important;
}
select.form-control {
  color: #282828;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dddddd;
  border-radius: 5px 5px 5px 5px;
  padding: 9px 15px 9px 15px;
  line-height: 20px;
}
.btn-search, .btn-search:hover {
  background: transparent !important;
  border: 0 !important;
  padding: 8px !important;
}

.tools-card {
  position: relative;
  border: 0 solid #d87229;
  background: #fff;
  box-shadow: 0 6px 12px rgb(216 114 41 / 29%), 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateY(0px);
}

.tools-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgb(216 114 41 / 33%), 0 4px 12px rgba(0, 0, 0, 0.1);
}
.tools-card .card-body .tool-logo {
  margin-bottom: 20px;
}
.tools-card .card-body .tool-logo img {
  width: 120px;
}
.tools-card .card-body {
  padding: 30px;
  text-align: center;
}
.tools-card .card-body h5 {
  color: #282828 !important;
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 5px;
}
.tools-card .card-body p {
  color: #282828 !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400 !important;
}
.tools-card .vote-btn.addToVoteList {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 7px;
  display: inline-block;
}
.tools-card .vote-btn.addToVoteList img {
  width: 18px;
}
.tools-card .image-name-tag {
  color: #fff;
  text-decoration: none;
  background: #282828;
  font-size: 12px;
  padding: 2px 12px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: max-content;
  margin-left: auto;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
/* .tools-card .card-body .get-started a {
    background: #d87229;
    display: inline-block;
    text-align: center;
    justify-content: center;
    padding: 12px 24px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
} */

.nav-pills-brands {
  justify-content: center;
}
.nav-pills-brands .nav-item {
  margin: 4px !important;
}
.nav-pills-brands .nav-link {
  background-color: #fff;
  border-radius: 5px !important;
  color: #282828;
  font-weight: 500;
  padding: 8px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid #edf4ff;
}
.nav-pills-brands .nav-link:hover {
  color: #282828;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* blog css start */
.comments-area a,
.page-content a {
  text-decoration: none !important;
}
.article .article-box {
  border: 2px solid #313768;
  border-radius: 8px;
}
.article .article-box .article-text {
  padding: 15px !important;
}
.article-box .article-inner {
  position: relative;
  z-index: 0;
  margin-bottom: 0px;
}
.article .article-box .article-inner .article-img {
  overflow: hidden;
}
.article .article-box .article-inner .article-img img {
  transition: all ease 0.4s;
  margin: 0 !important;
  padding: 0 !important;
}
.article .article-box:hover .article-inner .article-img img {
  scale: 1.05;
}
.article .article-box .article-text .article-title {
  font: normal normal 600 24px / 30px "Poppins";
  letter-spacing: 0px;
  color: #282828;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.article-box .article-text .article-limit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-box .article-text .desription-limit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-box .read-more-btn .btn-read {
  font: normal normal 600 16px / 24px "Poppins";
  letter-spacing: 0px;
  color: #313768;
  text-transform: capitalize;
  text-decoration: underline !important;
}
.service-list li {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px !important;
  background: #fff !important;
}
.article-detail-inner h2 {
  font-size: 20px;
}
.article-detail-inner h2 strong {
  font-weight: 600 !important;
}
.article-detail-inner .article-box .article-text .article-title {
  font: normal normal 700 32px / 42px "Poppins";
  letter-spacing: 0px;
  color: #282828;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.article-detail .article-sidebar ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.article-detail .article-sidebar .sidebar-title {
  font: normal normal 700 26px / 32px "Poppins";
  letter-spacing: 0px;
  color: #191919;
  text-transform: capitalize;
}

.article-detail .article-sidebar ul li .recent-post {
  position: relative;
  z-index: 0;
  padding: 0px;
  margin-right: 15px;
}
.article-detail .article-sidebar ul li .recent-post .recent-img img {
  width: 280px;
}
.article-detail .article-sidebar ul li .recent-text .recent-title {
  font: normal normal 600 16px / 20px "Poppins";
  letter-spacing: 0px;
  color: #282828;
  text-transform: capitalize;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination-two .page-numbers {
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  margin: 0 6px;
}
.pagination-two .page-numbers.current {
  color: #d87229;
}

/* blog css end */

.video-box {
  background: #fff;
  padding: 15px;
  border: 1px solid #282828;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.video-box:hover {
  border: 1px solid #d87229;
}
.video-box video {
  border-radius: 10px;
  min-height: 180px;
  object-fit: cover;
}
.video-box .video-title {
  font: normal normal 600 20px / 28px "Poppins";
  letter-spacing: 0px;
  color: #282828;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.video-box .post-date {
  font: normal normal 600 14px / 20px "Poppins";
  letter-spacing: 0px;
  color: #d87229;
  text-transform: capitalize;
}

.category-filters {
  max-height: 200px;
  overflow-y: scroll;
}
.category-filters::-webkit-scrollbar {
  width: 4px;
}
.category-filters::-webkit-scrollbar-track {
  background: transparent;
}
.category-filters::-webkit-scrollbar-thumb {
  background-color: #D87229;
  border-radius: 10px;
}

.search-tools-items {
  padding: 20px 8px;
  background: #0000002b;
  border-radius: 10px;
}

div#toolsList {
  font-size: 0;
}
.category-filters .filter-item {
  font-size: 14px;
  background: #fff;
  padding: 8px 10px;
  border-radius: 5px;
}
.ai-tools-section {
  padding: 60px 0;
}
.filter-button {
  padding: 11px !important;
}

.pagination-one {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.pagination-one .page-numbers {
   margin: 0 5px;
   font-size: 16px;
   color: #282828;
}
.pagination-one .page-numbers.current {
  color: #D87229;
}

.ai-tools-section .title-wrap h3 {
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.ai-tools-section .title-wrap p {
text-align: center;
}
.related-ai .title-wrap h3 {
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.related-ai .title-wrap p {
text-align: center;
}

.ai-detail .ai-title {
  color: #282828;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.ai-detail .ai-detail-left .ai-img {
  border: 1px solid #282828;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.ai-cat-box {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #282828;
}
.ai-cat-box h5 {
  color: #282828;
  font-size: 15px;
  font-weight: 600;
  margin: 2px 0;
  min-width: 120px;
}
.ai-cat-box .items span {
  background: #282828;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  margin: 2px 2px;
  border-radius: 5px;
  display: inline-block;
}
a.btn-visit {
  width: 100% !important;
  background: #D87229;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 13px 22px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  border-radius: 8px;
}
a.btn-visit:hover {
  background: #282828;
  color: #fff;
}
.ai-detail-left {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
.owce-carousel-testimonial-three .owl-testimonial-footer {
  margin-bottom: 0px !important;
}