/*//// CSS FOR ALL BLOCKS /////*/

/* 
Home Hero
Image Info
Testimonials
Get In Contact
Lets Climb
Banner
Coaches
Waivers
Faq
Icon Boxes
Team Slider
Tab Content
Gravity Form
Contact Location
Pricing Table
Gallery
Courses Block
Book CTA
Discounted Prices
Card Dropdown
Booking Widget
Image grid
Info block
*/

/* Home Hero */
.home-hero-section{
    min-height: 80vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position:center ;
    background: var(--clr-black);
    position: relative;
    z-index: 1;
    color: var(--clr-white);
}
.home-hero-section::after{
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8982186624649859) 0%, rgba(0, 0, 0, 1) 35%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    opacity: .8;
    z-index: -1;
}   
       
.home-hero__image{
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    z-index: -1;
}
.home-hero__image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-hero__heading{
    max-width: 60%;
    font-size: 4.5rem;
}
.hero-cta{
    color: var(--clr-white);
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
    font-size: 2rem;

}
.hero-cta::after{
    content: "\f345";
    margin-left: 1em;
    color: var(--clr-white);
    font-family: 'Dashicons';
}
@media(max-width: 1000px){
    .home-hero__heading{
        font-size: 3rem ;
    }
}
@media(max-width: 600px){
    .home-hero__heading{
        max-width: 80%;
    }
    .home-hero__heading{
        font-size: 2.5rem;
    }
    .hero-cta{
        font-size: 1.2rem;
    }
}
/* Image Info  */
.image-info-section .container > * {
flex: 1;
}
.image-wrapper{
    width: 100%;
}
.image-info__sub-heading{
    text-transform: uppercase;
    font-size: .8rem;
    color: var(--clr-red);
    margin-bottom: 1em;
    font-weight: bold;
}
.image-info-section img{
    height: 100%;
    object-fit: cover;
    max-height: 500px;
    width: 100%;
    box-shadow: var(--box-s);
}
.image-info-section .content-wrapper{
    flex-direction: column;
    justify-content: center;
}
.image-info__content{
    margin-bottom: 1em;
}
.image-info__content ul{
    margin: 1em 0;
}
.image-info__content li{
    padding-left: 1em;
}
.image-info__content li::marker{
    content: 'o';
    color: var(--clr-black);
    font-size: 1.5em;
    font-weight: bold;
}
.image-faq__wrapper{
    margin-bottom: 2em;
}
@media(max-width: 900px){
    .image-info-section .container{
        flex-direction: column!important;
    }
    .image-info-section .content-wrapper{
        margin-bottom: 2em;
        padding: 0!important;
    }
    .image-info-section img{
        max-height: 350px;
    }
}

/* Testimonials */
.testimonial-section{
    position: relative;
}
.testimonial-section .container{
    display: flex;
    align-items: center;
}
.testimonial-section::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: var(--clr-light-grey);
    height: 100%;
    width: 60%;
    z-index: 1;
}
.testimonials-right{
    width: 70%;
    background: var(--clr-light-grey);
    position: relative;
    z-index: 2;
    cursor: grab;
}
.testimonials-right::after{
    content: '"';
    position: absolute;
    top: 20px;
    left: 50px;
    font-family: "CocogoosePro";
    font-size: 5rem;
    font-style: italic;
    color: var(--clr-red)
}
.testimonial-author{
    font-family: 'CocogoosePro';
    margin-top: 1em;
}
.testimonials-left{
    width: 30%;
}
.testimonials-left img{
    position: absolute;
    width: 40%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}
.testimonials-left h3{
    max-width:10ch;
    color: var(--clr-white);
    background: var(--clr-red);
    display: inline;
    line-height: 1.8em;
}
.testimonials-left h3 span{
    padding: .2em;
}
.testimonial-content__wrapper{
    padding-left: 4em;
}
.test-left, .test-right{
    top: 90%;
}
.test-left{
  left: -350px;
}
.test-right{
    left: -300px;
}
@media(max-width: 1300px){
    .testimonial-section{
        padding: 50px 0;
        background-color: var(--clr-light-grey);
    }
    .testimonial-section .container{
        flex-direction: column;
    }
    .testimonials-left{
        width: 100%;
        position: relative;
        height: 200px;
    }
    .testimonials-left img{
        width: 100%;
        z-index: 1;
    }
    .testimonials-left h3{
        position: relative;
        z-index: 2;
    }
    .testimonials-right{
        width: 100%;
        padding: 2em 0 0 0 ;
    }
    .testimonial-section::after{
        width: 0;
    }
    .testimonials-right::after{
        display: none;
    }
    .testimonials-left h3{
        max-width: none;
    }
    .testimonial-content__wrapper{
        padding: 0;
    }
    .test-left,
    .test-right {
       display: none;
    }
}

/* Get in Contact */
.get-in-contact-section{
    background: var(--clr-black);
    position: relative;
    overflow: hidden;
}
.get-in-contact-section .container{
    position: relative;
    z-index: 2;
}
.background-logo{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
}
.background-logo--grey{
    opacity: .6;
}
.get-in-contact-left{
    position: relative;
    width: 45%;
    color: var(--clr-white);
}
.get-in-contact__emails{
    margin-top: 2em;
}
.get-in-contact-left img{
    width: 100%;
    height: 100%;
    min-height: 550px;
    object-fit: cover;
    box-shadow: var(--box-s);
}
.get-in-contact-left h3{
    position: static;
    bottom: 2em;
    left: 0;
    color: var(--clr-white);
    width: 80%;
    padding: 10px;
}
.get-in-contact-right{
    width: 55%;
    padding-left: 4em;
    color: var(--clr-white);
}
.location-info-wrapper{
    border-bottom: 2px solid var(--clr-white);
    padding-bottom: 2em;
    margin-bottom: 2em;
}
 .location-info-wrapper > p{
    width: 30%;
    font-family: 'CocogoosePro';
 }
.location-sub-info{
    width: 70%;
}
.location-sub-info a{
    color: white;
}

.location-phone::before{
    content: "\f470";
    color: white;
    font-family: 'Dashicons';
    margin-right: 1em;
}
.location-address::before{
    content: "\f230";
    color: white;
    font-family: 'Dashicons';
    margin-right: 1em;
}
.location-email::before{
    content: "\f466";
    color: white;
    font-family: 'Dashicons';
    margin-right: 1em;
}
.location-address--black::before, 
.location-email--black::before, 
.location-phone--black::before {
    color: var(--clr-black);
}
.green-hold, .pink-hold, .blue-hold, .orange-hold{
    position: absolute;
    z-index: 1;
    width: 300px;
    object-fit: contain;
}
.green-hold{
    top: -140px;
    left: -130px;
    rotate: 15deg;
}
.pink-hold{
    top: -20px;
    right: -100px;
}
.blue-hold{
    bottom: -50px;
    right:-100px;
    rotate: 30deg;
}
.orange-hold{
    bottom: -50px;
    left: -100px;
    rotate: -70deg;
}
@media(max-width: 900px){
    .get-in-contact-section .container{
        flex-direction: column;
    }
    .get-in-contact-left, .get-in-contact-right{
        width: 100%;
    }
    .get-in-contact-left{
        margin-bottom: 4em;
    }
    .get-in-contact-left img{
        max-height: 300px;
    }
    .get-in-contact-right{
        padding-left: 0;
    }
    .location-info-wrapper{
        flex-direction: column;
        align-items: left;
    }
    .location-info-wrapper > p{
        margin-bottom: 1em;
    }
  
}
/* Lets Climb */
.lets-climb-section{
    color: var(--clr-white);
}
.lets-climb-section--black{
    background-color: var(--clr-black);
}
.lets-climb__logo img{
    width: 200px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 2em;
}
.lets-climb__subtitle{
    margin-bottom: 1em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.lets-climb__subtitle::after{
    content: '';
    width: 100%;
    background-color: var(--clr-white);
    margin-left: 1em;
    height: 2px;
    top: 40%;
    position: absolute;
}
.lets-climb-section .container .lets-climb__wrapper:nth-child(3) .lets-climb__subtitle{
   margin-top: 3em;
}
.lets-climb__locations-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(160px,200px), 1fr));
    grid-gap: 1em;
    margin-bottom: 1em;
}
.lets-climb__location{
    border: 2px solid var(--clr-white);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}
.lets-climb__location:hover .lets-climb__location__image{
    scale: 1.1;
}
.lets-climb__location__image{
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: scale .5s ease;
}
.lets-climb__location__image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.lets-climb__location p{
padding: 1.5em;
color:var(--clr-white);
text-decoration: none;
display: flex;
}
.lets-climb__location p::after{
    content: "\f345";
    font-family: 'Dashicons';
    color: var(--clr-white);
    margin-left: auto;
}
.lets-climb__location-icon{
    position: absolute;
    height: 30px;
    width: 30px;
    top: 100px;
    left: 20px;
    color: white;
    z-index: 5;
}
.location-cta__buton{
    background: var(--clr-black);
    color: var(--clr-white);
    display: block;
    padding: 1em 2.5em;
    border-radius: var(--border-r);
    text-decoration: none;
    text-transform: uppercase;
    width: max-content;
}
.lets-climb__waiver-box{
    background: var(--clr-red);
    color: var(--clr-white);
    padding: 1em;
    text-decoration: none;
    flex-direction: column;
   justify-content: center;
}
.lets-climb__waiver-box h4{
    font-size: 1.2rem;
}
.lets-climb__waiver-box--black{
    background-color: var(--clr-light-grey);
    color: var(--clr-red);
}
.location-cta__title{
    font-family: 'Netron';
}
.location-pages__title{
    font-family: 'CocogoosePro';
    font-size: .8rem;
}
@media(max-width: 600px){
    .location-cta__buton{
        font-size: .8rem;;
    }
    .lets-climb__location p{
        padding: .8em;
    }
}
/* Banner */
.banner-section{
    height: 40vh;    
    background-color: var(--clr-black);    
    position: relative;
    z-index: 2;
}
.banner-section::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8982186624649859) 0%, rgba(0, 0, 0, 1) 13%, rgba(255, 255, 255, 0) 100%);
    z-index: 3;
    opacity: .8;
}

.banner-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}
.banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;;
}

.banner-section .container{
    height: 100%;
    align-items: center;
    position: relative;
    z-index: 5;
}
.banner-content{
    padding: 2em;
    position: relative;
    z-index: 2;
    max-width: fit-content;
    color: var(--clr-white);
}
.banner-content h1{
    margin-bottom: 0;
}
.banner-content a{
    color: var(--clr-white);
    text-decoration: none;
}

/* Coaches */
.coaches-section{
    background-color: var(--clr-light-grey);
}
.coaches-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2em;
}
.coach-card{
    padding: 2em;
    border: 4px solid var(--clr-black);
}
.coach-card img{
    border-radius: 50%;
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 2em;
}
.coach-card h4{
    font-size: 1.2rem;
}
.coach-info p, ul{
margin-bottom: .5em;
}
.coach-info li{
    padding-left: .5em;
}
.coach-info li::marker{
    content: 'o';
    color: var(--clr-grey);
    font-size: 1.5em;
}

/* Waivers */
.waivers-section{
   background: var(--clr-black);
   color: var(--clr-white);
   position: relative;
   overflow: hidden;
}
.waivers-section .container{
    position: relative;
    z-index: 5;
}
.waiver-info{
    margin-bottom: 2em;
}
.waivers-right h4{
    margin-bottom: 0;
}

/* FAQ */
.faq-section{
    background-color: var(--clr-light-grey);
}
.faq-right{
    width: 70%;
}
.faq-right a{
    color: var(--clr-red);
}
.faq-left{
    width: 30%;
}

.faq-title {
    margin-bottom: .5em;
}
.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;   
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
}
.faq-toggle{
    font-weight: bold;
}

.acc-panel {
    padding: 0 1em;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin: 10px 0;
    background: transparent;
    border-bottom: 4px solid var(--clr-black);
}
.acc-panel p{
margin-bottom: 1em;
}
@media(max-width: 700px){
    .faq-wrapper{
        flex-direction: column;
    }
    .faq-left, .faq-right{
        width: 100%;
    }
    .faq-left{
        margin-bottom: 2em;
    }
}

/* Icon Boxes */
.icon-box-section{
    background-color: var(--clr-light-grey);
}
.icon-box-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2em;
}
.icon-box{
    padding: 2em;
    border: 3px solid var(--clr-black);
}
.icon-box img{
    margin-bottom: 1.5em;
}

/* Team Slider */

.team-slide{
    display :flex!important;
    cursor: grab;
}
.team-slide .cta{
    margin-top: 2em;
}
.team-slide__left{
    width: 40%;
    padding-right: 2em;
}
.team-slide__right{
    width: 60%;
    padding: 1em;
}
.team-slide__right img{
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    box-shadow: var(--box-s);
}
.team-left,
.team-right {
    top: 100% !important;
    z-index: 10;
    height: 40px;
    width: 40px;
}
.team-right {
    left: 5% !important;
}
.team-left {
    left: 0% !important;
}
@media(max-width: 1200px){
    .team-slide{
        flex-direction: column;
    }
    .team-slide__left, .team-slide__right{
        width: 100%;
    }
    .team-slide__left{
        margin-bottom: 2em;
        padding: 0;
    }
    .team-slide__right img{
        max-height :300px;
    }
    .team-left,
    .team-right {
        top: 100% !important;
    }
    .team-right {
        left: 10% !important;
    }
    .team-left {
        left: 0% !important;
    }
}

/* Gravity Form */
.gravity-form-section{
    background-color: var(--clr-black);
    color: var(--clr-white);
}
.gravity-form-info{
    width: 30%;
    padding-right: 2em;
}
.gravity-form{
    width: 70%;
}
.gform-body input, .gform-body select, .gform-body textarea{
    background: var(--clr-black);
    color: var(--clr-white);
    border: 3px solid var(--clr-white);
    padding: 1em!important;
    opacity: 1;
}
.gform-body input::placeholder, .gform-body textarea::placeholder{
    color: var(--clr-white);
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date{
    flex-basis: max-content!important;
}
.gform_button{
    padding: 1em 3em!important;
    border-radius: 0 0 15px 0!important;
    cursor: pointer;
    border: none;
    transition: background-color .5s ease, color .5s ease;
    background-color: var(--clr-white);
    font-weight: bold;
    color: var(--clr-black);
}
.gform_button:hover{
    background-color: var(--clr-red);
    color: var(--clr-white);
}
@media(max-width: 900px){
    .gravity-form-section .container {
        flex-direction: column;
    }
    .gravity-form-info, .gravity-form{
        width: 100%;
    }
    .gravity-form-info{
        margin-bottom: 2em;
    }
}
/* Contact Location */
.contact-locations-section .container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;  
}
.contact-location__card{
    align-items: center;
    border :3px solid var(--clr-black);
    
}
.contact-location__right{
    padding-left: 2em;
} 
.contact-location__left{
    height: 100%;
}
.contact-location__card p{
    font-family: 'CocogoosePro';
    margin-bottom: 1em;
}
.contact-location__card span{
    display: block;
    margin: 1em 0;
}
.contact-location__card span::before{
    font-family: 'Dashicons';
    margin-right: 10px;
}
.contact-location__phone::before{
    content: "\f470";
}
.contact-location__address::before{
    content: "\f230";
}
.contact-location__email::before{
    content: "\f466";
}
@media(max-width: 900px){
    .contact-locations-section .container{
        grid-template-columns: 1fr;
    }
}
@media(max-width: 500px){
    .contact-location__card{
        flex-direction: column;
    }
    .contact-location__left{
        width: 100%;
        margin-bottom: 1.5em;
    }
}

/* Tab Content */
.tab {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2em;
}

.product-tabs-title {
    text-align: center;
    color: var(--first-c);
    margin-bottom: 1em;
}
.tab-content-left{
    border: 2px solid var(--clr-black);
}
.tab-content__wrapper {
    overflow: auto;
    background: var(--clr-light-grey);
    padding: 2em;
    width: 70%;
}
.tab-content__img{
    width: 30%;
    border-left: 2px solid var(--clr-black);
}
.tab-content__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tabs-wrapper {
    margin: 100px 0;
}

.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1em  2em;
    transition: 0.2s;
    color: var(--clr-black);
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'CocogoosePro';
    background: var(--clr-white);
}

.tab button:hover {
    font-weight: bold;
}

.tab button.active {
    font-weight: bold;
    color: var(--clr-red);
    background: var(--clr-light-grey);
    border-left: 2px solid var(--clr-black);
    border-right: 2px solid var(--clr-black);
    border-top: 2px solid var(--clr-black);
    border: 2px solid var(--clr-black);
}

.tabcontent {
    display: none;
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@media(max-width: 900px){
    .tab button{
        padding: .6em;
        font-size: .9rem;;
    }
    .tab-content__wrapper h4{
        font-size: 1rem;
    }
}
@media(max-width: 700px){
    .tab-content-left{
        flex-direction: column-reverse;
    }
    .tab-content__img, .tab-content__wrapper{
        width: 100%;
    }
    .tab-content__img img{
        max-height:200px;
    }
    .tab-content__img{
        border: none;
    }
}

@media(max-width: 500px) {
    .tabs-wrapper {
        padding: 50px 0;
    }
    .tab button {
        padding: .4em;
        font-size: .7rem;
    }
}

/* Pricing Table */
.pricing-table-section{
    background-color: var(--clr-light-grey);
}
.pricing-table-section .container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 2em;
}
.pricing-table-card{
    padding: 1em;
    box-shadow: 0 0 10px rgba(216, 31, 38, .6);
    background-color: var(--clr-white);
}
.pricing-table-card__wrapper{
    border: 3px solid var(--clr-red);
    display: flex;
    flex-direction: column;
    text-align: center;
}
.pricing-table-card__wrapper img{
    width: 50px;
    height: 50px;
    margin: 1em auto;
    object-fit: contain;
}
.pricing-table__heading{
    color: var(--clr-white);
    margin-bottom: 1em;
}
.pricing-table__banner{
    padding: 1.5em 0;
    background: var(--clr-red);
    color: var(--clr-white);
}
.pricing-table__banner p{
    margin-bottom: 1em;
}
.pricing-table__banner span{
    font-size: 2rem;
    font-weight: bold;
}
.pricing-table__info{
    text-align: left;
    padding: 1em 2em;
    font-size: .8rem;
}
.pricing-table__info ul{
    max-width: 80%;
    margin: 1em auto;
    font-size: 1rem;
}
.pricing-table__info li{
   padding-left: 1em;
}
.pricing-table__info li::marker{
    color: var(--clr-red);
    content: 'o';
    font-weight: bold;
    font-size: 1.5rem;
}
.pricing-table__prices{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.pricing-table__price{
    padding: 1em;
    background-color: var(--clr-light-grey);
    flex: 1;
}
.pricing-table__price:nth-child(2){
    margin: 0 2px;
}
.pricing-table__price p:first-child{
    font-size: .8rem;
    margin-bottom: 0.5em;
}
.price-table__price{
    font-family: 'CocogoosePro';
    font-size: 1.2rem;
}
@media(max-width: 600px){
    .pricing-table__price{
        padding: .5em;
        font-size: .7rem;
    }
    .price-table__price {
        font-size: 1rem;
    }
}

/* Gallery */
.gallery-section ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 250px;
    list-style: none;
    grid-gap: 2em;
}
.gallery-section ul li:first-child{
    grid-row-start: 1;
    grid-row-end: 3;
}
.gallery-section picture{
    height :100%;
}
.gallery-section img{
    width: 100%;
    height : 100%;
    object-fit: cover;
}

/* Courses Block */
.courses-block-section .container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2em;
}

/* Book CTA Block */
.booking-cta-section{
    background: var(--clr-black);
    position: relative;
    color: var(--clr-white);
}
.book-cta__content{
    z-index: 2;
    position: relative;
}
.book-cta__info{
    margin-bottom: 1.5em;
}
.book-cta__image{
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

/* Waiver Bar */
.waiver-bar{
    padding: 1em 0;
    display: block;
    text-align: center;
    background-color: var(--clr-red);
    color: var(--clr-white);
    font-weight: bold;  
    background-image: url('https://pulseclimbing.com.au/wp-content/uploads/2022/09/AT-Ropes-6-2-scaled.webp');
    background-size:cover ;
    margin-top: 2em;
    text-decoration: none;
    background-blend-mode: multiply;
}

.waiver-bar a{
    color: var(--clr-white);
    transition: color .5s ease;
}
.waiver-bar a:hover{
    color: var(--clr-black);
}
.waiver-bar p{
    position: relative;
    z-index: 2;
}
/* Discounte Prices */
.discounted-prices-section{
    position: relative;
    overflow: hidden;
}
.discounted-prices-section .container{
    position: relative;
    z-index: 2;
}
.discounted-prices__left{
    width: 30%;
}
.discounted-prices__right{
    width: 70%;
    padding-left: 20%;
}
.discounted-prices__right > p{
    margin: .5em 0;
} 
.waiver-cta{
    padding: 3em;
    background-image: url('https://pulseclimbing.com.au/wp-content/uploads/2022/09/waiver-bg.jpg');
    background-color: var(--clr-red);
    background-blend-mode: multiply;
    background-size: cover;
    display: block;
    color: var(--clr-white);
    text-decoration: none;
}
.waiver-cta p{
    margin: .5em 0;
}
@media(max-width: 850px){
    .discounted-prices-section .container{
        flex-direction: column;
    }
    .discounted-prices__left, .discounted-prices__right{
        width: 100%;
    }
    .discounted-prices__right{
        padding: 0;
        margin-top: 2em;
    }
}
/* Card Dropdown */
.card-dropdown-section .container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px ,1fr));
    gap: 2em;
}
.dropdown-card__wrapper{
    border: 2px solid black;
}
.dropdown-card img{
width: 100%;
height: 250px;
object-fit: cover;
}
.dropdown-card__main-info{
    padding: 1em;
}
.more-info-wrapper{
    background: var(--clr-light-grey);
    border-left: 2px solid black; 
    border-right: 2px solid black; 
    border-bottom: 2px solid black; 
}
.more-information{
    
    padding: 1em;
    cursor: pointer;
}
.more-information p{
    display: flex;
    justify-content: space-between;
}
.dropdown-card__sub-info{
    max-height: 0;
    overflow: hidden;
    transition: max-height .1s ease;
    padding-left: 1em;
}

/* Booking Widget */
.booking-widget-section{
    background: var(--clr-light-grey);
    background-image: url('https://pulseclimbing.com.au/wp-content/uploads/2022/09/Pulse-Climbing-THE-GRAM-circle-WHITE-Pure-White-1.png');
    background-size: 50%;
    background-position: top right;
    background-repeat: no-repeat;
}
.booking-widget-section p{
    margin-bottom: 1.5em;
}
/* Image Grid */
.image-grid-section{
    background-color: var(--clr-black);
    position: relative;
}
.image-grid-section::before{
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    background-color: var(--clr-white);
    top: 0;
    left: 0;
    z-index: 1;
}
.image-grid-section .container{
    position: relative;
    z-index: 2;
}
.image-grid__left{
    width: 30%;
    background: var(--clr-white);
    padding: 50px 0;
    padding-right: 1em;
}
.image-grid__right{
    width: 70%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(180px, 200px), 1fr));
    grid-gap: 1em;
    padding: 50px 0;
    padding-left: 1em;
    place-content: center;
}
.image-grid__right img{
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: scale .5s ease ;
}
.image-grid__right img:hover{
    scale: 1.1;
}
.image-grid__box{
    border: 2px solid white;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
}
.image-grid__box p{
    font-family: "Netron";
    font-size: .9rem;
}
.image-grid__right a{
    text-decoration: none;
    color: var(--clr-white);
}
@media(max-width: 800px){
    .image-grid-section .container{
        flex-direction: column;
    }
    .image-grid-section::before{
        width: 0;
    }
    .image-grid__left, .image-grid__right{
        width: 100%;
    }
    .image-grid__left{
        padding: 50px 2em 50px 2em;
    }
}

/* Info BLock */
.info-block-section table{
	border-collapse: collapse;
  border: 1px solid black;
}
.info-block-section th, .info-block-section td{
	padding: 1em;
	border: 1px solid black;
}
