.section-m-t {
    margin-top: 100px !important;
}

.section-m-b {
    margin-bottom: 100px !important;
}

/* Language Switcher Styles */
.language-switcher>a,
.language-switcher-mobile>a {
    display: flex !important;
    align-items: center;
    gap: 6px;
}

.language-switcher>a i,
.language-switcher-mobile>a i {
    font-size: 16px;
}

.language-switcher>a .lang-code {
    font-weight: 600;
    text-transform: uppercase;
}

.language-switcher .submenu li.active a,
.language-switcher-mobile .submenu li.active a {
    color: var(--color-primary) !important;
    font-weight: 600;
}

.language-switcher .submenu li.active a::before,
.language-switcher-mobile .submenu li.active a::before {
    content: "✓";
    margin-right: 8px;
}

/* Mobile language switcher specific */
.language-switcher-mobile {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding-top: 15px;
}

.popup-mobile-menu .language-switcher-mobile>a {
    font-size: 16px;
}

.popup-mobile-menu .language-switcher-mobile>a i {
    margin-right: 10px;
}

/* Header Layout Fix - Keep nav and buttons on same row */
.header-right.with-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 15px;
}

.header-right.with-search .mainmenu-nav {
    flex-shrink: 0;
}

.header-right.with-search .header-btn {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
    flex-shrink: 0;
}

.header-right.with-search .header-btn .tmp-btn {
    white-space: nowrap;
}

/* Menu Spacing & Font Size Adjustments */
.mainmenu>li {
    margin: 0 4px;
}

.mainmenu>li>a {
    font-size: 13px;
    padding: 10px 3px;
}

.header-right.with-search .header-btn .tmp-btn {
    font-size: 13px;
    padding: 10px 18px;
}

.header-right.with-search .header-btn .search-area-btn i,
.header-right.with-search .header-btn .dot-btn {
    font-size: 18px;
}

/* Hide mobile CTA on desktop */
.header-right.with-search .header-btn .mobile-cta-btn {
    display: none;
}

/* Add gap between logo and navigation */
.header-main-wrapper .row {
    align-items: center;
}

.header-main-wrapper .col-xl-2 {
    flex: 0 0 auto;
    width: auto;
    padding-right: 30px;
}

.header-main-wrapper .col-xl-10 {
    flex: 1;
    width: auto;
}

/* =====================================================
   MOBILE HEADER RESPONSIVE STYLES
   ===================================================== */

/* Tablet and below (max-width: 991px) */
@media (max-width: 991px) {

    /* Hide social icons on mobile */
    .header-top-bar .social-icon-wrapper {
        display: none !important;
    }

    /* Stack address and phone vertically */
    .header-top-bar .address-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .header-top-bar .address-content p {
        margin: 0;
        font-size: 12px;
    }

    /* Mobile CTA button in header */
    .mobile-cta-btn.tmp-btn.round {
        display: block !important;
        font-size: 11px;
        padding: 8px 14px;
        white-space: nowrap;
        line-height: 1.2;
    }

    /* Hide desktop CTA on mobile/tablet */
    .desktop-cta-btn.tmp-btn.round {
        display: none !important;
    }

    /* Better header layout on mobile */
    .header-top-bar .header-right {
        justify-content: flex-end;
    }
}

/* Mobile phones (max-width: 767px) */
@media (max-width: 767px) {

    .header-top-bar {
        display: none;
    }

    /* Smaller font for address */
    .header-top-bar .address-content p {
        font-size: 11px;
    }

    .header-top-bar .address-content i {
        font-size: 12px;
    }

    /* Hide top header text on very small screens */
    .header-top-bar .header-left {
        display: none;
    }

    /* Center address content */
    .header-top-bar .header-right {
        justify-content: center;
        text-align: center;
    }

    .header-top-bar .address-content {
        align-items: center;
    }

    .call-to-action-modern-wrapper {
        flex-direction: row;
    }

    .header-right.with-search,
    .header-right.with-search .header-btn {
        gap: 10px;
    }
}

/* =====================================================
   FOOTER SUBSCRIBE FORM - INLINE LAYOUT
   ===================================================== */
.subscribe-input-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: stretch;
}

.subscribe-input-wrapper .input-group {
    flex: 1;
    min-width: 100%;
}

.subscribe-input-wrapper .tmp-btn {
    flex-shrink: 0;
    white-space: nowrap;
}

/* Mobile responsive */
@media (max-width: 575px) {
    .subscribe-input-wrapper {
        flex-direction: column;
    }

    .subscribe-input-wrapper .tmp-btn {
        width: 100%;
    }
}

.mobile-cta-btn{
    padding: 10px 10px!important;        
}

/* Whatsapp ikon */
@-webkit-keyframes cptCircle {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}

@keyframes cptCircle {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}

@-webkit-keyframes cptCircleFill {
    0% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }

    50% {
        webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}

@keyframes cptCircleFill {
    0% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}

#capitol-callback {
    font-family: Arial;
    position: fixed;
    width: 72px;
    height: 72px;
    bottom: 70px;
    top: auto;
    right: auto;
    right: 40px;
    /* z-index: 1; */
    z-index: 11;
}

.cpt-circle,
.cpt-circle-fill {
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.cpt-circle {
    width: 250%;
    height: 250%;
    background-color: transparent;
    border: 2px solid #189d0e;
    -webkit-animation: cptCircle 2.2s infinite ease-in-out;
    animation: cptCircle 2.2s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: -71%;
    top: -75%;
}

.cpt-circle-fill {
    width: 155%;
    height: 155%;
    background-color: #189d0e;
    border: 2px solid transparent;
    -webkit-animation: cptCircleFill 2.3s infinite ease-in-out;
    animation: cptCircleFill 2.3s infinite ease-in-out;
    box-shadow: 0 0 2px 0 #189d0e !important;
    left: -23.5%;
    top: -27.5%;
}

.main-button {
    position: relative;
    right: 1px;
    top: 1px;
    float: right;
    width: 64px;
    height: 64px;
    background: center center no-repeat #189d0e;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .2);
    background-size: 30px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 58px;
}

