/*
Theme Name: Bodhi Advisory
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.3.0
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
.navbar-brand{max-width:140px;}

@font-face {
    font-family: inter-italic;
    src: url(assets/fonts/inter-italic.ttf);
}

@font-face {
    font-family: inter;
    src: url(assets/fonts/inter.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Recoleta;
    src: url(assets/fonts/Recoleta.TTF);
}



:root {
    --headings_font: "Recoleta", serif;
    --body_font: "inter", sans-serif;
    --h1-size: clamp(2.5rem, 5vw, 3rem);
    --h2-size: clamp(2rem, 4vw, 2.5rem);
    --p-size: clamp(16px, 2vw, 16px);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Mulish", sans-serif !important;
    background-color: #ECF0F0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: var(--headings_font);
}

h1 {
    font-size: var(--h1-size);
}

h2 {
    font-size: var(--h2-size);
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}
img{max-width:100%;}
video {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input:focus,
textarea:focus {
    border-color: #CCCCCC !important;
    outline: none;
}

.red-c {
    color: #C92E2A;
}

.orange-c {
    color: #F28A3C;
}

.bg-brown {
    background-color: #113F67;
    border-radius: 25px;
}

.bg-lightgreen {
    background-color: #ECF0F0;
}

.rounded-20 {
    border-radius: 20px;
}

.bg-blue {
    background-color: #2F5249;
}

.motion-txt {
    opacity: 0;
}

.bg-blur-cir:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 400px;
    content: '';
    filter: blur(50px);
    background-color: #307060;
    border-radius: 50%;
    opacity: 1;
    display: none;
}

.section-3>div:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background-image: url(https://telanganarising2047.org/wp-content/themes/telangana/assets/images/bg-type-1.png);
    background-size: cover;
    z-index: 0;
}

.object-fit-cover {}



/* header {
    position: absolute;
    left: 0;
    z-index: 3;
} */

header nav .logo-wrapper svg {
    width: 130px;
}

header .navbar-toggler {
    border: none;
}

header .navbar-toggler:focus {
    box-shadow: none
}


header nav .nav-list ul {
    list-style: none;
}

#menu-item-32{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 5px;
    gap: 12px;
    background-color: #F4A146;
    color: black;
    border: 1px solid #F4A146;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 45px;
    min-width: 150px;
    max-width: 225px;
    text-decoration: none;
}


header nav .nav-list ul li {
    position: relative;
}

header nav .nav-list ul li a{
    font-size:16px;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

#bootscore-navbar{
    display: flex;
    gap: 1rem;
    font-size: 16px;
    margin: 0px;
}

header nav .nav-list ul li .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    padding: 10px 0;
    font-size: 20px;
    min-width: 180px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    border-top: 4px solid #fb9439;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #ffcd80;
}

header nav .nav-list ul li .dropdown-menu li {
    padding: 8px 15px;
}

header nav .nav-list ul li .dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
}

header nav .nav-list ul li:hover .dropdown-menu {
    display: block;
}

header nav .nav-list ul li .dropdown-menu li a:hover {
    color: #b69974 !important;
    transition: color 0.3s ease-in;
}

.bg-body-tertiary{
    background: transparent !important;
}


.site-header {
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index:6;
}


header.scrolled-h {
    background-color: #e3bc60ca !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


header.scrolled-h .h-site {
    padding: 10px !important;
}


.logo-wrapper {
    max-width: 150px;
    transition: max-width 0.4s ease-out;
}

header.scrolled-h .header-logo-txt p {
    font-size: 0.5rem;
}

header.scrolled-h .logo-wrapper {
    max-width: 70px;
    transition: max-width 0.4s ease-in;
}



header nav .nav-list ul li a {
    font-size: 16px;
}

header nav .nav-list ul li a:hover {
    color: #b69974;
    transition: color 0.3s ease-in;
}

.offcanvas.offcanvas-end .btn-close:focus {
    box-shadow: none;
}

.offcanvas-body a {
    font-size: 1.2rem;
    color: #1e1e1e;
}

.offcanvas-body a:hover {
    color: #b69974 !important;
    transition: color 0.3s ease-in;
}


.hero-section {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6e6b4+49,ed9017+100 */
    background: linear-gradient(to bottom, #ffffff 0%, #f6e6b4 49%, #ed9017 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    transition: background-image 0s ease, background-color 0.5s ease;
    z-index: 2;
}

.hero-section::after {
    content: "";
    position: absolute;
    display: none;
    inset: 0;
    background-image: url('../images/bg-hero.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 1;
}

.hero-section.bg-loaded::after {
    opacity: 1;
}

.heading-animate {
    font-size: 3rem;
}

.heading-animate span {
    display: inline-block;
    filter: blur(6px);
    opacity: 0;
    transform: translate(0, 0);
}

.hero-section img {
    width: 200px;
}

.header-logo-txt p {
    font-size: 0.8rem;
}

.h-400 {
    height: 400px;
}

.hero-section .container h1 {}

.leaf-position {
    top: 100px;
}

.animated-button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 5px;
    gap: 12px;
    background-color: #F4A146;
    color: black;
    border: 1px solid #F4A146;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 45px;
    min-width: 150px;
    max-width: 225px;
    text-decoration: none;
}

/* input:-internal-autofill-selected {
    background-color: white !important;
} */


.sun {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #d81712;
    opacity: 0.9;
    box-shadow: 0px 0px 40px 15px white;
}

.ray_box {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    -webkit-animation: ray_anim 120s linear infinite;
    animation: ray_anim 120s linear infinite;
}

.ray {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,0+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(160, 160, 75, 1) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    margin-left: 10px;
    border-radius: 80% 80% 0 0;
    position: absolute;
    opacity: 0.1;
}

.ray1 {
    height: 170px;
    width: 30px;
    -webkit-transform: rotate(180deg);
    top: -175px;
    left: 15px;
}

.ray2 {
    height: 100px;
    width: 8px;
    -webkit-transform: rotate(220deg);
    top: -90px;
    left: 75px;
}

.ray3 {
    height: 170px;
    width: 50px;
    -webkit-transform: rotate(250deg);
    top: -80px;
    left: 100px;
}

.ray4 {
    height: 120px;
    width: 14px;
    -webkit-transform: rotate(305deg);
    top: 30px;
    left: 100px;
}

.ray5 {
    height: 140px;
    width: 30px;
    -webkit-transform: rotate(-15deg);
    top: 60px;
    left: 40px;
}

.ray6 {
    height: 90px;
    width: 50px;
    -webkit-transform: rotate(30deg);
    top: 60px;
    left: -40px;
}

.ray7 {
    height: 180px;
    width: 10px;
    -webkit-transform: rotate(70deg);
    top: -35px;
    left: -40px;
}

.ray8 {
    height: 120px;
    width: 30px;
    -webkit-transform: rotate(100deg);
    top: -45px;
    left: -90px;
}

.ray9 {
    height: 80px;
    width: 10px;
    -webkit-transform: rotate(120deg);
    top: -65px;
    left: -60px;
}

.ray10 {
    height: 190px;
    width: 23px;
    -webkit-transform: rotate(150deg);
    top: -185px;
    left: -60px;
}


@-webkit-keyframes ray_anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.custom-list {
  list-style: none; 
  padding-left: 0;
}

.custom-list li::before {
  content: "- "; 
}



.main-btn-i {
    padding: 23px 5px;
}

/* 
.main-btn-i:hover {
    background-color: #F4A146;
    color: #fff;
} */


/*----------*/

.entry-header h1{
    font-size:2.5rem;
}

 .wp-block-heading{
    font-size: 2rem;
}

.nav-toggler{
    border:none;
    font-size:25px;
}

.nav-toggler .fa-bars{
  color: #da2129;  
}

.custom-top-down-btn{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #da2129;
    border: none;
}

.custom-top-down-btn:hover{
    background-color: #da2129;
}


/*-----------*/

.txt-main {
    font-size: 16px;
    color: black;
}

.b-main-btn {
    border: 1px solid white;
}

.text-wrapper {
    position: relative;
    height: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.default-text,
.hover-text {
    display: block;
    transition: transform 0.4s ease;
    white-space: nowrap;
    position: relative;
}

.default-text {
    transform: translateY(0%);
}

.hover-text {
    transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0;
}

.animated-button:hover .default-text {
    transform: translateY(-100%);
}

.animated-button:hover .hover-text {
    transform: translateY(-10%);
}

.button-icon {
    background-color: black;
    border-radius: 50%;
    color: white;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.sec3colswrp {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
}


.button-icon-blog {
    background-color: #0c1e21;
    border-radius: 50%;
    color: white;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.blog-button {
    justify-content: flex-start;
    border: none;
    background-color: transparent;
}

.blog-button .button-icon {
    background-color: #0c1e21;
}


.blog-button:hover .button-icon {
    background-color: #0c1e21;
    color: white;
}


.animated-button {
    height: 40px !important;
}

.header-custom-btn{
    font-size:1rem;
}

.h-btn {
    background-color: #F4A146;
}

.h-icon {
    width: 30px !important;
    height: 30px !important;
    background: black;
}

.animated-button:hover .button-icon {
    transform: rotate(45deg);
}


.section-2 .shape-1,
.shape-2,
.shape-3,
.shape-4 {
    position: absolute;
    max-width: 60px;
    z-index: -1;
}

.section-2 .shape-1 {
    top: 100px;
    right: 10px;
}

.section-2 .shape-2 {
    top: 200px;
    right: 80px;
}

.section-2 .shape-3 {
    bottom: 150px;
    left: 0;
}

.section-2 .shape-4 {
    bottom: 250px;
    right: 50px;
}

.section-2 .sec2-div1 .img-wrapper {
    position: relative;
    padding: 30px;
    border-radius: 15px;
}


.captiontxt {
    background-color: #fff;
    display: inline-flex !important;
    line-height: 1;
    width: auto;
    align-items: center;
    border-radius: 5px;
    padding: 5px 13px;
    text-transform: uppercase;
}

.bg-captiontxt {
    background-color: #F5F4F4;
}

.captiontxt h4 {
    font-size: 16px;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    color: #ff8a00;
}

.header-wrapper .sub-header .img-wrapper {
    width: 25px;
    margin-right: 5px;
}


.section-3 .sec3-div1 .img-wrapper {
    max-width: 550px;
}

.section-3 .sec3-div1 .sub3-div .img-wrapper img {
    width: 60px;
    height: 60px;
}

.section-3 .sec3-div1 .sub3-div .img-wrapper .icon-4 {
    width: 80px;
    height: 80px;
}

.section-3 .sec3-div2 .img-wrapper {
    position: relative;
    z-index: 2;
}

.section-3 .sec3-div2 .img-wrapper::before {
    width: 200px;
    display: none;
    height: 200px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: '';
    background-color: #F3953D;
    z-index: -1;
    filter: blur(50px);
}

.section-3 .sec3-div2 .img-wrapper img {
    border-radius: 25px;
}

.section-3 .sec3-div2 .img-wrapper .about-shape {
    position: absolute;
    display: none;
    top: -25%;
    left: 0;
    margin: auto;
    right: 0;
    max-width: 70%;
    z-index: -1;
}

.sec3-circle {
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-circle .img-wrapper {
    max-width: 100px;
}

.sec3-circle .img-svg {
    position: absolute;
    bottom: -142px;
    right: -70px;
}

.sec3-circle .img-svg3 {
    position: absolute;
    bottom: -142px;
    right: 55px;
    transform: scaleX(-1);
}

.sec3-circle .img-svg2 {
    position: absolute;
    bottom: -80px;
    right: 55px;
    transform: scaleX(-1);
}

.sec3-circle .img-svg2 svg {
    width: 250px;
}

.sec3-circle .img-svg4 {
    position: absolute;
    bottom: -80px;
    right: -195px;
}

.sec3-circle .img-svg4 svg {
    width: 250px;
}

.sec3-div-branch .sec3-branch-circle {
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.sec3-branch-circle1 {
    position: absolute;
    left: -240px;
    top: 180px;
}

.sec3-branch-circle2 {
    position: absolute;
    left: -120px;
    top: 220px;
}

.sec3-branch-circle3 {
    position: absolute;
    right: -110px;
    top: 220px;
}

.sec3-branch-circle4 {
    position: absolute;
    right: -250px;
    top: 180px;
}


.section-4 {
    overflow: hidden;
}

.section-4 .tree-4 {
    position: absolute;
    right: -20%;
    top: 65%;
    transform: translateY(-50%);
    max-width: 600px;
    z-index: 1;
    opacity: 0.1;
}


.section-4 .sec4-div2 .sub4-div .wrapper {
    border: 1px solid #c7c9ca;
    padding: 30px 30px 70px 30px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    background-color: white;
    border-radius: 25px;
}

.section-4 .sec4-div2 .sub4-div .wrapper .content .number {
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #c7c9ca;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 40px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.section-4 .sec4-div2 .sub4-div:hover .number {
    background-color: black;
    color: white;
}

.section-4 .sec4-div2 .sub4-div .icon-wrapper {
    max-width: 120px;
    text-align: center;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    background-color: #5c8179be;
    transition: all 0.4s ease-in-out;
}

.section-4 .sec4-div2 .sub4-div:hover .icon-wrapper svg {
    filter: invert(1);
}




.bg-brown1 {
    background-color: #ffcd80;
}

.p-sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.p-div-text {
    max-width: 690px;
}

.p-sec2-div1 p {
    max-width: 950px;
}

.p-sec-2-div2 .img-wrapper {
    max-width: 600px;
    border-radius: 24px;
    overflow: hidden;
    top: 120px;
}

.p-sec-2 {
    background-color: #F5F4F4;
}

.fn-size {
    font-size: 1rem;
}

.card-i-wrapper .icon-wrapper-card {
    width: 60px;
}

.card-i-wrapper {
    border-radius: 24px;
    background-color: white;
}

.card-i-bg1 {
    background-color: #ffb328ba;
}

.card-i-bg2 {
    background-color: #ffc355b3;
}

.card-i-bg3 {
    background-color: #ffcc6da8;
}



/* ------------- */

.timeline {
    position: absolute;
    width: 0;
    height: 100%;
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: 2px dotted white;
    z-index: 0;
}

.timeline-fill {
    position: absolute;
    left: -3px;
    top: 0;
    width: 4px;
    height: 0;
    background-color: orange;
    z-index: 1;
}

.services-card {
    background-color: #2A2A2A;
    position: relative;
    z-index: 1;
    margin-block: 100px;
}

.service-inner {
    position: relative;
    z-index: 1;
    color: rgb(81, 78, 78);
    transform: scale(0.8);
}

.services-card .service-inner .icon-wrapper {
    width: 80px;
    padding: 20px;
    background-color: #b69974;
    border-radius: 24px;
}

.services-card .icon-wrapper img {
    width: 100%;
    height: 100%;
    filter: invert(1);
}


.services-card .point-wrapper .num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.11);
    color: white;
}


.services-card .point-wrapper .num-txt p {
    width: 600px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.11);
    color: white;
    border-radius: 12px;
}



/* ---------------- */

.section-4 .sec4-div2 .sub4-div .wrapper .content .number::before {
    position: absolute;
    content: "";
    top: 26px;
    right: 51px;
    width: 160px;
    height: 2%;
    background: #c7c9ca;
    display: inline-block;
}

.section-4 .sec4-div2 .sub4-div .wrapper .content .number::after {
    position: absolute;
    content: "";
    top: 26px;
    left: 51px;
    width: 160px;
    height: 2%;
    background: #c7c9ca;
    display: inline-block;
}

.section-4 .sec4-div2 .sub4-div .wrapper .content h4 {
    margin-top: 40px;
}

.section-5 .header-wrapper .sub-header .img-wrapper {
    width: 50px;
    margin-right: 0;
}


.section-5 .sec4-wrapper {
    width: 100%;
    background-color: #F5F4F4;
    border-radius: 10px;
    padding: 28px 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
    height: 100%;
    transition: background 0.4s ease;
}

.section-5 .sec4-wrapper .img-wrapper {
    max-width: 80px;
}

.section-5 .sec4-wrapper .content {
    padding-top: 90px;
}

.section-5 .sec4-wrapper:hover {
    background: linear-gradient(135deg, rgba(255, 200, 120, 0.25), rgba(255, 255, 150, 0.25));
}

.section-5 .sec4-wrapper img {
    transition: all ease 0.2s;
}

.section-5 .sec4-wrapper:hover img {
    filter: invert(100%);
}

.section-5 .sec4-wrapper:hover .icon-wrapper .icon-svg {
    color: rgba(255, 255, 255, 0.805);
}

.section-5 .sec4-wrapper:hover .content h4 {
    color: white;
}

.section-5 .bg-brown {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.section-5 .bg-brown .pattern {
    position: absolute;
    top: -80px;
    left: -180px;
    max-width: 350px;
    z-index: -1;
}

/* ------- */





.treetable {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    column-gap: 50px;
    position: relative;
    padding: 20px 0;
}

.treetable:before {
    position: absolute;
    width: 4px;
    height: 50px;
    content: '';
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    top: -48px;
    z-index: 0;
}

.treetable:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    margin: auto;
    width: 134px;
    border: 4px solid #fff;
    z-index: 0;
    border-radius: 10px;
}

.treetable-col {
    display: flex;
    align-items: center;
    counter-increment: section;
    margin: 16px 0;
    position: relative;
    z-index: 1;
}

.img-wrapper-inner {
    width: 100%;
    max-width: 58px;
    margin: 0 10px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    border: 3px solid #000;
    background-color: #fff;

}

.treetext-info {
    padding: 10px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    z-index: 3;
}

.treetext-info:before {
    position: absolute;
    left: -10px;
    top: 0;
    content: '';
    height: 100%;
    width: 10px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}

.treetable-col:nth-child(even) .treetext-info:before {
    position: absolute;
    right: -10px;
    left: auto;
    content: '';
    height: 100%;
    width: 10px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}

.treetext-info h6 {
    margin: 0;
}

.treetable-col:after {
    content: counter(section, upper-alpha);
    height: 100%;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 68px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #fff;
    justify-content: center;
}

.treetable-col:before {
    position: absolute;
    left: 0;
    top: -5px;
    bottom: -5px;
    content: '';
    width: 70px;
    z-index: 0;
    border-radius: 10px;
}

.treetable-col:nth-child(even):before {
    position: absolute;
    right: 0;
    left: auto;
    top: -5px;
    bottom: -5px;
    content: '';
    width: 70px;
    z-index: 0;
}

.treetable-col:nth-child(odd) {
    flex-direction: row-reverse;
}

.treetable .treetable-col:nth-child(1) .img-wrapper-inner {
    border-color: #ff6f00;
}

.treetable .treetable-col:nth-child(2) .img-wrapper-inner {
    border-color: #fb9439;
}

.treetable .treetable-col:nth-child(3) .img-wrapper-inner {
    border-color: #fb810f;
}

.treetable .treetable-col:nth-child(4) .img-wrapper-inner {
    border-color: #faca0b;
}

.treetable .treetable-col:nth-child(5) .img-wrapper-inner {
    border-color: #175b32;
}

.treetable .treetable-col:nth-child(6) .img-wrapper-inner {
    border-color: #ff6f00;
}

.treetable .treetable-col:nth-child(7) .img-wrapper-inner {
    border-color: #fb9439;
}

.treetable .treetable-col:nth-child(8) .img-wrapper-inner {
    border-color: #faca0b;
}

.treetable .treetable-col:nth-child(9) .img-wrapper-inner {
    border-color: #175b32;
}

.treetable .treetable-col:nth-child(10) .img-wrapper-inner {
    border-color: #ff6f00;
}

.treetable .treetable-col:nth-child(1):before {
    background-color: #ff6f00;
}

.treetable .treetable-col:nth-child(2):before {
    background-color: #fb9439;
}

.treetable .treetable-col:nth-child(3):before {
    background-color: #fb810f;
}

.treetable .treetable-col:nth-child(4):before {
    background-color: #faca0b;
}

.treetable .treetable-col:nth-child(5):before {
    background-color: #175b32;
}

.treetable .treetable-col:nth-child(6):before {
    background-color: #ff6f00;
}

.treetable .treetable-col:nth-child(7):before {
    background-color: #fb9439;
}

.treetable .treetable-col:nth-child(8):before {
    background-color: #faca0b;
}

.treetable .treetable-col:nth-child(9):before {
    background-color: #175b32;
}

.treetable .treetable-col:nth-child(10):before {
    background-color: #ff6f00;
}


@media(max-width:768px) {
    .treetable {
        grid-template-columns: repeat(1, 1fr);
        padding-right: 20px;
    }

    .treetable-col:nth-child(odd) {
        flex-direction: row;
    }

    .treetable-col:before {
        left: auto;
        right: 0;
    }

    .treetable:before {
        position: absolute;
        width: 4px;
        height: 50px;
        content: '';
        background-color: #fff;
        display: none;
        margin: auto;
        left: 0;
        right: 0;
        top: -48px;
        z-index: 0;
    }

    .treetable:after {
        border-radius: 0;
        width: 4px;
        border: none;
        background-color: #fff;
        right: auto;
        left: 38px;
        margin: 0;
        top: -54px;
    }

    .treetext-info:before {
        right: -10px;
        left: auto;
        border-radius: 0 10px 10px 0;
    }
}

.advisory-col {
    padding: 200px;
}

.advisory-img-wrapper {
    max-width: 300px;
    position: relative;
}

.advisory-img-wrapper .circle-1,
.advisory-img-wrapper .circle-2,
.advisory-img-wrapper .circle-3,
.advisory-img-wrapper .circle-4 {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: black;
    background-color: #F4A146;
}

.advisory-img-wrapper .circle-adv:hover {
    scale: 1.1;
    transition: scale 0.3s ease-in-out;
}

.advisory-img-wrapper .circle-1 {
    left: 75px;
    top: -140px;
}

.advisory-img-wrapper .circle-2 {
    right: -150px;
    top: 100px;
}

.advisory-img-wrapper .circle-3 {
    left: -150px;
    top: 100px;
}

.advisory-img-wrapper .circle-4 {
    bottom: -150px;
    left: 75px;
}


/*.blog-section {*/
/*    margin: auto;*/
/*}*/

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog-header h2 {
    font-size: 3rem;
    font-weight: 700;
}

.blog-header h2 span {
    color: #9aa5a8;
    font-weight: 500;
}

.blog-header p {
    max-width: 400px;
    color: #6c757d;
    font-size: 1rem;
    margin-top: 10px;
}

.swiper {
    padding-bottom: 40px !important;
    position: relative;
}

.swiper-slide {
    background: white;
    border-radius: 12px;
    padding:0px;
    height: auto !important;
    overflow: hidden;
    display: flex !important;
    flex-direction: row;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.swiper-backface-hidden .swiper-slide{
    height: auto;
}

.blog-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-date {
    font-weight: 600;
    font-size: 0.9rem;
}

.blog-date span {
    display: block;
    font-size: 1.2rem;
}

.blog-content {
    padding-inline: 20px;
    padding-block: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.blog-tags {
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 10px;
    position: absolute;
    bottom: -30px;
    left: 30px;
}

.blog-tags .cat {
    display: inline-block;
    padding: 4px 8px;
    color: white !important;
    border-radius: 0px;
    margin-right: 5px;
    background-color:#da2129;
}

.blog-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
}

.read-more {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #0a3a34;
    text-decoration: none;
    margin-top: auto;
}

.read-more i {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 6px;
    font-size: 0.9rem;
}

/* Style the button containers */
.header-wrapper .swiper-button-next,
.header-wrapper .swiper-button-prev {
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: black;
  background-color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-wrapper .swiper-button-next svg,
.header-wrapper .swiper-button-prev svg {
    
    width:12px;
    height:12px;
}

/* Optional: adjust spacing */
.header-wrapper .swiper-button-next {
  right: 10px;
}
.header-wrapper .swiper-button-prev {
  left: 85px;
}

/* Style the default Swiper arrow icons */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1rem;
  color: inherit;
}


/*.header-wrapper .blog-btn-swiper .swiper-button-prev {*/
/*    left: 85px;*/
/*}*/

.swiper-pagination-bullets {
    bottom: 0px;
}

.swiper-pagination-bullet {
    background-color: #9aa5a8;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #0a3a34;
}

.contact-section {
    background-color: #2a2a2a;
}


.f-circle {
    background-color: white;
    color: black;
}

.contact-form {
    background: #ffcd80;
    padding: 40px;
    border-radius: 12px;

}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 18px;
    border: none;
    background: white;
    color: black;
    border-radius: 30px;
    margin-bottom: 25px;
    outline: none;
}

.contact-form textarea {
    min-height: 120px;
    border-radius: 20px;
}

.contact-form button {
    color: black;
}

/* ________ */

.perspective-section {
    color: white;
}

.perspective-section .h-text {
    border-bottom: 1px solid #9aa5a8;
}

.perspective-section .perspective-points li::marker {
    color: #919191;
}

.perspective-section .perspective-points li a {
    color: #919191;
    text-decoration: underline;
}

/* _________ */

.shared-wisdom-section {
    background-image: url('pattern.png');
    background-size: cover;
    background-position: center;
}

.shared-card-col {
    opacity: 0;
}


.shared-card {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    color: white;
    border-radius: 10px;
    padding: 40px 20px;
    height: 250px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.shared-wisdom-section>div:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background-image: url('/staging/wp-content/themes/bodhiadvisory/assets/images/bg-elements.png');
    background-size: cover;
    z-index: 0;
    opacity: 0.1;
}

.shared-card:hover {
    transform: translateY(-5px);
}

.shared-card-number {
    font-size: 28px;
    font-weight: 600;
    color: white;
}

.shared-card-icon {
    width: 50px;
    margin-bottom: 20px;
}


/* ______ */

.contact-form-page {
    padding: 10px 25px;
}

/*_______*/




/* ______ */

.tet-color {
    color: #F2B35B;
}

.tet-color-bg {
    background-color: #F2B35B;
}

.root-sec-2 {
    background-color: #F5F4F4;
}

.root-sec-2 .nav-link {
    color: #847062;
    padding: 7xpx 12px;
    border: none;
}

.root-sec-2 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #F2B35B;
}

.root-sec-2 .root-img-wrapper {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    background-color: #FBE4D1;
}


.root-sec-2 .root-img-wrapper img {
    max-width: 280px;
}

.root-sec-2 .root-img-wrapper .img-content {
    width: 100%;
    background-color: white;
    padding: 20px 10px;
}

.fn-1rem {
    font-size: 1rem;
}

.img-wrapper-root {
    max-width: 150px;
}

.logo-content .content {
    max-width: 300px;
    padding: 0px 10px;
    border-top: 2px solid #CA5C48;
    border-bottom: 2px solid #CA5C48;
    margin: auto;
}

.stack_card {
    border-radius: 12px;
    position: sticky;
    top: 150px;
    background-color: #F5F4F4;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.stack_card .img-stack-wrapper {
    max-width: 200px;
}

.fn-07{
 font-size: 0.7rem;
}

@media screen and (max-width:600px) {
    .stack_card .content h3 {
        text-align: center;
    }

    .stack_card .content h5 {
        text-align: justify;
    }
}


/* ______ */




#page{
    position: relative;
    z-index: 6;
}

.content-area{
    padding-top:150px;
}

footer {
    background-color: #f9eed7;
    color: #173f1a;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.footer-top {
    padding: 40px 0;
    overflow: hidden;
}

.footer_widget ul{
    margin-left: 15px;
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg{
    fill: #173f1a !important;
}

.footer-tree {
    position: absolute;
    z-index: -1;
    bottom: -50px;
    left: 100px;
    max-width: 500px;
    opacity: 0.5;
}

.footer-logo {
    max-width: 150px;
}

.footer-social {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    font-size: 14px;
}

.footer-links a {
    display: block;
    color: #173f1a;
    text-decoration: none;
    margin-bottom: 5px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-icons a {
    color: #173f1a;
    margin-right: 10px;
    font-size: 18px;
}



@media (max-width:1200px) {

  .section-4 .sec4-div2 .sub4-div .wrapper .content .number::before {
        width: 120px;
    }

    .section-4 .sec4-div2 .sub4-div .wrapper .content .number::after {
        width: 120px;
    }

    .section-4 .sec4-div2 .sub4-div .wrapper {
        height: 100%;
    }

    .txt-center-air {
        text-align: center;
    }

    .sec3-index {
        margin-left: -55px;
    }

    .header-wrapper .blog-btn-swiper .swiper-button-prev {
        left: 0px;
    }

    .card-i-wrapper {
        padding: 20px !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    .h-s-70 {
        min-height: 600px;
    }

    .sec3-index {
        margin-left: 0px;
    }

    .txt-center-air {
        text-align: start;
    }

    .h-s-50 {
        min-height: 50vh;
    }

    .fn-1 {
        font-size: 1.2rem;
    }
    
     .mt-80 {
        margin-top: 60px;
    }

    .section-4 .sec4-div2 .sub4-div .wrapper .content .number::after {
        width: 138px;
    }

    .section-4 .sec4-div2 .sub4-div .wrapper .content .number::before {
        width: 138px;
    }

    .section-4 .sec4-div2 .sub4-div .wrapper {
        height: 100%;
    }

    .section-4 .sec4-div2 .sub4-div:nth-child(3) {
        margin-top: 20px;
    }

    .blogSwiper .swiper-wrapper .swiper-slide {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .header-wrapper .blog-btn-swiper .swiper-button-prev {
        left: 0px;
    }

    .section-4 .s4-wrapper {
        width: 0px;
        margin: auto;
    }

    .section-4 .s4-main-wrapper .c-div {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width:600px) {

    .h-s-100 {
        min-height: 650px !important;
    }

    .fn-2 {
        font-size: 1.9rem;
    }

    .sec3-index {
        margin-left: 0px;
    }

    .txt-center-air {
        text-align: start;
    }

    .h-s-70 {
        min-height: 500px;
    }

    .h-s-50 {
        min-height: 50vh;
    }

    .logo-wrapper {
        width: 100px;
    }

    .header-logo-txt p {
        font-size: 0.5rem;
    }

    .hero-section {
        overflow-x: hidden;
    }

    .hero-section img {
        width: 100px;
    }

    .heading-animate {
        font-size: 2rem;
    }

    .section-3 .sec3-div2 .img-wrapper::before {
        width: 100px;
        height: 100px;
    }

    .section-4 .sec4-div2 .sub4-div .wrapper .content .number::after {
        width: 130px;
    }


    .sec3-circle {
        width: 70px;
        height: 70px;
    }

    .sec3-circle .img-wrapper {
        max-width: 60px;
    }

    .sec3-circle .img-svg {
        position: absolute;
        bottom: -118px;
        right: -40px;
    }

    .sec3-circle .img-svg3 {
        position: absolute;
        bottom: -118px;
        right: 40px;
        transform: scaleX(-1);
    }

    .sec3-circle .img-svg2 {
        position: absolute;
        bottom: -70px;
        right: 40px;
        transform: scaleX(-1);
    }

    .sec3-circle .img-svg svg,
    .sec3-circle .img-svg3 svg {
        width: 80px;
    }

    .sec3-circle .img-svg2 svg,
    .sec3-circle .img-svg4 svg {
        width: 150px;
    }

    .sec3-circle .img-svg4 {
        position: absolute;
        bottom: -67px;
        right: -110px;
    }

    .sec3-div-branch .sec3-branch-circle {
        width: 60px;
        height: 60px;
    }

    .sec3-div-branch .sec3-branch-circle h6 {
        font-size: 0.5rem;
    }

    .sec3-branch-circle1 {
        position: absolute;
        left: -130px;
        top: 100px;
    }

    .sec3-branch-circle2 {
        position: absolute;
        left: -70px;
        top: 160px;
    }

    .sec3-branch-circle3 {
        position: absolute;
        right: -70px;
        top: 160px;
    }

    .sec3-branch-circle4 {
        position: absolute;
        right: -130px;
        top: 100px;
    }

    .mt-80 {
        margin-top: 60px;
    }

    .section-4 .s4-wrapper {
        margin: auto;
        width: 0px;
    }

    .section-4 .s4-main-wrapper .c-div {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }


    .services-card .point-wrapper .num-txt p {
        width: 300px;
        text-align:center;
    }

     .services-card .point-wrapper .list-wrapper{
         flex-direction:column;
     }

    .section-4 .sec4-div2 .sub4-div .wrapper .content .number::before {
        width: 130px;
    }

    .header-wrapper .swiper-button-next,
    .header-wrapper .swiper-button-prev {
        background-color: white;
    }

    .header-wrapper .swiper-button-next {
        right: 5px;
        top: 300px;
    }

    .header-wrapper .blog-btn-swiper .swiper-button-prev {
        left: 5px;
        top: 300px;
    }

    .blog-section .header-wrapper {
        position: relative;
        z-index: 3;
    }

    .blogSwiper .swiper-wrapper .swiper-slide {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .contact-form {
        padding: 30px 20px;
    }


    .footer-p {
        font-size: 0.6rem;
        margin: auto;
    }
    
    .footer-img-tree img{
        width:250px;
    }
    
    
    #secondary button{
    border-color: #da2129;
    color: #da2129;
    }
    
    .offcanvas-body .wp-block-group .wp-block-heading{
        margin-bottom: 20px;
    }
    

}


/*---------------*/
.has-post-thumbnail a{
    width:100%;
    height: 100%;
}



.category-badge{
    display: inline-block;
}
.category-badge .badge{
    display:inline-block;
    color: white !important;
    background-color: #da2129 !important;
}

.bs-list-group .list-group-item-action.active{
    background-color: #f4a146 !important;
    border-color: #f4a146;
}

.pagination .page-item .page-link{
    color: black;
}

.active>.page-link{
    background-color: #da2129 !important;
    color: white !important;
    border-color: #da2129;
}