/* STYLE 1 Settings*/
#ebook-data-style1{
    display: flex;
    max-width:690px;
    width:100%;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}
.ebook-data-section{
    background-color: #f8f8f8;
    padding: 80px 0 80px 0;
}
#ebook-data-style1 .ebook-data-heading{
    flex-basis: 100%;
    color: var(--MAR-Color-Palette-Dark-Blue, #051235);
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 140.9%; /* 40.861px */
    margin: 0px;
}
#ebook-data-style1 .ebook_data_li{
    flex-basis: 100%;
    color: var(--MAR-Color-Palette-Dark-Blue, #051235);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 185.2%; /* 37.04px */
    margin-bottom: 30px;
}

#ebook-data-style1 a.ebook-data-btn,
#ebook-data-style2 a.ebook-data-btn {
    border-radius: 60px;
    border: 3px solid var(--MAR-Color-Palette-Dark-Blue, #051235);
    padding: 17px 50px 17px 50px;
    color: #051235;
    font-weight: 700;
    font-size: 22px;
}

#ebook-data-style1 .ebook-data-btn svg,
#ebook-data-style2 .ebook-data-btn svg {
    margin-left: 5px;
}

#ebook-data-style1 ul li {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
    list-style-type: none;
    padding-left: 30px;
    background-image: url(https://useinsider.com/assets/media/2024/03/icon-park-solid_check-one.svg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
}
#ebook-data-style1 ul{
    padding: 0 !important
}


@media(max-width:767px){
    #ebook-data-style1{
        padding: 0vw 5vw 0vw 5vw;
    }
    #ebook-data-style1 .ebook-data-heading{
        text-align: center;
        font-size: 6vw;
        padding: 0 10vw;
    }    
    #ebook-data-style1 .ebook_data_li{
        background-color: white;
        padding: 8vw;
        margin-top: 5vw;
        font-size: 4vw;
    }
    #ebook-data-style1 a.ebook-data-btn{
        text-align: center;
        width: 100%;
        font-size: 5vw !important;
    }
    #ebook-data-style1 .ebook-data-btn{
        justify-content: center;
        display: flex;
        height: 17vw;
        align-items: center;
    }
    #ebook-data-style1 ul{
        padding: 0 5vw !important;
    }
    #ebook-data-style1 a.ebook-data-btn,
    #ebook-data-style2 a.ebook-data-btn{
        padding: 17px 55px 17px 55px;
    }
    .ebook-data-section {
        padding: 10vw 0 !important;
    }
     

}

/* STYLE 1 Dark Settings */
.ebook-data-section.dark-theme{
    background-color: #051235;
}

.ebook-data-section.dark-theme #ebook-data-style1 .ebook-data-heading{
    color: white;
}
.ebook-data-section.dark-theme #ebook-data-style1 .ebook_data_li{
    color: white;
}
.ebook-data-section.dark-theme #ebook-data-style1 a.ebook-data-btn{
    border: 3px solid white;
    color: white;
    padding: 17px 47px 17px 47px;
}

.ebook-data-section.dark-theme #ebook-data-style1 a.ebook-data-btn .svg-icon path {
    fill: white;
}
.ebook-data-.dark-theme .ebook-data-btn .svg-icon path {
    fill: white;
}
.ebook-data-section.dark-theme #ebook-data-style1 .ebook-hr{
    background: rgba(255, 255, 255, 0.41);
}

@media (max-width: 767px) {
    .ebook-data-section.dark-theme #ebook-data-style1 .ebook_data_li {
        background-color: #202c4b;    
        border-radius: 5px;
    }
}

/* STYLE 2 Settings */
#ebook-data-style2 {
    display: flex;
    max-width: 1160px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

#ebook-data-style2 .ebook-data-heading {
    flex-basis: 60%;
    color: var(--MAR-Color-Palette-Dark-Blue, #051235);
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 140.9%; /* 40.861px */
    margin-bottom: 40px;
}

#ebook-data-style2 .item-box {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
}

#ebook-data-style2 .box-heading {
    color: var(--MAR-Color-Palette-Teal, #4FDCCE);
    font-size: 90px !important;
    font-style: normal;
    font-weight: 600;
    margin: unset;
}

#ebook-data-style2 .box-info {
    color: #454545;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 149%; /* 29.8px */
    margin-left: 0.02em;
}

.ebook-data-section #ebook-data-style2 .box-info {
    padding-left: 0.3rem;
}


#ebook-data-style2  .mobile-hr{
    background-color: #F8F8F8;
    margin-bottom: 1.5rem;
}
.ebook-data-section #ebook-data-style2 .data-btn{
    flex-basis: 100%;
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
    #ebook-data-style2 {
        flex-direction: column;
        padding:5vw;
    }

    #ebook-data-style2 .item-box {
        flex-basis: 100%; 
    }
    #ebook-data-style2 a.ebook-data-btn{
        text-align: center;
        width:100%;
        font-size: 5vw;
    }
    .ebook-data-section #ebook-data-style2 .data-btn{
        margin: 5vw auto;
    }
    #ebook-data-style2 .box-heading{
        font-size:15vw !important;
    }
    #ebook-data-style2 .box-info{
        font-size:4vw;
    }
    .ebook-data-section{
        padding: 10vw 0vw !important;
    }
    .ebook-data-section #ebook-data-style2 .ebook-data-heading{
        font-size:6vw;
    }
    .ebook-data-section #ebook-data-style2 .box-info {
        padding-right: 0;
    }
    .ebook-data-box-section {
        padding: 10vw 5vw 10vw 5vw !important;
    }
}

/* STYLE 3 Settings */
.ebook-data-box-section {
    background-color: #f8f8f8;
    padding: 80px 0 80px 0;
}
#ebook-data-style-3 {
    display: flex;
    max-width: 1160px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 30px;
}

#ebook-data-style-3 .box-content-3 {
    border-radius: 5px;
    background: #fff;
    transition: all 0.3s ease;
    min-width: 365px;
    max-width: 365px;
    max-height: 240px;
    padding: 50px 0 75px 0;
}
#ebook-data-style-3 .ebook-data-heading{
    flex-basis: 100%;
    color: var(--MAR-Color-Palette-Dark-Blue, #051235);
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding: 0px 200px 0 200px;
    margin-bottom: 1rem !important;
    margin-top: 0;
}

#ebook-data-style-3 .box-heading {
    color: var(--MAR-Color-Palette-Teal, #4FDCCE);
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1rem;
}
.ebook-data-box-section #ebook-data-style-3 #box-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
} 
#ebook-data-style-3 .box-info {
    color: #454545;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 149%;
    padding: 0 2rem 0 2rem;
}
#ebook-data-style-3 .data-btn{
    padding-top: 40px;
    flex-basis: 100%;
    text-align: center;
}

#ebook-data-style-3 a.ebook-data-btn{
    border-radius: 60px;
    border: 3px solid var(--MAR-Color-Palette-Dark-Blue, #051235);  
    padding: 17px 50px 17px 50px;
    color: #051235;
    font-weight: 700;
    font-size: 22px;
}
#ebook-data-style-3.ebook-data-btn svg{
    margin-left: 5px;
}
.ebook-data-section #ebook-data-style2 .data-btn svg{
    margin-left: 5px;
}
@media(max-width:767px){
 
    #ebook-data-style-3 .ebook-data-heading{
        padding:0;
    }
    #ebook-data-style-3 a.ebook-data-btn{
        padding: 17px 43px 17px 43px;
    }
    #ebook-data-style-3 .data-btn {
        padding: 5vw 0;
    }
}


/* Tablet Settings */
@media (min-width: 768px) and (max-width: 1025px){
    .ebook-data-section{
        padding-right: 5vw;
        padding-left: 5vw;
    }
    .ebook-description-container a.ebook-description-btn{
        font-size: 18px;
        padding: 17px 30px 17px 30px;
    }
}

/* Dark theme for style 2 */
.ebook-data-section.dark-theme {
    background-color: #051235;
}
.ebook-data-section.dark-theme #ebook-data-style2 .ebook-data-heading{
    color: white;
}
.ebook-data-section.dark-theme #ebook-data-style2 .box-info{
    color: white;
}

.ebook-data-section.dark-theme #ebook-data-style2 a.ebook-data-btn{
    border: 3px solid white;
    color: white;
    padding: 17px 50px 17px 50px;
}
.ebook-data-section.dark-theme #ebook-data-style2 .ebook-data-btn .svg-icon path {
    fill: white;
}
.ebook-data-section.dark-theme .icon-div .svg-line path {
    stroke: #ACFDF5; 
}
@media(max-width:767px){
    .ebook-data-section.dark-theme #ebook-data-style2 .box-info {
        padding-right: 0;
    }
}

/* Dark Theme Styles */
.ebook-data-box-section.dark-theme {
    background-color: #051235;
}
.ebook-data-box-section.dark-theme #ebook-data-style-3 .box-heading {
    color:#ACFDF5;
}
.ebook-data-box-section.dark-theme #ebook-data-style-3 .box-info {
    color: white;
}
.ebook-data-box-section.dark-theme .box-content-3 {
    background: #1a2a57 !important;
}
.ebook-data-box-section.dark-theme a.ebook-data-btn{
    border: 3px solid white;
    color: white;
    padding: 17px 47px 17px 47px;
}
.ebook-data-box-section.dark-theme .ebook-data-btn .svg-icon path {
    fill: white;
}
.ebook-data-box-section.dark-theme #ebook-data-style-3 .ebook-data-heading{
    color: white;
} 
.ebook-hr{
    margin-top: 25px !important;
    color: #bcbcbc;
}
.ebook-data-box-section.dark-theme #ebook-data-style-3 a.ebook-data-btn{
    border: 3px solid white;
    color: white;
    padding: 17px 50px 17px 50px;
}
.ebook-data-box-section.dark-theme #ebook-data-style-3 .ebook-data-btn .svg-icon path {
    fill: white;
}
@media (min-width: 767px){
#ebook-data-style2 .item-box{
	padding-right: 20px;
}
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QG5XyEA25WTzZO_OSg.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QG5ZyEA25WTzZO8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}