@import "./fonts.css";

@media(min-width: 991px) {
    #bookSamplingButton {
        margin-top: 2%;
        width: 500px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #contactUsButton {
        margin: 2%;
        width: 500px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Mobile booking button styling */
#bookSamplingButtonMobile {
    font-size: 200%; 
    font-family: "Sommet Rounded","Sommet Rounded Regular",arial; 
    height: 100px;
    width: 96%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; 
    padding-left: 1rem;
    padding-right: 1rem; 
    border-radius: 2rem; 
    border-bottom-width: 4px; 
    border-color: #66a8dd; 
    font-weight: bold; 
    color: #ffffff; 
    background-color: #393f8a; 
}

#bookSamplingButtonMobile:hover {
    background-color: #66a8dd; 
}

#developmentText {
    background-color: red;
    color: white;
    text-align: center;
}



#bookSamplingButton {
    font-size: 200%; 
    font-family: "Sommet Rounded","Sommet Rounded Regular",arial; 
    height: 100px;
    width: 96%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; 
    padding-left: 1rem;
    padding-right: 1rem; 
    border-radius: 2rem; 
    border-bottom-width: 4px; 
    border-color: #66a8dd; 
    font-weight: bold; 
    color: #ffffff; 
    background-color: #393f8a; 
}

#contactUsButton {
    font-size: 200%; 
    font-family: "Sommet Rounded","Sommet Rounded Regular",arial; 
    height: 100px;
    width: 96%;
    margin-bottom: 2%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; 
    padding-left: 1rem;
    padding-right: 1rem; 
    border-radius: 2rem; 
    border-bottom-width: 4px; 
    border-color: #66a8dd; 
    font-weight: bold; 
    color: #ffffff; 
    background-color: #393f8a; 
}

#bookSamplingButton:hover {
    background-color: #66a8dd; 
}

#contactUsButton:hover {
    background-color: #66a8dd; 
}

#selectRegion {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#chooseButton {
    margin-top: 2%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; 
    padding-left: 1rem;
    padding-right: 1rem; 
    border-radius: 15px; 
    font-weight: bold;
    color: #ffffff; 
    background-color: #393f8a; 
}

#chooseButton:hover {
    background-color: #66a8dd;
}

.modelHeader {
    color: white;
}

.headerBaseline {
    padding: 3px;
    align-content: center;
}

.boldText {
    font-weight: bold;
}

.ytVideo {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin: auto;
    margin-top: 16px;
}

#mainTitle {
    color: #393f8a;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 3%;
}

.bg-western-ag {
    background-color: #393f8a; 
}

.alignCenterText {
    text-align: center;
}

.alignSVG {
    display: flex;
    justify-content: center;
}

.borderSVG {
    margin-top: 1.8rem;
    border-radius: 2rem; 
    border-color: #393f8a;
}

#bg-western-ag-toast {
    color: white;
    background-color: #393f8a !important; 
}

#toast-text-primary {
    font-size: 1.0rem;
}

#toast-text-secondary {
    font-size: 1.5rem;
}

#screenSizeText {
    margin-top: 1%;
    font-size: 1.1rem;
    text-align: center;
}

.toast-content {
    margin-top: 1.5%;
    margin-bottom: 3%;
    border: 2px solid black;
    border-radius: 16px;
    background-color: white;
}



#ytPlaylistButton {
    margin-bottom: 2%;
    text-decoration: none;
    border: black 1px solid;
    display: inline-block;
    width: auto;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; 
    padding-left: 1rem;
    padding-right: 1rem; 
    border-radius: 15px; 
    font-weight: bold;
    color: #ffffff; 
    background-color: #ca6632; 
}

.NAPTLogo {
    float: left;
    margin-top: 30px;
    width: 75px;
    height: 102px;
    margin-left: 3%;
    /* margin-right: 10px; */
}

@media (max-width: 990px) {
    /* .NAPTLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 72px;
        height: 102px;
    } */
    .phoneUsage {
        margin-top: 6% !important;
    }
}

#phoneAnAgronomistPerson {
    margin-top: 1.8rem;
    border-radius: 2rem;
    border-color: #393f8a;
    width: 100%;
}

@media (max-width: 324px) {
    #saskatchewanNorthwestButton {
        font-size: 24px !important;
    }
    #saskatchewanNortheastButton {
        font-size: 24px !important;
    }
    #saskatchewanSouthwestButton {
        font-size: 24px !important;
    }
    #saskatchewanSoutheastButton {
        font-size: 24px !important;
    }
    #bookSamplingButton {
        font-size: 150% !important; 
    }
    #bookSamplingButtonMobile {
        font-size: 150% !important; 
    }
    #contactUsButton {
        font-size: 150% !important; 
    }
    #saskatchewanButton {
        font-size: 24px !important;
    }
    #manitobaButton {
        font-size: 24px !important;
    }
    #albertaButton {
        font-size: 24px !important;
    }
}

#saskatchewanButton {
    font-size: 36px;
    height: 15vh;
    background-color: #016A1B;
    border-radius: 2.5rem;
    color: white;
    width: 100%;
}

#manitobaButton {
    font-size: 36px;
    height: 15vh;
    background-color: #053393;
    border-radius: 2.5rem;
    color: rgb(255, 215, 0);
    width: 100%;
}

#albertaButton {
    font-size: 36px;
    height: 15vh;
    background-image: linear-gradient(#ff930e, #fff95e);
    border-radius: 2.5rem;
    color: green;
    width: 100%;
}

#albertaButton:hover {
    background-color: rgb(185, 158, 1);
}

#manitobaButton:hover {
    background-color: #031a4c;
}

#saskatchewanButton:hover {
    background-color: #1b7632;
}

.saskatchewanRegionButton {
    font-size: 36px !important;
    height: 15vh !important;
    background-color: #016A1B !important;
    border-radius: 2.5rem !important;
    color: white !important;
    width: 100% !important;
}

@media (min-width: 992px) and (max-height: 750px) {
    .saskatchewanRegionButton {
        font-size: 24px !important;
    }
}

.saskatchewanRegionButton:hover {
    background-color: #249841 !important;
}

.backButton {
    width: 20% !important;
    background-color: #393f8a !important;
    border-color: #66a8dd !important;
    color: white !important;
    border-radius: 2.5rem !important;
    float: right !important;
}

#talk-to-agronomist-mini-button {
    background-color: #393f8a;
    border-radius: 50%;
    border-color: white;
    width: 8vh;
    height: 8vh;
}

/* Talk to agronomist container responsive sizing */
#talk-to-agronomist-container {
    /* Default desktop size - inherits from inline styles */
}

/* Mobile view - reduce size to half */
@media (max-width: 768px) {
    #talk-to-agronomist-container {
        transform: scale(0.5);
        transform-origin: top right;
    }
}

/* Bootstrap 5 Modal Compatibility Fixes */
.modal-header .btn-close {
    margin: 0;
    padding: 0;
}

.modal-header .btn-close:hover,
.modal-header .btn-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* Ensure white close button in header */
.bg-western-ag .close {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    opacity: 0.8;
}

.bg-western-ag .close:hover,
.bg-western-ag .close:focus {
    color: #fff;
    opacity: 1;
}