/* HEADER SETTINGS */
.tg-header__top-info li a:hover {
    color: #c79d71 !important;
}
.footer-info-list .list-wrap li  .content p, .footer-info-list .list-wrap li:hover {
    color: #b89a6d;
}
.banner-social .title:before {
    background: #fff;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: -31px;
    transform: translateX(-50%);
    width: 2px;
}
.banner-social .list-wrap li a {
    color: #fff;
    display: block;
    transform: rotate(-90deg);
}
.offCanvas__logo img {
    max-height: 133px;
}
svg.icon.me-1.svg-icon-ti-ti-bulb {
    fill: yellow;
}
.tgmenu__action ul .header-btn .btn {
    color: var(--tg-color-white-default);
    font-size: 14px;
    background-color: #c49c6d;
}
.tgmenu__action ul .header-btn .btn:hover {
    color: var(--tg-color-white-default);
    font-size: 14px;
    background: #808080!important;
}
.tgmenu__action ul .offCanvas-menu .menu-tigger:hover {
    background: #808080;
    color: var(--tg-color-white-default);
}
.tgmenu__action ul .header-search a svg {
    width: 20px;
    display: none;
}
.tgmenu__nav .logo img {
    max-height: 110px;
}
.tg-header__area {
    background: #191514;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.tgmenu__main-menu li.menu-item-has-children.active>a:after, .tgmenu__main-menu li.menu-item-has-children:hover>a:after, .tgmenu__main-menu li.menu-item-has-children>a:hover {
    color: #bd976c;
}
.tgmenu__navbar-wrap>ul>li a:hover {
    color: #bd976c;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 42px 0;
    position: relative;
    text-transform: inherit;
    z-index: 1;
}
.tgmenu__navbar-wrap>ul>li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 42px 0;
    position: relative;
    text-transform: inherit;
    z-index: 1;
}
.tgmenu__main-menu li.menu-item-has-children>a:after {
    color: #ffffff;
    content: "";
    font-family: var(--tg-icon-font-family);
    font-weight: 700;
    margin-inline-start: 8px;
    transition: all .3s ease-out 0s;
}
.shortcode-hero-banner .title span {
    color: #c59c6c;
}

.banner-bg {
    /* --- ALAP ÁLLAPOT: SÖTÉT/SZÍNTELENEBB FILTER --- */
    /* Ez az állapot látszik, amikor az egér NINCS a képen. */
   filter: saturate(50%) brightness(50%); /* Kép sötétebb és fakóbb */
    background-color: #f7f7f7;
    position: relative; /* Kell a vonalakhoz */
    
    /* A FILTER és a BACKGROUND-COLOR átmenete az alapállapotban van! */
    transition: filter 0.3s ease, background-color 0.3s ease;
}

/* --- HOVER ÁLLAPOT: VILÁGOSABB FILTER --- */
.banner-bg:hover {
    /* Világosabb/Eredeti filter: 100% fényerő és telítettség */
    filter: saturate(100%) brightness(100%); 
    
    /* Háttérszín világosabb a hoverre (ha kell) */
    background-color: #ffffff; 
    
    /* A transition innen TÖRLENDŐ, mert már az alapállapotban van definiálva! */
}


/* --- Felső és Alsó Belső Keret (::before / ::after) --- */

/* ALAP ÁLLAPOT: Vonallak rejtve */
.banner-bg::before,
.banner-bg::after {
    content: "";
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #b38868;
    
    opacity: 0; /* Alapból teljesen átlátszó (rejtett) */
    transition: opacity 0.3s ease;
}

.banner-bg::before {
    top: 10px;
}

.banner-bg::after {
    bottom: 10px;
}

/* HOVER ÁLLAPOT: Vonallak láthatóvá tétele */
.banner-bg:hover::before,
.banner-bg:hover::after {
    opacity: 1; /* Teljesen láthatóvá tesszük a vonalakat */
}
 
/* BANNER SOCIAL*/

.banner-social .title {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    transform: rotate(180deg);
}

/* BANNER SETTINGS */


.banner-content .title {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: none;
    width: max-content;
 	 color: #fff;
}
.banner-content p {
    color: #383952;
    margin-bottom: 30px;
    text-transform: none;
    width: 90%;
    color: #fff;
}

/* ABOUT SECTION */
.about__list-box-two {
    border-left: 1px solid #dbe3eb;
    padding-left: 30px;
    display: none;
}
.about__img-wrap-three>img:nth-child(2) {
    border-radius: 10px;
    bottom: 0%;
    box-shadow: none;
    left: -5%;
    position: absolute;
    width: 100px;
}
.experience__box-three .title span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #bfa06c, #9b6349);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: var(--tg-heading-font-family);
    font-size: 90px;
    font-weight: 800;
    line-height: .8;
    position: relative;
}
.experience__box-three .title {
    background: #b6906624;
    border: 1px solid #f4e7cc;
    border-radius: 16px;
    margin-bottom: 0;
    padding: 30px 28px;
}
/* Services Section */
.section-title .sub-title {
    color: #c59c6f;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.services__content-three .btn {
    background: #c39c6b59;
    color: var(--tg-theme-primary);
}
.services__icon-three {
    align-items: center;
    background: #1e1c1d;
    border: 1px solid var(--tg-color-gray-2);
    border-radius: 50%;
    color: var(--tg-theme-secondary);
    display: flex;
    flex: 0 0 auto;
    font-size: 42px;
    height: 70px;
    justify-content: center;
    line-height: 0;
    position: relative;
    width: 70px;
}
.breadcrumb__content .title {
    font-size: 48px;
    margin-bottom: 10px;
    color: aliceblue;
      width: max-content;
}
.breadcrumb__content .breadcrumb-item a {
    color: #c9a06a;
}
.breadcrumb__content .breadcrumb-item a:hover {
    color: #fff;
}
.request-content .content-bottom .content-right .icon {
    color: var(--tg-theme-primary);
    font-size: 36px;
    color: aliceblue;
    line-height: 0;
    border: 1px solid #c09870 !important;
    padding: 10px;
    border-radius: 50%;
    background-color: #c09870;
}
.services-content .icon {
    align-items: center;
    background: #000000;
    border: 3px solid var(--tg-color-white-default);
    border-radius: 50%;
    color: var(--tg-theme-secondary);
    display: flex;
    font-size: 36px;
    height: 70px;
    justify-content: center;
    left: 30px;
    line-height: 0;
    position: absolute;
    top: -55px;
    transition: all .4s ease-out 0s;
    width: 70px;
    z-index: 2;
}
.services-content .btn {
    background: #000000;
    color: var(--tg-theme-secondary);
    padding: 16px 20px;
}

.services-content .icon:hover {
  background-color:#fff;
}
.shortcode-services .services-icon img, .shortcode-services .services-icon svg.icon {
    border: unset;
    height: 36px;
    position: unset;
    width: 36px;
    filter: brightness(0) invert(1);
    
}


/*BLOG*/

.blog__avatar-info p {
    margin-bottom: 0;
    font-size: 10px;
    color: aliceblue;
    text-align: justify;
}
.blog__avatar-info .name {
    font-size: 17px;
    margin-bottom: 18px;
    color: #c09d72;
}
.blog__avatar-wrap {
    align-items: flex-start;
    background: #000000;
    border-radius: 12px;
    display: flex;
    gap: 30px;
    padding: 42px 40px;
    display: none;
}
.blog__avatar-info .designation {
    display: block;
    font-family: var(--tg-heading-font-family);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    color: aliceblue;
}
.blog__avatar-img {
    flex: 0 0 auto;
    width: 54px;
}
/* Footer Section*/

.fw-title:before {
    background: #bf9a71;
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 30px;
}
footer .footer-bottom {
    background-color: var(--footer-bottom-background-color);
    border-color: var(--footer-border-color) !important;
    /* width: 90%; */
    align-items: center;
    margin-left: 184px;
    margin-right: 184px;
}
.copyright-text {
    font-size: 14px;
}
.copyright-text a:hover {
    color: #bd9b72;
}
.footer-info-list .list-wrap li a:hover {
    color: #c29b74;
}
.panel-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    font-size: 0.325rem !important;
    line-height: 1.03rem;
}


.all_services__area-six::after {
    content: "*A sürgősségi képvisdlet vagy ügyvédi munkadíj felárat tartalmaz!";
    bottom: 15px; 
    left: 50%; 
    transform: translateX(-50%); 
    font-size: 11px; 
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    white-space: nowrap;
    z-index: 10; 
}
.sidebar__contact .btn {
    gap: 5px;
    padding: 13px 24px;
    background-color: #bb986c;
}




/* BANNER SETTING MOBIL */


@media (max-width: 1280px) {
  .tgmenu__action ul .header-btn .btn {
    color: var(--tg-color-white-default);
    font-size: 14px;
    background-color: #c49c6d;
    display: none;
 } 
  .banner-content {
    margin-left: 139px;
	}
}
@media (max-width: 1199.98px) {
    /* Érvényes 1200px-től lefelé */
    .banner-content .title {
        font-size: 60px;
        line-height: 1.1;
        margin-bottom: 20px;
        text-transform: none;
        width: max-content; /* Ez érvényes 768px-ig */
    }
      .shortcode-hero-banner {
        background-position: 100% 50%;
        position: relative;
    }
}
@media (max-width: 1024px) {
  .tgmenu__action ul .header-btn .btn {
    color: var(--tg-color-white-default);
    font-size: 14px;
    background-color: #c49c6d;
    display: none;
}
  	.tgmenu__navbar-wrap>ul {
    display: -webkit-box;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 0 125px;
    padding: 0;
	}
    .tgmenu__navbar-wrap>ul {
        margin: 0 0 0 0px;
    }
  .tgmenu__action ul .offCanvas-menu .menu-tigger {
    align-items: center;
    background: var(--tg-color-white-default);
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    display: flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    width: 50px;
    display: none;
	}
  .tgmenu__navbar-wrap>ul>li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 42px 0;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
	}
  .tg-header__top .tg-header__top-info li .icon, .tg-header__top .tg-header__top-info li a {
    color: var(--header-top-text-color);
    font-size: 10px!important;
	}
  .tgmenu__nav .logo img {
    /* max-height: 81px; */
    display: none;
	}
  h2 {
    font-size: 40px;
	}
}
.about__img-wrap-six img:first-child {
    border-radius: 15px;
    border: 5px solid #c49c70;
}
@media screen and (max-width: 991px) {
  	/* Érvényes 991px-től lefelé, felülírva az előzőt */
    .banner-content .title {
        font-size: 40px; /* Javaslom, hogy csökkentsd mobilon, ha 60px túl nagy */
        width: auto!important; /* Itt lép életbe a változás */
    }
      .shortcode-hero-banner {
        background-position: 88% 50%;
        position: relative;
    }
  .breadcrumb__content .title {
    font-size: 48px;
    margin-bottom: 10px;
    color: aliceblue;
      width: auto;
	}
  .sticky-menu {
    animation: fadeInDown 1s ease-in-out 0s 1 normal none running;
    background: #293370!important;
    border-radius: 0;
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 144px!important;
	}
   .tgmenu__nav .logo img {
    max-height: 90px!important;
	}
    .tg-header__area {
        padding: 25px 0;
        height: 120px!important;
    }
}
@media (max-width: 991.98px) {
    .copyright-text {
        text-align: left;
        width: 332px;
        margin-left: -177px;
    }
}
@media screen and (max-width: 991px) {
    .sticky-menu {
        animation: fadeInDown 1s ease-in-out 0s 1 normal none running;
        background: #191514 !important;
        border-radius: 0;
        box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
        left: 0;
        margin: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
        height: 144px !important;
    }
}
@media (max-width: 767.98px) {
    /* Érvényes 768px-től lefelé, felülírva az előzőt */
    .banner-content .title {
        font-size: 40px; /* Javaslom, hogy csökkentsd mobilon, ha 60px túl nagy */
        width: auto!important; /* Itt lép életbe a változás */
    }
      .shortcode-hero-banner {
        background-position: 100% 50%;
        position: relative;
    }
  .sticky-menu {
    animation: fadeInDown 1s ease-in-out 0s 1 normal none running;
    background: #191514!important;
    border-radius: 0;
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 144px!important;
	}
   .tgmenu__nav .logo img {
    max-height: 90px!important;
	}
  .tg-header__area {
        padding: 25px 0;
        height: 120px!important;
    }
  .breadcrumb__content .title {
    font-size: 48px;
    margin-bottom: 10px;
    color: aliceblue;
      width: auto;
	}
}