.elementor-244571 .elementor-element.elementor-element-8aee824{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:56px 56px;--row-gap:56px;--column-gap:56px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-244571 .elementor-element.elementor-element-dbb16bf{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-244571 .elementor-element.elementor-element-5543e0c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-244571 .elementor-element.elementor-element-d516dc9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-244571 .elementor-element.elementor-element-a3991ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-244571 .elementor-element.elementor-element-dbb16bf{--width:23%;}.elementor-244571 .elementor-element.elementor-element-d516dc9{--width:77%;}}@media(max-width:1024px){.elementor-244571 .elementor-element.elementor-element-8aee824{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:80px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-244571 .elementor-element.elementor-element-8aee824{--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:40px;--padding-bottom:40px;--padding-left:016px;--padding-right:016px;}}/* Start custom CSS for html, class: .elementor-element-5543e0c */.dos-and-donts-sticky.elementor-sticky--active {
    background: none !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

/* Hide/Show Logic */
.tmpl-mobile-only { display: none; }
@media (max-width: 896px) {
    .tmpl-mobile-only { display: block; }
    .tmpl-desktop-only { display: none; }
}

/* --- ACTIVE HIGHLIGHT (FORCED) --- */
.tmpl-sidebar a.tmpl-active {
    color: #FF4800 !important;
    font-weight: 600 !important;
    /*background-color: #FFF2E8 !important;*/
}

/* Mobile Dropdown UI */
.tmpl-mobile-label { font-weight: 600; font-size: 14px; color: #344054; margin-bottom: 8px; }
.tmpl-dropdown-trigger {
    display: flex; justify-content: space-between; align-items: center;
    padding: 12px 16px; border: 1px solid #D0D5DD; border-radius: 8px;
    background: #FFF; cursor: pointer; box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.tmpl-mobile-arrow { transition: transform 0.3s ease; }
.tmpl-dropdown-trigger.active .tmpl-mobile-arrow { transform: rotate(180deg); }

.tmpl-mobile-ul-list {
    position: absolute; width: 100%; background: #FFF; border: 1px solid #D0D5DD;
    border-radius: 8px; list-style: none; padding: 5px 0; z-index: 99 !important;
    max-height: 300px; overflow-y: auto; margin-top: 5px;
}
.tmpl-mobile-ul-list li a { display: block; padding: 10px 16px; text-decoration: none; color: #344054; }
.tmpl-hidden { display: none !important; }

/* Desktop styles */
.tmpl-sub-menu { list-style: none; padding: 0; }
.tmpl-dropdown-header { display: flex; justify-content: space-between; cursor: pointer; padding: 10px 0; }
.tmpl-collapsed + .tmpl-sub-menu { display: none !important; }


/* --- GLOBAL STYLES --- */
.tmpl-sidebar {
    width: 100%;
    max-width: 280px;
}

.tmpl-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tmpl-sub-item {
    list-style: none;
    margin-bottom: 4px;
}

.tmpl-sub-item a {
    display: block;
    padding: 10px 8px;
    color: rgba(16, 24, 40, 1);
    text-decoration: none;
    border-radius: 6px;
    transition: 0.2s;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.tmpl-sub-item a:hover {
    background-color: #FFF2E8;
}

.tmpl-sub-item a.tmpl-active {
    color: #FF4800 !important;
    font-weight: 600;
}

.tmpl-main-link {
    font-weight: 600 !important;
}

.tmpl-arrow {
    transition: transform 0.3s ease;
    color: rgba(102, 112, 133, 1);
}

/* --- DESKTOP SPECIFIC (Above 1024px) --- */
@media (min-width: 896px) {
    .tmpl-search-box {
        position: relative;
        margin-bottom: 32px;
    }
    
   .tmpl-mobile-only{
       display: none;
   }

    .tmpl-search-img {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        pointer-events: none;
    }

    #tmplSearchInput {
        width: 100%;
        padding: 6px 12px 6px 40px;
        border: 1px solid rgba(208, 213, 221, 1);
        border-radius: 8px;
        outline: none;
        font-size: 16px;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

    .tmpl-dropdown-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 8px;
        cursor: pointer;
        color: rgba(67, 78, 91, 1);
        font-weight: 500;
        font-size: 16px;
    }
    
    ul.tmpl-sub-menu{
        padding-left: 0px;
    }

    /* Desktop Toggle: Rotate arrow -90deg and hide menu */
    .tmpl-collapsed .tmpl-arrow {
        transform: rotate(-90deg);
    }

    .tmpl-collapsed + .tmpl-sub-menu {
        display: none !important;
    }
}

/* --- MOBILE & TABLET (Below 1024px) --- */
/*@media (max-width: 869px) {*/
/*    .tmpl-sidebar {*/
/*        max-width: 100%;*/
/*    }*/

    /* Hide search box on mobile/tab */
/*    .tmpl-search-box {*/
/*        display: none !important;*/
/*    }*/

    /* Styled Dropdown Section for Mobile */
/*    .tmpl-dropdown-section {*/
/*        border: 1px solid #D0D5DD;*/
/*        border-radius: 8px;*/
/*        background-color: #fff;*/
/*        margin-top: 10px;*/
/*        overflow: hidden;*/
/*    }*/

/*    .tmpl-dropdown-header {*/
/*        padding: 12px 16px;*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        align-items: center;*/
/*        cursor: pointer;*/
/*    }*/

    /* Mobile Arrow Logic: Flips 180deg when open */
/*    .is-mobile-open .tmpl-arrow {*/
/*        transform: rotate(180deg);*/
/*    }*/

/*    .tmpl-sub-menu {*/
        /*display: none;*/
        /* Default hidden on mobile */
/*        border-top: 1px solid #F2F4F7;*/
/*        max-height: 350px;*/
/*        overflow-y: auto;*/
/*    }*/

/*    .is-mobile-open .tmpl-sub-menu {*/
/*        display: block !important;*/
/*    }*/

/*    .tmpl-sub-item a {*/
/*        padding: 12px 16px;*/
/*    }*/
/*}*/

/* --- MOBILE & TAB VIEW STYLES --- */
.tmpl-mobile-only {
    display: none; 
}

.tmpl-mobile-label {
    color: #344054;
    margin-bottom: 12px;
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;

}

.tmpl-mobile-dropdown-wrapper {
    position: relative;
    width: 100%;
}

.tmpl-dropdown-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    background: #FFF;
    cursor: pointer;
    font-size: 16px;
    color: #101828;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.tmpl-mobile-ul-list {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: #FFF;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.tmpl-mobile-ul-list li a {
    display: block;
    padding: 10px 16px;
    color: #344054;
    text-decoration: none;
    font-size: 15px;
}

.tmpl-mobile-ul-list li a:hover {
    background-color: #F9FAFB;
}

.tmpl-hidden {
    display: none !important;
}

span#selectedIndustry{
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #101828;
}


.tmpl-mobile-arrow {
    transition: transform 0.3s ease;
}

/* Dropdown rotate*/
.tmpl-dropdown-trigger.active .tmpl-mobile-arrow {
    transform: rotate(180deg);
}



/* --- RESPONSIVE LOGIC --- */
@media (max-width: 896px) {
    .tmpl-desktop-only {
        display: none; 
    }
    .tmpl-mobile-only {
        display: block;
    }
    .tmpl-sidebar {
        max-width: 100%;
    }
}

/*toc scroll*/
.dos-and-donts-sticky .tmpl-sub-menu{
    max-height: calc(100vh - 320px);
    overflow-y: auto; 
    /*scrollbar-width: none;*/
    padding-right: 3px;

}

.dos-and-donts-sticky .tmpl-sub-menu::-webkit-scrollbar {
    width: 3px;

}

.dos-and-donts-sticky .tmpl-sub-menu::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 20px;
    width: 3px;
}/* End custom CSS */
/* Start custom CSS for theme-post-content, class: .elementor-element-5b9ed18 *//* Container Layout */
.custom-pm-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 40px 0;*/
    max-width: 1200px; /* Adjust to match your site width */
    margin: 0 auto 56px auto;
    gap: 98px;
}

/* Text Styling */
.pm-text-side {
    flex: 1;
}

@media (max-width: 896px) {
    .custom-pm-section {
        padding: 20px 0px !important;
    }
    .pm-cta-button {
    display: inline !important;
    }
}

@media (max-width: 768px) {
    .pm-cta-button {
        display: inline !important;
    }
}

.pm-headline {
    color: #001F54 !important; /* Specific dark blue from design */
    margin: 0 0 12px 0 !important;
    

font-weight: 600;
font-size: 36px;
line-height: 44px;
letter-spacing: -2%;

}

.pm-subtext {
    color: #434E5B !important;
    margin: 0 !important;
    
font-weight: 400 !important;
font-size: 16px !important;
line-height: 24px !important;
letter-spacing: 0% !important;
vertical-align: middle;

}

/* Button Styling */
.pm-cta-button {
    display: flex !important;
    background-color: var(--e-global-color-primary) !important; /* The bright orange */
    color: #ffffff !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    display: inline-block;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

/*.pm-cta-button:hover {*/
/*    background-color: #e63e00 !important;*/
/*    color: #ffffff !important;*/
/*}*/

/* Responsive for Mobile */
@media (max-width: 768px) {
    .custom-pm-section {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 20px;
    }
    
    .pm-headline {
        font-size: 32px !important;
    }
    
    .pm-button-side {
        /*width: 100%;*/
    }
    
    .pm-cta-button {
        /*display: block;*/
        /*text-align: center;*/
    }
    
    .custom-pm-section{
        margin-bottom: 0px;
    }
    
}


/*table*/


        /* Scoped styles to prevent WordPress theme conflicts */
        .wp-bolddesk-container {
            max-width: 1140px;
            margin: 80px auto 40px; /* Top margin allows space for the floating header */
            background-color: #F6F8FB; 
            /* Exact light gray background from Figma */
            border-radius: 20px; /* Requested 20px radius */
            padding: 12px;
            border: 1px solid #E5EAF3;
            /*color: #1e293b;*/
            /*box-shadow: 0 10px 30px rgba(0,0,0,0.02);*/
        }

        .bd-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            table-layout: fixed;
            margin-top: 99px !important;
            border: 1px solid #E5EAF3;
        }
        
        .bd-table thead{
            background-color: #F6F8FB;
            height: 100px;
        }

        /* Column setup */
        .col-feat { 
            width: 22%;
border-top:   1px solid #E5EAF3 !important;
border-right:  none;
border-bottom: 1px solid #E5EAF3 !important;
border-left:  1px solid #E5EAF3 !important;
border-top-left-radius: 20px;
font-weight: 600;
font-size: 18px;
color: #18294C;
line-height: 28px;
letter-spacing: 0%;

            }
        .col-dos { width: 26%; }
        .col-donts { 
            width: 26%; 
            border-top:   1px solid #E5EAF3 !important;
border-right:  1px solid #E5EAF3 !important;
border-bottom: 1px solid #E5EAF3 !important;
border-left:  none;
        }
        .col-why { 
            width: 26%; 
            border-top:   1px solid #E5EAF3 !important;
border-right:  1px solid #E5EAF3 !important;
border-bottom: 1px solid #E5EAF3 !important;
border-left:  none;
border-top-right-radius: 20px;
color: #18294C;
font-weight: 600;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;

        }

        /* Header logic */
        .bd-table th {
            /*padding: 30px 10px 0px;*/
            /*font-size: 18px;*/
            /*font-weight: 700;*/
            text-align: center;
            border: none;
        }

        /* The Elevated Green Pillar */
        .dos-header-wrapper {
            position: relative;
            padding: 0 !important;
        }
        .dos-pill-header {
            background: #F6FEF9;
            color: #007034; /* Bold Green */
            /*padding: 50px 10px 20px;*/
            padding: 70px 87px 39px 70px;
            /*border: 1.5px solid #b7f2ce*/
            border: 1px solid #75E0A7;
            border-bottom: none;
            border-radius: 32px 32px 0 0;
            margin-top: -43px; 
            /* Floats header above the container */
            position: relative;
            z-index: 10;
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 32px;
letter-spacing: 0%;

        }

        .donts-title { 
            color: #BF3939; 
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;

        } /* Red title */

        /* Row background logic */
        .bd-table tbody tr:nth-child(even) {
            background-color: #ffffff;
        }

        .bd-table td {
            /*padding: 24px 22px;*/
            /*vertical-align: top;*/
            /*font-size: 14px;*/
            /*line-height: 1.6;*/
            border: none;
        }

        /* Pillar Body Styling */
        .dos-pillar-cell {
            background-color: #F6FEF9 !important; /* Tinted Green bg */
            border-left: 1px solid #75E0A7 !important;
            border-right: 1px solid #75E0A7 !important;
            z-index: 5;
            padding: 20px 24px;
            
        }
        .dos-pillar-cell p{
            color: #001F54 !important;
font-weight: 500 !important;
font-size: 12px !important;
line-height: 18px !important;
letter-spacing: 0% !important;

        }

        /* Rounding the pillar bottom on the last row */
        .bd-table tbody tr:last-child .dos-pillar-cell {
            border-bottom: 1px solid #75E0A7;
            border-radius: 0 0 40px 40px;
        }

        /* Cell Content Layout */
        .feat-label { 
            color: #001F54; 
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;

            padding: 36px 16px !important; 
            border-left:  1px solid #E5EAF3 !important;
        }
        .why-label { 
            color: #001F54; 
            
font-weight: 400;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
padding: 20px 30px 20px 52px;

            border-right:  1px solid #E5EAF3 !important;
            border-left:  1px solid #E5EAF3 !important;
        }
        
        .why-label p{
              color: #001F54; 
            
font-weight: 400;
font-size: 12px !important;
line-height: 18px !important;
letter-spacing: 0%;
        }
        
.why-label .bd-status-icon{
    display: none;
}

@media(max-width: 767px){
    .why-label .bd-status-icon{
    display: block;
}
}
        
table tbody tr td:nth-child(3) p{
color: #001F54 !important;
font-weight: 400 !important;
font-size: 12px !important;
line-height: 18px !important;
letter-spacing: 0% !important;

}

table tbody tr td:nth-child(3){
    padding: 20px 24px;
}


/* Odd rows */
table tbody tr:nth-child(odd) {
  background-color: #fff !important;
}

table tbody tr:nth-child(odd) .dos-pillar-cell{
  background-color: #fff !important;
}

/* Even rows */
table tbody tr:nth-child(even) {
  background-color: #F8FAFB !important;
}





tbody tr:last-child td:nth-child(1) {
border-top:   1px solid #E5EAF3 !important;
border-right:  none;
/*border-bottom: 1px solid #E5EAF3 !important;*/
border-left:  1px solid #E5EAF3 !important;
border-bottom-left-radius: 20px;
}

tbody tr:last-child td:nth-child(2) {
/*  border-top:   none;*/
/*border-right:  none;*/
/*border-bottom: 1px solid #E5EAF3 !important;*/
/*border-left:  none;*/
}

tbody tr:last-child td:nth-child(3) {
  border-top:   1px solid #E5EAF3 !important;
border-right:  none;
/*border-bottom: 1px solid #E5EAF3 !important;*/
border-left:  none;
}
tbody tr:last-child td:nth-child(4) {
  border-top:   1px solid #E5EAF3 !important;
border-right:  1px solid #E5EAF3 !important;
/*border-bottom: 1px solid #E5EAF3 !important;*/
border-left:  none;
border-bottom-right-radius: 20px;
}

.table-wrapper{
background-color: #F8FAFB;
border-radius: 20px;
border-bottom: 1px solid #E5EAF3 !important;
}

@media(max-width: 1189px){
    .dos-pill-header{
        padding: 73px 40px 39px 40px;
    }
}



        .flex-box { display: flex; align-items: flex-start; gap: 12px; }
        .flex-box p { margin: 0; }
        
        .bd-status-icon {
            width: 17px;
            height: 17px;
            flex-shrink: 0;
            margin-top: 3px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .wp-bolddesk-container { overflow-x: auto; padding-top: 80px; }
            /*.bd-table { min-width: 1000px; }*/
        }
 
 @media(max-width: 904px){
     .dos-pillar-cell{
         padding: 10px;
     }
     table tbody tr td:nth-child(3){
         padding: 10px;
     }
     .why-label{
         padding: 10px;
     }
     .feat-label{
         padding: 10px;
     }
 }
 
 
 @media(max-width: 896px){
     .custom-pm-section{
         gap: 40px;
     }
 }
 
 
 @media (max-width: 767px) {
 
  .bd-table thead {
    display: none; /* hide header */
  }
  
  .bd-table{
        margin-top: 0px !important;
    }
 
  .bd-table,
  .bd-table tbody,
  .bd-table tr,
  .bd-table td {
    display: block;
    width: 100%;
  }
 
  .bd-table tr {
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
  }
 
  .bd-table td {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border: none;
  }
 
  /* Label (Category, Do’s, etc) */
  .bd-table td::before {
    content: attr(data-label);
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #666;
  }
 
  /* Optional styling for sections */
  .dos-pillar-cell {
    background: #f6fffb;
    padding: 10px;
    border-radius: 8px;
  }
 
  .why-label {
    /*background: #f9fafb;*/
    padding: 10px;
    border-radius: 8px;
  }
 
  .flex-box {
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }
  
  .feat-label{
    padding: 0px 0px 10px 0px !important;
    border-bottom: 1px solid #E5EAF3 !important;
    border-left:0px !important;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #101828;

}
 
.dos-pillar-cell{
    border: none !important;
}
 
    table tbody tr td:nth-child(3){
padding: 20px 6px;
}
.why-label{
border: none !important;
background: none  !important;
padding: 20px 6px !important;
}
.bd-table td::before {
  content: attr(data-label);
  font-weight: 600;
font-size: 14px;
line-height: 18px;
letter-spacing: 0%;
}
 
/* Do’s (green) */
.bd-table td[data-label="Do’s"]::before {
  color:#007034 ;
font-weight: 600;
font-size: 14px;
line-height: 18px;
letter-spacing: 0%;

}

.dos-pillar-cell p{
font-weight: 400 !important;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;

}


 
/* Don’ts (red) */
.bd-table td[data-label="Don’ts"]::before {
  color: #BF3939;
}
 
/* Why */
.bd-table td[data-label="Why it matters"]::before {
  color: #18294C;
}

.table-wrapper{
    background: none !important;
    border: none !important;
}

table tbody tr:nth-child(odd) .dos-pillar-cell{
  background: none !important;
  padding: 20px 6px !important;
}
table tbody tr:nth-child(even) .dos-pillar-cell{
  background: none !important;
  padding: 20px 6px !important;
}

/*border botttom style*/
td {
  position: relative;
  padding-bottom: 20px; 
  /* Adjust spacing between text and the line */
  border: none;
}


tr td:nth-child(2)::after,
tr td:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; /* Adjust for thickness of the wave */
  
  /* This is an inline SVG of a hand-drawn red line */
  background-image: url("https://storage.googleapis.com/cdn-website-bolddesk/2026/06/table-border-line.png");
  
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bd-status-icon {
    margin-top: 0px !important;
}

tbody tr:last-child td:nth-child(1) {
     border-top: none !important; 
    border-right: none;
    /* border-bottom: 1px solid #E5EAF3 !important; */
    border-left: none !important;
    border-bottom-left-radius: 0px !important;
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8aee824 */@media(max-width: 896px){
    .main-container .e-con-inner{
        flex-direction: column !important;
    }
}/* End custom CSS */
/* Start custom CSS */@media (max-width: 896px) {
    .elementor-244571 .elementor-element.elementor-element-d516dc9 {
        --width: 100% !important;
    }
}

@media (max-width: 896px) {
    .elementor-244571 .elementor-element.elementor-element-dbb16bf {
        --width: 100% !important;
    }
}


/*book a demo*/
/* 1. The Container - Transparent and Centered */
.button-ads-pages {
    display: flex;
    /*justify-content: center; */
    align-items: center;
    gap: 20px; 
    padding: 0px 0;
    background: transparent !important; /* Forces background to be invisible */
}
 
/* 2. Individual Button Base Styles */
/* Changed 'a' to 'button' and added reset properties for button tags */
.button-ads-pages   button {
    text-decoration: none;
    padding: 13px 20px !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;           /* Makes it look clickable like a link */
    font-family: inherit;      /* Ensures it uses your site font */
    line-height: normal;       /* Standardizes text alignment */
    outline: none;
}
 
/* 3. THE HOVER ZOOM - Applies ONLY to the button being hovered */
.button-ads-pages  button:hover {
    transform: scale(1.08); 
    z-index: 1;
}
 
/* 4. "Free Trial" Specific Colors (Targeting the new class) */
.button-ads-pages  .try-for-free-popup {
    background: var(--e-global-color-primary) !important;
    color: var(--e-global-color-d63bdb1) !important;
    border: 1px solid var(--e-global-color-primary) !important;
}
 
.button-ads-pages  #book-demo-red {
    background: var(--e-global-color-primary) !important;
    color: var(--e-global-color-d63bdb1) !important;
    border: 1px solid var(--e-global-color-primary) !important;
}
 
.button-ads-pages  #lp-end-card-free-trial-cta{
    background-color: var(--e-global-color-d63bdb1) !important;
    color: var(--e-global-color-text) !important;
    fill: var(--e-global-color-text)!important;
    border: 1px solid var(--e-global-color-d63bdb1) !important;;
 
}
 
 
/* 5. "Book Demo" Specific Colors (Targeting the new class) */
.button-ads-pages  .book-demo-popup-button {
background: var(--e-global-color-primary) !important;
    color: var(--e-global-color-d63bdb1) !important;
    border: 1px solid var(--e-global-color-primary) !important;
}
 
/* Clean up any span formatting */
.button-ads-pages  button span {
    background: transparent !important;
    padding: 0;
    margin: 0;
    color: inherit; /* Ensures span takes the button's color */
}
 
/* 6. MOBILE STYLES - Full Width and Stacked */
@media (max-width: 767px) {
    .button-ads-pages   {
        flex-direction: column; /* Stacks buttons vertically */
        width: 100%;
        padding: 0 0px; /* Optional side padding for the container */
    }
 
    .button-ads-pages  button {
        width: 100%; /* Makes buttons fill the container width */
        max-width: 400px; /* Optional: prevents buttons from getting too wide on tablets */
        text-align: center;
    }
}/* End custom CSS */