/*
Theme Name: Ambitions
Description: A child theme for the Twenty Twenty-Five WordPress theme, named Ambitions.
Author: Your Name
Author URI: https://bigbluecomms.com
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, block-patterns, block-styles, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks
Text Domain: ambitions
*/



html {
    font-size: 16px;
}

.flex-start {
    align-items: flex-start !important;
}

.has-padding {
    padding-top: 240px;
    padding-bottom: 240px;
}

.main-content {
    --mc-margin-val: 240px;

    padding-left: var(--mc-margin-val);
    padding-right: var(--mc-margin-val);

}

.main-content.coach-slider-content {
    --final-area-margin: calc(var(--mc-margin-val) / 2);
    padding-left: var(--final-area-margin);
    padding-right: var(--final-area-margin);
}

.coach-slide-content {
    --final-area-margin: calc(var(--mc-margin-val) / 2) !important;
    padding-left: var(--final-area-margin) !important;
    padding-right: var(--final-area-margin) !important;
    width: auto !important;
    justify-content: space-between;
}

.col {
    width: 50%;
}

.col-third {
    width: 30%;
}

.col-three-wrap {
    flex-wrap: wrap;
    gap: auto;
    row-gap: 64px;
}

.col h1,
.col h2,
.col h3,
.col h4,
.col h5,
.col h6,
.col p {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.page-banner img {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), lightgray 0px -312.275px / 104.062% 169.474% no-repeat;
}

.stacked {
    gap: 64px;
}

.serv-ico img {
    max-height: 200px;
    width: auto !important;
}


.post-date-blog {
    color: var(--color-3, #5F5F5F);
    font-family: "IBM Plex Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}

.post-readmore-blog {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--color-35, rgba(95, 95, 95, 0.50));
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease-out;
    color: var(--color-text, #333);
  }
  
  .post-readmore-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #BA9A29;
    border-radius: inherit;
    transition: left 0.3s ease-out;
    z-index: -1;
  }
  
  .post-readmore-blog:hover::before {
    left: 0;
  }
  
  .post-readmore-blog:hover {
    color: #fff !important;
  }


.button {
    margin: 0;
}

.post-whole-card {
    background: #FBF9F2;
   
    border-radius: 4px;
}

.video-carousel-title {
    display: none;
}




.testimonial-content-text {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.5rem !important;
    line-height: 120% !important;
}

.testimonial-attribution {
    font-size: 1.75rem !important;
    line-height: 120% !important;
}

.ambitions-shortcode-swiper-navigation {
    transform: translateY(300%) !important;
    display: block;
}

.swiper-button-prev {
    transform: translateY(300%) !important;
    left: -50px !important;
}

.swiper-button-next { 
    transform: translateY(300%) !important;
    right: -50px !important;
}




.coach-button-next.swiper-button-next {
    transform: none !important;
    right: 10px !important;
    color: #BA9A29;
}

.coach-button-prev.swiper-button-prev {
    transform: none !important;
    left: 10px !important;
    color: #BA9A29;
}

.counter-row {
    width: 100% !important;
    align-items: center;
}

.gijs-quote {
    width: 4.25rem;
    height: auto;
}



.case-card {
    border-radius: 4px;
    background: #FBF9F2;
    height: 100%;
    flex-grow: 1;
    min-height:27.5rem;
    max-width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.10);
}


.case-card-title {
    padding: 1rem 1.5rem;
    border-radius: 4px 4px 0px 0px;
    background: #BA9A29;
    color: #FBF9F2 !important;
}

.case-card-content {
    height: 100%;
    flex-grow: 1;
    padding: 1.5rem 1.5rem 1rem 1.5rem;

}

.case-card-row {
    gap: 4rem !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.exp-row {
    gap: 4rem !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.client-logo img {
    width: 10rem;
    height: auto;
    object-fit: contain;
}

.client-logo-row {
    justify-content: space-evenly;
    row-gap: 6.5rem;
    column-gap: 12.25rem;
    height: fit-content;
}

.wp-block-navigation-item__label {
    font-weight: 700 !important;
    font-size: 1rem !important;
}

.current-menu-item {
    color: #BA9A29 !important;
}


.contact-row {
    flex-grow: 1;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    gap: 24rem;
}

.contact-card {
    border-radius: 4px;
    background: #FBF9F2;
    flex-grow: 1;
    max-width: 34rem;
    height: 44.25rem;
}

.contact-image {
    width: 100%;
}
.contact-image img {
    max-height:24rem;
    object-fit: cover;
    object-position: center top;
    border-radius: 4px 4px 0 0;
    width: 100%;
}

.contact-section {
    flex-grow: 1;
}


.contact-card-contents {
    padding: 2.25rem 1rem 1rem 1rem;
    width: 100%;
    flex-grow: 1;
    height: max-content;
}

.contact-btn-row {
    width: 100%;
    flex-grow: 1;
}

.contact-btn {
    flex-grow: 1;
    width: 100%;
}

.contact-btn .wp-element-button {
    border-radius: 4px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
}


.contact-form-row {
    width: 100%;
    flex-grow: 1;
    vertical-align: top;
}



.post-img-post img{
    width: 22.5rem;
    height: 16.5rem;
}

.post-query-post {
    gap: 2.5rem;
}



/* Handling FOUC */

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content p,
.entry-content ul li,
.entry-content ol li,
.wp-block-image img, 
.widget p, 
.widget li,
.site-footer p,
.animate-on-scroll {
    opacity: 0; /* Make them invisible initially */
}






/* Smaller devices */
@media (max-width: 600px) {

    html {
        font-size: 10px;
    }

    /* Padding */
    .page-title {
        padding-left: 40px;
        padding-right: 40px;
    }

    .main-content {
        --mc-margin-val: 40px;
        /* padding-left: 40px;
        padding-right: 40px; */
    }

    .has-padding {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    /* Banner */
    .banner-text {
        max-width: 100%;
    }

    .page-banner {
        height: 375px;
    }    

    .page-photo img {
        min-height: 190px;
        width: 100%;
    }


    .two-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .no-gap-min {
        gap: 0px !important;
    }
    .col {
        width: 100%;
    }

    .stacked {
        gap: 28px;
    }
    
    .col-three-wrap {
        flex-wrap: wrap;
        gap: 24px;
        row-gap: 28px;
    }

    .col-third {
        width: 40%;
    }

    .serv-ico img {
        max-height: 84px;
        width: auto !important;
    }

    .post-img-blog img {
        height: 150px;
        width: 100%;
        object-fit: cover;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .post-card-blog {
        display: flex;
        width: 100%;
        padding-bottom: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 12px;

    }

    .post-title-blog {
        font-size: 20px;
    }
    
    .post-readmore-blog {
        padding: 12px 16px;
    }

    .coach-slide-content {
        flex-direction: column-reverse;
    }
    

    .coach-button-next.swiper-button-next {
        display: none;
    }
    
    .coach-button-prev.swiper-button-prev {
        display: none;
    }

    .counter-row {
        width: 100% !important;
        flex-direction: column;
    }
    
    .col-third {
        width: 45%;
    }
    

    .case-card-row {
        flex-direction: column;
        gap: 2rem !important;
    }
    
    .case-card {
        width: 100%;
        max-width: 100%;
        min-height: 20rem;
    }

    .case-card-title {
        width: 100%;
    }

    .exp-card-row {
        flex-direction: column;
        gap: 2rem !important;
    }
    

    .exp-card {
        width: 100%;
        max-width: 100%;
        min-height: 20rem;
    }

    .post-basic-card {
        flex-direction: column;
    }

}

/* Small devices */
@media (max-width: 1000px) and (min-width: 600px) {

    html {
        font-size: 10px;
    }

    /* Padding */
    .page-title {
        padding-left: 40px;
        padding-right: 40px;
    }

    .main-content {
        --mc-margin-val: 40px;
        /* padding-left: 40px;
        padding-right: 40px; */
    }

    .has-padding {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    /* Banner */
    .banner-text {
        max-width: 100%;
    }

    .page-banner {
        height: 375px;
    }    

    .page-photo img {
        min-height: 190px;
        width: 100%;
    }

    .two-col {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 48px;
    }

    .no-gap-min {
        gap: 0px !important;
    }

    .serv-ico img {
        max-height: 120px;
        width: auto !important;
    }

    .post-img-blog img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .post-card-blog {
        display: flex;
        width: 100%;
        padding-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 14px;

    }

    .post-whole-card {
        background: #FBF9F2;
       
        border-radius: 4px;
    }

    .post-query-blog {
        gap: 32px;
        grid-template-columns: repeat(2, 1fr)
    }

    .post-readmore-blog {
        padding: 12px 16px;
    }
    

    .ambitions-shortcode-swiper-navigation {
        display: none;
    }


    .coach-slide-content {
        flex-direction: column-reverse;
    }

    .counter-row {
        width: 100% !important;
        gap: 4rem;
    }
    
    .col-third {
        width: 45%;
    }

    .case-card {
        max-width: 45%;
    }

    .case-card-row {
        align-items: center;
    }

    .exp-card {
        max-width: 45%;
        width: 100%;
    }

    .exp-row {
        flex-grow: 1;
        align-items: center;
    }
}

/* Medium devices */
@media (min-width: 1000px) {

    html {
        font-size: 13px;
    }
    

    /* Padding */
    .page-title {
        padding-left: 80px;
        padding-right: 80px;
    }

    .main-content {
        --mc-margin-val: 80px;
        /* padding-left: 80px;
        padding-right: 80px; */
    }

    .has-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* Banner */
    .banner-text {
        max-width: 100%;
    }

    .page-banner {
        height: 375px;
    }


    .page-photo img {
        min-height: 370px;
        width: 100%;
    }

    .two-col {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 72px;
    }

    .serv-ico img {
        max-height: 146px;
        width: auto !important;
    }

    .post-img-blog img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .post-card-blog {
        display: flex;
        width: 100%;
        padding-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 18px;

    }

    .post-whole-card {
        background: #FBF9F2;
       
        border-radius: 4px;
    }

    .post-query-blog {
        gap: 48px;
    }
    
    .post-readmore-blog {
        padding: 12px 16px;
    }

    .ambitions-shortcode-swiper-navigation {
        transform: translateY(300%);
        display: block;
    }

    .counter-row {
        width: 100% !important;
        flex-wrap: wrap;
    }

    .case-card {
        max-width: 45%;
    }


}

/* Large devices */
@media (min-width: 1440px) {

    html {
        font-size: 16px;
    }

    /* Padding */
    .page-title {
        padding-left: 180px;
        padding-right: 180px;
    }

    .main-content {
        --mc-margin-val: 180px;
        /* padding-left: 180px;
        padding-right: 180px; */
    }

    .has-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }


    /* Banner */
    .banner-text {
        max-width: 1000px;
    }

    .page-banner {
        height: 620px;
    }

    .page-photo img {
        min-height: 420px;
        width: 100%;
    }

    .two-col {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 96px;
    }

    .post-img-blog img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .post-card-blog {
        display: flex;
        width: 100%;
        padding-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 18px;

    }

    .post-whole-card {
        background: #FBF9F2;
       
        border-radius: 4px;
    }

    .post-query-blog {
        gap: 60px;
    }

    .post-readmore-blog {
        padding: 12px 20px;
    }

}

/* Extra large devices */
@media (min-width: 1920px) {

    

    html {
        font-size: 16px;
    }
    
    /* Padding */
    .page-title {
        padding-left: 240px;
        padding-right: 240px;
    }

    .main-content {
        --mc-margin-val: 240px;
    }

    .has-padding {
        padding-top: 128px;
        padding-bottom: 128px;
    }


    /* Banner */
    .banner-text {
        max-width: 1200px;
    }

    .page-banner {
        height: 800px;
    }


    .page-photo img {
        min-height: 450px;
        width: 100%;
    }

    .two-col {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 120px;
    }


    .post-img-blog img {
        
        height: 284px;
        width: 100%;
        object-fit: cover;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .post-card-blog {
        display: flex;
        width: 100%;
        padding-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 64px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;

    }

    .post-whole-card {
        background: #FBF9F2;
       
        border-radius: 4px;
    }

    .post-query-blog {
        gap: 84px;
    }


}

/* Contact form 7 */
/* Contact Form 7 General Styles */

/* Labels for form fields */
.wpcf7-form label {
    color: var(--color-3, #5F5F5F);
    font-family: "IBM Plex Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* General input fields (text, email, url, tel, number, date) */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-url,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-date {
    width: 100%; /* Or a specific width */
    padding: 10px;
    border-radius: 4px;
    border: 1px solid var(--color-3, #5F5F5F);
    box-sizing: border-box; /* Important for width and padding */
    font-family: "IBM Plex Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 2rem;
}

/* Textarea specific styles */
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid var(--color-3, #5F5F5F);
    box-sizing: border-box; /* Important for width and padding */
    font-family: "IBM Plex Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 6rem;
}

/* Select dropdowns */
.wpcf7-form-control.wpcf7-select {
    width: 100%; /* Or a specific width */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white; /* Ensure background for select */
    /* height: 40px; */ /* Adjust height as needed */
}

/* Checkboxes and Radio buttons - styling these can be tricky and often requires hiding the default input and styling a custom element or pseudo-element */



/* Submit Button */
.wpcf7-form-control.wpcf7-submit {
    background-color: #BA9A29 !important; /* Your theme color */
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "IBM Plex Sans";
    font-size: 1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100%;
    /* margin-top: 10px; */
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #a38723; /* Darker shade of your theme color */
}

/* Validation Error Messages (the messages that appear below invalid fields) */
.wpcf7-not-valid-tip {
    color: #dc3232; /* WordPress default error color */
    font-size: 0.9em;
    margin-top: 5px;
    display: block;
}

/* Input field with validation error */
.wpcf7-form-control.wpcf7-not-valid {
    border-color: #dc3232 !important; /* Highlight border of invalid field */
}

/* General Response Output Messages (after submission) */
.wpcf7-response-output {
    margin: 20px 0;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
}

/* Specific message types */
.wpcf7-mail-sent-ok { /* Success message */
    background-color: #e6f7e9;
    border: 1px solid #5cb85c; /* Green for success */
    color: #3c763d;
}

.wpcf7-mail-sent-ng { /* Error sending mail */
    background-color: #f2dede;
    border: 1px solid #ebccd1; /* Red for error */
    color: #a94442;
}

.wpcf7-spam-blocked { /* Spam message */
    background-color: #fcf8e3;
    border: 1px solid #faebcc; /* Yellow for warning/spam */
    color: #8a6d3b;
}

.wpcf7-validation-errors { /* General validation error summary */
    background-color: #f2dede;
    border: 1px solid #ebccd1; /* Red for error */
    color: #a94442;
}