/*** BODY ***/
.main-container {
    background: #eaf0f2!important;
    }



/*** NAV *****************************************************/
.flex-container-nav {  
    background: white; 
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    display: flex;
    justify-content: space-around;
    padding-top:15px;
    padding-bottom: 15px;
    padding-left: 3%;
    padding-right: 3%;
    align-items: center;
    }

.flex-nav {
    padding: 0px;
    width: 100% 
    }

.flex-nav-burger {
    flex-grow: 1;
    }

.flex-nav-button {
    display: flex;
    justify-content: flex-end;
    }
    
.flex-nav img {
    display: block
    }




/*** BANNER *************************************************/
.flex-container-banner {  
    background: #232827; 
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    display: flex;
    justify-content: center;
    padding-top:10px;
    padding-bottom: 10px;
    align-items: center;}



/*** SUB FRAME CONTAINER (no nav) ***************************/
.main-frame {
    max-width:1300px;
    margin:auto;}
    /***padding-left: 8%;
    padding-right: 8%}***/




/*** HERO **************************************************/
.hero-row {
    background: white;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    /***border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;***/
    display:flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 90px;
}

.hero-column {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hero-module-text {
    justify-content: flex-start;
    width: 50%;
    padding-left: 4%;
}

.hero-module-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-wrapper {
    display:flex;
    justify-content: center;
}

.hero-image {
    display:block;
    width:100%;
}





/*** HERO SINGLE COLUMN***/
.flex-container-hero-single-column {
    display:flex;
    padding: 5px;
    }

.flex-row-hero-single-column {
    display:flex;
    flex: 1 1 auto;
    justify-content: space-around;
    height: auto;
    padding: 60px;
    padding-bottom: 20px;
    border-radius: 5px;
    margin: 5px;
    }

.flex-center-hero-single-column {
    align-items: center;
    }

.flex-nest-hero-text-single-column {
    display:flex;
    justify-content: space-around;
    width: 100%;
    height: auto;
    margin: 5px;
    }

.flex-nest-nest-hero-text-single-column {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
    height: auto;
    }




/*** 3 CARD SECTION ***/
.flex-section-3-cards {
    display:flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    justify-content: center;
    align-items: center;}

.flex-row-3-cards {
    display:flex;
    border-radius: 10px;
    flex: 1 1 auto;
    justify-content: space-around;
    padding: 20px;
    padding-top:20px;
    margin: 5px;}

.flex-column-3-cards  {
    align-items: center;
    justify-content: center;
    display:flex;
    background: white;
    border-radius: 10px;
    padding: 60px 35px 40px 35px;
    flex: 1 1 auto;
    margin: 15px !important;
    max-width: 600px;
    }

.flex-content-3-cards  {
    align-items: center;
    display:flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
    }

.flex-text-3-cards  {
    align-items: center;
    flex-direction: column;
    display:flex;
    justify-content: center;
    max-width: 340px;
    }

.flex-image-3-cards {
    width:94%;
    display: flex;
    padding-top: 30px;
    padding-bottom: 10px;
    align-items: center;
    }

.flex-svg-3-cards {
    width:80%;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
    }


.flex-button-bgfill-3-cards {
    background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;
    margin-top: 10px;
    border-width:0px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
    font-family: arial;
    font-weight: 400; 
    color:#ffffff !important; 
    border-radius: 19px;
    }

.flex-button-transparent-3-cards {
    font-family: JetBrains;
    margin-left: 20px;
    border-width:0px;
    background: none;
    line-height:0px;
    color: black;
    height: 14px;
    letter-spacing: -.03em;
    word-spacing: -1px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    }




/*** SIDE BY SIDE ONE **************************/
.flex-container-sbs-one {
    display:flex;
    padding: 5px;
    }

.flex-row-sbs-one {
    display:flex;
    flex: 1 1 auto;
    justify-content: space-between;
    height: auto;
    padding: 20px;
    margin: 5px;
    }

.flex-center-sbs-one {
    align-items: center;
    }

.flex-nest-sbs-one-text {
    display:flex;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    margin: 5px;
    }

.flex-nest-nest-sbs-one-text {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 275px;
    max-width:350px;
    padding-left:5%;
    width: 90%;
    height: auto;
    }

.flex-nest-sbs-one-image {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin: 5px;
    }



/*** ACCORDION 
.accordion-section {
    display: flex;
    justify-content: center;
    background: white;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 60px;
}

.accordion{
    max-width: 800px;
    min-width: 600px;
    width: 95%;
    overflow: hidden;
    background-color: white;
    border-top:1px solid rgba(102,125,147,.6588235294);
    margin-top: 60px;
    margin-bottom: 120px;
    }

.accordion__label, .accordion__content{
    border-bottom:1px solid rgba(102,125,147,.6588235294);
    padding-bottom: 30px;
    padding-top: 30px;
    }

.accordion__label{
    display: block;
    font-family: arial;
    color: rgba(102,125,147,.6588235294);
    cursor: pointer;
    position: relative;
    transition: background-color 0.1s;
    }

.accordion__label:hover{
    color: blue;
    }

.accordion__content{
    background: white;
    line-height: 1.6;
    font-size: 0.85em;
    display: none;
    }

.accordion__input{
    display: none;
    }

.accordion__input:checked ~ .accordion__content{
    display: block;
    }

.accordion-row {
    display: flex;
    justify-content: center;
    }********************/


/*** FOOTER*****************************/
.flex-container-footer {
    display:flex;
    padding-bottom: 60px;
    padding-top: 60px;
    justify-content: space-between;
    align-items: center;
    background-color:#232827;
    }

.flex-row-footer {
    display:flex;
    width: 100%;
    flex: 1 1 auto;
    justify-content: space-around;
    height: auto;
    padding: 20px;
    margin: 5px;
    }

.flex-center-footer {
    align-items: center;
    display:flex;
    }  

.flex-nest-footer-text {
    display:flex;
    justify-content: space-around;
    padding:40px;
    width: 100%;
    height: auto;
    margin: 15px;
    }

.flex-nest-nest-footer-text {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
    height: auto;
    }




/*** TYPOGRAPHY ******************************************/
/*********************************************************/

p {
	font-family: benton-sans-book; /***, Arial, Helvetica, sans-serif;***/
    font-size: 15px !important;
    color: #212121;
    font-weight:400;
    line-height: 24px;
	/***font-weight: 400;
	line-height: 24px;
    margin-top: 0px;
	font-size: 16px;***/}


h1 {
	color: black;
    margin-top: 20px;
	margin-bottom: 20px;
	font-family: arial;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1em;
	font-size: clamp(.5em, 1.5vw, 13px);}


h2 {
	/***font-family: arial;
	margin-top: 0px !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	letter-spacing: -0.03em !important;
	margin-bottom: 20px !important;
	font-size: clamp(24px, 4.5vw, 40px);***/
    font-family: benton-sans-bold;
    margin-bottom:30px;
    margin-top:0px;
    /***font-weight:700;***/
    letter-spacing:-.02em;
    font-size:44px;
    font-weight: normal;
    line-height:1.2;}


.medium-h2 {
	font-size: clamp(.1em, 3vw, 2em);}

 h3 {
    font-family: arial;
    margin-top: 0px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    font-size: clamp(22px, 3.5vw, 30px);}

h6 {
	color: #4d5055;
	margin-top: 5px;
	margin-bottom: 8px;
	font-family: poppins;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1em;
	font-size: 12px;}


 @font-face {
    font-family: benton-sans-book;
    src: url(/assets/fonts/BentonSans-Book.otf);
    /***font-weight: 100;
    background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;***/
    }


@font-face {
    font-family: benton-sans-cond-light;
    src: url(/assets/fonts/BentonSans-Cond-Light.otf);
    /***font-weight: 100;
    background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;***/
    }

@font-face {
    font-family: benton-sans-light;
    src: url(/assets/fonts/BentonSans-Light.otf);
    /***font-weight: 100;
    background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;***/
    }

@font-face {
    font-family: benton-sans-regular;
    src: url(/assets/fonts/BentonSans-Regular.otf);
    /***font-weight: 100;
    background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;***/
    }
    
 @font-face {
    font-family: benton-sans-bold;
    src: url(/assets/fonts/BentonSans-Bold.otf);
    /***font-weight: 100;
    background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;***/
    }


@font-face {
    font-family: JetBrains;
    src: url(/assets/fonts/JetBrainsMono-Light.ttf);
    font-weight: 100;
    background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;
    }

@font-face {
    font-family: JetBrains;
    src: url(/assets/fonts/JetBrainsMono-Light.ttf);
    font-weight: 400;
    background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;
    }

h1.eyebrow-h1 {
    font-family: JetBrains;
    /***background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;
    color:transparent;
    background-clip: text;***/
    box-sizing: border-box;
    color:#212121;
    display: inline-block;
    font-size: 15px;
    font-weight: 200;
    line-height: 1em;
    margin-bottom: 10px!important;
    }

.eyebrow-h2 {
    color: black;
    margin-bottom: 30px;
    font-family: roboto;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1em;
    font-size: clamp(.5em, 1.5vw, 16px);}


.eyebrow-h2-black {
    font-family: JetBrains;
    color:black!important;
    display: inline-block!important;
    font-weight:100!important;
    font-size: 15px!important;
    line-height: 1em!important;
    margin-bottom: 30px!important;
    }

.eyebrow-h2-banner {
    font-family: JetBrains;
    color:white;
    display: inline-block!important;
    font-weight:100!important;
    font-size: 14px!important;
    line-height: 1em!important;
    font-weight: 100!important;
    padding:0px!important;
    margin-bottom: 0px!important;}

.footer-text {
    color: white;
    }
        
.blackbar-h6 {
    margin: 0px;
    font-family: roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 0px;
    color: white;}

/*******************************************************************************************/




/*** BUTTONS ***********************************************/
.button-nav-menu {
    line-height: 0px;
    display: block;
    background: transparent;
    margin:0px;
    padding:0px;
    border-width:0px;
    }

.button-nav-watch-demo { 
    font-family: JetBrains;
    border-width:0px;
    line-height:0px;
    background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;
    background-clip: text;
    color: transparent !important;
    height: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 00;
     }
    
.play-button {
    background-image: linear-gradient(300deg,#1a47de 0%,#25dbfe 100%)!important;
    margin-top: 14px;
    border-width:0px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 13px;
    font-family: JetBrains;
    font-weight: 500; 
    color:#ffffff !important; 
    border-radius: 5px;
    }

.flex-button-3-cards  {
    align-items: center;
    display:flex;
    padding-top: 20px;
    }



/*********************************************************************************************/
/*********************************************************************************************/
/*********************************************************************************************/



/*container*/
.image-ui-section{
    display:flex;
    justify-content: center;
    padding-bottom:80px;
    padding-top: 140px;
    /* background-color: white; */
    /* background-color: transparent;
  background-image: radial-gradient(#00000032 1px, white 1px);
  background-size: 40px 40px;
  width: 100%;
  height: 100%; */
  width: 100%;
  height: 100%;

  background: white;
  /* --gap: 5em;
  --line: 1px;
  --color: rgba(153, 153, 153, 0.2);

  background-image: linear-gradient(
      -90deg,
      transparent calc(var(--gap) - var(--line)),
      var(--color) calc(var(--gap) - var(--line) + 1px),
      var(--color) var(--gap)
    ),
    linear-gradient(
      0deg,
      transparent calc(var(--gap) - var(--line)),
      var(--color) calc(var(--gap) - var(--line) + 1px),
      var(--color) var(--gap)
    );
  background-size: var(--gap) var(--gap); */
    }
    

  .image-ui-container{
    display: flex;
    justify-content: center;
    font-family: Mukta, sans-serif;
    box-shadow: 0px 5px 10px #e1e5ee;
    }

    .image-ui-wrapper {
        /* width:100%;
        margin: 0 auto;
        background-color: #f9fbff;
        border-radius: 8px;
        z-index: 1; */
       /*  border-radius: 8px; */
        background-color: #f9fbff;
        padding-bottom: 120px;
        } 


 /*top-bar*/       
        .image-ui-top-bar-container {
            display: flex;
            align-items: center;
            /* background-color:#dfe1e6; */
            background-color:#232827;
            /* border-top-left-radius: 8px;
            border-top-right-radius: 8px; */
            padding: 9px;
            }
   
            .image-ui-top-bar-circle-container {
                padding: 0 4px;
                }
   
                .image-ui-top-bar-circle {
                    display: inline-block;
                    align-items: center;
                    width: 10px;
                    height: 10px;
                    padding: 1px;
                    border-radius: 50%;
                    }
    
                    .image-ui-top-bar-red {
                        background-color: #ff605c;
                        }
                    
                    .image-ui-top-bar-yellow {
                        background-color: #ffbd44;
                        }
                    
                    .image-ui-top-bar-green {
                        background-color: #00ca4e;
                        }
             
/*hero*/
        .image-ui-hero-section{
            display: flex;
            align-items: center;
            justify-content: flex-start;
           background-color: white; 
            padding-left:20px;
            padding-top:20px;
            padding-bottom:30px;
            margin-bottom:40px;   
            /* background-color: #00ca4e; */
            }

            .image-ui-hero-header {
                text-align:center;
                font-size: 20px;
                padding-top:3px;
                font-weight: 700;
                line-height: 0px;
                color: #4f546c;
                font-family: benton-sans-bold;
                font-weight: normal;
                
                }

            .image-ui-hero-download-link {
                color: #2962ff;
                font-family: JetBrains;
                line-height: 0px;
                font-size: 10px!important;
                font-weight: 400;
                padding-left: 40px;
                padding-top:2px;
                }

                
            .image-ui-hero-month-container {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding: 10px;
                /* border-radius: 3px;; */
                margin-left:50px;
                box-shadow: 0 5px 10px #e1e5ee;
                }   
                    
                    .image-ui-hero-month-green-circle{
                        border-radius: 4px;
                        background-color:#c8e6c9;
                        margin-right: 10px;
                        width: 8px;
                        height:8px;
                        }

                    .image-ui-hero-month-label{
                        font-size: 10px;
                        font-family: JetBrains;
                        font-size: 10px!important;
                        font-weight: 400;
                        line-height:0px;
                        color: #4f546c;
                        }

                    .image-ui-hero-month-button{
                        font-size: 9px;
                        padding-left: 10px;
                        font-family: JetBrains;
                        font-size: 10px!important;
                        font-weight: 400;
                        line-height:0px;
                        color: #2962ff;
                        }
                        

/*table*/
div.image-ui-table-section{
    display:flex;
    justify-content: center;
    padding-left:2vw;
    padding-right:2vw;
    border-radius: 5px;
    }

    .image-ui-table-wrapper {
        font-family: Mukta, sans-serif;
        color: #4f546c;
        /* background-color: #f9fbff; */
        }
  
        table.image-ui-table {
            border-collapse: collapse;
            box-shadow: 0 5px 10px #e1e5ee;
            /* border-radius: 5px; */
            background-color: white;
            text-align: left;
           
           /*  width:100%; */
            border-spacing: 5px;
            }   

            tr.table_header_row{
                box-shadow: 0px 5px 10px #e1e5ee;
                }
                
                tr:nth-child(even) {
                    background-color: #f4f6fb;
                    }
/*********************************/
                  .image-ui-table-column-sizing-account {
                        width: 12vw;
                        min-width:12vw;
                        /* background-color:yellow; */
                        padding-top:5px;
                        padding-bottom:5px;
                        padding-left:5px;
                        font-size: clamp(.1em, 1vw, 14px);}

            
                        
            

                    .image-ui-table-column-sizing-email {
                        width: 14vw;
                        min-width:14vw;
                        padding-top:5px;
                        padding-bottom:5px;
                        padding-left:5px;
                       /*  background-color:orange; */
                        font-size: clamp(.1em, 1vw, 14px);}
                    
                    
                    .image-ui-table-column-sizing-campaign {
                        width:12vw;
                        min-width:12vw;
                        padding-top:5px;
                        padding-bottom:5px;
                        padding-left:5px;
                        /* background-color:yellow; */
                        font-size: clamp(.1em, 1vw, 14px);}
                    

                    .image-ui-table-column-sizing-status {
                        width:8vw;
                        min-width:8vw;
                        padding-top:5px;
                        padding-bottom:5px;
                        padding-left:5px;
                        /* background-color:orange; */
                        font-size: clamp(.1em, 1vw, 14px);}
                    

                    .image-ui-table-column-sizing-amount {
                        width:8vw;
                        min-width:8vw;
                        padding-top:5px;
                        padding-bottom:5px;
                        padding-left:5px;
                        /* background-color:yellow; */
                        font-size: clamp(.1em, 1vw, 14px);}
                    

                    .image-ui-table-column-sizing-date {
                        width:8vw;
                        min-width:8vw;
                        padding-top:5px;
                        padding-bottom:5px;
                        padding-left:5px;
                        /* background-color:orange; */
                        font-size: clamp(.1em, 1vw, 14px);}



                        td.dropdown{
                            background-color: f7f3e7;
                        }
                    


/*********************************/



                    th.header{
                        
                        text-align:left;
                       /* padding: 1rem 2rem; */
                       padding-top: 20px;
                       padding-left: 5px;
                       padding-bottom: 10px;
                        text-transform: uppercase;
                        letter-spacing: 0.1rem; 
                        /* font-size: .5vw; */
                        font-size: clamp(.1em, .8vw, 12px);
                        font-weight: 800;
                        }                                      

                    /* td {
                        padding: 1rem 2rem;
                        } */

                    /* td.top_level{
                        /* vertical-align:top!important; */
                       /*  padding-top:5px; 
                        }*/

                        button.button-expand-data{
                            margin-left: 8px;
                            margin-right: 4px;
                            font-family: JetBrains;
                            font-size: clamp(.1em, .8vw, 12px);
                            border:none;
                            background:none;
                            color: #2962ff;
                            }

                        p.demo {
                            /* font-size:0.8rem; */
                            border-radius: 0.2rem;
                            max-width:60px;
                            /* padding: 3px 10px 3px 10px; */
                            /* display:inline; */
                            text-align: center;
                            background-color: #fff0c2 !important;
                            color: #a68b00!important;
                            font-size: clamp(.1em, 1vw, 14px);}
                            
                        
                        p.won {
                            /* font-size:0.8rem!important; */
                            border-radius: 0.2rem;
                            max-width:60px;
                            /* padding: 3px 10px 3px 10px; */
                             /* display:inline; */
                            text-align: center;
                            background-color: #c8e6c9;
                            color: #388e3c;
                            font-size: clamp(.1em, 1vw, 14px);}
                            
                        
            
        table.image-ui-table-dropdown{
            padding-top:0px;
            padding-bottom:50px;
            }   
            
        #myDIV_b {
            display:none;
            }
                        
                    td.dropdown{
                        background-color: #fcfcf7;
                        border-top:2px solid white;
                        border-bottom:2px solid white;
                        padding-top:0px;
                        padding-bottom:0px;
                        }

                        td.dropdown.image-ui-table-column-sizing-account{
                            background-color: white;
                            border:none;
                            }
                            
   
   
   
   
   /* --- section testing --- */                         
  .top-tools-section   {
    display:flex;
    flex-direction:column;
    justify-content:center;
    max-width:100%;
    background-color: #F8F8F8; 
    padding: 20px;
    padding-bottom: 40px;
      /***margin-bottom: 40px;
  border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;***/
}  

.top-tools-row-toprow {
    display:flex;
    justify-content:space-between;
    padding-top:15px;
    padding-bottom:50px;
    padding-left: 11px;
  padding-right: 11px;
}

.top-tools-row-toprow-text {
    display:flex;
    align-items:center;
    width:40%;
}

.top-tools-row-toprow-logos{
    display:flex;
    align-items:center;
    justify-content: space-between;
    width:50%;
}


.h2-top-tools-jetbrains{
    font-family: JetBrains;
    background-clip: text;
    box-sizing: border-box;
    color: #212121;
    display: inline-block;
    font-size: 11px;
    font-weight: 100;
    opacity:75%;
    line-height: 1;
    margin:0px;
    padding:0px;
}







.top-tools-row-cards{
    display:flex;
    width:100%;
    justify-content: space-between;

}


.top-tools-row-cards-container{ 
    display:flex;
    flex-direction:column;
    width:30%;
    height:150px;
    background-color:white;
    justify-content:space-between;
    padding:12px;
    padding-bottom:5px;
    border-radius: 10px;
}


.top-tools-row-cards-container-toprow{
    display:flex;
    justify-content:space-between;
    align-items:center;
    /*background-color:orange;*/
}

.h2-top-tools {
    font-size:12px;
    font-family: benton-sans-book; /***, Arial, Helvetica, sans-serif;***/
    /*color: #898686;
    color: rgba(102,125,147,.6588235294);*/
    color:#00000;
    opacity:.6;
    font-weight:400;
    line-height: 1.2;
    margin:0px;
    padding:0px;
    /*background-color:yellow;*/
	
}

.top-tools-row-cards-container-bottomrow{
    display:flex;
    /*background-color:yellow;*/
    align-items:center;
}


.h6-top-tools {
    font-size:60px;
    font-family: benton-sans-book; /***, Arial, Helvetica, sans-serif;***/
    color: #212121;
    font-weight:600;
    margin: 0;
    padding: 0;
    line-height: 1; 
}



.flex-tools-small-svg {
    max-width:90px;
    max-height:20px;
    opacity:60%;
    justify-content:center;
    align-items: center;
}

.flex-tools-small-svg.adobe {
  max-height: 12px;
}

.flex-tools-small-svg.capterra {
  max-height: 17px;
}

.flex-tools-small-svg.hubspot {
  max-height: 19px;
}

.flex-tools-small-svg.ahrefs {
  max-height: 12px;
}


.flex-tools-large-svg {
    max-width:90px;
    max-height:20px;
    opacity:70%;
    display:flex;
    justify-content:center;
    align-items: center;
}













.bg-triangle-section {
    background-color:white;
}

.bg-triangle {
    /* 1. Define the size of the container */
    width: 100%;
  
    
    /* 2. Add the background colors. 
       Using a very soft cream color gradient from top to bottom. */
    background: linear-gradient(to bottom, #F8F8F8 0%, #F8F8F8 80%);
    
    /* 3. The magic: clip-path draws the boundary.
       Imagine a grid. (0 0) is top-left, (100% 100%) is bottom-right.
       This path draws: top-left -> top-right -> bottom-right -> bottom-left (angled). */
    clip-path: polygon(0 0, 100% 0%, 25% 100%, 0 0);
    
    /* --- Styling for demonstration --- */
  
   padding:50px;
    box-sizing: border-box;
  }






.centered-title {
    display:flex;
    justify-content: center;
    background-color:white;
    padding-top: 80px;
    padding-bottom:40px;
}













/* --- skills ----------------------------------------------------- */       

.h2-skills{
 font-family: JetBrains;
    background-clip: text;
    box-sizing: border-box;
    color: #000;
    /*color: rgba(102,125,147,.6588235294);*/
    display: inline-block;
    font-size: 12px;
    font-weight: 100;
    line-height: 1;
    margin:0px;
    padding:0px;
}


.skill-tabs   {
    background-color: #fff; 
    /***border-top-left-radius: 15px;
    border-top-right-radius: 15px;***/
    padding-top:60px;
}  


.skill-tabs-title-text {
    padding-left: 20px;
    padding-top:20px;
    padding-bottom:30px;
}


.skill-tabs-tabs{
   display:flex; 
   width: 100%;
  justify-content: center;
}



/*****TABS     *****/



.tabs {
      display:flex; 
      width: 96%;
     justify-content: space-between;
     align-items: center;
   }
   
               
   .tab{
       border-top-left-radius: 5px;
       border-top-right-radius: 5px;
       font-family: JetBrains;
       box-sizing: border-box;
       font-size: 12px;
       font-weight: 200;
       line-height: 1em;
       display:flex;
       min-width: 150px;
       min-height: 30px;
       background: #F5F8FC;
       justify-content: center;
       align-items: center;

       border:none;
       cursor: pointer;
   }


   .tab.active {
    background: #35CCFC;
    color: white;
  }
  
  
  
  .contents.active   {
 background-color: white;
  min-height: 300px;
  margin-bottom: 40px;
  display:flex; 
  justify-content: center;
  width: 100%;
  padding-top:2px;
  padding-bottom:50px;
  border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}  

.contents {
    display: none;
  }



/***
.skill-tabs-tabs-row{
   display:flex; 
   width: 96%;
  justify-content: space-between;
  align-items: center;
}

            
.skill-tabs-tabs-name{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: JetBrains;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    font-weight: 200;
    line-height: 1em;
    display:flex;
    min-width: 150px;
    min-height: 30px;
    background-color: #f6f4f0;
    justify-content: center;
    align-items: center;
}


.skill-folders   {
  background-color: #fff; 
  min-height: 300px;
  margin-bottom: 40px;
  display:flex; 
  justify-content: center;
  width: 100%;
  padding-top:2px;
  padding-bottom:50px;
  border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}  ***/

.skill-folders-row{
    display:flex;
    justify-content:center;
    align-items:center;
    max-width:96%;
    min-height: 400px;
    background-color: #F8F8F8
    ;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 50px;
    padding-bottom: 60px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.skill-folders-row-subrow{
    display:flex;
    justify-content:center;
    max-width:96%;
    min-height: 400px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.skill-folders-row-subrow-text {
    width:50%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding:20px;
}

.skill-folders-row-subrow-image {
    width:50%;
    padding:20px;
    display:flex;
    justify-content:center;
    align-items: center;
}

.flex-image{
    padding-top:40px;
    padding-bottom:30px;
  max-width: 400px;
  height: auto;
  position: relative;
  display: block; /* Removes the tiny gap often found at the bottom of images */
}


/***FAQ***********************************/

.faq {
    background-color:#fff;
    display: flex;
    padding: 80px;
    gap: 60px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    
  }
  
  .faq-left {
    flex: 1;
  }
  
  .faq-left h1 {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.1;
  }
  
  .faq-right {
    flex: 2;
  }
  
  .faq-item {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  
  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
  }
  
  .icon {
    font-size: 24px;
    transition: transform 0.3s ease;
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 16px;
    margin-top: 10px;
  }
  
  .faq-item.active .faq-answer {
    max-height: 200px;
    opacity: 1;
  }
  
  .faq-item.active .icon {
    transform: rotate(45deg); /* turns + into x */
  }




























/*** gradient ***/
.gradient-bar {
    width: 100%;
    display: flex;
    z-index: -1;
    mix-blend-mode: multiply;
    filter: blur(110px);
    background: linear-gradient(to right, #e372ff 6%, #a24af1 12%, #5f1ae2 18%, #4b2ce6 24%, #3341e4 30%, #1955e2 36%, #017be4 42%, #008ce8 48%, #019fed 54%, #00b1ec 60%, #02bcde 66%, #03c6cb 72%, #00cfb8 78%, #21d8a7 84%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 60px;}
    
    
.overflow-control {
    overflow:hidden;
    }

/***background: linear-gradient(to right, #e372ff 6%, #a24af1 12%, #5f1ae2 18%, #4b2ce6 24%, #3341e4 30%, #1955e2 36%, #017be4 42%, #008ce8 48%, #019fed 54%, #00b1ec 60%, #02bcde 66%, #03c6cb 72%, #00cfb8 78%, #21d8a7 84%);

#DBD0EF
#B9CCEB
#C2E8E2**/




/***.faq   {
  background-color: #f9f7f2; 
  min-height: 300px;
  padding: 60px;
}  ***/



.parabola {
    background-color: #232827; 
  min-height: 100px;
  padding: 60px;
}
                            
                            

/* --- AI TEST --- */
/* --- Logo Bar --- */
.apollo-body {
  background-color: #f9f7f2; /* Light cream background */
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1a1a;
  padding: 60px;
}

.logo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.logo-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #555;
}

.logo-container {
  display: flex;
  gap: 40px;
  align-items: center;
}

.logo-container img {
  height: 22px;
  opacity: 0.9;
}

/* --- Hero Testimonial --- */
.testimonial-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}

.quote {
  font-size: 48px;
  max-width: 650px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.attribution {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.author-info .name {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.author-info .title {
  display: block;
  color: #666;
  font-size: 11px;
  margin-top: 4px;
}

.company-logo {
  height: 28px;
  width: fit-content;
}

/* --- Stats Cards Section --- */
.stats-grid {
  display: flex;
  gap: 24px;
}

.stat-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 4px;
  flex: 1; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.card-header p {
  font-size: 14px;
  color: #666;
  max-width: 140px;
  line-height: 1.4;
}

.header-text {
  font-weight: 600;
  font-size: 18px;
}

.stat-value {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #3b3a4d;
}




/***********cube**************/


.scene {
  width: 300px;
  height: 300px;
  perspective: 800px;
}

.cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(-30deg) rotateY(30deg);
  animation: spin 40s infinite linear;
}

@keyframes spin {
  from { transform: rotateX(-30deg) rotateY(0deg); }
  to { transform: rotateX(-30deg) rotateY(360deg); }
}


.face {
  position: absolute;
  width: 300px;
  height: 300px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
}

.cell {
  background-size: cover;
  background-position: center;
  border: 1px solid #000;
}


.front  { transform: translateZ(150px); }
.back   { transform: rotateY(180deg) translateZ(150px); }
.right  { transform: rotateY(90deg) translateZ(150px); }
.left   { transform: rotateY(-90deg) translateZ(150px); }
.top    { transform: rotateX(90deg) translateZ(150px); }
.bottom { transform: rotateX(-90deg) translateZ(150px); }


