/* 
Theme Name: Hello Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --white-color: #FFFFFF;
}
* {
    outline: none;
}
p:empty {
    display: none;
}
p:last-child {
    margin-bottom: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: var(--e-global-color-primary);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
[type=button], [type=submit], button {
    border: none;
}
button:focus,
.btn:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
}
figure {
    margin: 0;
}
input {
    outline: none;
    box-shadow: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, 
input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, 
select:focus, textarea:focus, .form-select:focus {
    border-color: #4C2497;
}
.error, form .required,
.wpcf7-form .wpcf7-not-valid-tip {
    color: #F44336;
    font-size: 14px;
}

.gradient-text .elementor-heading-title,
.gradient-text .elementor-image-box-title,
.post-content .gradient-text, .post-content blockquote p,
.related-content .gradient-text, .related-content .read-more, .blog .read-more-btn,
.blog-page-header .blog-page-title, .blog-inner .post-title .gradient-text {
    background: linear-gradient(92.28deg, var(--e-global-color-text) 6.42%, var(--e-global-color-primary) 95.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* HEADER CSS */
.turbo-header-template {
    position: sticky;
    top: 10px;
    z-index: 999;
}
.admin-bar .turbo-header-template {
    top: calc(var(--wp-admin--admin-bar--height) + 10px);
}
.tahefobu-site-logo a {
    display: flex;
}
.main-menu nav ul li.current-menu-item.current_page_item a {
    font-weight: bold !important;
}
.main-menu nav ul li a:hover::after {
    content: '';
    background: linear-gradient(92.28deg, var(--e-global-color-text) 6.42%, var(--e-global-color-primary) 95.28%);
    position: absolute;
    bottom: 3px;
    left: 0;
    transition: all 1s ease-out;
    height: 2px;
    width: 100%;
}

/* HERO Section */
.home {
    background-image: url('./assets/images/homeup-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.border-img-text {
    width: fit-content;
}
.border-img-text figure.elementor-image-box-img {
    position: absolute;
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
}

/* Shape Pattern */
.home-top-section::before,
.home-top-section::after,
.blog .site-main::before,
.blog .site-main::after {
    content: '';
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    position: absolute;
    height: 186px;
    z-index: -1;
}
.home-top-section::before,
.blog .site-main::before {
    content: '';
    background-image: url('./assets/images/dots.png');
    background-position: left center;
    top: 17%;
    left: -7px;
    width: 139px;
}
.home-top-section::after,
.blog .site-main::after {
    content: '';
    background-image: url('./assets/images/dots2.png');
    background-position: right center;
    bottom: 9.7%;
    right: -8px;
    width: 132px;
}

/* Search Form */
.pagetest-tool .input-banner-wrap {
    margin: auto;
}
.input-banner-wrap {
    position: relative;
    max-width: 636px;
}
.input-banner-wrap input {
    border: 2px solid var(--e-global-color-primary);
    border-radius: 100px;
    box-shadow: 0px 4px 80px 0px rgba(127, 34, 254, 0.2);
    color: var(--e-global-color-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    padding: 29px 46px;
    text-align: left;
}
.input-banner-wrap input::placeholder {
    color: var(--e-global-color-accent);
    text-transform: capitalize;
}
.input-banner-wrap .input-button {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    max-width: 157px;
    width: 100%;
}
.input-banner-wrap .mc4wp-form-fields {
    position: relative;
    display: flex;
}
.call-us-sec .input-banner-wrap input {
    padding: 28.5px 180px 28.5px 32px;
}
.call-us-sec .input-banner-wrap .input-button {
    right: 10px;
    padding: 20.5px 30px;
    max-width: 154px;
}

/* Step Tiles */
.step-title .elementor-heading-title {
    display: flex;
    align-items: center;
    gap: 13px;
}
.step-number {
    background-color: var(--e-global-color-primary);
    border-radius: 100px;
    color: var(--white-color);
    -webkit-text-fill-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;    
    height: 49px;
    min-width: 49px;
    width: 49px;
}
.power-box {
    overflow: hidden;
}
.power-box:hover::before {
    content: '';
    background-color: var(--e-global-color-primary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 8px;
}

/* Services Table */
.service-table table thead tr.table-header th:first-child {
    min-width: 300px;
    width: 391px;
}
.service-table table thead tr.table-header th:first-child,
.service-table table tbody tr td:first-child {
    padding-left: 32px !important;
    text-align: left;
    vertical-align: middle;
}
.service-table table tr th span.data-table-header-text {
    background: linear-gradient(92.28deg, var(--e-global-color-text) 6.42%, var(--e-global-color-primary) 95.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}
.service-table table thead tr.table-header th.head-icon span {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
.service-table table thead tr.table-header th.head-icon img {
    margin: 0 auto;
    object-fit: contain;
    height: 49px;
    max-width: 108px;
}
.service-table table tbody tr td:first-child .td-content-wrapper {
    text-align: left !important;
}
.service-table table tbody tr td {
    border-top: 0 !important;
}
.service-table table tr th:not(:first-child),
.service-table table tr td:not(:first-child) {
    border-left: 0 !important;
}

/* Work Web Block */
.img-box-wrp .work-web-block {
    overflow: hidden;
}
.img-box-wrp .work-web-block .elementor-image-box-img {
    background: var(--e-global-color-secondary);
    padding: 24px;
}
.img-box-wrp .work-web-block .elementor-image-box-img img {
    display: inline-block !important;
    object-fit: cover;
    max-height: 388px;
}
.img-box-wrp .work-web-block .elementor-image-box-content {
    padding: 30px;
}
.img-box-wrp .work-web-block .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0;
}

/* Testimonial Slider */
.testimonial-item {
    background: linear-gradient(90deg, var(--white-color) 74%, var(--e-global-color-primary) 74%);
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(63, 63, 63, 0.04);
    display: flex;
    align-items: center;
    gap: 25px;
    margin: auto;
    padding: 59px 59px 59px 65px;
    max-width: 1076px;
}
.testimonial-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.testimonial-left .quote-icon {
    max-width: 29px;
    margin-bottom: 30px;
}
.testimonial-left .client-name {
    background: linear-gradient(92.28deg, var(--e-global-color-text) 6.42%, var(--e-global-color-primary) 95.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    margin-bottom: 10px;
}
.testimonial-left .client-designation {
    color: var(--e-global-color-text);
    line-height: 30px;
    margin: 0;
}
.testimonial-left .testimonial-content p {
    color: var(--e-global-color-text);
    line-height: 30px;
    margin-bottom: 0px;
}
.testimonial-right figure {
    border-radius: 10px;
    position: relative;
    padding-bottom: 88%;
    overflow: hidden;
    width: 100%;
}
.testimonial-right figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.testimonial-slider .slick-arrow {
    background-color: var(--white-color);
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 80px;
    box-shadow: 0px 4px 20px 0px rgba(63, 63, 63, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    height: 64px;
    width: 64px;
    z-index: 1;
}
.testimonial-slider .slick-arrow:hover svg path,
.testimonial-slider .slick-arrow:Focus svg path {
    fill: var(--white-color);
}
.testimonial-slider .slick-arrow:hover::before {
    color: var(--white-color);
}
.testimonial-slider .slick-arrow::before {
    display: none;
}
.testimonial-slider .slick-prev {
    left: 0px;
}
.testimonial-slider .slick-next {
    right: 0px;
}

/* Contact Form */
.contact-form {
    margin-bottom: 0;
}
.contact-form .form-col ~ .form-col {
    margin-top: 20px;
}
.contact-form .form-col p {
    display: block !important;
}
.contact-form .form-col p.note {
    margin: 20px 0 !important;
}
.contact-form .form-btn .wpcf7-submit {
    margin-bottom: 0 !important;
}

/* PRICING Page */
.pricing-table {
    background: linear-gradient(124deg, var(--white-color) 6.42%, var(--e-global-color-secondary) 95.28%);
}
.pricing-table:hover {
    box-shadow: 0px 3px 8px rgb(0 0 0 / 47%) !important;
}
.pricing-table .eael-pricing:hover {
    box-shadow: none !important;
}
body.tahefobu-hide-theme-footer .pricing-table .footer {
    display: block !important;
}
.pricing-table .eael-pricing-item .eael-pricing-tag::after {
    content: none !important;
}
.pricing-table .eael-pricing .eael-pricing-item .header {
    padding-bottom: 0;
    margin-bottom: 20px;
}
.pricing-table .eael-pricing .eael-pricing-item .eael-pricing-tag {
    padding: 0 2px 0 0 !important;
    margin-bottom: 20px;
}
.pricing-table .eael-pricing .eael-pricing-item .eael-pricing-tag .price-tag {
    padding-right: 6px;
}
.pricing-table .eael-pricing .eael-pricing-item ul li.eael-pricing-item-feature {
    padding: 0;
    line-height: 1.5 !important;
}
.pricing-table .eael-pricing .eael-pricing-item ul li.disable-item {
    opacity: 1 !important;
}
.pricing-table .eael-pricing-item ul li.eael-pricing-item-feature:first-of-type {
    margin-bottom: 16px;
}
.pricing-table .eael-pricing-item ul li.eael-pricing-item-feature:last-of-type {
    margin: 16px 0;
}

/* FAQ */
.faq-accordion .eael-adv-accordion .eael-accordion-list:first-child .elementor-tab-title {
    border-radius: 6px 6px 0 0 !important;
}
.faq-accordion .eael-adv-accordion .eael-accordion-list:last-child .elementor-tab-title:not(.active),
.faq-accordion .eael-adv-accordion .eael-accordion-list:last-child .eael-accordion-content {
    border-radius: 0 0 6px 6px !important;
}
.faqs-sec .elementor-tab-title .fa-accordion-icon {
    position: relative;
    top: 3px;
}
.faqs-sec .eael-accordion-content ul {
    list-style: disc;
    margin: 15px 0 15px 40px;
}
.faqs-sec .eael-accordion-content li {
    margin-bottom: 10px;
}
.faqs-sec .eael-adv-accordion .eael-accordion-list:last-child {
    margin-bottom: 0 !important;
}

/* SAAS Page */
.cate-sec .elementor-widget-text-editor h3 {
    margin-bottom: 20px;
}
.cate-sec .elementor-widget-text-editor h4 {
    margin-bottom: 0;
}
.cate-sec ul,
.content-text ul,
.content-text ol{
	padding:0 !important;
    list-style: disc;
    margin: 1px 0 16px 25px;

}
.content-text ol{
	list-style: lower-alpha !important;
}
.cate-sec ul li,
.content-text ul li{
    color: var(--e-global-color-text);
    padding-left: 5px;
    line-height: 24px;
}
.cate-sec .elementor-widget-text-editor p {
    margin-bottom: 20px;
}

/* BLOG Page */
.blog {
    background-image: url('./assets/images/ds.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.blog-page-header {
    text-align: center;
}
.blog .site-main::before {
    left: 0;
}
.blog .site-main::after {
    right: 0;
}
.blog-page-header {
    padding-top: 120px;
    padding-bottom: 49px;
}
body.blog .blog-page-title {
    text-align: center;
    margin: 0;
}
.blog .blog-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 40px;
    padding-bottom: 70px;
}
.blog .blog-posts-wrapper .post {
    display: flex;
    flex-direction: column;
    background-color: var(--white-color);
    padding: 15px;
    overflow: hidden;
	height:100%;
    border-radius: 16px;
    transition: 0.3s all ease;
    box-shadow: 0px 0.84px 20.5px 0px rgba(0, 0, 0, 0.04);
}
.blog .post:hover {
    box-shadow: 0px 0.84px 20.05px 0px rgb(0 0 0 / 8%);
}
.blog .post > a {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    order: -1;
    position: relative;
    padding-bottom: 73%;
    width: 100%;
}
.blog .post a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: 0.6s all ease-in-out;
}
.blog .post:hover img,
.related-card:hover img {
    transform: scale(1.1);
}
.blog-posts-wrapper .related-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0 16px;
    order: -1;
}
.blog-posts-wrapper .related-meta br {
    display: none;
}
.blog-posts-wrapper h2.entry-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 26.4px;
    margin-top: 0;
    background: linear-gradient(92.28deg, var(--e-global-color-text) 6.42%, var(--e-global-color-primary) 95.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 7px;
}
.blog-posts-wrapper h2.entry-title:hover{
	    background-image: linear-gradient(92.28deg, #391A63 85%, var(--e-global-color-primary) 0);
}
.blog-posts-wrapper .post p {
    display: -webkit-box;
    color: var(--e-global-color-text);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-posts-wrapper .read-more-wrap {
  margin-top: auto;
}
.blog-posts-wrapper .read-more-btn {
    font-weight: bold;
    text-align: left;
    margin: 0;
	    text-decoration: none;
}
.related-meta > span {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
}

.post-content .post-date::before,
.post-content .post-author::before,
.related-meta .date::before,
.related-meta .author::before {
    content: '' !important;
    background-image: url('./assets/images/date-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1 !important;
    padding-right: 0 !important;
    height: 16px;
    width: 16px;
}
.post-content .post-author::before,
.related-meta .author::before {
    background-image: url('./assets/images/user-icon.png');
}


/* SINGLE BLOG Page */
.single-post {
    background-image: url('./assets/images/blog-details.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.single-post .blog-section .blog-inner {
    margin: auto;
    padding-top: 100px;
    position: relative;
    max-width: 890px;
    z-index: 9;
}
.blog-inner .post-title {
    text-align: center;
}
.blog-inner .post-title h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.blog-inner .breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
    margin-bottom: 50px;
}
.blog-inner .breadcrumb a {
    color: var(--e-global-color-text) !important;
}
.blog-inner .breadcrumb a:first-child {
    padding-right: 20px;
    position: relative;
}
.blog-inner .breadcrumb a:first-child::after {
    content: '';
    background-image: url('./assets/images/next-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
}
.blog-inner .post-featured-image {
    position: relative;
    padding-bottom: 58%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.blog-inner .post-featured-image img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-inner .post-meta {
    color: var(--e-global-color-text);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 15px;  
    row-gap: 6px;
    margin: 30px 0 20px;
}
.blog-inner .post-meta i {
    color: var(--e-global-color-text);
    margin-right: 6px;
}
.blog-inner .modified-date {
    color: var(--e-global-color-accent);
    margin-left: 5px;
}
.blog-inner .post-content .title {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    margin: 30px 0;
}
.blog-inner .post-content .post-date,
.blog-inner .post-content .post-author {
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}
.blog-inner .post-content p {
    margin-bottom: 10px;
}
.blog-inner .post-content ul {
    list-style: disc;
    margin: 10px 0 15px 20px;
}
.blog-inner .post-content ul li > ul {
    list-style: disc;
    margin: 0px 0 20px 43px;
}
.blog-inner .post-content p,
.blog-inner .post-content ul li {
    line-height: 1.875;
}
.blog-inner .post-content h2 {
    font-size: 32px;
    color: var(--e-global-color-text);
    margin-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}
.blog-inner .post-content h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 10px;
}
.blog-inner .post-content table td {
    background-color: transparent;
    border-width: 0;
    padding: 5px;
    line-height: 20px;
}
.blog-inner .post-content table {
    border: 1px solid var(--e-global-color-text);
    table-layout: auto;
    margin-bottom: 20px;
}
.blog-inner .post-content blockquote {
    background-color: var(--e-global-color-secondary);
    border-left: 3px solid var(--e-global-color-primary);
    padding: 16px 20px;
    margin: 0 0 16px;
}
.blog-inner .post-content blockquote > blockquote {
    border-left: none;
    margin: 0 !important;
    padding: 0;
}
.blog-inner .post-content > blockquote p {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin: 0;
}
.blog-inner .breadcrumb a:nth-child(2) {
  pointer-events: none;
  cursor: default;
}
.related-posts-section {
    padding: 70px 12px;
}
.related-posts-section .related-title {
    text-align: center;
    margin-bottom: 50px;
}
.related-posts-section .related-posts-wrap {
    margin: 0 auto;
}
.related-posts-section .related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.related-posts-section .related-card {
    background-color: var(--white-color);
    border-radius: 16px;
    box-shadow: 0px 0.84px 20.05px 0px rgba(0, 0, 0, 0.04);
    height: 100%;
    padding: 17px;
    position: relative;
    transition: 0.3s all ease;
    z-index: 99;
}
.related-posts-section .related-card:hover {
    box-shadow: 0px 0.84px 20.05px 0px rgb(0 0 0 / 8%);
}
.related-posts-section .related-thumb {
    position: relative;
    padding-bottom: 73%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}
.related-posts-section .related-thumb img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    transition: all 0.5s ease-out;
    height: 100%;
    width: 100%;
}
.related-posts-section .related-meta {
    color: var(--e-global-color-text);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    gap: 0px 20px;
    margin: 20px 0 10px;
}
.related-posts-section .related-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.related-posts-section .related-content p {
    margin-bottom: 0 !important;
    display: -webkit-box;
    color: var(--e-global-color-text);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-posts-section .read-more {
    font-weight: bold;
    margin: 21px 0 16px;
}


/* FOOTER CSS */
.footer-sec {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f2ecf7 49.5%, #e7dcf1 100%);
}
.footer-sec h4 {
    background: linear-gradient(92.28deg, var(--e-global-color-text) 6.42%, var(--e-global-color-primary) 95.28%);
    text-align: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-sec .footer-menu ul li {
    margin-bottom: 13px;
    max-width: fit-content;
}
.footer-sec .footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer-sec .footer-menu ul li a {
    position: relative;
    transition: 0.3s all ease;
}
.footer-sec .footer-menu li.current-menu-item a {
    background-color: transparent !important;
    font-weight: 700 !important;
}
.footer-sec .footer-menu ul li a:hover::before {
    background: linear-gradient(92.28deg, var(--e-global-color-text) 6.42%, var(--e-global-color-primary) 95.28%);
    content: '';
    position: absolute;
    top: 100%;
    transition: all 1s ease-out;
    height: 2px;
    width: 100%;
}


/* PRICING PAGE */
.pricing h3 {
    background: linear-gradient(92.28deg, var(--e-global-color-text) 6.42%, var(--e-global-color-primary) 95.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}