/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
p{margin-top: 0px;}
.swiper-slide {
    margin-bottom: 40px;
}
.swiper-pagination-bullet {
    width: 14px!important;
    height: 14px!important;
    background: rgba(51, 65, 120, 1)!important;
    opacity: 1!important;
    transform: none!important;
    margin: 0px 4px !important;
}
.swiper-pagination-bullet-active {
    background: #ffffff!important;
}
.fs-team-crousel .swiper-pagination-bullet-active {
    background: #fff!important;
}
.swiper-button-next,
.swiper-button-prev {
    background: #1433A8;
    height: 45px!important;
    width: 32px!important;
    border-radius: 3px!important;
    opacity: 1!important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px!important;
    color: #fff!important;
}
.fs-testimonial-crousel .swiper-slide {
    margin-bottom: 50px;
}
/* ==== Top Bar ==== */
.dnt-topinfo {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.dnt-topinfo li, .dnt-topinfo li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none !important;
}
.dnt-topinfo li:after {
    content: "|";
    padding-left: 20px;
}
.dnt-topinfo li:last-child:after {
    display: none;
}
.dnt-topinfo li i {
    padding-right: 10px;
}
.dnt-topinfo li i.fa-phone {
    transform: rotate(90deg);
    position: relative;
    top: 4px;
}
.dnt-topinfo li a:hover {
    color: var(--global-palette2);
}

.dnt-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 137, 239, 0.5) 2.57%, rgba(11, 24, 162, 0.5) 47.39%, rgba(0, 0, 5, 0.5) 100%);
}
.dnt-gradient:before {
    background: -webkit-linear-gradient(right, transparent, rgba(11, 24, 162, 0.9));
    width: 50%;
}
.dnt-gradient .elementor-widget-image .elementor-widget-container {
    border-radius: 50px;
    width: 70px;
    height: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dnt-test:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(176, 35, 229, 0) 0%, rgba(185, 0, 255, 0.66) 59.27%, rgba(185, 0, 255, 0.66) 91.89%);
}
.dnt-ist .elementor-icon {
    background-color: #0038FF;
    border-radius: 100%;
    padding: 10px;
    width: 70px !important;
    height: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dnt-ist.p_1 .elementor-icon {
    width: 65px;
    height: 65px;
}
.dnt-ist .icstyl .elementor-icon {
    padding: 15px;
}
.ex-p .elementor-icon {
    padding: 12px;
}
.dnt-ist.v_2 .elementor-icon {
    background-color: var(--e-global-color-secondary);
}
.page-title.post-home-title.archive-title {
    font-size: 42px;
}
.loop-entry .entry-content-wrap *,
.loop-entry .entry-content-wrap .more-link-wrap a:hover {
    color: #fff;
}
.loop-entry, .loop-entry img {
    border-radius: 30px 30px 0px 0px !important;
}
/* ==== Footer ==== */
.dnt-fm2 ul li {
    width: calc(50% - 3px);
    display: inline-block;
}
.mc4wp-form-fields {
    display: flex;
    gap: 16px;
}
.mc4wp-form-fields input[type="email"] {
    border: 0px;
    border-radius: 50px;
    padding: 10px 20px;
    color: #000!important;
    font-size: 16px;
    font-weight: 400;
    max-width: 200px;
}
.mc4wp-form-fields input[type="email"]::placeholder {
    color: #ADADAD;
}
.mc4wp-form-fields input[type="submit"] {
    border: none;
    background-image: url(/wp-content/uploads/2025/03/arrow_insert.svg) !important;
    font-size: 0px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    height: 42px;
    width: 42px;
    cursor: pointer;
    transition: all 500ms ease;
    border-radius: 50px;
    background-color: #364FDA;
    flex-shrink: 0;
}
.mc4wp-alert {
    margin-top: 5px;
}
.mc4wp-alert * {
    color: #fff;
    font-size: 14px;
}
@media only screen and (max-width: 1024px) {
.dnt-fm2 ul li {
    width: 100%;
    display: block;
}
.mc4wp-form-fields input[type="email"] {
    max-width: 150px;
}
}
@media only screen and (max-width: 767px) {
.dnt-ist .elementor-icon {
    margin: 0 auto;
}
.dnt-ist.v_2 .elementor-icon {
    margin-left: 0;
}
.dnt-fm2 ul li {
    width: calc(50% - 3px);
    display: inline-block;
}
.mc4wp-form-fields input[type="email"] {
    max-width: 200px;
}
.page-title.post-home-title.archive-title {
    font-size: 32px;
}
}