/*
Theme Name: WPGeeks Child
Theme URI: https://wpgeeks.net/
Author: WPGeeks
Author URI: https://wpgeeks.net/
Template:    wpgeeks
Description: Minimal theme built for speed.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpg
*/

/* Basic typograhpy */
h1{
	
}

h2{
	
}

h3{
	
}

p{
	
}

button{
	
}

body{
    font-size: 14px;
}

body #theme-header{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    background-color: transparent;
    padding: 15px;
    margin-top: 0;
}

.page-content-inner{

}

body:not(.home) .page-content{
    padding-top: 100px;
}

#theme-header button{
    background-color: unset;
}

body .ubermenu .ubermenu-target-with-image>.ubermenu-target-text{
    display: inline-block;
    margin-right: 8px;
}

/* Design Tickers Under Hero Section */
/* White → Transparent fade overlay on SECOND ROW */
.elementor-element-7720980 {
    position: relative;
    overflow: hidden; /* ensures fade overlay doesn’t spill outside */
}

.elementor-element-7720980::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height:120px; /* adjust fade height */
    pointer-events: none; /* make sure it doesn't block clicks */
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0)
    );
    z-index: 10;
}

.elementor-element-3ebbafe .swiper-pagination{
    display: none;
}

/* Homepage Dark Version V3 */
.page-id-3024 h1{
   color:#fff !important;
}

.page-id-3024 .elementor-element-5072f93 h2{
    color:rgba(255,255,255,.58) !important;
}

.page-id-3024 .elementor-element-30b4891 h2{
      color:rgba(255,255,255,.68) !important;  
}

.page-id-3024 .elementor-element-7720980::after{
    background: linear-gradient(to top, #1A1922, rgba(255, 255, 255, 0));
}

.ubermenu-item-has-children > a{
    border-radius: 4px 4px 0 0 !important;
}

/* ============================================
   CLEAN FLAT LOGIN FORM (My Account Page Only)
   ============================================ */

/* Outer widget container — center the login form */
.elementor-element-506b225 .elementor-element-d6f1125 {
    display: flex !important;
    justify-content: center !important;
}

/* Form max width + centering */
.elementor-element-506b225 .elementor-login.elementor-form {
    max-width: 400px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px !important;
    box-sizing: border-box;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
    border-radius: 10px !important;
    background: #fff !important;  
    margin-bottom: 30px !important;
}

/* FORM FIELDS */
.elementor-element-506b225 .elementor-form .elementor-field-group {
    margin-bottom: 18px !important;
}

/* LABELS */
.elementor-element-506b225 .elementor-form label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    color: #333 !important;
}

/* INPUTS */
.elementor-element-506b225 .elementor-form input[type="text"],
.elementor-element-506b225 .elementor-form input[type="password"] {
    width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    background: #f9f9f9 !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
}

.elementor-element-506b225 .elementor-form input:focus {
    outline: none !important;
    border-color: #666 !important;
    background: #fff !important;
}

/* REMEMBER ME CHECKBOX */
.elementor-element-506b225 .elementor-form .elementor-field-type-acceptance {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* LOGIN BUTTON */
.elementor-element-506b225 .elementor-form .elementor-button {
    width: 100% !important;
    padding: 12px !important;
    background: #4b6cff !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    border: none !important;
    transition: 0.2s !important;
}

.elementor-element-506b225 .elementor-form .elementor-button:hover {
    background: #3a54d4 !important;
}

/* LOST PASSWORD LINK */
.elementor-element-506b225 .elementor-form .elementor-lostpassword {
    display: block !important;
    text-align: center !important;
    margin-top: 12px !important;
    font-size: 14px !important;
}

.elementor-element-506b225 .elementor-form .elementor-lostpassword a {
    color: #555 !important;
}

.elementor-element-506b225 .elementor-form .elementor-lostpassword a:hover {
    color: #000 !important;
}


.elementor.elementor-3218{
    margin:auto
}


.logged-in .elementor-3218 .elementor-element.elementor-element-506b225:not(.elementor-motion-effects-element-type-background), .elementor-3218 .elementor-element.elementor-element-506b225 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    background-color: transparent !important;
    background-image:none !important;
}



/* ==========================================
   DOWNLOAD BUTTON (green)
========================================== */
.neo-btn.neo-download-link {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    background: #e8f8ed;            /* soft green */
    color: #2fa45a;                  /* medium emerald green */
    font-weight: 600;
    transition: all 0.2s ease;
    text-decoration: none !important;
    border: 1px solid #d4f1dd;
}

.neo-btn.neo-download-link:hover {
    background: #2fa45a;            /* full green on hover */
    color: #fff !important;
    border-color: #2fa45a;
}

/* ==========================================
   CANCEL BUTTON (red)
========================================== */
.neo-btn.neo-btn-cancel {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    background: #fff5f5;
    color: #ff3b30;
    font-weight: 600;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.neo-btn.neo-btn-cancel:hover {
    background: #ff3b30;
    color: #fff !important;
}

/* ==========================================
   REACTIVATE BUTTON (blue/purple)
========================================== */
.neo-btn.neo-btn-restore {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    background: #f3f0ff;
    color: #5a42ff;
    font-weight: 600;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.neo-btn.neo-btn-restore:hover {
    background: #5a42ff;
    color: #fff !important;
}
.neo-account-page th{
    font-weight: 700;
}
.neo-account-page td{
    font-weight: 400;
    font-size: 15px;
}

.neo-license-key {
    display: inline-block;
    padding: 5px 12px;
    background: #f8f9fb;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    color: #2d2d2d;
    font-family: monospace;
    letter-spacing: 1px;
    font-size: 0.85rem;
    user-select: all;
}

.neo-table{
    background-color: #fff;
}

.neo-table td,
.neo-table th{
    padding:10px
}

/* Support */

.wpsc-thread p {
    font-size: 15px;
    line-height: 1.4em;
    margin:10px 0
}

#wpsc-container button:hover {
    background-color: unset;
}

.wpsc-tff-label .required-indicator {
    color: #ff7676;
}

.wpsc-tff .name {
    font-weight: normal;
    font-size: 18px;
}
#wpsc-container .wpsc-tff input[type=text] {
    border-color: #d2d2d2 !important;
    padding: 20px 10px;
    font-size: 18px;
}

.wpsc-tff {
    font-size: 15px;
    font-weight: normal;
}

.page-id-66 .page-content{
    padding-top: 0 !important;
}

.ubermenu-responsive-toggle{
    font-size:16px !important;
    border:none !important
}
.ubermenu-responsive-toggle-open{
    background-color:#fff !important
}
.copyright_paragraph{
    color: var(--neo-color-paragraph);
    font-size:13px;
    font-weight: 400;
}



footer#footer{
    background-color: #eee;
}

.footer_widgets{
    border-radius: 20px;
    background-color: #fff;
    margin: 70px auto 50px auto;
    padding: 40px;
    max-width: 1600px;
    color: var(--neo-color-paragraph);
}

.widget {
    margin-top: 20px;
}

footer .footer_widgets .widget p {
    color: var(--neo-color-paragraph);
}
.footer_1_1 .wp-block-image img{
    max-width: 200px;
    margin: 0;
}

.footer_1_1 figure{
    margin: 0;
}

.widget_search, .widget_calendar, .widget_media_image, .widget_search {
    padding-bottom: 0;
}

.widget p {
    font-size: 14px;
    line-height: 1.58em;
    font-weight: normal;
}

.footer_1_1 p{
    max-width: 300px;
}

.footer_1_1 .widget{
    padding-bottom: 0;
}
.footer_1_1 .elementor-element{
    text-align: left;
}

.footer_1_1 #block-10{
    margin-top: 0;
}

footer .widget h2,
footer .widget h3{
    color:var(--neo-color-heading);
    margin-bottom: 0;
}

footer .widget_nav_menu a{
    color:var(--neo-color-paragraph);
}

footer .widget_nav_menu a{
    font-weight: 400;
}

.widget .line{
    width: 50px;
    height: 5px;
    border-radius: 20px;
    display: inline-block;
    margin-left: 0;
    position: relative;
    top: -4px;
    background-color: #e3e3e3;
}

.page-content {
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}

.footer_1_1 a:hover .elementor-button-text,
.footer_1_1 a:hover .elementor-button-icon i:before,
.footer_1_1 a:hover .elementor-button-icon i{
    color: #fff;
}

.home .elementor-element-98de60e .neo-premium-icon-box.style1 .icon-wrapper{
    max-width: 90%;
    width:100%;
    height: 100%;
}

.home .elementor-element-98de60e .neo-premium-icon-box.style1 .icon-wrapper img{
    width: 100%;
    height:auto;
    border-radius: 5px;
}

.home .elementor-element-98de60e .neo-premium-icon-box.style1 span{
    max-width: 200px;
}

.elementor-element-bcc845a .description-wrapper span{
    max-width: 270px;
}

.home .elementor-element-98de60e .neo-premium-icon-box.has-link a{
    background-color: #fff;
    border:solid 1px #eee;
    border-radius: 10px;
} 

.home .elementor-element-98de60e .neo-premium-icon-box.has-link a:hover{
    border-color: #000
}

.home .neo-premium-sticky-content video{
    border-radius: 10px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 16px rgba(0, 0, 0, 0.06);
}

.elementor-element.elementor-element-3e04909{
    margin-top: -200px;
}

.home .neo-premium-sticky-content .content--sticky{
    max-height: 800px;
}

.elementor-element-9c86f18 .elementor-button-link,
.elementor-element-cbacbdb .elementor-button-link{
    position: relative;
}

.elementor-element-9c86f18 .elementor-button-link:after,
.elementor-element-cbacbdb .elementor-button-link:after{
    font-size:11px;
    position:absolute;
    left:0;
    width:100%;
    text-align: center;
    margin-top:2px
}

.elementor-element-cbacbdb .elementor-button-link:after{
    content:'No credit card • Quick email access';
}

.elementor-element-9c86f18 .elementor-button-link:after{
    content:'Unlock all premium features';
}

.elementor-element-e5ce976  .swiper-pagination{
    display:none
}

.elementor-element-d6da17d .vertical-text,
.elementor-element-d6da17d .vertical-line{
    display: none;
}

.neo-account-form{
    max-width: 600px;
    background: #fff;
    padding: 20px 50px;
    border-radius: 5px;
}

.neo-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.neo-table {
    border-collapse: collapse;
}

.neo-table th:first-child,
.neo-table td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
}

.elementor-element-157d475{
    padding: 0;
}

.description-wrapper span{
	font-weight:400
}

.page-id-3024 .elementor-element-7720980::after {
     background: linear-gradient(to top, #23042b, rgba(255, 255, 255, 0));
     content:none !important
}

.elementor-element-09fa654 .swiper-slide,
.elementor-element-7720980 .swiper-slide{
    opacity: .5;
    transition:opacity .55s ease
}
.elementor-element-09fa654 .swiper-slide:hover,
.elementor-element-7720980 .swiper-slide:hover{
    opacity: 1
}

.elementor-element-f18af96 .description-wrapper span,
.elementor-element-f18af96 .small-heading-wrapper span{
    display: none;
}

.elementor-element-f18af96 .neo-premium-services-list.has-small-heading .main-heading{
    margin-top: 25px;
}

.elementor-element-d18aed1 .description-wrapper span{
    display: block;
}

.elementor-element-f18af96 .main-heading{
    text-transform: capitalize;
}

.elementor-element-557812b,
.elementor-element-1b8b0f1{
    overflow: hidden !important;
}

.elementor-element-f18af96 .badge{
    font-size: 14px;
    font-weight: 500;
}

.elementor-element-e660e26 .neo-premium-image-layers__layer img{
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);*/
}


.theme-header-holder {
    max-width: 1600px;
    margin: auto;
}

body #theme-header{
    width: 100%;
    max-width: 100%;
}

.white-header #theme-header.in-scrolling{
    background-color: rgba(0,0,0,.7);
}

.dark-header #theme-header.in-scrolling{
   background-color: rgba(255,255,255,.8);
}

.elementor-editor-active .article-title a{
    display: block !important;
}

/* Responsive */
@media (max-width:1023px){

}
@media (max-width:959px){
    .primary-menu{
        position: absolute;
        right: 0;
        top:0;
    }    
    #ubermenu-nav-main-3{
        background-color:#fff;
    }
    .ubermenu-responsive-toggle{
        background-color: unset;
        font-size: 16px;
        border: none;
    }
}
@media (max-width:959px){
    body .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega{
        max-height: 400px;
        overflow: scroll;
        min-height: 200px;
    }
}

@media (max-width:767px){
    .neo-premium-sticky-content .content__image img {
        max-width: 80vw !important;
    }
}
@media (max-width:479px){
    .neo-account-form {
        padding: 2px 30px;
    }
}