
/* THC HIDE WHATSAPP-BUTTON */
.whatsapp-button{display:none!important;visibility:hidden!important;pointer-events:none!important}

/* Form After Submit */
.srfm-success-box-description h2, .srfm-success-box-description p{
color: #ffffff !important;
}
/* Form After Submit */
/* Header Mobile language switcher */
.pll-flag-dropdown {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}
.pll-current {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px;
    border-radius: 8px;
    background: #f5f5f5;
    cursor: pointer;
    transition: 0.2s;
}
.pll-current:hover {
    background: #eee;
}
.pll-current img {
    width: 20px;
}
.pll-code {
    font-size: 13px;
    font-weight: 600;
}
.pll-arrow {
    display: flex;
    transition: transform 0.2s ease;
}
.pll-flag-dropdown.active .pll-arrow {
    transform: rotate(180deg);
}
.pll-list {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%) scale(0.95);
    background: #fff;
    list-style: none;
    padding: 6px;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    min-width: 90px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
}
.pll-list li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    text-decoration: none;
    color: #333;
    border-radius: 6px;
    font-size: 13px;
}
.pll-list li a:hover {
    background: #f2f2f2;
}

.pll-list img {
    width: 18px;
}
.pll-flag-dropdown.active .pll-list {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    pointer-events: auto;
}
/* Header Mobile language switcher */

/*  Mobile menu */
@media (max-width: 921px) {
.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
width: 40px;
height: 40px;
}
.ast-header-break-point .ast-icon.icon-arrow svg {
margin-left: 0 !important;
}
.site-header-section>div:last-child {
	padding-left:0 !important;
}
}
/*  Mobile menu */

.srfm-submit-wrap{
font-weight: 600;
}
.ast-theme-transparent-header .ast-above-header, .ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
background-image: linear-gradient(90deg,rgba(19,47,74,0.6) 40%,rgba(0,0,0,0.4) 100%);
    }
.faqwicon span.uagb-question{
    display: flex;
    align-items: center;
}
/* Header */
header.site-header {
    transition: background 0.3s, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    position: relative;
    z-index: 999;
}
header.site-header.ast-sticky-active {
    position: fixed !important;
    top: 0;
    left: 0;
    background-color: #ffffff !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    z-index: 9999;
    animation: slideInDown 0.4s ease-out;
}
header.site-header.ast-sticky-active .main-header-menu .menu-link {
color:#38516d !important;
}
header.site-header.ast-sticky-active .ast-above-header.ast-above-header-bar{
background-color: #132f4a;
}
.ast-theme-transparent-header header.site-header.ast-sticky-active [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
fill: #132f4a;
}
.main-header-menu .menu-item:hover>.sub-menu{
left: -50%;
}
@keyframes slideInDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
@media screen and (max-width: 782px) {
    .admin-bar header.site-header.ast-sticky-active {
        top: 46px;
    }
}
/* Header */

/* Header Top Bar */
.header-widget-area[data-section="sidebar-widgets-header-widget-1"]{
	width:100%;
}
  @media (max-width: 768px) {
		.header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner {
      padding:0;
    }
    .cs-header-topbar-mobile {
      flex-wrap: nowrap !important;
    }
		.uagb-block-03b17680 > div{
justify-content: center !important;
		}
    .cs-header-topbar-mobile > div:nth-of-type(1) > div .wp-block-uagb-image__figure img{
     width: 130px !important;
    }
    .cs-header-topbar-mobile > div:nth-of-type(2) > div.uagb-heading-text{
      font-size:12px;
    }
  }
/* Header Top Bar */

/* Language Switcher */
#ast-hf-menu-1{
	align-items: center !important;
}
#menu-item-3826{
	background: linear-gradient(90deg, rgba(158, 137, 110, 1) 0%, rgba(95, 82, 66, 1) 100%);
	height:45px;
	border-radius:30px;
	margin-left:10px;
	padding: 0 8px;
	font-size: 15px;
}
#menu-item-3826 > a{
color:#ffffff !important;
}
#menu-item-3826 > ul{
    width: 100%;
    transform: translateX(50%);
    margin-top: 10px;
}
/* Language Switcher */

/* Responsive */
  @media (min-width: 768px) {
    .hide-in-desktop {
      display: none;
    }
  }
  @media (max-width: 768px) {
    .hide-in-mobile {
      display: none;
    }
  }
/* Responsive */

/* Table of Content */
  @media (max-width: 768px) {
    .cs-mobile-toc{
    height: calc(100% - 180px);
    transition:all 0.4s ease;
}
    .cs-mobile-toc.active{
    height: calc(100% - 180px);
}
}
/* Table of Content */

/* FAQ */
.faqwicon span.uagb-question{
    display: flex;
    align-items: center;
}
.faqwicon .uagb-question::before{
    content: "";
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color:#D1C4B4;
    border-radius:50%;
    background-position: 50% 50%;
    margin-right: 10px;
}
.faqwicon .wp-block-uagb-faq-child:nth-of-type(1) .uagb-question::before{
background-image:var(--wpr-bg-60d694aa-02c1-4a56-a3c1-be310e928bfc);
}
.faqwicon .wp-block-uagb-faq-child:nth-of-type(2) .uagb-question::before{
background-image:var(--wpr-bg-ea66ac5c-cb70-40cc-9431-280899b20e1e);
}
.faqwicon .wp-block-uagb-faq-child:nth-of-type(3) .uagb-question::before{
background-image:var(--wpr-bg-91c83eb6-a1f4-4d4c-944f-42406c4790cb);
}
.faqwicon .wp-block-uagb-faq-child:nth-of-type(4) .uagb-question::before{
background-image:var(--wpr-bg-a81294ed-2a0a-4667-84db-877bd4e9f3a8);
}
.faqwicon .wp-block-uagb-faq-child:nth-of-type(5) .uagb-question::before{
background-image:var(--wpr-bg-6f72ac88-5b12-4289-809c-76e0d4236c44);
}
.faqwicon .wp-block-uagb-faq-child:nth-of-type(6) .uagb-question::before{
background-image:var(--wpr-bg-811a682c-7814-4068-ae6a-b885c9973dfb);
}
/* FAQ */

/* Forms */
form{
	gap: 0 !important;
}
/* Forms */

/* Whatsapp */
  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
    color: #ffffff;
  }
/* Whatsapp */

/* Footer */
  @media (max-width: 768px) {
    .cs-footer-menu > .uagb-container-inner-blocks-wrap{
justify-content: center !important;
text-align: center !important;
    }
    .cs-footer-socials {
      justify-content: center;
    }
    .cs-textalign-center {
      text-align: center;
    }
    .cs-footer-cop > div.uagb-container-inner-blocks-wrap{
      justify-content: center !important;
    }
    .cs-footer-cop > div.uagb-container-inner-blocks-wrap div.wp-block-uagb-separator__inner{
      width:1px !important;
    }
  }
/* Footer */

.navigation.post-navigation{
	display:none;
}
