#footer,.modal + hr,#header,#header + hr {
    display: none;
}

@media screen and (max-width:991px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}
.form-control,.form-select {
        padding: 0.8rem .75rem;
}

.light_green_bg {
    background-color:#33c375;
}
.light_green {
    color:#33c375;
}
.dark_green_bg {
    background-color : #012726;
}
.dark_green {
    color: #012726;
}

.my_button {
     background-color:#33c375;
     color: #012726;
     font-size: 16px;
     padding: 12px 25px;
}
.my_button:hover {
     background-color:#33c375;
     color: #012726;
}

.overlay-card {
    position: absolute;
    bottom: 0;
    background-color: rgb(255 255 255 / 60%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin: 20px;
    width: -webkit-fill-available;
    padding: 10px 15px;
    border-radius: 30px;
}

.join_section {
    background-image: url(https://careerbruh.com/pooja/wp-content/uploads/2025/09/30917.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    padding: 8em 1em 8em 1em;
    position: relative;
    z-index: 1;
}

.join_section::before {
    content: '';
    position: absolute;
    background-color: rgb(20 20 20);
    opacity: 0.9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.blockquote-footer {
    color: #012726;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 10px;
    margin-bottom: 15px;
    border: none;
    overflow: hidden;

}

.accordion-flush .accordion-item:first-child,
.accordion-flush .accordion-item:last-child {
    border: none;
}

.accordion-flush .accordion-item .accordion-header .accordion-button {
    background: #f6f6f6;
    padding: 24px;
    border-radius: 24px;
    font-weight: bold;
    color: #012726;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    font-weight: bold;
    color: #012726;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #022726;
    background-color: #34c375;
}

.nav-pills .nav-link {
    color: #000;
    background-color: #e5e5e5;
    border-radius: 20px;
    padding: 5px 20px;
}
.video_card {
    border: none;
}
.cursor-pointer {
    cursor: pointer;
}

.wpcf7-response-output {
    border: none !important;
    color: green;
    margin-top: 10px !important;
}



@media screen and (max-width:768px) {
    .join_section {
   
    padding: 4em 1em 4em 1em;
  
}
.mobile_btn {
    font-size: 12px !important;
}
.logo_set {
     font-size: 14px !important;
}
.yo_img img {
    width: 70px !important;
}
.key_points {
    font-size: 12px;
}
.sticky_footer {
    width:100% !important;
    border-radius: 0px !important;
}
}