/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 04:31:22 */
                
                input#email {
                    border: 1px solid #222222;
                    border-radius: 5px;
                    padding: 10px 6px;
                    font-size: 18px;
                }
                button.btn.btn-primary {
                    border-radius: 5px;
                    height: 48px;
                    font-family: gotham, sans-serif;
                    font-weight: 600;
                    font-size: 20px;
                    background-color: #000;
                    color: #fff;
                    border: none;
                }
                button.btn.btn-primary:hover {
                    background-color: #333;
                }
                




section.header-section h1.main-title {
    font-weight: 700!important;
}
li.nav-item.menu-item-12136.nav-item a.nav-link:hover {
    background: #ffca2c;
    color: #000;
    border-radius: 4px;
}
section.header-section.fordemopage {
    height: auto;
}

            

 
        
        .header-content {
            position: relative;
            z-index: 1;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start; 
            padding-top: 80px;
            text-align: center; 
            margin-top: 30px;
        }
        
  
        
        .main-title {
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 30px;
            line-height: 1.2;
        }
        
        .subscribe-form {
            max-width: 600px;
            margin: 0 auto; 
        }
        
        .subscribe-input {
            height: 50px;
            border-radius: 0;
            border: none;
        }
        
        .subscribe-btn {
            height: 50px;
            border-radius: 0;
            background-color: #007bff;
            border: none;
            font-weight: 600;
        }
          
        
       

        
     
        
        @media (max-width: 768px) {

                    section.header-section .mc4wp-response p {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 12px;
	color: #000;
    font-size: 14px;
    background: #faa61a;
   
    border-radius: 4px;
    font-weight: 500;
  
}
               .products-image {
            max-width: 85%;
            height: auto;
           
        }
           
            .main-title {
                font-size: 36px;
            }
            
            .header-section {
                height: 500px;
            }
            
            .header-content {
                padding-top: 60px;
            }
            
            .subscribe-form {
                flex-direction: column;
            }
            
            .subscribe-btn {
                width: 100%;
                margin-top: 10px;
            }
            
            .products-image-container {
                margin-top: -100px;
            }
        }
        
        @media (max-width: 576px) {

            

            .main-title {
                font-size: 28px;
            }
            
            .header-section {
                height: 400px;
            }
            
            .header-content {
                padding-top: 40px;
            }
            
            .products-image-container {
                margin-top: -80px;
            }
        }
    
    
       


        button#closeMobileMenu {
    margin-right: 10px;
}
.drilldown img {
    right: 27px;
    position: absolute;
}
div#submenuHeaderBar button#closeMobileMenuSub {
    margin-right: 10px;
}
  
.elementor-kit-7 button{background:none;}
button#submenuTitle {
    font-family: 'gotham';
}
button.menu-link {
    font-family: 'gotham';
}

a.nav-link.btn.btn-warning.text-dark:hover {
    background: #ffca2c;
}
        .navbar,
        .navbar * {
            font-family: Gotham, Montserrat, Arial, sans-serif !important;
        }

        .hamburger-btn {
            background: none;
            border: none;
            font-size: 2rem;
            color: #011F5B;
            padding: 1rem;
            cursor: pointer;
            display: block;
            transition: color 0.2s, transform 0.2s;
        }

        .hamburger-btn:hover,
        .hamburger-btn:active {
            color: #F9A61B;
            transform: scale(1.1) rotate(-8deg);
        }

        @media (min-width: 992px) {
              .hero-section {margin-top:5rem; margin-bottom: 2rem;}
            .hamburger-btn {
                display: none;
            }
        }

        /* Mobile Overlay Menu */
        .mobile-menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100dvh;
            background: #fff;
            z-index: 2000;
            display: flex;
            flex-direction: column;
            padding: 0;
            transform: translateX(100%) scale(0.98);
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
            opacity: 0;
            pointer-events: none;
            max-width: 100vw;
            overflow-x: hidden;
        }

        .mobile-menu-overlay.open {
            transform: translateX(0) scale(1);
            opacity: 1;
            pointer-events: auto;
        }

        .mobile-menu-header {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.2rem 1.5rem 1.2rem 1.2rem;
            background: #fff;
            border-bottom: 1px solid #f2f2f2;
            z-index: 10;
        }

        .mobile-menu-header .logo {
            height: 32px;
            width: auto;
        }

        .close-btn {
            background: none;
            border: none;
            font-size: 1.3rem;
            color: #22313F;
            cursor: pointer;
            transition: color 0.2s, transform 0.2s;
            margin-left: 0.5rem;
            padding: 0.5rem;
        }

        .close-btn:hover,
        .close-btn:active {
            color: #7a7a7a;
            transform: scale(1.1) rotate(90deg);
        }

        .mobile-menu-panels {
            position: relative;
            width: 100%;
            flex: 1 1 auto;
            height: calc(100dvh - 80px);
            overflow: hidden;
            background: #fff;
            max-width: 100vw;
        }

        .mobile-menu-panel {
            position: absolute;
            top: 0;
            left: 0;
            width: 100vw;
            max-width: 100vw;
            height: 100%;
            overflow-y: auto;
            min-height: 100%;
            background: #fff;
            color: #22313F;
            z-index: 1;
            padding-bottom: 7.5rem;
            display: flex;
            flex-direction: column;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-sizing: border-box;
            scrollbar-width: none;
            /* Firefox */
            -ms-overflow-style: none;
            /* IE and Edge */
        }

        .mobile-menu-panel::-webkit-scrollbar {
            display: none;
            /* Chrome, Safari, Opera */
        }

        .mobile-menu-panel.active {
            z-index: 2;
            pointer-events: auto;
            opacity: 1;
        }

        .mobile-menu-panel.slide-fade-in-right {
            animation: slideFadeInRight 0.45s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            z-index: 3;
        }

        .mobile-menu-panel.slide-fade-in-left {
            animation: slideFadeInLeft 0.45s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            z-index: 3;
        }

        @keyframes slideFadeInRight {
            from {
                transform: translateX(48px);
                opacity: 0;
            }

            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes slideFadeInLeft {
            from {
                transform: translateX(-48px);
                opacity: 0;
            }

            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .mobile-menu-panel ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
        }

        .mobile-menu-panel li {
            border-bottom: 1px solid #f2f2f2;
        }

        .mobile-menu-panel a,
        .mobile-menu-panel button.menu-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #22313F;
            text-decoration: none;
            font-size: 1.05rem;
            font-weight: 600;
            padding: 1.2rem 1.5rem;
            background: none;
            border: none;
            width: 100%;
            text-align: left;
            cursor: pointer;
            transition: background 0.2s, color 0.2s;
            min-height: 48px;
        }

        .mobile-menu-panel a:hover,
        .mobile-menu-panel button.menu-link:hover {
            background: #f7f7f7;
            color: #1a1a1a;
        }

        .mobile-menu-panel .drilldown .fa-chevron-right {
            margin-left: auto;
            color: #22313F;
            font-size: 1.2rem;
            transition: transform 0.2s, color 0.2s;
        }

        .mobile-menu-panel .drilldown:hover .fa-chevron-right {
            color: #7a7a7a;
            transform: translateX(4px) scale(1.2);
        }

        .submenu-header-bar {
            border-bottom: 1px solid #f2f2f2;
            background: #fff;
            padding: 1.2rem 1.5rem 1.2rem 1.2rem;
        }

        .submenu-header-bar .back-btn {
            background: none;
            border: none;
            color: #22313F !important;
            font-size: 1.5rem;
            margin-right: 1rem;
            cursor: pointer;
            padding: 0.3rem 0.7rem 0.3rem 0.3rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.2s, color 0.2s;
        }

        .submenu-header-bar .back-btn:hover,
        .submenu-header-bar .back-btn:active {
            background: #f2f2f2;
            color: #1a1a1a !important;
        }

        .submenu-header-bar #submenuTitle {
            font-size: 1.15rem;
            font-weight: 600;
            color: #22313F;
            cursor: pointer;
            background: none;
            border: none;
            padding: 0;
            margin: 0;
        }

        .mobile-trynow-bar {
            position: fixed;
            right: 0;
            bottom: 0;
            width: 100vw;
            background: rgb(255, 255, 255);
            z-index: 3000;
            box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.04);
            border-top: 1px solid #eee;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 70px;
            padding: 0;
            max-width: 100vw;
        }

        .mobile-try-btn {
            background: #F9A61B;
            color: #22313F;
            font-size: 1.1rem;
            font-weight: 600;
            width: 90%;
            max-width: 400px;
            border: none;
            border-radius: 5px;
            padding: 12px 0;
            text-align: center;
            box-shadow: none;
            transition: background 0.2s, color 0.2s;
            text-decoration: none;
            display: inline-block;
            margin: 0 10px;
        }

        .mobile-try-btn:hover,
        .mobile-try-btn:active {
            background: #f7c14b;
            color: #22313F;
        }

        /* button#mobileMenuBtn {
            position: absolute;
            top: 0;
            right: 17px;
            background: none;
            padding: 0.5rem;
        } */

        .leftchevron {
            transform: scaleX(-1);
            width: 25px;
            height: auto;
            vertical-align: middle;
            margin-right: 6px;
        }

        button#backBtnDynamic {
            padding: 0;
            margin: 0;
            width: 0;
            margin-left: 7px;
        }

        @media (min-width: 992px) {
            
            .testibvb {
                display: none;
            }

            .mobile-menu-overlay {
                display: none !important;
            }
        }

        @media (max-width: 991.98px) {

         
            .testibvb {
                position: relative;
                padding-top: 1rem;
                padding-bottom: 1.5rem;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
             .testibvb .container {
        position: relative; /* Add this */
    }

    button#mobileMenuBtn {
        position: absolute;
        bottom: -8px;
        right: 17px;
        background: none;
        padding: 0;
    }

            img.this {
                width: 121px;
                margin-top: 7px;
            }

            .mobile-trynow-bar,
            .mobile-try-btn {
                opacity: 1 !important;
                visibility: visible !important;
            }

            .mobile-menu-panel {
                padding-bottom: 90px;
            }
        }

        @media (max-width: 575.98px) {

    


input#mc4wp_email {
    width: 100%;
}

            .mobile-menu-header,
            .submenu-header-bar {
                padding: 1rem 0.7rem 1rem 0.7rem;
            }

            .mobile-menu-panel a,
            .mobile-menu-panel button.menu-link {
                font-size: 0.98rem;
                padding: 1rem 0.7rem;
            }

            .mobile-try-btn {
                font-size: 1rem;
                padding: 10px 0;
            }
        }
    






    input#mc4wp_email {
    border: 1px solid #222222;
    border-radius: 5px;
}
input#mc4wp_submitaction {
    border-radius: 8px;
    height: 48px;
    font-family: gotham;
    font-size: 20px;
    background: black;
    border: none;
    color: white;
}
    .elementor-kit-7 h1 {
   
    font-weight: 400;
   
}
.single-current_opportunity .gradient-class.commonstrip span {
    font-size: 14px;
}
.hero-section img {border-radius:20px;}

button.wp-back-button {
    background: none;
    color: inherit;
    font-family: 'gotham';
    font-weight: 600;
    padding-left: 5px;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 15px;
}
button.wp-mobile-menu-btn {
    background: none;
    color: rgb(51, 51, 51);
    font-size: 27px;
    top:0px;
    z-index:1001;
}


@media (min-width: 992px) and (max-width: 1199.98px) {

       .hero-section {margin-top:8rem; margin-bottom: 2rem;}
   
  .custom-lg-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
 
  

}

@media (min-width: 1200px) {
        li.nav-item.menu-item-12136.nav-item a.nav-link {
    background: #ffc107;
padding: 0.5rem 1.5rem;
border-radius: 4px;
}
  .mc4wp-response p {
    margin-top: 15px;
    margin-bottom: 3px;
    text-align: center;
    color: #000;
    font-size: 14px;
    background: #faa61a;
    padding: 0 10px;
    border-radius: 4px;
    font-weight: 500;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

  
    a.nav-link.btn.btn-warning.text-dark {
   
    padding: 0.5rem 1.5rem;
}

 }

