/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*body {*/
/*  font-family: "Lexend Deca", sans-serif;*/
/*  font-optical-sizing: auto;*/
/*  font-weight: <weight>;*/
/*  font-style: normal;*/
/*}*/

.custom-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding:0px 10px;
}
.banner {
    width: 100%;
    background-color:#111B28;
    padding-top:130px;
    margin-top:-91px;
    padding-bottom:50px;
    border-radius: 0px 0px 100px 100px ;
    margin-bottom:10px;
}
.banner-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:60px;
}
.banner-content{
    flex:1;
}
.banner-content h1 {
     font-size: 44px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing:1px;
    color: #ffffff !important;
}
.banner-content p {
    font-size: 22px;
    font-weight: 400;
    letter-spacing:1px;
    color: #ffffff !important;
}
.Auth-thoughts span {
    color:#fff;
    font-size:16px;
    letter-spacing:1px;
    font-weight:400;
}
.border-right {
    padding-right: 10px;
    border-right: 2px solid #87888b;
    border-left: 2px solid #87888b;
    padding-left: 10px;
    margin-right:5px;
}
.border-right span {
    color:#87888b;
}
.span {
    padding-right: 5px;
}
.founder-card {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 15px;
    padding-top:25px;
}
.founder-content h2 {
    color: #ffffff !important;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height:1.3 !important;
    letter-spacing: 0.8px;
}
.founder-content p {
    margin: 0 !important;
    font-size: 18px !important;
    margin-bottom:14px;
}
.icon-text-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}
.icon-text-wrapper p {
    margin: 0;
    font-size:16px;
    color: #87888b!important;
}
.icons i {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    padding-top: 8px;
    cursor: pointer;
}
.banner-img {
    width: 600px;
    /*height: 400px;*/
}

.banner-img-blog{
    
}
p.back a {
    color: #ffffff !important;
    text-decoration: none;
    transition:0.3s ease-in-out;
}
p.back a:hover {
    color: #00adef !important;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: content;
    border-radius: 20px;
}
.founder-img {
    width: 70px;
    height: 70px;
}
.founder-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 60px;
}
.mobile-topics {
    display:none;
}
  #custom-popup {
        display: none; 
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        justify-content: center;
        align-items: center;
    }

    #custom-popup.active {
        display: flex;
    }

    .popup-content {
    background-color: #080d14;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    height:100%;
}
    .popup-btn button {
    color: #ffffff;
    background-color: transparent;
    font-size: 20px;
    width: 100%;
    font-weight: 400;
    }
/*.popup-btn {*/
/*    margin-bottom:20px;*/
/*}*/
    .close-popup {
    border-radius: 40px;
    text-align: center;
    background-color: #253754;
    margin-top: 20px;
    border: 2px solid #334665;
    width:100%;
    letter-spacing:0.8px;
    }
/*toc start*/
.toc-items h2:has(.toc-link.active) {
  background-color: #f0f0f1;
  color: #0a101a !important;
  border-radius: 2px;
}
.toc-content-box h2 {
    letter-spacing: 0.8px;
    
}
.toc-heading h2 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.toc-items h2, .toc-items h3 {
    margin: 0;
    letter-spacing: 0.8px;
    font-weight: 400;
    padding: 6px 10px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.toc-content-box-img {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.toc-content-box h2 {
    letter-spacing: 0.8px;
    background-color: #f0f0f1;
    /* width: fit-content; */
    padding: 6px 20px 6px 15px;
    border-radius: 4px;
}
.toc-items h2 a, .toc-items h3 a {
    text-decoration: none;
    color: #686e78;
    font-size: 14px;
    line-height: 18px;
    /*text-decoration:underline;*/
}
.toc-items h2:hover a,.toc-items h3:hover a {
    color: #0a101a;
}
.toc-items h2:hover,.toc-items h3:hover  {
    background-color: #f0f0f1;
    border-radius: 2px;
}
.toc-items h3  {
    margin-left:16px;
    margin-top: 0px !important;
    /*padding:0px;*/
    line-height:0;

}
.toc-items h3 a {
font-size:14px;
/*color:#29AAE2;*/
}

section.toc {
    padding: 70px 0px;
}

.toc-main {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    flex-wrap:wrap;
}

.toc-heading{
    border: 2px solid #dadee5;
    border-radius: 20px;
    flex:1;
    background-color:#ffffff;
    height:fit-content;
    
}
#toc-items-desktop {
    max-height:700px;
    overflow-y:auto;
    margin-bottom: 20px;
}
#toc-items-desktop::-webkit-scrollbar {
    width: 2px;
	background-color: #b2d7ef;
}
   
#toc-items-desktop::-webkit-scrollbar-thumb
{
	background-color: #218bc7;
	border: 2px solid #00ADEF;

}
.stickey {
    top: 100px;
    position: sticky;
    height: fit-content;
    flex:1;
}
.toc-main-heading p {
    border-bottom: 2px solid #dadee5;
    padding: 8px 15px;
    margin: 0;
    font-size: 18px;
    color: #686e78;
}
.toc-items {
    padding: 5px 10px 12px  10px;
}

.toc-content-box p {
    color: #424242;
}

.toc-content-box a {
    color: #27aae2;
}

ul.conten-points li {
    color: #424242;
}

.toc-contents {
    flex: 2 200px;
}

.toc-contents p a{
    color:#00ADEF;
    text-decoration:none;
}
.toc-contents h3{
    font-size:24px;
}

.toc-contents ol, .toc-contents ul{
  margin: 0 0 1.5em 3em;
  list-style: revert-layer;
}

.toc-contents h4{
    background-color:#b2d7ef;
    padding:20px;
    border-radius:10px;
    font-size: 18px;
}

.toc-contents .gkit-block__inner {
    background-color:#b2d7ef;
    padding:20px;
    border-radius:10px;
}
.toc-contents .gkit-block__inner h4 {
    padding:0px !important;
    border-radius:0px !important;
}

.toc-contents img {
    /*border-radius:20px;*/
}

ul {
    list-style: none;
    margin: 0;
}
ul.conten-points li h2 {
    line-height: 38px;
}
ul.conten-points li {
    line-height: 32px;
}
.toc-content-box-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-top: 30px;
    border-radius: 20px;
}
p.mt {
    margin-top:25px;
}
ul.conten-points li i {
    color: #29aae2;
    font-size: 25px;
    padding-right: 15px;
}
#copyLink{
 cursor: pointer;
}

/*newsletter start*/
.newsletter {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 15px;
    border: 2px solid #dadee5;
    padding: 15px;
}
.flexbox {
    display: flex;
    align-items: center;
    gap:15px;
}
.flex-content h5 {
    margin: 0;
    font-size:17px
}
.flex-content p {
    margin: 0;
    color:#484c53;
    font-size:16px;
}
.nEwsletter-input input {
    width: 100%;
    background-color: #F7F8FD;
    border-radius: 8px;
    margin-top: 15px;
    font-size:16px;
    font-family: 'Lexend Deca';
}
.nEwsletter-button button {
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    border: 2px solid #dadee5;
    color: #000000;
    font-size:16px;
    font-family: 'Lexend Deca';
    margin-top: 15px;
    transition: all 0.2s ease-in-out;
}
.nEwsletter-button button:hover {
    background-color:#f0f0f1;
}
.link-icon i {
    background-color: #29aae2;
    padding: 10px;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
}
.author-content {
    max-width: 100%;
}
.author-img {
    max-width:300px;
    height:auto;
    width:100%;
}
.author-content.wow.animate__.animate__fadeInUp {
    text-align: left;
}
.author-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*max-width: 1200px;*/
    margin: 0 auto;
    gap: 80px;
    width:100%;
}
.author-img {
    max-width: 450px;
    height: 450px;
}
.author-img img {
    border-radius: 3%;
    max-width:100%;
    height: 100%;
    object-fit: cover;
}
.author-content h6 a {
    color: #f0f8ff !important;
    font-size: 18px;
    transition:transform 0.3s ease-in-out;
    text-decoration:none;
    letter-spacing: 0.8px;
}
.author-content{
    max-width:680px;
}

.author-content h6:hover a {
    color: #f0f8ff !important;
}
.author-name-designation h2 {
    color: #ffffff !important;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.8px;
}
.author-banner-summary p {
    color: #f0f8ff;
}
.author-name-designation p {
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: 0.8px;
}
.connect-links{
    margin-top: 16px;
}
.connect-links span {
    color: #f0f8ff;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-right:4px;
}
.connect-links a {
    color: #f0f8ff !important;
    padding-inline: 4px;
    font-size: 18px;
}
.author-content h6:hover a {
    color: #27aae2 !important;
}
/*section blog cards css start here*/
section.card-section {
    padding: 50px 0px;
    background-color: #f9fafb;
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
}
.author-name h2 {
    letter-spacing: 0.8px;
    font-weight:500;
}
.blog-cards {
    justify-content: start;
     display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320.3px, 1fr));
    gap: 18px;
    margin:0 auto;
    flex-wrap: wrap;
    
}
.blog-card {
    border: 1px solid #cccccc;
    border-radius: 10px;
    background-color:#ffffff;
}
.blog-card img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.blog-card-content {
    padding: 20px;
    border-radius: 10px;
}
.blog-card-content h3 {
    font-size: 18px;
    padding-top: 10px;
    letter-spacing: 0.8px;
        line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-card span {
    font-size: 16px;
    font-weight: 500;
    color: #27aae2;
    letter-spacing: 0.8px;
    padding-right:5px;
}
.about-card span:nth-child(2) {
    color: #686e78;
    border-left: 2.3px solid #686e78;
    padding-left: 10px;
}
.blog-card-content a {
    text-decoration: none;
    color: #0a101a;
    letter-spacing: 0.8px;
}
.blog-card-content a:hover {
    color: #27aae2;
}
/*blog cards css end here*/



/*Blog Page layout */
.blog-page {
    width:100%;
    background-color:#f9fafb;
}
.full-blog-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.mobile-topics {
    border-radius: 40px;
    text-align: center;
    background-color: #253754;
    margin: 20px 0px;
    border: 2px solid #334665;
}
.BLogs-overview-posts {
    display: flex;
    gap: 20px;
}
.blog-banner-card span {
    font-size: 13px;
}
.blog-banner-card h3 {
    font-size: 18px;
    line-height: 26px;
}
.BLogs-overview h2 {
    color: #f4f0f0 !important;
    letter-spacing: 0.8px;
}
.blog-banner-card {
    background-color: transparent;
    border: none;
    flex:1;
}
.blog-banner-card img {
    border-radius: 5px;
}
.blog-banner-card h3 {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff !important;
}
.blog-banner-card a {
    color: #27aae2 !important;
}
.blog-banner-card  .blog-card-content {
    padding: 15px 0px;
}
.blog-banner-card a:hover {
    color: #29aae2 !important;
}
.all-topics p {
    color: #c1bdb9;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}
.all-topics ul li a {
    text-decoration: none;
    color: #c1bdb9;
    letter-spacing: 0.8px;
    cursor: pointer;
    font-size:16px;
    padding:5px;
    border-radius:4px;
    transition:all 0.3s ease-in-out;
}
.all-topics ul li {
    line-height: 34px;
}
.all-topics ul li a:hover {
    background-color: #29aae236 !important;
    color: #29aae2;
}
ul.all-topics-mobile p {
    color: #c1bdb9;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}
ul.all-topics-mobile li a {
    text-decoration: none;
    color: #ffffff !important;
    letter-spacing: 0.8px;
    cursor: pointer;
    font-size:18px;
    padding:5px;
    border-radius:4px;
    transition:all 0.3s ease-in-out;
}
ul.all-topics-mobile  li {
    line-height: 45px;
}
ul.all-topics-mobile  li a:hover {
    background-color: #29aae236 !important;
    color: #29aae2;
}
ul.all-topics-mobile  {
    padding-bottom: 15px;
}
.articals-title p {
    color: #c1bdb9;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}
ul.all-topics-mobile h3 {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.8px;
}
.articals-title ul li a {
  
    color: #e5e5e5;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right:8px;
}
.articals-title ul li .a-style{
      width: 235px;
}
.articals-title ul li {
    line-height: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #484848;
    padding-top: 10px;
}

.articals-title ul li svg {
    box-sizing: border-box;
    color: #29aae2;
    border: 1px solid #29aae2;
    padding: 4px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
}
.blog-cards-topsection {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    max-width:100%;
    margin:0 auto;
}

.blog-cards-topsection h3 {
    letter-spacing: 0.8px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom:0;
}
.blog-cards-topsection .search-wrapper {
    background-color: #ffffff;
    align-items:center;
    border-radius: 5px;
    box-shadow: 0 12px 12px -6px rgba(14, 63, 126, .04), 0 0 0 1px rgba(14, 63, 126, .04), 0 6px 6px -3px rgba(42, 51, 69, .04), 0 3px 3px -1.5px rgba(42, 51, 69, .04), 0 1px 1px -.5px rgba(42, 51, 69, .04);
    width: 320px;
    padding-left: 15px;
}
.search-wrapper input {
    background-color: transparent;
    border: none;
    
}
.search-wrapper input:focus {
    background-color: transparent;
    border: none;
    outline:0;
}
.dropdown{
    display:none;
}
.dropdown.toc_mobile.wow.animate__.animate__fadeInUp {
    display: none;
}

@media (max-width: 430px) {
    .banner-main {
    gap:0px !important;
}
.banner-content p {
    font-size: 14px !important;
}
.banner-content h2 {
    font-size: 18px !important;
    line-height: 34px !important;
}
.Auth-thoughts span {
    font-size: 12px !important;
}
.border-right {
    padding-right: 9px !important;
}
.span {
    padding-left: 6px !important;
}
.banner-img {
    width: 300px !important;
    height: 200px !important;
    margin-top: 25px !important;
}
.founder-content h2 {
    font-size: 18px !important;
    line-height:24px !important;
}
.banner-content h1 {
    font-size: 28px;
    line-height: 34px;
}
.founder-content p {
    font-size: 16px !important;
}
.founder-img {
    width: 60px !important;
    height: 60px !important;
}
.banner-content {
    width: 100%;
}
.banner {
    border-radius:0px !important;
    
}
div#toc-data h2 {
    font-size: 18px;
    line-height: 26px;
}
/*toc */
.stickey {
    position: relative;
}

.toc-items h2, .toc-items h3 {
    font-size: 16px;
}
.toc-content-box h2 {
    font-size: 22px;
}
.toc-content-box p {
    font-size: 16px;
    line-height: 26px;
}
ul.conten-points li {
    padding-bottom: 15px;
}
.blog-card-content h3 {
    font-size: 20px;
    line-height:26px;
}

.BLogs-overview h2 {
    font-size: 32px;
    margin:0;
    text-align:center;
}
.blog-cards-topsection h3 {
    font-size: 22px;
    padding-bottom: 20px;
}
.about-card span {
    font-size: 14px;
}
.author-name-designation h2 {
    font-size: 24px;
}
.author-content h6 a {
    margin-bottom: 10px;
}
.author-name-designation h2 {
    margin-bottom: 10px;
}
.author-name h2 {
    font-size: 22px;
}
.author-name-designation h2 {
   
    font-size: 20px;
    line-height: 20px;
}
.BLogs-overview-posts  {
    flex-direction:column;
}
.blog-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.blog-cards-topsection{
    flex-direction:column;
}
.blog-cards-topsection .search-wrapper {
    margin:0px auto;
    width:100% !important;
}
.blog-cards-topsection h3 {
    font-size:28px  !important;
    text-align:center;
}
.all-topics {
    display:none;
}
.mobile-topics {
    display:block;
}
.Popular_articles {
    display:none;
}
section.card-section {
    max-width:100% !important;
    padding: 20px 0px;
}
}
@media only screen and (min-width: 768px)  {
    #copyLink {
        display:none;
    }
}
@media only screen and (max-width: 768px)  {
    .author-name h2 {
    font-size: 26px;
    text-align:center;
}
h4.wp-block-heading {
    word-break: break-all;
}
/*author layout css*/
.author-banner{
        flex-direction: column-reverse;
        gap:40px;
}
.full-blog-banner {
     flex-direction: column; 
    column-count: 2;
    /*flex-direction: column-reverse;*/
}
.banner-content p {
    font-size: 18px !important;
}
.banner-content h2 {
    font-size: 38px;
    line-height: 48px;
}
.founder-content h2 {
    font-size: 22px;
}
.founder-content p {
    font-size: 16px !important;
}
.founder-img {
    width: 60px;
    height: 60px;
}
.banner {
    border-radius: 0px 0px 50px 50px;
}
section.toc {
    padding: 10px 0px;
}
.banner-main{
    flex-direction:column;
    gap:20px;
}
.toc-items h2, .toc-items h3 {
    font-size: 16px;
}

/*toc css*/
.toc-contents {
    flex: 2 510px !important;
}
/*h2 {*/
/*    font-size: 24px;*/
/*}*/
.stickey {
    flex: 1 200px;
}
.all-topics{
    display:none;
}
.dropdown{
    display:block !important;
}
.banner-content h1 {
    text-align: center;
}
.toc-main {
    gap:20px;
    padding:10px 0px;
}
                            /*toc for mobile view start here*/
.dropdown.toc_mobile.wow.animate__.animate__fadeInUp {
 display:block !important;
}
.toc_mobile .dropdown button .toc-active-text {
    font-size: 16px;   
    font-weight: 400;  
    line-height: 1.4;
    color:#686e78;
    text-align:left;
}
.dropdown-content {
  display: none;
}

.dropdown-content.show {
  display: block;
}
.dropdown  button i {
    color: #686e78;
     transition: transform 0.3s ease;
}
.dropdown.open button i {
  transform: rotate(180deg);
}
.dropdown button {
    width: 100%;
    background-color: #FFF;
    color: #000;
    font-weight: 400;
    font-size:18px;
    letter-spacing: 1.8px;
    font-family: 'Lexend Deca';
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 8px;
    display:flex;
    align-items:center;
    text-align:left;
    justify-content:space-between;
}
p.mb  {
    font-size: 16px;
    text-transform: uppercase;
    color: #686e78;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin: 10px 0px;
}
.dropdown {
  position:sticky;
    top:50px;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  margin-top:15px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  width:100%;
  border-radius:8px;
  max-height: 300px;
  overflow-x: auto;
  
}
.dropdown-content a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
}


                            /*toc for ,mobile vew end heere*/
            
            
/*.Auth-thoughts {*/
/*    display:none;*/
/*}*/
.toc-heading {
    display: none;
}
.icon-text-wrapper {
    justify-content: center;
    /*padding:0 !important;*/
}

.founder-card {
    justify-content: center !important;
    display:none;
}
.banner-content {
    text-align: center;
}
}
  @media (max-width: 1024px){ 
    .banner-img {
        width: 450px;
        height: auto;
}
.founder-content p {
    font-size: 18px !important;
    text-align: left;
}
.banner-content h2 {
    font-size: 20px;
}
.Auth-thoughts span {
    font-size: 16px;
    letter-spacing:0px;
}
.founder-content h2 {
    font-size: 22px;
}
.founder-content p {
    font-size: 18px !important;
}
.banner {
    border-radius: 0px 0px 40px 40px;
}
  }



.active-topic {
    background-color: #29aae236;
    color: #29aae2;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px;
    transition: 0.3s;
}



