/*
Theme Name: PixelPanther Child
Theme URI: https://www.pixelpanther.eu
Description: Multi-Purpose Theme
Version: 4.9.9
Author: PixelPanther
Author URI: https://www.pixelpanther.eu
Template: pixelpanther
*/

.footer { margin-top: 30px; }
.footer .ut-footer-area { padding-bottom: 0; }
.footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(1) { width: 20% !important; }
.footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(2) { width: 40% !important; }
.footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(4) { width: 20% !important; }
.footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(5) { width: 20% !important; }
.footer .ut-footer-area a { text-decoration: none !important; transition: color 0.2s !important; }
.footer .ut-footer-area ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.footer .ut-footer-area ul li { margin-bottom: 8px !important; }
.footer .ut-footer-area .grid-container { border-bottom: 1px solid rgba(255,255,255,0.06) !important; padding-bottom: 40px !important; }
.ut-sub-footer-style-2:not(.ut-sub-footer-style-2-reverse) .ut-sub-footer-social-icons,
.ut-sub-footer-style-2.ut-sub-footer-style-2-reverse .ut-sub-footer-content { padding-right: 0 !important; }

/*-----------------------------------------------*/
/* PixelPanther Credit */
/*-----------------------------------------------*/
.pp-footer-bar a.pp-credit,
.pp-footer-bar a.pp-credit:hover { color: inherit !important; }
.pp-credit {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 13px;
    text-decoration: none !important;
    color: inherit;
    border-radius: 9px;
    background: color-mix(in srgb, currentColor 7%, transparent);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
    transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.pp-credit::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        color-mix(in srgb, currentColor 14%, transparent) 0%,
        color-mix(in srgb, currentColor 4%, transparent) 38%,
        transparent 100%
    );
    pointer-events: none;
}
.pp-credit:hover {
    background: color-mix(in srgb, currentColor 13%, transparent);
    backdrop-filter: blur(18px) saturate(220%);
    -webkit-backdrop-filter: blur(18px) saturate(220%);
    border-color: color-mix(in srgb, currentColor 28%, transparent);
}

/*-----------------------------------------------*/
/* Logo */
/*-----------------------------------------------*/
.pp-credit-logo { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pp-credit-logo img { width: 26px; height: 26px; object-fit: contain; display: block; }

/*-----------------------------------------------*/
/* Divider */
/*-----------------------------------------------*/
.pp-credit-divider { width: 1px; height: 24px; background: color-mix(in srgb, currentColor 16%, transparent); flex-shrink: 0; transition: background .3s ease; }
.pp-credit:hover .pp-credit-divider { background: color-mix(in srgb, currentColor 30%, transparent); }

/*-----------------------------------------------*/
/* Brand */
/*-----------------------------------------------*/
.pp-credit-brand { display: flex; flex-direction: column; gap: 2px; }
.pp-credit-name { font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; line-height: 1; opacity: .95; transition: opacity .3s ease; }
.pp-credit-sub { font-size: 8.5px; letter-spacing: .4px; line-height: 1.2; opacity: .7; transition: opacity .3s ease; }
.pp-credit:hover .pp-credit-sub { opacity: .85; }

/*-----------------------------------------------*/
/* Footer Bar */
/*-----------------------------------------------*/
.pp-footer-bar { display: flex; align-items: center; justify-content: space-between; width: 100%; flex-wrap: wrap; gap: 16px; }
.pp-footer-links { display: flex; align-items: center; gap: 20px; margin-right: auto; font-size: 16px; }
.pp-credit { margin-left: auto; }
.pp-footer-links a { text-decoration: none !important; letter-spacing: 0.5px; transition: color 0.2s !important; }

@media (min-width: 769px) and (max-width: 1024px) {
    .footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(1) { width: 100% !important; margin-bottom: 24px !important; }
    .footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(2) { width: 100% !important; margin-bottom: 24px !important; }
    .footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(4) { width: 50% !important; }
    .footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(5) { width: 50% !important; }
}
@media (max-width: 768px) {
    .footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(1),
    .footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(2),
    .footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(4),
    .footer .ut-footer-area .grid-container .tablet-grid-50:nth-child(5) { width: 100% !important; margin-bottom: 24px !important; }
    .footer .ut-footer-area .widget-title,
    .footer .ut-footer-area h3,
    .footer .ut-footer-area h4 { word-break: normal !important; white-space: nowrap !important; overflow: visible !important; width: auto !important; }
}
@media (max-width: 600px) {
    .pp-footer-bar { flex-direction: column; align-items: center; text-align: center; }
    .pp-footer-links { margin-right: 0; }
    .pp-credit { margin-left: 0; }
}



/*-----------------------------------------------*/
/*  Responsive                                   */
/*-----------------------------------------------*/

@media only screen and (max-width: 769px) {
	.reverse-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}




/*-----------------------------------------------*/
/*  WPBakery Stretched Section Fix               */
/*-----------------------------------------------*/

body.rtl .vc_row[data-vc-full-width],
body.rtl section[data-vc-full-width] {
	left: calc((100vw - 95vw) / 2);
}

@media (min-width: 1415px) {
	:root {
		--extra-width-: calc(-1 * ((100vw - 1415px) / 2));
		--extra-width:  calc(1  * ((100vw - 1415px) / 2));
	}
	section[data-vc-full-width="true"] {
		left: var(--extra-width-) !important;
		padding-left: var(--extra-width) !important;
		padding-right: var(--extra-width) !important;
		width: 100vw !important;
	}
}


/*-----------------------------------------------*/
/*  WPBakery Stretched Flicking Fix              */
/*-----------------------------------------------*/

@media (min-width: 1100px) {
	.ml-40.vc_column-gap-0.ut-row-has-filled-cols {
		margin-left: 0px !important;
		padding-left: 0px !important;
	}
	.mr-40.vc_column-gap-0.ut-row-has-filled-cols {
		margin-right: 0px !important;
		padding-right: 0px !important;
	}
	.vc_section .vc_col-has-fill > .vc_column-inner {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.pt-40.wpb_column > .vc_column-inner {
		padding-top: 40px !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}

@media (max-width: 1100px) {
	.custom-fix-001 > .vc_column-inner {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

@media (max-width: 900px) {
	.custom-fix-001 > .vc_column-inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.ml-40.vc_column-gap-0.ut-row-has-filled-cols {
		margin-left: 0px !important;
		padding-left: 0px !important;
	}
	.mr-40.vc_column-gap-0.ut-row-has-filled-cols {
		margin-right: 0px !important;
		padding-right: 0px !important;
	}
	.custom-fix-001 p {
		line-height: 26.5px !important;
		font-size: 16px !important;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
}