/* Example CSS to support the JS behavior */
.elementor-nav-menu--dropdown.open {
    display: block !important;
    visibility: visible;
    opacity: 1;
}

body.menu-open {
    overflow: hidden;
    /* prevent scrolling when menu is open */
}


.select {
    position: relative;
    width: 250px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 295px;
    flex: 0 0 295px;
    height: 32px;
}

.select .selectBtn {
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    color: #56616C;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: "Avenir", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    font-style: italic;
}

.select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 20px;
    width: 9px;
    height: 9px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
}

.select .selectBtn.change:after {
    top: 55%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.select .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.select .selectDropdown .option:hover {
    background: #f8f8f8;
}

.select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-filter {
    /* background: url(https://boostacademyofexcellence.com/boostacademyofexcellencestaging/wp-content/uploads/2024/12/marcus-monaghan-9IluK_YKJto-unsplash-1-1.png) no-repeat center center / cover; */
    padding: 20px 0;
}

.container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.inner-blog-filter span {
    font-family: "Avenir", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    letter-spacing: 0.7px;
}

.inner-blog-filter {
    display: flex;
    align-items: center;
}

.select .selectDropdown h5 {
    margin: 20px 10px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.select .selectDropdown h5:first-child {
    margin: 0 10px 15px;
}

.select .selectDropdown .option {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px;
    border-radius: 4px;
    background: transparent;
    border-left: 3px solid transparent;
    margin: 0 0 5px;
}

.select .selectDropdown .option:last-child {
    margin: 0;
}

.select .selectDropdown .option:hover {
    border-radius: 4px;
    background: #F0EFD0;
    border-left: 3px solid #805A2A;
    font-weight: 600;
}

.inner-blog-filter .filter-box {
    display: flex;
    align-items: center;
    max-width: 370px;
    flex: 0 0 370px;
}

.inner-blog-filter .filter-box:last-child {
    margin-left: 50px;
}

.cstm-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    row-gap: 40px;
}

.col-4 {
    max-width: 33.3%;
    -webkit-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 0 15px;
}

.blog-list {
    background: #fff;
    padding: 40px 0 60px;
}

.blog-box .img img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-box .txt h4 {
    font-size: 20px;
    line-height: 24px;
    color: #000716;
    margin: 15px 0 10px;
}

.blog-box .txt span {
    display: table;
    background: #E5DDD2;
    color: #232F3E;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
}

.blog-box .txt p {
    font-size: 14px;
    line-height: 20px;
    color: #414D5C;
    font-weight: 400;
    margin: 8px 0;
}

.blog-box .txt a.blog-readmore {
    color: #805A2A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: table;
    text-decoration: underline;
    letter-spacing: 0.01em;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 40px 0 0;
}

.blog-pagination button {
    max-width: 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #805A2A;
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.blog-pagination button:hover,
.blog-pagination button.active {
    color: #fff;
    background: #805A2A;
}

.blog-pagination button.next {
    transform: rotate(180deg);
}

.blog-pagination button:hover svg path,
.blog-pagination button.active svg path {
    color: #fff;
    fill: #fff;
}

.quiz-sec {
    padding: 60px 0;
    text-align: center;
    /* background: url(https://boostacademyofexcellence.com/boostacademyofexcellencestaging/wp-content/uploads/2024/12/bg-4.png) repeat center center / 100%; */
}

.quiz-sec h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    font-family: "Didot", sans-serif;
    color: #805A2A;
    line-height: 52px;
    letter-spacing: 0.5px;
}

.quiz-sec span {
    font-size: 24px;
    line-height: 32px;
    color: #022539;
    display: block;
    margin: 0 0 15px;
}

.quiz-sec p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px;
}

.quiz-sec a {
    display: table;
    margin: 0 auto;
    background: #805A2A;
    color: #fff;
    border-radius: 60px;
    padding: 10px 30px;
    font-weight: 600;
}

.blog-banner {
    /* background: url(https://boostacademyofexcellence.com/boostacademyofexcellencestaging/wp-content/uploads/2024/12/Group-370-2.png) no-repeat center center / cover; */
    padding: 80px 0 60px;
}

.blog-banner h1 {
    font-family: "Didot", Sans-serif;
    font-size: 72px;
    line-height: 86px;
    color: #F0EFD0;
    margin: 0 0 30px;
}

.blog-banner h6 {
    color: #DFDBB7;
    font-family: "Didot", Sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}

/*   .single-blog-breadcrum ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.single-blog-breadcrum ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #805A2A;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.single-blog-breadcrum ul li {
  font-size: 14px;
  line-height: 20px;
  color: #414D5C;
}
.single-blog-breadcrum ul li a img {
  margin: 0 5px;
}
.single-blog-breadcrum {
  padding: 16px 0;
}
.single-post {
  background: #fff;
  padding: 40px 0 60px;
}
.col-7 {
  max-width: 66.7%;
  flex: 0 0 66.7%;
  padding: 0 15px;
}
.col-3 {
  max-width: 33.3%;
  flex: 0 0 33.3%;
  padding: 0 15px;
} */
/*.single-post h1 {
  margin: 0 0 25px;
  font-size: 40px;
  line-height: 52px;
  color: #000716;
}
.single-post .single-img img {
  display: block;
  width: 100%;
  height: 470px;
  border-radius: 8px;
  object-fit: cover;
}
.single-post .single-img {
  display: block;
  margin: 0 0 30px;
}
.single-post p {
  font-size: 16px;
  line-height: 24px;
  color: #000716;
  margin: 0 0 20px;
}
.single-post h2 {
  color: #022539;
  margin: 40px 0 10px;
  font-size: 24px;
  line-height: 32px;
}
.single-post p:last-child {
  margin: 0;
} */
.free-quiz-box {
    padding: 60px 30px;
    /* background: url(https://boostacademyofexcellence.com/boostacademyofexcellencestaging/wp-content/uploads/2024/12/Rectangle-169-2.png) repeat center center / 100%; */
    border-radius: 8px;
    text-align: center;
}

.free-quiz-box h4 {
    margin: 0 0 5px;
    color: #805A2A;
    font-family: "Didot", Sans-serif;
    line-height: 32px;
}

.free-quiz-box span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    margin: 0 0 15px;
    color: #022539;
}

.free-quiz-box p {
    font-size: 14px;
    color: #414D5C;
    line-height: 20px;
    margin: 0 0 25px;
}

.free-quiz-box a {
    background: #805A2A;
    border-radius: 60px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 25px;
    color: #fff;
}

.lets-connect-box h4 {
    margin: 0 0 20px;
    color: #022539;
    font-family: "Didot", Sans-serif;
    line-height: 32px;
}

.lets-connect-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.lets-connect-box {
    margin: 60px 0;
}

.single-post-link h4 {
    margin: 0 0 20px;
    color: #022539;
    font-family: "Didot", Sans-serif;
    line-height: 32px;
}

.single-post-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-post-link ul li {
    margin: 0 0 10px;
}

.single-post-link ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #805A2A;
    text-decoration: underline;
}

.single-post-link ul li:last-child {
    margin: 0;
}

.blog-banner.resources {
    /* background: url(https://boostacademyofexcellence.com/boostacademyofexcellencestaging/wp-content/uploads/2024/12/Group-370-1-1.png) no-repeat center center / cover; */
}

.resources-sec {
    padding: 60px 0;
    /* background: url(https://boostacademyofexcellence.com/boostacademyofexcellencestaging/wp-content/uploads/2024/12/bg-4.png) repeat center center / cover; */
}

.resources-box h2 {
    margin: 0 0 15px;
    color: #805A2A;
    font-family: "Didot", Sans-serif;
    text-transform: uppercase;
}

.resources-box p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #022539;
    margin: 0 0 40px;
}

.resources-box .innerbox {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.resources-box .innerbox .desp {
    padding: 20px;
}

.resources-box .innerbox .desp h4 {
    font-size: 20px;
    line-height: 24px;
    font-family: "Didot", Sans-serif;
    margin: 0;
}

.resources-box .innerbox .desp span {
    display: table;
    border-radius: 4px;
    background: #E5DDD2;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #232F3E;
    padding: 10px;
    margin: 10px 0;
}






@media all and (max-width: 979px) {
    .inner-blog-filter {
        flex-wrap: wrap;
    }

    .inner-blog-filter .filter-box:last-child {
        margin: 25px 0 0;
    }

    .inner-blog-filter span {
        max-width: 65px;
        flex: 0 0 65px;
    }

    .col-4 {
        max-width: 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media all and (max-width: 767px) {
    .col-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .single-post h1 {
        margin: 0 0 20px;
        font-size: 32px;
        line-height: 40px;
    }

    .single-post .single-img img {
        height: 227px;
    }

    .single-post h2 {
        margin: 30px 0 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .free-quiz-box {
        /* background: url(https://boostacademyofexcellence.com/boostacademyofexcellencestaging/wp-content/uploads/2024/12/Rectangle-169-2.png) repeat center center / 100%; */
        margin: 0 -15px;
    }

    .free-quiz-box h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .free-quiz-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-banner h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .blog-banner h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-banner {
        padding: 40px 0 40px;
    }

    .select {
        width: 265px;
        max-width: 265px;
        flex: 0 0 265px;
    }

    .col-4 {
        max-width: 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .blog-box .img img {
        height: 227px;
    }

    .quiz-sec h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .quiz-sec span {
        font-size: 16px;
        line-height: 24px;
    }
}