/* _WorldTrustedAGPartner.scss */
@font-face {    
font-family: "paralucent-condensed";
    src: url(https://use.typekit.net/af/9d5707/0000000…/30/l?primer=7cdcb44…&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/9d5707/0000000…/30/d?primer=7cdcb44…&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/9d5707/0000000…/30/a?primer=7cdcb44…&fvd=n7&v=3) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "paralucent-condensed", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.hero-section-wrapper {
    background-image: url(../img/pattern.jpg);
    background-repeat: repeat-x;
    background-position: center bottom 80px;
    .hero-section-container {
        .hero-section {
            padding-bottom: 75px; //60px;
            padding-top: 55px; //40px;
            @include breakpoint(medium up) {
                padding-bottom: 85px; //56px; //74px
                padding-top: 70px; //40px;
            }
            h4 {
                //line-height: 0;
                margin-bottom: 10px;
                @include breakpoint(medium up) {
                    margin-bottom: 8px;
                }
            }
        }
        .comprehensive-partnership-container {
            h4 {
                //   margin-bottom: 20px;
            }
        }
        .hero-img-block {
            padding-bottom: 55px;
            @include breakpoint(medium up) {
                padding-bottom: 65px;
            }
            img {
                width: 100%;
                height: auto;
                @include box-shadow(0px 0px 80px rgba(0, 0, 0, 0.20));
                transition: 0.25s all;
                margin-bottom: 25px;
                @include breakpoint(medium up) {
                    margin-bottom: 20px;
                }
            }
        }
    }
}

/* _button.css */
// .button {
//     @include box-shadow(rgba(0, 0, 0, 0.35) 0px 5px 15px);
//     padding: 12px 25px !important;
//     min-width: 200px;
//     @include breakpoint(medium up) {
//         min-width: 160px;
//     }
//     @include breakpoint(large up) {
//         padding: 20px 40px !important;
//         min-width: 250px;
//     }
// }
.newsletter-submit-btn {
    font-weight: 900;
    font-size: 16px; //14px;
    padding: 19px 32px;
    position: relative;
    // margin-top: 10px;
    background: $warning-color;
    border-radius: 50px;
    color: $primary-color;
    transition: $button-transition;
    min-width: 150px;
    cursor: pointer;
    font-family: "paralucent-condensed", sans-serif;
    text-transform: uppercase;
    transition: 0.5s all;
    /*&:visited {
        background: $warning-color;
        color: $primary-color;
    }*/
    &:hover {
        // background: $primary-color;
        // color: $warning-color;
        // border: 2px solid #FFE27F;
        // @media (hover: hover) {
        background: #FFE27F;
        color: #0f3f53;
        // }
    }
    @include breakpoint(small only) {
        letter-spacing: -1px;
    }
    @include breakpoint(medium down) {
        // display: flex;
        margin: 0 auto;
    }
    @include breakpoint(xlarge up) {
        //  min-width: 150px;
        font-size: 18px;
    }
}

.product-catalouge {
    .newsletter-submit-btn {
        @media screen and (max-width: 350px) {
            display: block;
            padding: 19px 5px;
        }
    }
}

/* _cards.scss */
.card {
    border: none;
    @include breakpoint(small only) {
        margin-bottom: 25px;
    }
    .card-section {
        padding: 25px;
        @include breakpoint(medium up) {
            padding: 35px;
        }
    }
    &.card-container {
        @include box-shadow(0px 0px 80px rgba(0, 0, 0, 0.20));
        transition: 0.25s all;
        &:hover {
            @include box-shadow(0px 0px 80px rgba(0, 0, 0, 0.30));
        }
    }
    &.card-container.pride-card {
        min-height: 320px; //300px;
        // padding: 15px;
        margin-bottom: 25px;
        // @include box-shadow(0px 5px 15px 2px rgba(0,0,0,0.25));
        // @include box-shadow(0px 7px 29px 0px rgba(100, 100, 111, 0.2));
        /*  @include box-shadow(0px 0px 80px rgba(0, 0, 0, 0.20));
        transition: 0.5s all;
        &:hover {
            @include box-shadow(0px 0px 80px rgba(0, 0, 0, 0.40));
        }*/
        @include breakpoint(medium up) {
            margin-bottom: 20px;
        }
        @include breakpoint(large up) {
            min-height: 340px;
        }
        .card-body {
            /*   h3 {
                color: $primary-color;
                font-weight: 900;
                min-height: 90px;
                line-height: 1;
            }*/
        }
    }
    &.card-container.customer-plan-card {
        min-height: 500px;
        border: none;
        // @include box-shadow(0px 5px 15px 2px rgba(0, 0, 0, 0.25));
        /*  @include box-shadow(0px 0px 80px rgba(0, 0, 0, 0.20));
        transition: 0.5s all;
        &:hover {
            @include box-shadow(0px 0px 80px rgba(0, 0, 0, 0.40));
        }*/
        @include breakpoint(large down) {
            // margin: 10px;
        }
        img {
            width: 100%;
            height: auto;
        }
        .card-body {
            h5 {
                margin-bottom: 10px;
                font-weight: 800;
            }
            /*  h4 {
                min-height: 75px;
                @media(min-width: 768px) {
                    min-height: 50px;
                }
            }*/
            .xx-medium-title-text {
                font-size: 22px;
                margin-bottom: 14px; //20px;
                line-height: 24px;
            }
        }
    }
    &.card.card-container.seed-card {
        min-height: 420px;
        @include breakpoint(medium up) {
            //min-height: 280px; //240px;
        }
        .card-section {
            padding: 25px;
            justify-content: center;
            @include breakpoint(medium up) {
                padding: 30px;
            }
        }
        .card-body {
            // min-height: 240px;
            /*  justify-content: flex-end;
            display: flex;
            flex-flow: column nowrap;*/
            @include breakpoint(medium up) {
                display: flex;
                flex-direction: column;
                // justify-content: flex-end;
            }
            .card-img {
                margin: 0 auto;
                margin-bottom: 50px;
                align-items: center;
                display: flex;
                // height: 100px;
                // width: 160px;
                height: 160px;
                width: 200px;
                @media screen and (min-width: 576px) and (max-width: 1024px) {
                    width: 160px;
                }
            }
        }
    }
    &.card.card-container.adjuvant-card {
        //padding: 15px;
        /* @include box-shadow(0px 0px 80px rgba(0, 0, 0, 0.20));
      
        transition: 0.5s all;
        &:hover {
            @include box-shadow(0px 0px 80px rgba(0, 0, 0, 0.40));
        }*/
        @include breakpoint(medium up) {
            //  margin-bottom: 0;
            // min-height: 170px;
        }
        @include breakpoint(large up) {
            // padding: 20px;
            margin-bottom: 15px; //0.8rem; //0.7rem;
        }
        h6 {
            margin-bottom: 20px;
            font-size: 18px;
        }
        .xx-medium-title-text {
            margin-bottom: 10px;
            font-size: 22px;
            line-height: 24px;
            @include breakpoint(medium up) {
                margin-bottom: 8px; //10px; //15px;
            }
        }
        .card-section {
            // padding: 25px 30px 30px 30px;
            padding: 25px;
            @include breakpoint(medium up) {
                padding: 30px;
            }
        }
        .card-bottom {
            padding: 19px 30px;
            @include box-shadow(0px 7px 29px 0px rgba(100, 100, 111, 0.2));
            //margin-bottom: 15px;
            // @include breakpoint(small only) {
            //     display: none;
            // }
            ul {
                font-size: 12px;
                font-weight: 600;
                @media screen and (min-width: 730px) {
                    font-size: 14px;
                }
                li {
                    display: inline-block;
                    padding-right: 12px; //30px;
                    @include breakpoint(small only) {
                        //margin-bottom: 10px;
                    }
                    @media screen and (max-width: 330px) {
                        margin-bottom: 10px;
                    }
                    @media screen and (min-width: 378px) {
                        margin-bottom: 0;
                    }
                    @include breakpoint(large up) {
                        padding-right: 48px;
                    }
                    &:last-child {
                        padding-right: 0;
                        @include breakpoint(small only) {
                            margin-bottom: 0px;
                        }
                    }
                }
            }
            a {
                transition: 0.5s all;
                /* &:visited {
                    // background: $primary;
                    color: $warning-color;
                }*/
                &:hover {
                    //  @media (hover: hover) {
                    color: $white;
                    // }
                }
            }
        }
    }
}

.confident-customer-plan-card-container {
    .card-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* _education_guidance.scss*/
.confident-customer-plan-wrapper {
    // background-image: url(../../../assets/img/pattern.jpg);
    // background-repeat: round space;
    // background-position: center bottom 75px;
    background-image: url(../img/win-pattern-large.png);
    background-repeat: repeat-x;
    // background-position: center bottom 164px;
    background-position: center bottom -180px;
    padding-top: 60px;
    padding-bottom: 75px;
    @include breakpoint(medium up) {
        padding-top: 68px;
        padding-bottom: 66px;
    }
    .confident-customers-plan-section {
        //width: 75%;
        margin: 0 auto;
        @include breakpoint(medium down) {
            width: 100%;
            margin: 0;
        }
        .confident-customers-plan-container {
            margin: 0 15px 50px;
            @include breakpoint(large up) {
                margin: 0 15px 100px;
            }
            h2 {
                //margin-bottom: 15px;
            }
            h5 {
                //margin-top: 10px;
            }
            p {
                max-width: 840px;
                margin: 0 auto
            }
        }
        .confident-customer-plan-card-section {
            margin-bottom: 25px;
        }
    }
    .newsletter-section {
        background: $primary-color;
        color: $white;
        // padding: 60px;
        padding: 70px 60px 70px 60px;
        position: relative;
        z-index: 2;
        @include breakpoint(medium down) {
            padding: 50px 25px;
            margin: 0;
        }
        @include breakpoint(small only) {
            width: calc(100% + 1.25rem);
            margin-left: -0.625rem;
        }
        p {
            @include breakpoint(large up) {
                width: 80%;
            }
        }
    }
    .newsletter-form-container {
        margin-top: 22px;
    }
}


/*.pt-BR {
    h1.xxx-large-title-text {
        @media(max-width: 690px) {
            font-size: 36px;
            line-height: 45px;
        }
    }
}*/

/* _footer.scss */
// .footer {
//     &-sec {
//         padding-top: 50px;
//         padding-bottom: 50px;
//         background-color: $primary;
//         h5 {
//             @include breakpoint(large up) {
//                 font-size: rem-calc(22);
//             }
//             a {
//                 color: $white;
//             }
//             span {
//                 float: right;
//                 color: $white;
//                 margin-top: 4px;
//                 @include breakpoint(xlarge up) {
//                     display: none;
//                 }
//             }
//         }
//         ul {
//             margin-left: 0;
//             color: $white;
//             margin-bottom: 30px;
//             margin-top: 6px;
//             //display: none;
//             @include breakpoint(medium up) {
//                 margin-bottom: 1rem;
//                 margin-top: 1rem;
//             }
//             li {
//                 line-height: 2;
//             }
//         }
//         .footer-logo {
//             img {
//                 // margin-bottom: 30px;
//                 width: 120px;
//                 @include breakpoint(medium up) {
//                     width: 160px;
//                 }
//                 @include breakpoint(large up) {
//                     width: 160px;
//                 }
//             }
//         }
//         .footer-copy-right {
//             margin-top: 10px;
//             @include breakpoint(medium up) {
//                 margin-top: 40px;
//             }
//             @include breakpoint(large up) {
//                 margin-top: 60px;
//             }
//             .copy_rights {
//                 font-size: $xs-font !important;
//                 margin-top: 20px;
//                 margin-bottom: 0;
//             }
//         }
//     }
//     &_links {
//         display: flex;
//         flex-flow: column wrap;
//         padding: 30px 0;
//         font-size: $xs-font;
//         @include breakpoint(large up) {
//             flex-flow: row wrap;
//             justify-content: space-between;
//             padding: 0px 0;
//         }
//     }
//     &_link {
//         padding: 10px 0;
//         @include breakpoint(medium down) {
//             &:not(:last-child) {
//                 border-bottom: 1px solid rgba($white, 0.1);
//             }
//         }
//         a {
//             color: white;
//             &:hover {
//                 color: rgba($white, 0.6);
//             }
//         }
//         h5 {
//             margin-bottom: 0;
//             @include breakpoint(medium down) {
//                 font-size: inherit;
//             }
//             .toogle-item {
//                 &.fa-minus {
//                     pointer-events: none;
//                 }
//                 @include breakpoint(large up) {
//                     display: none;
//                 }
//             }
//         }
//     }
//     &_sub_menu {
//         @include breakpoint(medium down) {
//             display: none;
//             padding-left: 10px;
//             a {
//                 color: rgba($white, 0.8);
//             }
//         }
//     }
// }
.footer-container {
    background: $dark-gray;
    padding: 40px 40px 60px 40px;
    margin-top: -36px; //-20px;
    @include breakpoint(medium down) {
        padding: 75px 20px 44px 20px;
        text-align: center;
    }
    &-wrapper {
        .footer-nav-section {
            align-items: center;
            @include breakpoint(medium down) {
                justify-content: center;
                margin-bottom: 160px;
                flex-direction: column;
            }
            @include breakpoint(large down) {
                //   flex-direction: column;
            }
            ul.winfield-lang-container {
                // margin-left: 50px;
                //  @include breakpoint(large down) {
                justify-content: center;
                @media only screen and (max-width: 1023px) {
                    //  justify-content: center;
                    margin: 35px 0 0;
                    text-align: center;
                }
                @include breakpoint(medium down) {
                    flex-direction: column;
                    margin: 50px 0 0;
                }
                li {
                    /*a {
                        font-weight: 800;
                        font-size: 1.125rem;
                        padding: 0 30px;
                        &:last-child {
                            padding-right: 0;
                        }
                        @include breakpoint(medium down) {
                            padding: 0;
                            line-height: 3
                        }
                    }*/
                    font-family: "paralucent-condensed", sans-serif;
                    @include breakpoint(small down) {
                        margin-bottom: 40px;
                    }
                    a {
                        font-weight: 800;
                        font-size: 1.125rem;
                        padding: 0 10px;
                        @include breakpoint(medium up) {
                            line-height: 3;
                        }
                        @include breakpoint(large up) {
                            // padding: 0 20 0 20px;
                        }
                        @include breakpoint(large up) {
                            padding: 0 0 0 100px; //30px;
                        }
                        @media only screen and (min-width: 1024px) and (max-width: 1200px) {
                            padding: 0 0 0 56px; //30px;
                        }
                        &:last-child {
                            //   padding-right: 0;
                        }
                        /*  &:visited {
                            // background: $primary;
                            color: $primary-color;
                        }*/
                        &:hover {
                            // @media (hover: hover) {
                            color: $light-blue;
                            // }
                        }
                    }
                }
            }
        }
        .copyright-container {
            margin-top: 36px; //50px;
            @include breakpoint(small only) {
                text-align: left;
            }
            // p{
            //     font-size: 12px;
            //     line-height: 5;
            //     @include breakpoint(medium down){
            //         font-size: 14px;
            //         line-height: 2;
            //     }
            //     a{
            //         font-weight: 600;
            //         &:hover{
            //             text-decoration: underline;
            //         }
            //     }
            // }
            ul {
                li {
                    font-size: 12px;
                    display: inline;
                    font-family: "acumin-pro", sans-serif;
                    color: $primary-color;
                    &:last-child {
                        &:after {
                            display: none;
                        }
                    }
                    &:after {
                        content: " ";
                        display: inline-block;
                        width: 1px;
                        height: 12px;
                        background-color: $primary-color;
                        margin: 0 0 0 5px;
                    }
                    a {
                        font-weight: bold;
                        text-decoration: underline;
                        font-size: 14px;
                        /*  &:visited {
                            // background: $primary;
                            color: $primary-color;
                        }*/
                        &:hover {
                            //@media (hover: hover) {
                            color: $light-blue;
                            // }
                        }
                    }
                }
            }
        }
    }
    .footer-image {
        @include breakpoint(small down) {
            margin-bottom: 20px;
        }
    }
}

/* _forms.scss */
// .form-group {
//     margin-bottom: rem-calc(20);
//     label {
//         margin-bottom: 0.3rem;
//         margin-left: rem-calc(20);
//         color: $black;
//         text-transform: uppercase;
//         @include breakpoint(medium up) {
//             margin-bottom: rem-calc(10);
//         }
//     }
//     .form-control {
//         margin-bottom: 0px;
//         padding: 13px 14px;
//         height: auto;
//         margin-top: 0;
//         display: block;
//         &:focus {
//             outline: 2px solid $medium-purpel !important;
//         }
//     }
//     .error {
//         color: #5b160b;
//         line-height: 1.3;
//         font-size: 16px !important;
//         margin-bottom: 0;
//         position: relative;
//         margin-left: 1.25rem;
//         font-weight: 600;
//         @include breakpoint(medium up) {
//             margin-top: 0.4rem;
//             position: absolute;
//         }
//     }
// }
// .confident-login,
// .contact-us {
//     .form-group {
//         label {
//             color: $white;
//             text-transform: capitalize;
//         }
//     }
// }
// .contact-us {
//     textarea {
//         border-radius: 23px;
//         resize: none;
//     }
//     .form-group {
//         @include breakpoint(large up) {
//             margin-bottom: 45px;
//         }
//         label {
//             @include breakpoint(medium up) {
//                 font-size: 18px;
//             }
//             @include breakpoint(large up) {
//                 font-size: 24px;
//             }
//         }
//     }
//     .form-group.padding-right-3 {
//         @include breakpoint(small only) {
//             padding-right: 0.625rem !important;
//         }
//     }
// }
// input[readonly] {
//     background: transparent;
//     border: none;
//     box-shadow: none;
//     margin: 0;
//     padding-right: 0;
//     padding-left: 0;
// }
// .confident-tool {
//     .top-content {
//         /* .select_box {
//             height: 50px;
//             // overflow: hidden;
//             position: relative;
//             @include breakpoint(small only) {
//                 margin-bottom: 26px;
//             }
//             &:after {
//                 width: 0;
//                 height: 0;
//                 border-left: 6px solid transparent;
//                 border-right: 6px solid transparent;
//                 border-top: 6px solid #073244;
//                 position: absolute;
//                 top: 50%;
//                 right: 25px;
//                 content: "";
//                 @include breakpoint(large up) {
//                     border-left: 8px solid transparent;
//                     border-right: 8px solid transparent;
//                     border-top: 8px solid #073244;
//                 }
//             }
//             select {
//                 border: none;
//                 position: relative;
//                 height: inherit;
//                 background: $white;
//                 color: $medium-purpel;
//                 padding-left: 35px;
//                 font-size: $xl-font;
//                 @include box-shadow(rgba(45, 45, 48, 0.4) 0px 0px 21px 3px);
//                 color: $medium-purpel;
//                 font-size: $xl-font;
//                 @include breakpoint(medium up) {
//                     font-size: $xxl-font;
//                 }
//                 @include breakpoint(large up) {
//                     font-size: $xxxl-font;
//                 }
//             }
//         }*/
//         input {
//             font-size: $xl-font;
//             color: $medium-purpel;
//             @include breakpoint(medium up) {
//                 font-size: $xxl-font;
//             }
//             @include breakpoint(large up) {
//                 font-size: $xxxl-font;
//             }
//         }
//         label {
//             font-size: $xl-font;
//             color: $medium-purpel;
//             @include breakpoint(medium up) {
//                 font-size: $xxl-font;
//             }
//             @include breakpoint(large up) {
//                 font-size: $xxxl-font;
//             }
//         }
//         &::placeholder {
//             font-size: $xl-font;
//             color: $medium-purpel;
//             @include breakpoint(medium up) {
//                 font-size: $xxl-font;
//             }
//             @include breakpoint(large up) {
//                 font-size: $xxxl-font;
//             }
//         }
//         select {
//             @include select;
//             color: $medium-purpel;
//             padding: 6px 14px 6px 25px;
//             //padding-left: 25px;
//             font-size: $xl-font;
//             border: none;
//             @include box-shadow(rgba(45, 45, 48, 0.4) 0px 0px 21px 3px);
//             color: $medium-purpel;
//             font-size: $xl-font;
//             @include breakpoint(medium up) {
//                 font-size: $xxl-font;
//             }
//             @include breakpoint(large up) {
//                 font-size: $xxxl-font;
//             }
//         }
//     }
// }
form {
    label {
        padding: 0 1.5rem; // 0.5rem 1.5rem;
        color: $white;
        font-weight: 900;
        font-size: 18px;
        font-family: "paralucent-condensed", sans-serif;
        margin-bottom: 5px;
    }
    .email-label {
        margin-top: 40px;
    }
    .error {
        position: absolute;
        margin-left: 20px;
        color: #f15b40;
        font-size: 14px;
        margin-bottom: 0;
        text-align: left;
        display: block;
        line-height: 0.8;
    }
    .form-input {
        background: $secondary-color;
        border-color: $secondary-color;
        border-radius: 50px;
        height: auto;
        padding: 15px 32px;
        color: $white;
        @include breakpoint(small only) {
            // margin: 0 0 1.6rem;
        }
        &:active,
        &:hover,
        &:focus {
            background: $secondary-color;
            box-shadow: none;
        }
    }
    /*  .newsletter-submit-btn {
        font-weight: 900;
        font-size: 16px;
        letter-spacing: -1px;
        padding: 18px 32px;
        position: relative;
        // margin-top: 10px;
        color: $white;
        &:hover,
        &:focus,
        &:active {
            background: $warning-color;
            border-radius: 50px;
            color: $primary-color;
            transition: $button-transition;
        }
    }*/
}

.start-conversation-button {
    //  display: inline;
    // width: 180px;
    //  float: left;
}

.check-block {
    // position: relative;
    .error {
        margin: 10px 0px 0px 10px;
        position: inherit;
        top: 0;
        left: 0;
        @include breakpoint(xlarge up) {
            margin: 10px 0px 0px 40px;
        }
        /*  @include breakpoint(medium up) {
            top: 104px;
            left: -12px;
        }
        @media screen and (max-width: 889px) {
            top: 128px; //112px;
            left: -12px;
        }
        @media only screen and (min-width:457px) and (max-width:639px) {
            top: 104px;
        }
        @include breakpoint(xlarge up) {
            top: 55px;
            left: 30px;
        }*/
    }
}

.custom-check-label {
    font-family: "acumin-pro", sans-serif;
    font-weight: normal;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 18px;
    padding-top: 60px; //50px;
    text-align: left;
    display: flex;
    align-items: center;
    @include user-select;
    line-height: 25px;
    // text-align: center;
    text-align: left;
    @include breakpoint(large up) {
        //  padding-top: 0; // padding-top: 0.5rem;
        //padding-left: 40px;
        text-align: left;
    }
    @include breakpoint(xlarge up) {
        // float: left;
        // display: inline;
        padding-top: 12px;
        font-size: 16px;
        margin-left: 40px;
    }
    input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    .checkmark {
        position: absolute;
        top: 62px; //52px;
        left: 0px;
        height: 26px;
        width: 26px;
        //background-color: #eee;
        border: 4px solid $white;
        border-radius: 50%;
        @include breakpoint(medium up) {
            left: 0;
            top: 62px; //52px; //12px;
            height: 24px;
            width: 24px;
        }
        @include breakpoint(xlarge up) {
            top: 15px;
        }
        &::after {
            content: "";
            position: absolute;
            display: none;
            left: 6px;
            top: 3px;
            width: 6px;
            height: 10px;
            border: solid $white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            @include breakpoint(medium up) {
                width: 5px;
                height: 9px;
            }
        }
    }
}

.custom-check-label input:checked~.checkmark:after {
    display: block;
}

  /* _header.scss */
  // .header-wrap {
//     background: $primary-color;
//     padding: 12px 0px;
//     @include box-shadow(rgba(0, 0, 0, 0.30) 0px 25px 20px -20px);
//     width: 100%;
//     // overflow-x: hidden;
//     @include breakpoint(large up) {
//         padding: 15px 0px;
//     }
//     .grid-container {
//         max-width: 80rem;
//     }
//     .logo {
//         display: block;
//         width: 90px;
//         margin: 0;
//         line-height: 1;
//         padding: 0;
//         @include breakpoint(large up) {
//             width: 120px;
//         }
//     }
//     .main-menu {
//         width: 64px;
//         height: 100%;
//         background: #fff;
//         position: absolute;
//         top: 0;
//         right: 0;
//         margin: auto;
//         text-align: center;
//         display: flex;
//         justify-content: center;
//         align-items: center;
//         .menu-icon-btn {
//             width: 100%;
//             height: 100%;
//             border-radius: 0;
//             transition: all 0.5s;
//         }
//         .menu-icon {
//             width: 34px;
//             height: 2px;
//             background: $primary-color;
//             /*margin-top: 54px;*/
//             &:before {
//                 @extend .menu-icon-default;
//                 top: -11px;
//             }
//             &:after {
//                 @extend .menu-icon-default;
//                 top: 11px;
//             }
//             &:hover,
//             &:after,
//             &:before {
//                 @include box-shadow(none);
//             }
//             &.change {
//                 background: transparent;
//                 &:before {
//                     @include transform(rotate(-45deg) translate(-14px, 13px));
//                     top: -20px;
//                 }
//                 &:after {
//                     @include transform(rotate(45deg) translate(-5px, -5px));
//                     top: 6px;
//                 }
//             }
//         }
//     }
//     .header-list {
//         display: flex;
//         align-items: center;
//     }
//     .header-search {
//         position: absolute;
//         color: $primary !important;
//         right: 30px;
//         top: 22px;
//         @include breakpoint(large up) {
//             top: 5px;
//             right: 15px;
//             left: inherit;
//         }
//         i {
//             font-size: 26px;
//         }
//     }
//     .top-bar,
//     .top-bar ul {
//         background: transparent;
//     }
//     .top-bar {
//         padding: 0.5rem 0;
//         @include breakpoint(medium down) {
//             background: $primary;
//             right: -100%;
//             transition: all .5s;
//             position: fixed;
//             // display: block !important;
//             align-items: flex-start !important;
//             top: 62px;
//             height: 100vh;
//         }
//         @include breakpoint(small only) {
//             padding: 10px 0 40px;
//         }
//         input {
//             padding-left: 20px;
//             font-size: $xm-font;
//             color: $black;
//             height: 46px;
//             width: 100%;
//             max-width: 400px;
//             font-weight: bold;
//         }
//     }
//     .top-bar.menu-show {
//         right: 0;
//         z-index: 9999;
//         width: 80%;
//         max-width: 350px;
//     }
//     .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent {
//         &>a::after {
//             border-color: $primary transparent transparent;
//             @include breakpoint(medium down) {
//                 border-color: $white transparent transparent;
//                 border-width: 9px;
//             }
//         }
//         &.is-active.opens-inner {
//             &>a::after {
//                 @include breakpoint(medium down) {
//                     transform: rotate(-180deg);
//                     border-color: $white transparent transparent;
//                     top: 30px;
//                 }
//             }
//         }
//     }
//     .dropdown.menu>li {
//         position: relative;
//         @include breakpoint(medium down) {
//             padding: 0 15px;
//         }
//         &:placeholder {
//             font-size: $xs-font;
//             //padding-left: 20px;
//             color: $light-purpel;
//         }
//         &>a {
//             color: #fff;
//             font-size: $xm-font;
//             padding: $global-padding 0;
//             border-bottom: 1px solid rgba($white, 0.15);
//             position: relative;
//             &.active {
//                 @include breakpoint(medium down) {
//                     background-color: rgba($white, 1);
//                     @include transition(all 0.5s);
//                     color: $primary;
//                     padding-left: 15px;
//                     padding-right: 15px;
//                 }
//                 @include breakpoint(large up) {
//                     &:before {
//                         content: '';
//                         width: 100%;
//                         height: 2px;
//                         position: absolute;
//                         bottom: -1px;
//                         left: 0;
//                         background-color: rgba($white, 0.5);
//                         @include transition(all 0.5s);
//                     }
//                 }
//             }
//             &:before {
//                 @extend .menu-hover-effect;
//             }
//             &:hover {
//                 &:before {
//                     width: 100%;
//                 }
//             }
//             @include breakpoint(medium up) {
//                 font-size: rem-calc(18);
//             }
//             @include breakpoint(large up) {
//                 border-bottom: none;
//             }
//             @include breakpoint(xlarge up) {
//                 margin: 0 1.4rem;
//                 font-size: rem-calc(20);
//                 border-bottom: 2px solid $primary-color;
//             }
//             @include breakpoint(large only) {
//                 margin: 0 0.8rem;
//             }
//             /* &:hover, &:focus, &:active, &.active {
//                 color: #fff;
//                 border-bottom: 2px solid #005f96;
//             }*/
//         }
//         &.is-active {
//             &>a {
//                 color: #fff;
//                 border-bottom: 2px solid #005f96;
//                 padding: 0.7rem 0;
//                 margin: 0 1rem;
//             }
//         }
//         &:first-child {
//             a {
//                 border-top: none;
//             }
//         }
//         &.is-active {
//             &>a {
//                 color: #fff;
//                 &:hover {
//                     color: #fff;
//                 }
//             }
//         }
//         &:last-child {
//             @include breakpoint(medium down) {
//                 padding-top: $global-padding;
//                 padding-bottom: $global-padding;
//             }
//             @include breakpoint(large up) {
//                 margin-left: auto;
//                 width: 280px;
//             }
//             button {
//                 border-bottom: 0;
//                 padding: 0;
//                 margin: 0;
//                 border-top: 0;
//                 margin-top: 5px;
//             }
//             .button.secondary {
//                 @include breakpoint(medium down) {
//                     background: $primary-color;
//                     border-color: $primary-color;
//                     width: 280px;
//                     margin: 0;
//                     padding: 16px 30px;
//                 }
//                 @include breakpoint(small down) {
//                     margin: 20px auto 0;
//                 }
//             }
//         }
//         .submenu>li {
//             a {
//                 color: #fff;
//                 &:hover {
//                     color: #fff;
//                     background: $primary-color;
//                 }
//             }
//         }
//     }
//     .is-dropdown-submenu {
//         @include breakpoint(medium down) {
//             position: relative;
//         }
//         &-item {
//             a {
//                 @include breakpoint(medium down) {
//                     font-size: 24px !important;
//                     border-bottom: none !important;
//                     padding: 10px 30px !important;
//                 }
//                 &:hover {
//                     background: $primary-color;
//                 }
//             }
//         }
//     }
//     .social-media {
//         border-bottom: 1px solid #fff;
//         @include breakpoint(medium down) {
//             display: none;
//         }
//     }
// }
// body{
//     background: #f5f4f2;
// }
// .top-bar, .top-bar-left ul{
//     background: transparent;
// }
// .menu li a{
//     color: #134357;
//     font-weight: 900;
//     font-size: 16px;
//     text-transform: uppercase;
//     letter-spacing: -1px;
// }
// header{
//     padding: 20px 25px;
// }
// .contact-us{
//     background: #FDD035;
//     color: #134357;
//     padding: 16px 32px;
//     border-radius: 50px;
//     font-weight: 900;
//     text-transform: uppercase;
//     letter-spacing: -1px;
// }
header {
    &.header_container {
        // padding: 20px 25px;
        padding: 20px 25px; //25px;
        height: 120px;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 999;
        background: $body-background;
        @include transition(all 0.5s);
        &.is-stuck {
            position: fixed;
            @include box-shadow(0 3px 15px 0px rgba(0, 0, 0, 0.15));
            height: auto;
            padding: 8px 25px;
            z-index: 999;
        }
        @include breakpoint(medium down) {
            height: auto;
        }
        @include breakpoint(medium up) {
            padding: 30px 25px; //25px;
        }
        .grid-container {
            @include breakpoint(small only) {
                padding-right: 0;
                padding-left: 0;
            }
        }
        .title-bar {
            display: none;
            @include breakpoint(medium down) {
                background: $warning-color;
                border-radius: 50px;
                width: 45px;
                height: 45px;
                justify-content: center;
            }
            .menu-icon {
                @include breakpoint(medium down) {
                    &:before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 2px;
                        background: $primary-color;
                        @include box-shadow(0 14px 0 $primary-color);
                    }
                    &:after {
                        background: $primary-color;
                        @include box-shadow(0 7px 0 $primary-color);
                    }
                }
                &.change {
                    background: transparent;
                    &:before {
                        @include transform(rotate(-45deg) translate(-14px, 13px));
                        background: transparent;
                        top: -22px;
                        width: 20px;
                        left: -10px;
                    }
                    &:after {
                        @include transform(rotate(45deg) translate(-5px, -5px));
                        background: transparent;
                        top: 9px;
                        width: 20px;
                        left: 5px;
                    }
                }
            }
            /* .menu-icon {
                width: 34px;
                height: 2px;
                background: $primary-color;
               
                &:before {
                    @extend .menu-icon-default;
                    top: -11px;
                }
                &:after {
                    @extend .menu-icon-default;
                    top: 11px;
                }
                &:hover,
                &:after,
                &:before {
                    @include box-shadow(none);
                }
                &.change {
                    background: transparent;
                    &:before {
                        @include transform(rotate(-45deg) translate(-14px, 13px));
                        top: -20px;
                    }
                    &:after {
                        @include transform(rotate(45deg) translate(-5px, -5px));
                        top: 6px;
                    }
                }
            }*/
        }
        .top-bar,
        .top-bar-left {
            background: transparent;
            @include breakpoint(medium down) {
                &.nav-toggle {
                    background: $warning-color;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 100%;
                    padding: 0 1rem;
                    @include box-shadow(0 3px 15px 0px rgba(0, 0, 0, 0.15));
                    @include transition(all 0.5s);
                    ul {
                        flex-direction: column;
                        li {
                            width: 100%;
                            border-bottom: 1px solid $primary-color;
                            &:last-child {
                                border-bottom: none;
                            }
                            a {
                                line-height: 2;
                                width: 100%;
                                text-align: center;
                            }
                        }
                    }
                }
            }
            ul.menu {
                background: transparent;
                li {
                    font-family: "paralucent-condensed", sans-serif;
                    &:last-child {
                        a {
                            @include breakpoint(large up) {
                                margin-right: 0;
                            }
                        }
                    }
                    a {
                        font-weight: 800;
                        //font-size: 18px;
                        font-size: 22px;
                        padding: 20px;
                        margin: 0 15px;
                        border-radius: 50px;
                        color: $primary-color;
                        @include breakpoint(large up) {
                            color: $primary-color;
                        }
                        /*  &:hover {
                            @include transition(all 0.25s ease-out);
                            @include breakpoint(large up) {
                                color: $warning-color;
                            }
                        }*/
                        &.active {
                            // background: $warning-color;
                            @include breakpoint(large up) {
                                color: $light-blue;
                            }
                        }
                        &.contact-active {
                            background: $warning-color;
                            color: $primary-color;
                            transition: 0.5s all;
                            //  @include breakpoint(large up) {
                            /*  &:visited {
                                background: $warning-color;
                                color: $primary-color;
                            }*/
                            &:hover {
                                // @media (hover: hover) {
                                background: $light-yellow; //$primary-color;
                                color: $primary-color;
                                //}
                            }
                        }
                    }
                }
            }
        }
    }
}

.es-MX {
    .header_container {
        .top-bar ul.menu li a,
        header.header_container .top-bar-left ul.menu li a {
            @media(min-width: 1049px) {
                font-size: 22px;
            }
            @media(min-width: 1024px) and (max-width: 1048px) {
                font-size: 20px;
            }
        }
    }
}

/* _product-seed.scss*/
.wf-seed {
    .crops {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        li {
            width: auto;
            display: block !important;
            @media(min-width: 769px) {
                width: 48%;
                display: inline-block !important;
            }
            @media(min-width:1200px) {
                width: 32%;
            }
            a {
                background-color: #f8c52f;
                width: auto;
                height: auto;
                display: flex;
                margin: 0 0 2px 0;
                padding: 0;
                @media(min-width: 769px) {
                    // margin: 0 0 2px 0; //24px
                }
                .win {
                    width: 64px;
                    font-size: 32px;
                    color: #fff !important;
                    position: static;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin: 10px 0;
                    @media(min-width: 769px) {
                        width: 120px;
                        font-size: 66px;
                    }
                }
                span {
                    font-weight: 500;
                    font-style: normal;
                    font-size: 32px;
                    font-weight: 900;
                    line-height: 0.88;
                    letter-spacing: 1.23px;
                    color: #0b3f54;
                    text-transform: uppercase;
                    width: auto;
                    height: 115px;
                    background-color: #f5f4f2;
                    display: flex;
                    align-items: center;
                    text-align: left;
                    padding-left: 20px;
                    position: static;
                    margin: 10px;
                    width: calc(100% - 120px);
                    @media(max-width: 768px) {
                        width: calc(100% - 64px);
                        padding-left: 12px;
                        font-size: 24px;
                        height: 70px;
                        margin-left: 0 !important;
                    }
                }
            }
            &.alfalfa a {
                background-color: #74bd4f;
            }
            &.sorghum a {
                background-color: #e68222;
            }
        }
        .alfalfa,
        .corn,
        .sorghum {
            @media(max-width: 1199px) {
                margin-bottom: 14px;
            }
            @media(max-width:768px) {
                padding: 0;
            }
        }
    }
}

.alfalfa {
    .img-bottom-sec {
        background-color: #74bd4f;
    }
}

.corn {
    .img-bottom-sec {
        background-color: #f8c52f;
    }
}

.sorghum {
    @media(max-width: 1199px) {
        margin-bottom: 0 !important;
    }
    .img-bottom-sec {
        background-color: #e68222;
    }
}

.img-bottom-sec {
    ul {
        padding: 6px 6px;
        margin-left: 0;
        align-items: center;
        vertical-align: middle;
        display: flex;
        color: $white !important;
        justify-content: space-between;
        li {
            font-size: 16px !important;
            width: auto !important;
            padding-left: 10px;
            font-weight: 400;
            @media(max-width: 350px) {
                padding-left: 7px;
                padding-right: 0 !important;
            }
            img {
                width: 80px;
            }
            a {
                color: $white;
                margin-bottom: 0 !important;
                &:hover {
                    color: $primary-color !important;
                }
            }
        }
    }
}

/* _product_technologies.scss */
.product-technologies {
    margin-bottom: -186px;
    padding-top: 60px;
    //for ios dev
    z-index: 1;
    position: relative;
    @include breakpoint(medium up) {
        padding-top: 68px //68px;
    }
    .sec-pad {}
    .header-sec {
        h6 {
            margin-bottom: 8px;
        }
        h2 {
            //  margin-bottom: 12px;
        }
        h5 {
            // margin-top: 10px;
        }
        p {
            margin-bottom: 40px;
            @include breakpoint(medium up) {
                margin-bottom: 35px; //24px;
            }
        }
    }
    h3 {
        //  font-weight: 800;
    }
    .tabs {
        border: none;
        display: flex;
        justify-content: center;
        background: transparent;
        font-family: "paralucent-condensed", sans-serif;
        &-title {
            position: relative;
            &::after {
                content: '';
                position: absolute;
                top: 100%;
                left: calc(50% - 5px);
                width: 20px;
                height: 10px;
                clip-path: polygon(0 0, 100% 0, 50% 100%);
                margin-top: -2px;
                background: $light-gray;
                opacity: 0;
            }
            margin-right: 30px;
            &:last-child {
                margin-right: 0px;
            }
            a {
                // color: $warning-color;
                // font-weight: 800;
                font-size: 1rem;
                // text-decoration: underline;
                background: $thick-gray;
                color: $primary-color;
                //  @include breakpoint(small only) {
                // min-width: 140px;
                padding: 1.7rem 1.7rem;
                font-weight: 800;
                // }
                @include breakpoint(small only) {
                    padding: 1.5rem 14px;
                }
                @include breakpoint(medium up) {
                    min-width: 216px;
                    //text-decoration: none;
                }
                @include breakpoint(large up) {
                    min-width: 275px;
                    font-size: 22px;
                    //text-decoration: none;
                }
            }
        }
        .is-active {
            &::after {
                background: $primary-color;
                opacity: 1;
            }
            a {
                background: $primary-color;
                color: $white;
                text-decoration: none;
                // @include box-shadow(0px 7px 29px 0px rgba(100, 100, 111, 0.2));
                @include box-shadow(rgba(0, 0, 0, 0.55) 0px 5px 30px);
                // rgb(0 0 0 / 35%) 0px 5px 15px
            }
        }
        &-content {
            background: transparent;
            border: none;
            margin-top: 44px;
            @include breakpoint(medium up) {
                margin-top: 35px;
            }
            .tabs-panel {
                padding: 0;
                min-height: 550px;
                p {
                    color: $primary-color;
                }
                h6.primart-text {
                    margin-bottom: 8px;
                    font-weight: 800;
                }
                h3 {
                    sup {
                        font-size: 26px;
                    }
                }
            }
        }
    }
    .adjuvant-tab {
        .card.card-container.adjuvant-card {
            // margin: 0;
        }
        //Cross browser compatability for grid-x ios devices below V7
        .grid-x {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        }
    }
    .seed-tab {
        .seed-small-title {
            margin-bottom: 20px;
            @include breakpoint(medium up) {
                margin-bottom: 40px;
            }
        }
        ul {
            color: $primary-color;
            text-transform: uppercase;
            li {
                display: inline-block;
                font-weight: bold;
                font-size: 18px;
                padding-right: 10px;
                font-family: "paralucent-condensed", sans-serif;
                @include breakpoint(medium only) {
                    padding-right: 5px;
                }
                @include breakpoint(large up) {
                    font-size: 18px;
                }
                &:last-child {
                    @media(min-width: 769px) {
                        // padding-right: 0;
                    }
                }
                a {
                    transition: 0.5s all;
                    &:hover {
                        color: $warning-color;
                    }
                }
            }
        }
    }
    .micronutrients-tab {
        p {
            @include breakpoint(small only) {
                height: auto !important;
            }
        }
        .adjuvant-card {
            @include breakpoint(medium up) {
                min-height: 350px;
            }
            @include breakpoint(large up) {
                min-height: 270px;
            }
        }
    }
}

.product-catalouge {
    background: $dark-gray;
    padding-top: 184px; //168px;
    padding-bottom: 100px;
    //cross browser
    z-index: 0;
    position: relative;
    @include breakpoint(medium up) {
        padding-top: 140px; //132px; //146px;
        padding-bottom: 66px;
    }
    h3 {
        //  margin-bottom: 20px;
    }
}


/*.es-MX {
    .tab-mic,
    .micronutrients-tab {
        display: none;
    }
}

.pt-BR {
    .tab-seed,
    .seed-tab {
        display: none;
    }
}*/

/* _slider-image.scss */
.orbit-ims-sec {
    padding-bottom: 10px;
    @include breakpoint(medium up) {
        margin-bottom: 58px; //68px;
    }
    .slider-arrow {
        color: $white;
    }
    .orbit-previous,
    .orbit-next {
        top: 45%;
    }
    .orbit-previous {
        right: inherit;
    }
    .orbit-bullets.orbit-dot {
        position: relative !important;
        bottom: inherit !important;
        padding-left: 0 !important;
        left: 0 !important;
        @include breakpoint(medium down) {
            top: 23px !important;
        }
    }
}

/* _slider.scss*/
.slider-container {
    @include breakpoint(medium down) {
        margin-bottom: 60px;
        // margin-bottom: 50px;
    }
    @include breakpoint(small down) {
        overflow: hidden;
        margin-bottom: 40px; //60px;
    }
    .medium-title-text {
        margin-bottom: 5px;
        @include breakpoint(medium up) {
            margin-bottom: 5px; //10px;
        }
    }
    .xxx-medium-title-text {
        margin-bottom: 16px;
        @include breakpoint(medium up) {
            margin-bottom: 20px; //15px;
        }
    }
    span {
        font-size: 18px;
    }
    &-wrapper {
        @media screen and (min-width: 1920px) {
            max-width: 90rem;
            margin: 0 auto;
        }
        .orbit {
            &-wrapper {
                .orbit-controls {}
            }
            &-slide {
                @include breakpoint(medium down) {
                    margin-top: 30px; //20px; //30px;
                }
            }
            .orbit-bullets.orbit-dot {
                @include breakpoint(medium down) {
                    top: 760px;
                    // left: 1rem;
                    right: inherit;
                    left: -35px;
                }
                @include breakpoint(small down) {
                    top: 573px;
                    left: -35px;
                }
                padding-left: 3rem;
                position: absolute;
                left: 0;
                bottom: -13rem;
                z-index: 1;
                @media screen and (min-width:1200px) and (max-width:1315px) {
                    //  bottom: -10rem;
                }
                @media screen and (min-width:1148px) and (max-width:1199px) {
                    //  bottom: -8rem;
                }
                @media screen and (min-width:1024px) and (max-width:1147px) {
                    //  bottom: -4rem;
                }
                button {
                    background-color: transparent;
                    width: 16px;
                    height: 16px;
                    border: 3px solid $primary-color;
                    margin: 0.2rem;
                    &.is-active {
                        background-color: $primary-color;
                    }
                }
            }
            .image-wrapper {
                overflow: hidden;
                @include breakpoint(large up) {
                    position: relative;
                    bottom: -60px;
                }
                @include breakpoint(medium down) {
                    margin-bottom: 60px; //100px;
                }
                @media (max-width: 550px) {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 550px;
                }
                &-bg {
                    width: 100%;
                    height: auto;
                    border-radius: 50%;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    overflow: hidden;
                    position: relative;
                    padding: 50%;
                    @include breakpoint(medium down) {
                        width: 750px;
                        height: 750px;
                        padding: 0;
                        margin-left: auto;
                        margin-right: auto;
                    }
                    @include breakpoint(small down) {
                        // margin-left: -375px;
                        width: 550px;
                        height: 550px;
                        // @include transform(translateX(-19%));
                    }
                    @media (max-width: 550px) {
                        position: absolute;
                        top: 0;
                        left: 50%;
                        @include transform(translateX(-50%));
                    }
                    &::before {
                        content: "";
                        display: block;
                        width: 100%;
                        height: 100%;
                        background-color: rgba(15, 62, 83, 0.5);
                        position: absolute;
                        top: 0;
                        left: 0;
                        border-radius: 50%;
                    }
                    &:after {
                        content: "";
                        position: absolute;
                        background-color: rgba(225, 225, 225, 0.2);
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top: 0;
                    }
                    &-inner {
                        width: 70%;
                        height: 70%;
                        border-radius: 50%;
                        position: absolute;
                        top: 15%;
                        left: 0;
                        right: 0;
                        margin: auto;
                        background-color: $warning-color;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        padding: 25px 50px;
                        margin-bottom: 100px;
                        z-index: 1;
                        text-align: center;
                        @include breakpoint(medium up) {
                            padding: 25px 40px;
                        }
                        h1 {
                            font-weight: 900;
                            margin-bottom: 10px;
                            color: $primary-color;
                        }
                        p {
                            font-weight: 800;
                            font-size: 16px;
                        }
                    }
                }
            }
        }
    }
    .content-sec {
        display: flex;
        padding: 0 1rem;
        flex-flow: column;
        // justify-content: center;   //17/2022
        @include breakpoint(large) {
            padding-left: 3rem;
            padding-right: 5rem;
            padding-top: 13rem; //3rem;
            // padding-bottom: 2rem;
        }
        @include breakpoint(large down) {
            margin-bottom: 2rem;
        }
    }
    .slider-arrow {
        font-size: 50px;
        color: $primary-color;
        @include breakpoint(medium up) {
            font-size: 60px;
        }
        @include breakpoint(large up) {
            font-size: 130px;
        }
    }
}

.orbit-container {
    overflow: inherit;
    @include breakpoint(large) {
        // margin-bottom: -60px;
    }
}

.orbit-previous {
    @include breakpoint(medium down) {
        left: inherit;
        right: 100px;
    }
    @include breakpoint(small down) {
        right: 70px;
    }
}

.orbit-previous,
.orbit-next {
    @include breakpoint(medium down) {
        top: 760px;
        transform: translateY(-30%);
    }
    @include breakpoint(small down) {
        top: 585px;
    }
    @media screen and (min-width: 1054px) {
        top: 59%;
    }
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
    background-color: transparent;
}

/* _start-conversation-out-team.scss*/
.start-conversation-our-team {
    .sec-pad {
        padding-top: 64px; //60px;
        padding-bottom: 72px; //50px;
        @include breakpoint(medium up) {
            padding-top: 80px; //60px;
            padding-bottom: 90px; //46px;
        }
    }
    .left-sec {
        h2 {
            /*  font-size: 47px;
            line-height: 0.9;
            margin-bottom: 33px;
            @include breakpoint(medium up) {
                margin-top: 46px;
                font-size: 56px;
                margin-bottom: 40px;
            }*/
            @include breakpoint(large up) {
                margin-top: 46px;
            }
        }
        p {
            @include breakpoint(medium up) {
                padding-right: 20px;
            }
        }
    }
    .form-sec {
        //margin-top: 40px;
        //transition: all 0.5s ease-in-out;
        //  transition: all .5s;
        animation: fadeIn 3s;
        margin-top: 42px;
        position: relative;
        @include breakpoint(small only) {
            text-align: center;
        }
        @include breakpoint(medium up) {
            margin-top: 0px;
            // margin-top: 18px; //30px;
        }
        @keyframes fadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
        .callout {
            position: absolute;
            top: 50px;
            width: 60%;
            left: 20%;
            padding: 1.4rem;
            @include box-shadow(0px 0px 80px rgba(0, 0, 0, 0.20));
            color: $primary-color;
            text-align: center;
            min-height: 110px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
            flex-direction: column;
            p {
                font-size: 20px;
            }
            .close-button {
                right: 0.3rem;
                font-size: 26px;
                font-weight: bold;
                top: 0.1rem;
                span {
                    color: $primary-color;
                }
            }
        }
    }
    .success-block {
        //transition: all 0.5s ease-in-out;
        //  transition: all .5s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        height: 100%;
        //border: 1px solid;
        position: relative;
        padding: 0 20px 0px 20px;
        animation: fadeIn 3s;
        margin: 0 auto;
        text-align: center;
        @include breakpoint(small only) {
            //  margin-top: 30px;
        }
        @include breakpoint(large up) {
            width: 50%;
        }
        @keyframes fadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
        h5 {
            margin-bottom: 5px;
            text-align: center;
        }
        .success-icon {
            font-size: 40px;
            color: #119f11;
            margin-bottom: 20px;
            border: 2px solid #119f11;
            border-radius: 50%;
            padding: 5px;
        }
        .close-icon {
            color: $white;
            font-size: 30px;
            position: absolute;
            right: 12px;
            top: 0;
        }
        /* .newsletter-submit-btn {
            display: flex;
            justify-content: center;
            padding: 10px 10px;
            min-width: 100px;
            margin-top: 20px;
            color: $warning-color;
            background: transparent;
            border: 2px solid $warning-color;
            &:hover {
                color: $primary-color;
                background: $warning-color;
            }
        }*/
    }
    .bottom-sec {
        margin-top: 46px; //26px;
        @include breakpoint(xlarge up) {
            display: flex;
        }
        .newsletter-submit-btn {
            border: 2px solid;
            /*  &:visited {
                background: $warning-color;
                color: $primary-color;
            }*/
            &:hover {
                // border: 2px solid $warning-color;
                //border: 2px solid #FFE27F;
                //@media (hover: hover) {
                background: $light-yellow;
                color: #0f3f53;
                // }
            }
        }
    }
}
/*# New Update #*/

footer {
    background: #E0DFDB;
}
.sticky-container {
    position: fixed;
    width: 100%;
    background: #f4f4f2;
    z-index: 999;
    box-shadow: 0 3px 15px 0px rgba(0, 0, 0, 0.15);
}

/**
 * Slider Widget Styles - WUBrazil
 */

.dxp-slider-widget {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper {
    position: relative;
    width: 100%;
}

.slider-container {
    position: relative;
    width: 100%;
    min-height: 400px;
}

/* Slide Items - Only show active slide */
.slider-item {
    display: none;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slider-item.active {
    display: flex;
    opacity: 1;
}

/* Two-column layout: Left (image) + Right (content) */
.slider-item {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
}

.slide-left {
    flex: 1;
    position: relative;
}

.slide-right {
    flex: 1;
}

/* Image wrapper */
.slide-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Image placeholder (when no image) */
.slide-image-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #666;
    font-size: 1rem;
}

/* Circular overlay for count */
.slide-circle-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    z-index: 2;
}

.slide-circle-text {
    text-align: center;
    line-height: 1.2;
}

/* Slide content */
.slide-content {
    padding: 1rem;
}

.slide-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #333;
}

.slide-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #555;
}

.slide-body {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #666;
}

.slide-body p {
    margin-bottom: 1rem;
}

/* Slider controls (prev/next buttons) */
.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    pointer-events: none;
    z-index: 10;
}

.slider-control {
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-control:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slider-control:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* ===== Slider indicators: radio buttons at TOP of the right section ===== */

/* Stack indicators above the content inside the right column */
.dxp-slider-widget .slide-right {
    display: flex;
    flex-direction: column;
}

.dxp-slider-widget .slider-indicators {
    position: static;          /* was absolute/bottom - now flows at the top */
    transform: none;
    display: flex;
    gap: 0.75rem;
    margin: 0 0 1rem 1rem;     /* aligns with .slide-content's 1rem padding */
    order: -1;                 /* guarantees it sits above .slide-content */
    padding: 0;
}

/* Radio-button shape (NOT square) */
.dxp-slider-widget .slider-indicator {
    -webkit-appearance: none;  /* remove native button chrome that looks square */
    appearance: none;
    box-sizing: border-box;    /* keep the circle perfectly round with a border */
    width: 16px;
    height: 16px;
    min-width: 16px;           /* stop flex from squashing it into an oval */
    padding: 0;
    border-radius: 50%;        /* circle = radio form */
    background-color: transparent;
    border: 3px solid #0f3f53; /* outer ring */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dxp-slider-widget .slider-indicator:hover {
    background-color: rgba(15, 62, 83, 0.3);
}

/* Selected = filled center (like a checked radio) */
.dxp-slider-widget .slider-indicator.active {
    background-color: #0f3f53;
    border-color: #0f3f53;
    transform: none;           /* cancel old scale(1.3) */
}

.dxp-slider-widget .slider-indicator:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Top-align columns so indicators sit at the very top of the right side */
.dxp-slider-widget .slider-item {
    align-items: flex-start;
}

/* Animation class (optional styling for animated slider) */
.slider-animated .slider-item {
    transition: opacity 0.8s ease-in-out;
}
/* Slider */
@media print, screen and (min-width: 64em) {
    .slider-container .slide-image-wrapper {
        position: relative;
        bottom: -60px;
    }
}
.slider-container .slide-image-wrapper{
  overflow:hidden;
}
.slide-image-wrapper .slide-image{
  width: 100%;
    height: auto;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    padding: 50%;
}
.slide-image-wrapper .slide-circle-overlay{
   width: 70%;
    height: 70%;
    border-radius: 50%;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fdd034;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 50px;
    margin-bottom: 100px;
    z-index: 1;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .slide-image-wrapper .slide-circle-overlay {
        padding: 25px 40px;
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .slider-item {
        flex-direction: column;
    }
    
    .slide-left,
    .slide-right {
        flex: none;
        width: 100%;
    }
    
    .slide-title {
        font-size: 1.5rem;
    }
    
    .slide-subtitle {
        font-size: 1.25rem;
    }
    
    .slider-control {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .slide-circle-overlay {
        width: 100px;
        height: 100px;
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .slider-container {
        min-height: 300px;
    }
    
    .slide-title {
        font-size: 1.25rem;
    }
    
    .slide-subtitle {
        font-size: 1rem;
    }
    
    .slide-body {
        font-size: 0.9rem;
    }
    
    .slider-control {
        width: 35px;
        height: 35px;
        font-size: 1.25rem;
    }
    
    .slide-circle-overlay {
        width: 80px;
        height: 80px;
        font-size: 1.25rem;
    }
}

.footer-container-wrapper .copyright-container ul li:after {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #0f3f53;
    margin: 0 0 0 5px;
}