/*
Theme Name:		 Affirm Child
Theme URI:		 https://level.uicore.co/
Description:	 Child theme for Affirm - Marketing & Digital Agency WordPress Theme heresm
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 affirm
Version:		 1.0.0
Text Domain:	 affirm
*/


/*
    Add your custom styles here
*/ 
.list_space ul li {
    margin: 10px 0;
}

.sm_custom_breadcrumb.uicore-animate.ui-breadcrumb span a {
    font-size: 14px;
}
.uicore-blog-grid h4.uicore-post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blogpage .wp-block-categories-list .cat-item-1, .blogpage .uicore-widget:last-child {
    display: none;
}
.case_studies_wrap .elementor-widget-container h5 {
    margin: 0 0 5px;
}
.case_studies_wrap .elementor-widget-image img{
	width:100%;
}
.case_studies_wrap .elementor-widget-container h5:last-child {
    font-size: 16px;
    font-weight: 700;
    color: #fa684a;
}

h1,h2,h3,h4,h5,h6{
    margin-top: 0;
}
.uicore-menu ul.sub-menu li a span, 
.uicore-menu ul.sub-menu li a::after {
    color: #adadad;
}
.uicore-navbar nav.uicore ul.sub-menu, .uicore-navbar nav.uicore ul.sub-menu:not(.uicore-megamenu) {
    border-radius: 3px;
}
.uicore-navbar .uicore-branding a .uicore-logo.uicore-main {
    width: auto;
}
.uicore-menu ul.sub-menu li:hover a span,
.uicore-menu ul.sub-menu li:hover a::after{
    color: #fff;
}
.uicore-menu ul.sub-menu li:hover > a {
    background: #429897;
}
.uicore-menu ul.sub-menu li:hover > a, .uicore-menu ul.sub-menu li:hover > a:focus {
    background: #429897;
    color: #fff;
}
.home_services_box .elementor-widget-container:hover h4, 
.home_services_box .elementor-widget-container:hover p {
    color: #fff;
}
header.uicore.uicore-page-title::after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.4;
}
header.uicore.uicore-page-title {
    position: relative;
    z-index: 1;
}

/*Home Page*/
.home-page-client-gallery .elementor-image-carousel .swiper-slide {
    height: auto;
}
.home-page-client-gallery .elementor-image-carousel figure {
    height: 100%;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}
.home-page-client-gallery .elementor-image-carousel figure img {
    max-height: 70px;
    width: auto;
}
.home-page-client-gallery .elementor-image-gallery .gallery-item,
.home-page-client-gallery .e-gallery-grid .e-gallery-item {
    background: #fff;
}

.elementor-27 .home-page-client-gallery.elementor-element.elementor-element-318cf48 .e-gallery-item.elementor-gallery-item {
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgb(235 235 235);
}
.home-page-client-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
}
.home-page-client-gallery .gallery .gallery-item .gallery-icon {
    height: 100%;
    border-radius: 12px;
    box-shadow: 0px 5px 15px 0px rgb(235 235 235);
}
.home-page-client-gallery .gallery .gallery-item a {
    height: 100%;
    display: flex;
    padding: 15px 10px;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}
.home-page-client-gallery .gallery .gallery-item .gallery-icon a img {
    max-height: 100px;
    width: auto;
    border: 0;
    padding: 0;
    border-radius: 0;
}

/*Contact Page*/ 
.contact_form .form-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
	overflow: auto;
	padding-bottom: 10px;
}
.contact_form .form-items .form-item {
    flex: 0 0 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.contact_form .form-items .form-item.message,
.contact_form .form-items .form-item.submit {
    flex: 0 0 100%;
}
.contact_form .form-items .form-item input[type="text"], 
.contact_form .form-items .form-item input[type="email"],
.contact_form .form-items .form-item input[type="tel"],
.contact_form .form-items .form-item input[type="url"],
.contact_form .form-items .form-item textarea {

    background-color: #f8f8f8;
    font-size: 16px;
    border: none;
}
.contact_form .form-items .form-item input[type="text"], 
.contact_form .form-items .form-item input[type="email"],
.contact_form .form-items .form-item input[type="tel"],
.contact_form .form-items .form-item input[type="url"] {
    height: 44px;
}
.contact_form .form-items .form-item span.wpcf7-not-valid-tip {
    font-size: 14px;
}
.contact_form .form-items .form-item.submit p span.wpcf7-spinner {
    display: none;
}
.contact_form .form-items .form-item.submit p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    border: 1px solid;
    padding: 10px;
    margin-top: 15px;
}
.contact_form .form-items .form-item.submit {
    margin: 0;
}
.contact_form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
}
.contact_form .form-items .formcaptcha {
    text-align: center;
    display: flex;
    justify-content: center;
}
#cookie-notice a#cn-accept-cookie {
    background: #f06546;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
	margin-top: 5px;
    margin-bottom: 5px;
}
.cookie-notice-container span#cn-notice-text {
    font-size: 14px;
    margin: 5px 0;
}
.cookie-notice-container {
    padding: 8px 30px;
}
#cookie-notice .cookie-notice-container span#cn-close-notice::after, #cookie-notice .cookie-notice-container span#cn-close-notice::before {
    background: #fff;
}
#cookie-notice .cookie-notice-container span#cn-close-notice {
    color: #fff;
    opacity: 1 !important;
}
.contact_form .form-item.captchaform {
    display: flex;
    justify-content: center;
    width: 100%;
    flex: 0 0 100%;
}

/* The container */
.iamrobot label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
}
.iamrobot label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.iamrobot label span:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.iamrobot label input:checked ~ span:before {
  background-color: #f06546;
}
.iamrobot label span:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.iamrobot label input:checked ~ span:after {
  display: block;
}
.iamrobot span.wpcf7-list-item.first.last {
    margin: 0;
}



/*About Page*/
.about_inner .elementor-container .elementor-column .workshop_title.elementor-widget-heading {
    width: 225px;
    height: 225px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 50%;
}
.about_breadcrumb {
    box-shadow: 0 6px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}
.page_breadcrumb .elementor-widget-container > span > span:first-child a {
    font-size: 0;
}
.page_breadcrumb .elementor-widget-container > span > span:first-child a::before {
    content: "Inter-Dev B2B Digital Marketing";
    font-size: 19px;
}
.page_breadcrumb.clrwhite a,
.page_breadcrumb.clrwhite a:hover {
    color: #fff;
}
.testimonialslider .bdt-ep-review-card-carousel-text {
    background: #f5f5f5;
    padding: 30px 50px;
    border-radius: 30px;
    position: relative;
    margin-top: 20px;
}
.testimonialslider .bdt-ep-review-card-carousel-text::after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5 transparent;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.elementor-element.testimonialslider {
    width: 100% !important;
}

/*Why Us Page*/
.tailored-strategies-image.elementor-widget-image {
    margin-top: -80px;
    height: 100px;
}
.elementor-element .tailored-strategies-image .elementor-widget-container {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.framework-item {
    aspect-ratio: 1/1;
    width: 415px !important;
    height: 415px !important;
}


/*Blog Page*/
.blog .footerblogsec,
.single-post .footerblogsec {
    display: none;
}

/*Client Page*/
.client-page-testimonials div.elementor-testimonial__content {
    margin-top: 15px;
}
.clientgallery .bdt-custom-gallery-inner {
    box-shadow: 0px 5px 15px 0px rgb(235 235 235);
}
.clientgallery .bdt-gallery-thumbnail {
    padding-bottom: 150px;
    position: relative;
    background: transparent;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}
.clientgallery .bdt-gallery-thumbnail img.attachment-full {
    max-width: 80%;
    object-fit: contain !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100% !important;
    width: 100% !important;
    max-height: 90px;
}
.clientgallery .bdt-overlay-default {
    background: #70D8D5;
}
.bdt-custom-gallery-content-inner h3.bdt-gallery-item-title {
    margin: 0 !important;
}
.trustedlogoslider figure.swiper-slide-inner{
    padding: 0 15px;
}
.trustedlogoslider figure.swiper-slide-inner img {
    max-width: 160px;
    max-height: 80px;
}

/*Blog Page*/
.blog header.uicore.uicore-page-title .uicore.elementor-container {
    padding: 113px 0;
}
.blog h1.uicore-title.uicore-animate.h1 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 50px;
}
body.single-post.uicore-narow .uicore-post-content:not(.uicore-related) {
    max-width: 1100px;
}
section.ui-related-posts.elementor-section {
    margin-top: 40px;
}
.blogbanner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    display: flex;
}
.blogbanner .page_breadcrumb {
    margin: 15px 0 0;
}
.blogbanner .page_breadcrumb > span > span:first-child a{
    font-size: 0;
}
.blogbanner .page_breadcrumb > span > span:first-child a::before {
    content: "Inter-Dev B2B Digital Marketing";
    font-size: 19px;
}



.blogbanner .uicore-container, 
.page_wrapper {
    max-width: 1380px;
    margin: auto;
    padding: 0 10px;
	height: 100%;
}
.blogbanner .uicore-container .pgtptlecont {
    padding: 0;
    text-align: center;
}
.blogbanner .uicore-container .pgtptlecont h1 {
    margin: 0;
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
}
.strategy-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #0066cc;
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
/*30-09-2025*/

.white_logo {
    max-width: 200px;
    width: 100%;
    margin: auto;
}
.white_logo img{
    width: 100%;
}
.blogbanner .page_breadcrumb, .blogbanner .uicore-container .pgtptlecont h1{
    color: #fff;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
.form-group .form-field{
width:100%
}
.form-group .form-field.name, .form-group .form-field.email, .form-group .form-field.phone, .form-group .form-field.weburl {
    width: 48%;
}
form p{
    margin: 0;
}
.form-group .form-field textarea{
    width: 100% !important;
    height: 110px;
}
.form-item.submit p {
    display: flex;
    gap: 20px;
}
.btn_margin_auto {
    margin-top: auto;
}


/*end 30-09-2025*/
.single_company_head {
    text-align: center;
    margin: 50px 0 20px;
}
.single-companies .entry-content {
    margin: 70px 0;
}
.single_company_head h1 {
    font-size: 38px;
    max-width: 600px;
    margin: 30px auto 0;
}
.mnsldimg {
    border: 1px solid #ededed;
    display: inline-block;
    padding: 15px;
}
.mnsldimg img {
    max-height: 110px;
}
.default_post_thumb {
    padding-bottom: 57%;
    position: relative;
}
.default_post_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.single-post h1.entry-title {
    font-size: 40px;
    line-height: 50px;
}
.postformsec.page_wrapper {
    max-width: 1000px;
}
.postformsec  div#wpcf7-f570-o1 {
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-color: #FFFFFF;
    box-shadow: 0px 15px 60px -10px rgba(108.68315217391303, 117.32486413043476, 143.25, 0.33);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 15px;
    padding: 40px 30px;
}
.postformsec.page_wrapper h2 {
    text-align: center;
    margin-bottom: 40px;
}
.postformsec div#wpcf7-f570-o1 span.wpcf7-spinner {
    display: none;
}
.postformsec div#wpcf7-f570-o1 input[type="text"],
.postformsec div#wpcf7-f570-o1 input[type="email"],
.postformsec div#wpcf7-f570-o1 input[type="tel"],
.postformsec div#wpcf7-f570-o1 input[type="url"] {
    height: 45px;
    font-size: 16px;
}
.postformsec div#wpcf7-f570-o1 textarea {
    height: 120px;
    font-size: 16px;
}
.postformsec {
    margin-bottom: 90px;
}
.postformsec.contact_form .form-items .form-item p {
    margin: 0;
}
.home_services_box .elementor-widget.elementor-widget-bdt-advanced-icon-box .elementor-widget-container {
    padding: 15px;
}
.postid-3790 article.post,
.postid-2572 article.post,
.postid-242 article.post,
.postid-2573 article.post,
.postid-2571 article.post,
.postid-2574 article.post,
.postid-3791 article.post,
.postid-2575 article.post,
.postid-3792 article.post,
.postid-2577 article.post,
.postid-2570 article.post,
.postid-2568 article.post,
.postid-238 article.post,
.postid-2569 article.post{
    direction: rtl;
}
.single-post .uicore-widget.widget_archive,
.single-post .uicore-widget.widget_meta{
    display: none;
}

/*care-studies-css*/
.pgtoptitle {
    background-position: center top;
    padding: 155px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    position: relative;
}
.pgtoptitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,1,1,0.6);
    z-index: -1;
}
.pgtoptitle .container {
    max-width: 1380px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    text-align: center;
}
.pgtptlecont h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}
.pgtptlecont p {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}
.pgtptlecont p span a {
    color: #fff;
}


.maincaserow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.cmncsedesc,
.cmncseimg {
    margin-bottom: 20px;
}
.cmncseimg {
    position: relative;
    padding-bottom: 70%;
}
.cmncseimg img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100% !IMPORTANT;
    top: 0;
    left: 0;
}

.cmncsetitle h3 {
    font-size: 17px;
    color: #29313a;
    margin: 0 0 15px;
    font-weight: 600;
}
.cmncsebtn a {
    padding: 15px 30px 15px 30px;
    font-family: "DM Sans",Sans-serif;
    font-size: 17px;
    display: inline-block;
    font-weight: 500;
    text-transform: None;
    line-height: 1em;
    letter-spacing: 0em;
    color: #FFF;
    background-color: #f06546;
    border-style: none;
    border-radius: 6px;
}
.cmncsebtn a:hover{
    color: #fff;
}

/* Single Post */
.single-post .uicore-sidebar-content ul li a {
    font-size: 16px;
}
body header.uicore-single-header .uicore-entry-meta a,
body header.uicore-single-header .uicore-entry-meta span,
body header.uicore-single-header .uicore-entry-meta .ui-blog-date,
.ui-breadcrumb a,
.ui-breadcrumb span {
	font-size: 14px;
}
.single-post article.category-seo .entry-content table {
    width: 100%;
}
.single-podcast .content-area .container {
    padding: 40px 20px !important;
}
.categores-title {
    display: none;
}
html:has(.all-categories .elementor-inline-items )  .categores-title {
    display: block;
}
.authorsec .elementor-container {
    width: 100% !important;
}

/* Footer */

body .uicore-post-footer a,
body .uicore-post-footer span {
    font-size: 14px;
}
  .mca-badge:after{
    content: "";
    position: absolute;
    left: -6px;
    bottom: -9px;
    width: 0;
    height: 0;

    /* triangle */
    border-left: 14px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 0 solid transparent;

    z-index: -1;
  }

/*Responsive Css*/
@media(max-width: 1024px){
	body .uicore-menu ul.sub-menu li a span, 
	body .uicore-menu ul.sub-menu li a:after {
		color: #29313a;
	}
}

@media(max-width: 991px){
	.testimonialslider .bdt-ep-review-card-carousel-text {
		padding: 30px 50px;
	}

}
@media(max-width: 767px){
	.authorfeatured img {
   		 height: auto !important;
	}
		.testimonialslider .bdt-ep-review-card-carousel-text {
		padding: 30px 30px;
	}
    .contact_form .form-items .form-item {
        flex: 0 0 100%;
    }
    .postformsec {
        margin-bottom: 50px;
    }
    .maincaserow {
        /*grid-template-columns: repeat(2, 1fr);*/
        gap: 20px;
    }
.single-podcast .content-area .container {
    width: 100% !important;
    padding: 40px 20px !important;
}
.single-podcast .content-area .container p>iframe {
    width: 100% !important;
}
.single-podcast .pgtptlecont h1 {
    font-size: 34px;
}
.about_inner .elementor-container .elementor-column .workshop_title.elementor-widget-heading {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
.framework-item {
    aspect-ratio: auto;
    width: 100% !important;
    height: auto !important;
}
.form-group .form-field.name, .form-group .form-field.email, .form-group .form-field.phone, .form-group .form-field.weburl {
    width: 100%;
}
	
}
@media(max-width: 575px){
    .maincaserow {
       /* grid-template-columns: repeat(1, 1fr);*/
    }
.single-post article.category-seo .entry-content table td {
    font-size: 12px;
    line-height: 16px;
}

	body header.uicore-single-header .uicore-entry-meta a,
body header.uicore-single-header .uicore-entry-meta span,
body header.uicore-single-header .uicore-entry-meta .ui-blog-date,
.ui-breadcrumb a,
.ui-breadcrumb span {
	font-size: 12px;
	line-height:16px;
}
	.single-post h1.entry-title {
    font-size: 28px;
    line-height: 1.2em;
}
	.single-post .uicore-single-header .uicore-entry-meta {
    flex-wrap: wrap;
    row-gap: 2px;
}
.single-post article.category-seo .entry-content table h2 {
    font-size: 20px;
}
	.home-page-client-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
}
}
body .blog-page.page-content.podcast-page {
  max-width: 1400px;
  padding: 40px 10px;
}
