@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//capalise.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(17,17,28);
	--wd-text-font-size: 16px;
	--wd-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(17,17,28);
	--wd-entities-title-color-hover: rgb(188, 159, 110);
	--wd-alternative-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(17,17,28);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(188,159,110);
	--wd-alternative-color: rgb(84,110,148);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 0px;
	--notices-success-bg: rgb(188,159,110);
	--notices-success-color: rgb(17,17,28);
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(188,159,110);
	--wd-link-color-hover: rgb(84,110,148);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.page .wd-page-content {
	background-color: #f3f3f4;
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: #f3f3f4;
	background-image: none;
}
.single-product .wd-page-content {
	background-color: #f3f3f4;
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: #f3f3f4;
	background-image: none;
}
.single-post .wd-page-content {
	background-color: #f3f3f4;
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: #f3f3f4;
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: #f3f3f4;
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(245,245,252);
	--wd-form-placeholder-color: rgb(17,17,28);
	--wd-form-brd-color: rgb(17,17,28);
	--wd-form-brd-color-focus: rgb(17,17,28);
	--wd-form-bg: rgb(245,245,252);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1240px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1240px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/** Scroll bar CSS Start **/
.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 17px;
}
::-webkit-scrollbar {
    width: 18px;
}
::-webkit-scrollbar-thumb {
    border:2px solid #19191D;
    background-color: #BC9F6E !important;
}
::-webkit-scrollbar-track {
    background: #19191D;
}
/** Scroll bar CSS End **/


/* Full width container :start */
:root{
	--aa-half-width: calc((100vw - 1240px - var(--wd-scroll-w)) / 2);
}
.qa-leftcontainer{
	padding-left:var(--aa-half-width) !important;
}
.qa-rightcontainer{
	padding-right:var(--aa-half-width) !important;
}
/* Full width container :end */



/* Global Css start  */
.page-title {
    height:380px !important; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px !important;
	  display: none !important;
}
.page-title .title {
    font-size: 70px !important;
	  z-index:1;
}
.page-title::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.8;
}
.copyrights-wrapper a, .copyrights-wrapper p {
    font-size: 14px !important;
  	color: #11111C !important;
		font-weight: 400 !important;
}
.copyrights-wrapper a:hover {
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
}
header.whb-header {
    background-color: #f3f3f4 !important;
}
.wd-search-dropdown input[type="text"],.searchform .wd-clear-search{
	color: #11111c !important;
}
.searchform .wd-clear-search{
	border: none !important;
}
.copyrights-wrapper {
    background-color: #f3f3f4;
    color: #11111C;
    border: none;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.wd-cookies-popup{
    z-index:99999999; 
}	
div#tidio-chat {
    bottom: 20px !important;
    right: -10px !important;
}

.grecaptcha-badge {
    bottom: 160px !important;
	  display:none !important;
}	
.scrollToTop {
    bottom: 70px !important; 
    left:20px !important;
}
a.scrollToTop.button-show {
    background-color:#BC9F6E;
    color: #F5F5FC;
		border: 1px solid #F5F5FC;
}
a.scrollToTop.button-show:hover{
    background-color:#1E1E1E;
    color: #F5F5FC;
		border: 1px solid #F5F5FC;
}
.wd-btn-arrow {
    opacity: 1 !important;
    visibility: visible !important;
    user-select: auto !important;
    transform: none !important;
}
/* .wd-prev .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/07/Vector-1.svg) !important;
}
.wd-next .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/07/Vector.svg) !important;
} */

.wpcf7-response-output {
    max-width: fit-content;
}
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}
span.elementor-icon-list-text {
    word-break: break-word;
}
/* Global Css end  */




/* header start  */
header .wd-nav>li>a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    color: #11111C !important;
}
header .wd-nav>li>a:hover {
    color: #11111C !important;
}
header .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a{
    color:#11111C !important;
}
header .wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    content: '';
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    width: 6px !important;
    height: 6px;
    border-radius: 30px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 0;
    background-color: #11111C;
	  opacity:0;
}

header .wd-nav[class*="wd-style-underline"] > li:is(:hover, .current-menu-item, .wd-active, .active) > a .nav-link-text:after {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
.wd-sub-menu li>a {
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #303030 !important;
    opacity: 0.8;
}
.wd-nav-mobile .wd-sub-menu li>a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    text-transform: uppercase;
}
.wd-sub-menu li>a:hover, .wd-sub-menu li.current-menu-item>a:hover {
    color: #BC9F6E !important;
}

header .whb-general-header {
/*     background-color: #F5F5FC !important; */
    background-color: #f3f3f4 !important;
	  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.08) !important;
}
.whb-row.whb-header-bottom {
    background-color: #f5f5fc00 !important;
}
.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    font-size: 14px !important;
    color: #11111C !important;
}
/* header end  */


/* footer start  */
footer .wd-nav-vertical.wd-design-default {
    border: 0px solid var(--brdcolor-gray-200);
}
footer .wd-nav-vertical.wd-design-default>li:not(:last-child) {
    border-bottom: 0px solid var(--brdcolor-gray-200);
}
footer .wd-nav>li>a {
    padding: 14px 18px !important;
    color: #F5F5FC !important;
    text-transform: inherit;
    font-size: 16px !important;
    line-height: 20px !important;
    background-color: unset !important;
}
footer .wd-nav>li>a {
    color: #F5F5FC !important;
}
footer .wd-nav>li>a span{
    font-weight:400;
}
footer span.nav-link-text {
    text-transform: inherit;
}
footer .current-menu-item a.woodmart-nav-link {
    color: #BC9F6E !important;
}
footer a.woodmart-nav-link:hover{
    color: #BC9F6E !important;
}

.wd-nav-mobile.wd-nav>li>a {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.mobile-nav .searchform {
    box-shadow: unset !important;
}
.mobile-nav .searchform input[type="text"]::placeholder {
    color: #11111C !important;
}
.mobile-nav .searchform input[type="text"] {
    height: 52px !important;
    font-weight: 400 !important;
    color: #11111C !important;
    border-bottom: 1px solid var(--brdcolor-gray-300) !important;
}
.searchform .searchsubmit {
    --btn-color: #11111C !important;
}
/* footer End  */




/* button css start  */
.btn, .elementor-button, .cookies-buttons .cookies-accept-btn, .submit-btn input[type=submit]{
    position: relative;
    padding: 14px 28px 14px !important;
    color: #11111C !important;
		background-color: transparent !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 2px solid #11111C;
    overflow: hidden;
    transition: all 1s ease;
    line-height: 25px !important;
    font-family: 'Nunito' !important;
    letter-spacing: 1.3px !important;
    font-weight: 600 !important;
}
.btn-three .elementor-button {
    color: #BC9F6E !important;
}
.btn-two button.btn {
    border-color: #F5F5FC !important;
    color: #F5F5FC !important;
}
.btn:hover, .elementor-button:hover, .cookies-buttons .cookies-accept-btn:hover, .btn-two .elementor-button:hover, .submit-btn input[type=submit]:hover, .btn-two button.btn:hover{
		background-color: transparent !important;
    color: #BC9F6E !important;
	  border-color: #BC9F6E !important;
}
/* button css end  */



/* pagination start */
.wd-nav-pagin-wrap[class*="wd-style-shape"] li span {
    border-color: #11111C !important;
    background-color: #11111C !important;
    width: 20px !important;
    height: 0px !important;
}
.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #BC9F6E !important;
    background-color: #BC9F6E !important;
    width: 40px !important;
    height: 0px !important;
}
/* pagination end*/



/* contact form */
.contact-form input, .contact-form textarea, .contact-form select {
    background-color: #F5F5FC !important;
    height: 58px !important;
    font-size: 16px !important;
    font-weight:400 !important;
}
/* contact form end  */


.wd-info-box .info-box-content {
		gap:20px;
    display: flex;
    text-align: left;
	  justify-content:space-between;
}
h4.info-box-title.title{
		width:900px;
}
.wd-info-box .info-btn-wrapper {
    margin-top: 6px !important;
}
@media (max-width:1024px){
.wd-info-box .info-box-content {
		gap:20px;
    flex-direction: column;
    text-align: center;
}
h4.info-box-title.title{
		width:100%;
}

}


/* Team image smooth zoom on hover */

.team img, .analyser-article a img {
    transition: transform 0.5s ease;
}

.team:hover img, .analyser-article a:hover img {
    transform: scale(1.05);
}

/* extra safety: image container overflow hidden */
.team .elementor-widget-image, .analyser-article a {
    overflow: hidden;
}
.analyser-article a {
		display: block;
}  

.pz-parent .pz-child {
  position: sticky;
  top: 120px; /* header ke hisaab se */
  z-index: 1;
}

/* Stacking effect */
.pz-parent .pz-child:nth-of-type(1) {
  z-index: 1;
  top: 140px;
}

.pz-parent .pz-child:nth-of-type(2) {
  z-index: 2;
  top: 160px;
}

.pz-parent .pz-child:nth-of-type(3) {
  z-index: 3;
  top: 180px;
}

.pz-parent .pz-child:nth-of-type(4) {
  z-index: 4;
  top: 200px;
}

.pz-parent .pz-child:nth-of-type(5) {
  z-index: 5;
  top: 220px;
}

.pz-parent .pz-child:nth-of-type(6) {
  z-index: 6;
  top: 240px;
}
.pz-parent .wd-text-block {
    word-break: break-word;
}
@media (max-width:767px){
.pz-parent .pz-child {
  position: inherit;
  top: 0px !important;
}
}



/* remove the previous dashicons */
.single-events .sz-event-information .analyser-date, .single-events .sz-event-information .event-time, .single-events .sz-event-information .event-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.single-events .sz-event-information .analyser-date::before,
.single-events .sz-event-information .event-time::before, .single-events .sz-event-information .event-location:before {
    content: "";
    display: inline-block;
    width: 18px; 
    height: 18px;
    background-image: url('/wp-content/uploads/2026/02/calender-svgrepo-com.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
}
.single-events .sz-event-information .event-time::before{
    background-image: url('/wp-content/uploads/2026/02/time-svgrepo-com.svg');
}
.single-events .sz-event-information .event-location::before{
    background-image: url('/wp-content/uploads/2026/02/location-pin-alt-1-svgrepo-com.svg');
}


/* New Home CSS */
.splide__slide .analyser-article:before{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 1) 100%) !important;
}
.h-blog .wd-carousel-item:not(:first-child)::after {
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: calc(100% + 10px) !important;
}
.h-blog .wd-carousel{
	padding: 5px 0 !important;
}
body .h-blog .wd-post-content{
	padding: 0px !important;
}
.h-blog .wd-nav-pagin-wrap{
	margin-top: 28px !important;
}
.blink h2::before{
	margin-bottom: 5px !important;
}
body.elementor-kit-7{
  --e-global-typography-primary-font-size: 28px !important;
  --e-global-typography-primary-line-height: 34px !important;
	--e-global-typography-secondary-font-size: 18px !important;
	--e-global-typography-secondary-line-height: 26px !important;
}
.btn,.elementor-button, .cookies-buttons .cookies-accept-btn,.submit-btn input[type=submit]{
    padding: 4px 10px 4px !important;
    font-size: 12px !important;
}
/* .home .btn,.home .elementor-button,.home .cookies-buttons .cookies-accept-btn,.home .submit-btn input[type=submit]{
    padding: 4px 10px 4px !important;
    font-size: 12px !important;
} */
body .analyser-grid .analyser-article img{
		height: 210px !important;
}
.home .analyser-grid .analyser-article:first-child img{
	height: 370px !important;
}
.home .analyser-grid.video .analyser-article:first-child img, .home .analyser-grid.testinterviwer .analyser-article:first-child img{
	height: 500px !important;
}
body .analyser-grid.testinterviwer.artiklar .analyser-article img,body.home .analyser-grid.testinterviwer.artiklar .analyser-article img{
    height: 340px !important;
}
body.archive .analyser-grid .analyser-article:first-child img, .interv-qa .body .analyser-grid .analyser-article:first-child img{
		height: 210px !important;
}
/* body .analyser-grid .analyser-article:first-child .eael-entry-title {
    font-size: 16px !important;
} */
body .analyser-grid .eael-entry-title{
	margin: 9px 0 0px !important;
}
body .analyser-grid.video .meta-main{
	margin-top: 0px !important;
}
body span.analyser-company a,body .analyser-company-type a{
	padding: 4px 8px !important;
}
body ul.analyser-list.events,body .events li.analyser-item:last-child,body ul.analyser-grid,.analyser-grid.testinterviwer li.analyser-article{
	margin-bottom: 0px !important;
}
body .splide__slide img{
	height: 210px !important;
}
body .subscribe-news input{
	height: 48px !important;
}
body .analyser-content{
	margin-top: 3px !important;
	font-size: 14px !important;
}
body .analyser-list.events .analyser-content{
	font-size: 12px !important;
}
body .analyser-grid.artiklar {
    column-gap: 20px !important;
}
body .analyser-grid.artiklar li.analyser-article {
    flex: 0 0 calc((100% - 20px) / 2) !important;
}
body .analyser-grid.artiklar .analyser-article img {
    height: 250px !important;
}
body .qa-preefooter>.e-con-inner{
	padding-top: 30px !important;
  padding-bottom: 30px !important;
}
body .analyser-list.events span.analyser-day{
    height: 50px !important;
}
body .analyser-list.events .company-tag{
    margin-top:0px !important;
}
body .analyser-list.events li.analyser-item{
	align-items: flex-start !important;
}
/* New Home CSS */
.post-type-archive-intervju .ymc-filter-grids .filter-intervju-kategori .filter-default-inner,.page-id-1047  .ymc-filter-grids .filter-category .filter-default-inner{
	display: none !important;
}
.search-no-results .wd-search-form .searchform input[type="text"]{
	border: 2px solid #11111C;
}
.search-no-results .wd-search-form .searchform input[type="text"]:focus{
	border-color: #BC9F6E !important;
}
.search .wd-post .wd-post-title{
	display: block !important;
}
.search .wd-post.blog-design-masonry .wd-post-read-more.wd-style-link{
	display: none !important;
}@media (min-width: 1025px) {
	/* New Home CSS */
.splide__slide .analyser-article:before{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 1) 100%) !important;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}
.splide__slide .analyser-article:hover:before{
	opacity: 0;
}

.splide__slide .analyser-article:after{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 1) 100%) !important;
	opacity: 0;
	z-index: 2;
	transition: all 0.4s;
}
.splide__slide .analyser-article:hover:after{
	opacity: 1;
}
.splide__slide .analyser-article .sz-content{
	z-index: 10;
}
/* New Home CSS */
.post-type-archive-intervju .ymc-filter-grids .filter-intervju-kategori,.page-id-1047 .ymc-filter-grids .filter-category{
    visibility: hidden !important;
}
.page-id-1047 .shez-top-section .h-blog{
	margin-bottom: 28px !important;
}
/* .post-type-archive-intervju .ymc-filter-grids.ymc-container,.post-type-archive-intervju .wd-sidebar.sidebar-container,.page-id-1047 .ymc-filter-grids.ymc-container,.page-id-1047 .sz-sidebar{
    margin-top: -60px !important;
} */


/* Global Font Size for Articles */
.analyser-grid .analyser-article .eael-entry-title,.splide__slide .analyser-article .eael-entry-title,.ymc-container .filter-content .posts-grid .post-card__title, .ymc-extra-container .filter-content .posts-grid .post-card__title,.search .wd-post .wd-post-title{
	font-size: 20px !important;
}
.analyser-list .analyser-item .eael-entry-title{
	font-size: 18px !important;
}
.sz-featured-section .analyser-grid .analyser-article:first-child .eael-entry-title{
	font-size: 24px !important;
}
/* Global Font Size for Articles */

/* laptop css start  */
@media (max-width:1600px) and (min-width:1025px){
.qa-heading h2 {
    font-size: 50px !important;
    line-height: 64px !important;
}
.page-title {
    height: 350px !important;
    margin-bottom: 0px !important;
    margin-top: 0px;
    padding-top: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-title .title {
    font-size: 60px !important;
}
.banner {
    --min-height: 650px !important;
}
.banner h2 {
    font-size: 60px !important;
    line-height: 70px !important;
}
}


.wd-suggestion-thumb img {
    height: 140px;
    object-fit: cover;
}
/* laptop css end */
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* tablet css start  */
header .container{
    padding-left:15px !important;
    padding-right:15px !important;
}
.page-title {
    height: 250px !important;
    margin-top: 0px !important;
    padding-top:0px !important;
    display:flex;
    align-items: center;
    justify-content: center; 
}
.sz-m-hide{
	display: none !important;
}
.btn, .elementor-button {
	padding: 14px 24px !important;
	font-size: 16px !important;
    letter-spacing: 0px !important;
}
.whb-sticked .whb-sticky-row {
    padding: 0px 0 !important;
}
.grecaptcha-badge {
    display: none !important;
}
.page-title .title {
    font-size: 50px !important;
}
.scrollToTop {
    bottom: 140px !important;
    left:10px !important;
}
/* .wd-logo img[width]:not([src$=".svg"]) {
    max-width: 100% !important;
} */
.qa-slide .wd-carousel {
    --wd-col-lg: 2 !important;
    --wd-col-md: 2 !important;
    --wd-col-sm: 2 !important;
}
div#tidio-chat {
    bottom: 120px !important;
    right: 0px !important;
}
a.qlwapp__button.qlwapp__button--bubble {
    margin-right: 10px !important;
    margin-bottom: 200px !important;
}
header.whb-sticked {
    display: block !important;
}
/* tablet css end */


/* New Home CSS */
.h-blog .wd-carousel.wd-grid{
	--wd-gap: 30px !important;
}
.blink h2::before {
    margin-bottom: 3px !important;
}
body.elementor-kit-7{
  --e-global-typography-primary-font-size: 26px !important;
  --e-global-typography-primary-line-height: 32px !important;
	--e-global-typography-secondary-font-size: 18px !important;
	--e-global-typography-secondary-line-height: 26px !important;
}
.btn,.elementor-button, .cookies-buttons .cookies-accept-btn,.submit-btn input[type=submit]{
    padding: 4px 10px 4px !important;
    font-size: 12px !important;
}
.home .analyser-grid .analyser-article:first-child img {
    height: 275px !important;
}
.home .analyser-grid.video .analyser-article:first-child img, .home .analyser-grid.testinterviwer .analyser-article:first-child img{
    height: 275px !important;
}
body.archive .analyser-grid .analyser-article:first-child img, .interv-qa .body .analyser-grid .analyser-article:first-child img{
		height: 150px !important;
}
body .analyser-grid .analyser-article img {
    height: 150px !important;
}
body span.analyser-company a, body .analyser-company-type a {
    padding: 2px 7px !important;
}
body .analyser-list.events .analyser-content{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.events .company-tag .eael-entry-title {
    margin-bottom: 0px !important;
}
body .splide__slide img {
    height: 195px !important;
}
body .analyser-grid.artiklar .analyser-article img {
    height: 200px !important;
}
/* New Home CSS */

.post-type-archive-intervju .ymc-filter-grids .filter-intervju-kategori{
    visibility: hidden !important;
}
.post-type-archive-intervju .ymc-filter-grids.ymc-container,.post-type-archive-intervju .wd-sidebar.sidebar-container{
    margin-top: -65px !important;
}
.post-type-archive-intervju .shez-top-section .h-blog{
	margin-bottom: 35px !important;
}
.page-id-1047 .shez-top-section .h-blog{
	margin-bottom: 38px !important;
}
body.home .analyser-grid.testinterviwer.artiklar .analyser-article img {
    height: 240px !important;
}
@media (min-width: 960px){
.post-type-archive-intervju .wd-sidebar.sidebar-container{
	margin-top: 0px !important;
	}
}
	
/* Global Font Size for Articles */
.analyser-grid .analyser-article .eael-entry-title,.ymc-container .filter-content .posts-grid .post-card__title, .ymc-extra-container .filter-content .posts-grid .post-card__title,.search .wd-post .wd-post-title{
	font-size: 20px !important;
}
.sz-featured-section .analyser-grid .analyser-article .eael-entry-title,.analyser-list .analyser-item .eael-entry-title{
	font-size: 16px !important;
}
.sz-featured-section .analyser-grid .analyser-article:first-child .eael-entry-title,body .rp-styl.analyser-grid .analyser-article:first-child .eael-entry-title{
	font-size: 20px !important;
}
/* Global Font Size for Articles */
}

@media (min-width: 577px) and (max-width: 767px) {
	/* landscape css start  */
.page-title {
    height: 240px !important;
	padding-top:20px !important;
    background-position: left;
}
.page-title .title {
    font-size: 40px !important;
}
header .container{
	padding-left:15px !important;
	padding-right:15px !important;
}
.sz-m-hide{
	display: none !important;
}
.btn, .elementor-button {
    padding: 14px 24px !important;
	font-size: 16px !important;
    letter-spacing: 0px !important;
}
.whb-sticked .whb-sticky-row {
    padding: 0px 0 !important;
}
.grecaptcha-badge {
    display: none !important;
}
ul.elementor-icon-list-items.elementor-inline-items {
    gap: 20px;
}
.scrollToTop {
    bottom: 140px !important;
	left:10px !important;
}
/* .wd-logo img[width]:not([src$=".svg"]) {
    max-width: 100% !important;
} */
div#tidio-chat {
    bottom: 120px !important;
    right: 0px !important;
}
a.qlwapp__button.qlwapp__button--bubble {
    margin-right: 10px !important;
    margin-bottom: 200px !important;
}

/* landscape css end */
}

@media (max-width: 576px) {
	/* mobile css start  */
.page-title {
    height: 180px !important;
	  padding-top:20px !important;
	  background-position: left;
}
.page-title .title {
    font-size: 30px !important;
	  word-break:break-word;
}

header .container{
		padding-left:15px !important;
		padding-right:15px !important;
}
.sz-m-hide{
	display: none !important;
}
.btn, .elementor-button {
	padding: 10px 16px !important;
	font-size: 14px !important;
  letter-spacing: 0px !important;
}
.whb-sticked .whb-sticky-row {
    padding: 0px 0 !important;
}
.grecaptcha-badge {
    display: none !important;
}
ul.elementor-icon-list-items.elementor-inline-items {
    gap: 20px;
}
.scrollToTop {
    bottom: 140px !important;
	  left:10px !important;
}
/* .wd-logo img[width]:not([src$=".svg"]) {
    max-width: 100% !important;
} */
div#tidio-chat {
  bottom: 120px !important;
  right: 0px !important;
}
a.qlwapp__button.qlwapp__button--bubble {
    margin-right: 10px !important;
    margin-bottom: 200px !important;
}
/* mobile css end */

/* New Home CSS */
.blink h2::before {
    margin-bottom: 3px !important;
    width: 10px !important;
    height: 10px !important;
}
body.elementor-kit-7{
  --e-global-typography-primary-font-size: 24px !important;
  --e-global-typography-primary-line-height: 30px !important;
	--e-global-typography-secondary-font-size: 18px !important;
	--e-global-typography-secondary-line-height: 26px !important;
}
/* body .analyser-grid .analyser-article:first-child .eael-entry-title {
    font-size: 16px !important;
} */
/* body .analyser-grid .analyser-article .eael-entry-title {
    font-size: 16px !important;
} */
.btn,.elementor-button, .cookies-buttons .cookies-accept-btn,.submit-btn input[type=submit]{
    padding: 4px 10px 4px !important;
    font-size: 12px !important;
}
.home .analyser-grid .analyser-article:first-child img {
    height: 185px !important;
}
.home .analyser-grid.video .analyser-article:first-child img, .home .analyser-grid.testinterviwer .analyser-article:first-child img{
    height: 185px !important;
}
body.archive .analyser-grid .analyser-article:first-child img, .interv-qa .body .analyser-grid .analyser-article:first-child img{
		height: 185px !important;
}
body .analyser-grid .analyser-article img {
    height: 185px !important;
}
body .analyser-grid.artiklar .analyser-article img {
    height: 185px !important;
}
body span.analyser-company a, body .analyser-company-type a {
    padding: 2px 7px !important;
}
body .analyser-list.events .analyser-content{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.events .company-tag .eael-entry-title {
    margin-bottom: 0px !important;
}
body .splide__slide img {
    height: 195px !important;
}
body .analyser-list.events .analyser-content{
	font-size: 12px !important;
}
.splide__slide .analyser-article:before {
    background: linear-gradient(to left, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 40%) 50%, rgba(0, 0, 0, 1) 100%) !important;
}
.splide__slide .meta-main{
		flex-direction:column;
}
.ymc .post-card__excerpt {
    font-size: 14px !important;
}
.wp-singular .post-single-page .wd-entry-content p{
    font-size: 14px !important;
}
.home .analyser-grid {
    justify-content: center;
}
.home .analyser-grid .analyser-article, .home .analyser-grid.testinterviwer .analyser-article{
     width: 100%;
     flex: 0 0 calc((100% - 0px) / 1);
}
.home .analyser-grid.testinterviwer .analyser-article {
    flex: 0 0 calc((100% - 0px) / 1);
}
.home .analyser-grid .analyser-article:first-child {
    flex: 0 0 calc((100% - 0px) / 1) !important;
}
.home .analyser-grid.testinterviwer {
        flex-direction: row;
}
.home .analyser-grid.testinterviwer.artiklar{
        flex-direction: column;
}
/* New Home CSS */

/* Global Font Size for Articles */
.analyser-grid .analyser-article .eael-entry-title,.ymc-container .filter-content .posts-grid .post-card__title, .ymc-extra-container .filter-content .posts-grid .post-card__title,.search .wd-post .wd-post-title{
	font-size: 20px !important;
}
.sz-featured-section .analyser-grid .analyser-article .eael-entry-title{
	font-size: 14px !important;
}
.sz-featured-section .analyser-grid .analyser-article:first-child .eael-entry-title,body .rp-styl.analyser-grid .analyser-article:first-child .eael-entry-title{
	font-size: 20px !important;
}
/* Global Font Size for Articles */
}

