@font-face { font-family: Houschka; src: url('fonts/Houschka_Medium.ttf'); } 
@font-face { font-family: Houschka-demibold; src: url('fonts/Houschka_DemiBold.ttf'); } 


body, html{
    overflow-y: auto; /* Enable vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
}
 
 .header-container{
        z-index: 999;
        width:100%;
        /* background:#FAFAFA; */
        margin:0;
        padding:0;
        border:0;
        position:absolute;
        top:0;
        left:0;
        filter: drop-shadow(0em 0.1em 0.25em #434343);
        transition-timing-function: ease-out;
        transition: 0.5s;
        /* transform: translateY(-100%); */
        height:3.5em;
    }
    .header-container .header-background{

        opacity: 0;
    }
    .header-container:hover{

        height:6em;
    }
    .header-sticky{
        transform: translateY(0%) !important;
        position: fixed;
        height:6em;
         top: 0;
        transition: 0.5s;
    }
    .header-sticky .header-background{

        opacity: 0.75;
    }
    .header-container:hover .header-background{
        /* background-image:linear-gradient(140deg,  #eaa423 0%, #EADEDB 50%, #63BEC9 75%);  */
        background:#1a1a28E0;
        opacity:1;
        transition: 0.5s;
        /* background:#FF0000; */
    }
    .header-background{
        margin:0;
        padding:0;
        border:0;

       /* background-image:linear-gradient(140deg,  #eaa423 -50%, #EADEDB 50%, #63BEC9 125%); */
        width: inherit;
        height:inherit;
        opacity:0.75;
        transition: 0.5s;
        background:#FAFAFA;
    }
        /* background-image:linear-gradient(140deg,  #eaa423 0%, #EADEDB 50%, #63BEC9 75%); */
    .header-foreground{
        /* font-family: 'Montserrat'; */
        font-family: Houschka;
        font-size: 2em;
        color: white;
        left:2em;
        /* vertical-align: middle; */
        /* line-height: 100%; */
        position: absolute;
        top: 80%;
        transform: translateY(-50%);
        height:100%;
    }
    .header-foreground img{
        display: inline-block;
        vertical-align:middle;
        height: 2rem
    }
    .company-name{
        margin-left: 10px;
    }
    .header-button{
        color: white !important;
        font-size: 2em;
        transition: 0.5s;
        text-align: right;
        height:100%;
        /* position: relative;  */
        position: absolute;
        /* top:-30%;  */
        /* width:fit-content; */
        padding:0;
        /* left:0; */
        padding-right:3em;
        float:right;
        box-sizing: border-box;
        right: 0;
        pointer-events: none; 
    }
    /*.header-button:hover{
        color:#FFFFFF;
        transition: 0.5s;
    }
    .header-button:hover */.header-button-choke:hover{
        color:#323232;
        /* box-shadow: 0px 0px 0.0em 0.25em #eaa423; */
        /* background: #FFFFFFD8; */
        /* padding:0.25em; */
        background: #F3B432;
        background-image: linear-gradient(140deg,  #eaa423 0%, #f2b742  75%);
        /* background: linear-gradient(140deg,  #63BEC9 0%, #54A9B8  75%); */
        /* margin:1px; */
        /* background-image:linear-gradient(140deg,  #eaa423 0%, #EADEDB 50%, #63BEC9 75%);     */
        /* border-radius: 0.25rem; */
        filter:drop-shadow(0em 0em 0.2em black);
        transition: 0.5s;
    }
    .header-button-choke{
        display: inline-block;
        background-image: none;
        border-radius: 0.4rem;
        padding:0.25em;
        /* background-color: #FAFAFA22; */
        /* color:#323232; */
        /* box-shadow: 0px 0px 0em 0em #FFFFFF99; */
        /* background: #FFFFFF99; */
        /* filter:drop-shadow(0em 0em 0.2em white); */
        transition: 0.5s;
        pointer-events: auto; 
        font-size: 1.7rem;
    }
    .header-sticky .header-button-choke{
        background-color: #FAFAFA22;
        transition: 0.5s;
    }

    .main-tagline-container{
        height: 100vh;
        width: 100vw;
        background-image: url('../media/sb_row.jpg');
        background-position: center;
        background-size: cover;
    }

    .main-tagline-container .heading-container{
        position: absolute;
        top:50%;
        left: 25%;
        transform: translateY(-50%);
    }

    .main-tagline-container p{
        font-family: 'Montserrat';
        margin: 0px;
        padding: 0px;
        display: block;
        width: 100%;
        color: #fff;
        font-weight: 900;
        font-size: 5rem;
    }

    .large-text{
        font-family: 'Montserrat';
        /* font-family: Houschka-demibold; */
        font-weight: 900;
        font-size: 15dvh;
        color:white;
        position: absolute;
        left:0em;
        top:calc(5em - 50%);
        transform: translateY(-25%);

        /* padding:0.8em; */
        /* vertical-align: middle; */
        padding-left: 0.7em;
        text-align: left;
        z-index: 2;
        height:100%;
        text-anchor: middle;
        box-sizing: border-box;
        width: 100%;
        /* transform: translateY(50%); */
    }
    .punch1{
        font-size: 6rem;
        /* animation-name: punch;
        animation-duration: 0.25s;
        animation-delay: 0.5s; */
    }
    .punch2{
        font-size: 6rem;
        /* animation-name: punch;
        animation-duration: 0.25s;
        animation-delay: 1s; */
    }
    .punch3{
        font-size: 6rem;
        /* animation-name: punch;
        animation-duration: 0.25s;
        animation-delay: 1.5s; */
    }
    @keyframes punch {
        0%  {font-size: 15dvh;}
        50%   {font-size: 17.5dvh;}
        100%  {font-size: 15dvh;}
    }
    .vid-fs-container{
        padding-left:15%;
        padding-right:15%;
        padding-top:5%;
        padding-bottom:5%;
        width:max-content;
        width:100%;
        box-sizing: border-box;
        z-index: 2;
    }  
    .zoomVideo{
       width:100%;
       height:auto;
       filter: drop-shadow(0.1em 0.1em 0.25em #00000077);
       transition:0.5s;
    }
    .zoomVideoActiveLandscape{
        width:100vw;
        height:auto;
        position:fixed;
        left:0;
         top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
        transition:0.5s;
        box-shadow: 0px 0px 1em 100em #000000DD;
    }
    .zoomVideoActivePortrait{
        width:auto;
        height:100dvh;
        position:fixed;
        left:50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 1000;
        transition:0.5s;
        box-shadow: 0px 0px 1em 100em #000000DD;
    }
    .fw-img{
        min-width: 100%;
        overflow:hidden;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
        z-index: 1;
    }

    /* START OF CSS 4 BOXES RESONSIVE WEB */

    .smart-agri-container{
        height: 100vh;
        width: 100vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-family: 'Montserrat';
    }

    .smart-agri-row{
        height: 50vh;
        width: 50vw;
        position: relative;
    }

    .picking{
        height: 50vh;
        width: 50vw;
        background-position: center;
        background-image: url('../media/tworobots.jpg');
        background-size: cover;
    }

    .data{
        background-image: url('../media/yieldmap_preload.jpg');
    }

    #plant-health-vid{
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
    }

    .quality{
        background-image: url('../media/punnet_hand.jpg');
        background-size: cover;
    }

    .pricing{
        background-image: url('../media/greenhouse.jpg');
        background-size: cover;
    }

    .glowing-radio{
        height: 30px;
        width: 30px;
        border-radius: 100%;
        background-color: #fff;
        position: absolute;
        animation: pulse-animation-large  2s infinite;
        animation-timing-function: ease-in-out;
    }

    .smart-agri-container .glowing-radio{
        top: 50%;
        left: 50%;
        transform: translate(-25%, -25%);
    }

    .smart-agri-text-container{
        visibility: hidden;
    }

    .smart-agri-heading{
        width: 100%;
        position: absolute;
        top:30%;
        /* margin-top: 20%; */
        text-align: center;
        color: #fff;
        font-size: 2rem;
        font-weight: 700;
        text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.6);
    }

    .smart-agri-row .smart-agri-text-container{
        animation: none;
        transition: background-color 0.25s ease-in-out;
        color: black;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 0%;
        text-align: center;
        backdrop-filter: blur(8px);
        /* line-height: 2rem; */
        word-spacing: 5px;
    }

    .smart-agri-row:hover .smart-agri-text-container{
        visibility: visible;
        position: absolute;
        font-size: 1.5rem;
        font-weight: 400;
        text-align: center;
        background-color: rgba(255,255,255, 0.4); /* white w/opacity/see-through */
      
        display: flex;
        flex-direction: column;
    }

    .data .smart-agri-row:hover .smart-agri-text-container{
        background-color: rgba(255,255,255, 0.7); /* white w/opacity/see-through */
    }
    
    .smart-agri-row:hover .smart-agri-heading{
        top:10%;
        margin-top: 10px;
        color: #000;
        text-shadow: none;
    }

    .smart-agri-row:hover .smart-agri-text-container .smart-agri-text{
        margin: auto;
        /* margin-top: 10%; */
        top: 50%;
        width: 80%;
    }

    .smart-agri-row:hover .hide{
        visibility: hidden;
    }
    

    /* END OF CSS 4 BOXES RESONSIVE WEB */

    .carousel-container{
        height: 90vh;
        width: 100vw;
        position: relative;
        overflow: hidden;
    }

    .carousel-img-container{
        height: 90vh;
        top:0;
        width: 100vw;
        transition: transform 0.5s ease;
    }

    .carousel-img-container img{
        top: 0;
        left: 0;
        width: 100%;
        height: 90vh;
    }

    .slide {
        position: absolute;
        display: inline-block; 
    }

    .slide:nth-child(2){
        left: 100vw;
    }
    .slide:nth-child(3){
        left: calc(100vw * 2);
    }
    .slide:nth-child(4){
        left: calc(100vw * 3);
    }
    .slide:nth-child(5){
        left: calc(100vw * 4);
    }

    .carousel-arrow {
        width:35px;
        position: sticky;
        /* background-color: rgba(204, 204, 204, 0.357); */
        color: black;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 2;
      }

      .carousel-arrow:hover {
        background-color: rgba(62, 61, 61, 0.357);
      }

      .left {
        top: 50%;
        transform: translateY(-50%);
        left: 0;
      }
      
      .right {
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% - 35px);
      }

      .progress-bar-container{
        width: 20vw;
        height: 2vh;
        z-index: 2;
        position: fixed;
        top: 93.5%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: row;
        background-color: rgba(204, 204, 204, 0.357);
        justify-content: center;
        align-items: center;
      }

      .progress-bar-btn{
        position: relative;
        height: 50%;
        flex: 1;
        margin-right: 5px;
        background-color: rgba(119, 118, 118, 0.657);
      }

      .progress-bar-btn:first-child {
        margin-left: 5px;
      }

      .progress-bar-btn-active{
        background-color: #000;
      }

    /* START OF CSS FOR 4 BOXES */

    .splitDivContainer{
        width: 100%;
        padding:0;
        margin:0;
        /* min-height: 40em; */
        min-height:45dvh;
        /* height: 45vh; */
        height:auto;
        vertical-align: top;
    }
    .splitDiv{
        height:45dvh;
        width:50%;
        display: inline-block;
        min-width:500px;
        max-width: 100% !important;
        padding:2em;
        box-sizing: border-box;
        flex: 1;
        /* padding:0; */
        vertical-align: top;
        position: relative; /*this is for the hover bullets*/
    }
    .splitDiv:hover .video-bullet{
        opacity: 0;
        transition: 0.5s;
    }
    .splitDivNarrow{
        height:45dvh;
        width:100%;
        display: inline-block !important;
        min-width:500px;
        max-width: 100% !important;
        padding:2em;
        box-sizing: border-box;
        flex: 1;
        /* padding:0; */
        position: relative; /*this is for the hover bullets*/
    }
    .splitDivNarrow:hover .video-bullet{
        opacity: 0;
        transition: 0.5s;
    }
    .textBlock{
        color:white;
        font-size: 1.75em;
        font-family: 'Montserrat';
        font-weight: 500;
    }

    .textBlockTitle{
        color:white;
        font-size: 2rem;
        /* font-size: 5%; */
        font-family: 'Montserrat';
        font-weight: 700;

    }
    .textBlockTitleBold{
        color:white;
        font-size: 7em;
        font-family: 'Montserrat';
        font-weight: 700;
    }

    /* END OF CSS FOR 4 BOXES */

    .parallaxBlock{
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        width:100%;
        padding:0;
        margin:0;
        /* height:75dvh; */
    }
    .downArrow{
        /* box-sizing: border-box; */
        width:3em;
        height:3em;
        display: inline-block;
        padding: 0.5em;
        padding-top:2em;
        animation-name: arrowFlash;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        display:none;/* REMOVE DOWN ARROW*/
    }
    @keyframes arrowFlash {
        0%   {width:3em;height:3em;padding:0.5em;padding-top:2em;}
        50%  {width:3.5em;height:3.5em;padding:0.25em;padding-top:1.75em;}
        0%   {width:3em;height:3em;padding:0.5em;padding-top:2em;}
    }

    /* START OF MORE BOXES STYLES 4 BOXES */
    .revealBox .textBlockTitle{
        text-anchor: middle;
        /* font-size: 4.5rem; */
        text-align: center;
        vertical-align: middle;
        transition: 0.5s; 
        transform: translateY(-0.2dvh);
        opacity:1 !important;
    }
    .revealBox:hover .textBlockTitle{
        font-size: 3rem;
        text-align: left;
        transition: 0.5s;
        transform: translateY(0dvh);
    }
    .revealBox .textBlock{
        opacity:0;
        transition:0.5s
    }
    .revealBox:hover .textBlock{

        opacity:1;
        transition:0.5s
    }
    .revealBox:focus .textBlock,  .revealBox:active .textBlock{
        opacity:1;
        transition:0.5s
    }

     .backgroundVideo{
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        z-index: 0;
        overflow: hidden;
     }
     /* END OF MORE BOXES STYLES 4 BOXES */

     #ai-subtext{
        position: absolute;
        padding: 5%;
        top: 10%;
        line-height: 2rem;
     }


    .pickVideo{
        position: relative;
        /* width:16.66%; */
        width:25%;
        min-width: 180px;
        margin:0;
        padding:0;
        filter: grayscale(0%);
        transition:0.5s;
        display:inline-block;
    }
    .pickVideo:hover{
        margin:0;
        padding:0;
        /* margin:0; */
        /* padding:0; */
        filter: grayscale(0%) !important;
        transition:0.5s
    }
    .pickVideoContainer{
        background-image: linear-gradient(50deg, rgb(234, 164, 35) 35%, rgb(234, 222, 219) 85%, rgb(99, 190, 201) 120%);
        align-content:center;
        width:100%;
        filter: grayscale(0%);
        transition:0.5s;        
    }
    /* .pickVideoContainer:hover
    {
        filter: grayscale(60%);

} */
.pickVideoContainer:hover .pickVideo
    {
        filter: grayscale(80%);
        transition:0.5s;
        

}
.pickVideoContainer:hover .pickVideoTextHeader
    {
        opacity:0.5;
        transition:0.5s;
}
.pickVideoText{
    font-family: 'Montserrat';
    font-size: 22px;
    color:white;
    word-wrap:break-word;
    position: absolute;
    margin:0;
    padding:0;
    top:10px;
    margin:0.5em;
    filter: drop-shadow(0.1em 0.1em 0.25em black)
}
.pickVideoTextHeader{
    opacity:1;
    font-size: 2em;
    transition:0.5s;

}
.pickVideo:hover .pickVideoTextHeader{
    opacity:1 !important;
}
.pickVideoTextBody{
    opacity:0;
    word-wrap:inherit;
    transition:0.5s;
}
.pickVideo:hover .pickVideoTextBody{
        margin:0;
        padding:0;
        /* margin:0; */
        /* padding:0; */
        filter: grayscale(0%) !important;
        transition:0.5s;
        opacity:1;
}
.pickVideo:hover .video-bullet{
        opacity: 0;
        transition: 0.5s;
}
.pickVideoVideo{
    margin:0;
    padding:0;
}

.eagle-eyed-outer-container{
    background-blend-mode: multiply;
    background-image: linear-gradient(140deg, rgb(234, 164, 35) 35%, rgb(234, 222, 219) 85%, rgb(99, 190, 201) 120%);
}

    .diagram-info {
      padding-left:0.5em;
      border: none;
      color: black;
      text-align: center;
      font-family: 'Montserrat';
      font-size: 1.25em;
      /* filter: drop-shadow(0.07em 0.07em 0.1em rgba(0, 0, 0, 0.3)); */
      opacity: 0.45;
      transition: 0.25s;
      text-align:left;
      width:100%-0.5em;
      height:100%;
      
      /* overflow:hidden; */
    }
    .diagram-info:hover {
      opacity: 1 !important
      }
    .diagram-info:hover .diagram-body {
      opacity: 1 !important
      }
      .diagram-info:hover .diagram-bullet {
      opacity: 1 !important
      }
        .diagram-info:hover .diagram-line {
      /* height:60%; */
      height:6em;
      }
      .diagram-choke:hover{
        background-color: #FFFFFFA1;
        border-radius: 0.25em 0.25em 0em 0em;

      }
    .diagram-body {
        width: 20em;
        max-width: 85%;
        z-index:3;
      opacity:0;
      padding-top:0.2em;
      /* overflow:hidden; */
    font-size: 0.8em;
      transition: 0.75s;
      color: #555555;
      background-color: #FFFFFFA1;
      border-radius: 0.25em;
    }
     .diagram-bullet{
       opacity:0;
       width:1em;
       height:1em;
       border-radius:50%;
       background:#FFFFFFDD;
       /*background:#FFFFFF55;*/
       /*border: 0.3em solid #FFFFFF;*/
       position:absolute;
       transition: 1.5s;
       /*box-shadow: 0px 0px 1px 1px #0000001a;*/
      }
      .diagram-bullet-pulse {
      animation: pulse-animation 2s infinite;
      animation-timing-function: ease-in-out;
    }
      @keyframes pulse-animation {
       0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.35);
      }
      100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
      }
    }
    .video-bullet{
        left: 50%;
        top:50%;
        opacity: 1;
        width: 0;
        height: 0;
        padding:1rem;
        animation: pulse-animation-large 2s infinite;
        animation-timing-function: ease-in-out;
        transition:0.5s
    }
    @keyframes pulse-animation-large {
        0% {
         box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.66);
       }
       100% {
         box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
       }
    }
    
      .diagram-line{
       width:0.25em;
       background-color:black;
       height:1.25em;
       position:absolute;
       left:0%;
       top:0%;
        transition: 1.5s;
      }
      .profile-img-container{
        /* width:20em; */
        /* height:20em; */
        /* border-radius: 10em; */
        align-content:center;
        vertical-align: middle;
        overflow: hidden;
        text-align: center;
        /* max-width: 50%; */
        display: inline-block;
        /*aseese changes*/
        min-width: 15vw;
        min-height: 15vw;
        width:20rem;
        height:20rem;
        /* border-radius: 15em; */
        padding-left:5em;
        padding-right:5em;

        max-width: 100%;

    }
    .profile-img{
        min-width: 100%;
        width: auto;
        min-height: 100%;
        height: 100%;
        display: inline-block;
        background-position: center;
        background-size: cover;
        vertical-align: middle;
        scale:1;
        transition:0.5s;
    }
    .profile{
        /* padding:2em; */
        color:black;
        font-family: 'Montserrat';
        /* width:100%; */
        /*aseese changes*/
        display: inline-grid;
        box-sizing: border-box;
        /* width:18%; */
        width:auto;
    }
    .profile:hover .profile-img{
        scale:1.15;
        transition:0.5s;
    }
    .profile-name{
        font-size: 2rem;
        font-weight: 700;
    }
    .profile-title{
        font-size: 2rem;
        font-weight: 300;
        /*aseese changes*/
        display: block;
    }
    .profile-text{
        font-size: 1.5em;
        font-weight: 500;
        display: inline-block;
        /*aseese changes*/
        display: none;
    }
    .profile-text-container{
        text-align: left;
        padding-left:2em;
        /* display: inline-block; */
        width:auto;
        min-width: 400px;
        max-width: 60%;
        vertical-align:middle;
        /*aseese changes*/
        display: block;
    }
    .centerTextBlock{
        color:black;
        padding-top: 3em;
        font-size:1.4em;
        min-width:500px;
        width:60%;
        max-width: 100%;
        text-align:left; /*prev. justified */
        display: inline-block;
    }

    .header_mobile{/* REMOVE THE "robotics" tagline */
        display: none !important;
        opacity: 0;
    }
    .video_icon{
        font-size: 5em !important;
        border-radius: 5%;
        background: #F0F0F0AA;
        top:50%;
        left:50%;
        position: absolute;
        transform: translate(-50%,-50%);
        z-index: 2;
        color:white;
        filter: drop-shadow(0.1em 0.1em 0.25em #00000077);
        transition: 0.5s;
        display: none !important;
    }
    .video_icon:hover{
        filter: drop-shadow(0.1em 0.1em 0.1em #00000077);
        background: #F0F0F0DE;
        transition: 0.5s;
    }

    /*FORMS */
    .savings-form{
        font-family: 'Montserrat' !important;
        font-weight: 500 !important;
        font-size: 1.5rem !important;
        padding-top:1.75rem;
    }
    .savings-form-acreage-outer-container{
        width: 100%;
        display:inline-block;
    }
    .savings-form-acreage-container{
        display: inline-block;
        width: auto;
        max-width: 50%;
        width: 35%;
        min-width: 200px;
        padding-right:1rem;
        box-sizing: border-box;
    }
    
    input[type=number] {
        font-family: 'Montserrat' !important;
        font-weight: 500 !important;
        font-size: 1.25rem !important;
        text-align: center;
        -moz-appearance: textfield;
        -webkit-appearance: none;
        appearance: textfield;
        border: none;
        outline: none;
        border-bottom: .2em solid #1a1a28E0;
        background: #E0E0E0DE;
        border-radius: .2em .2em 0 0;
        padding: .4em;
        color: black;
        margin:0.5rem;
        width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        box-sizing: border-box;
    }
    input[type=number]:hover{
        color: #eaa423;
        background: #1a1a28E0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
   /* .savings-form-acreage-range{*/
    input[type=range] {
        margin:0.5rem;
        -webkit-appearance: none;
        height: 25px;
        background: #E0E0E0DE;
        outline: none;
        border-radius: 12.5px;
        width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: #1a1a28E0;
        cursor: pointer;
        border:none;
        border-radius: 50%;
      }
      
    input[type=range]::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #1a1a28E0;
        cursor: pointer;
        border:none;
        border-radius: 50%; 
        -webkit-transition: 0.5s;
        transition: 0.5s;
      }
    input[type=range]:hover{
        background: #1a1a28E0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    input[type=range]:hover::-webkit-slider-thumb{
        filter: drop-shadow(0.1em 0.1em 0.25em #00000077);
        background: #eaa423;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    input[type=range]:hover::-moz-range-thumb{
        filter: drop-shadow(0.1em 0.1em 0.25em #00000077);
        background: #eaa423;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .savings-form-fieldset{
        background-size: cover;
        background-blend-mode: lighten;
        /* background-color: rgba(255,255,255,0.45);
        background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%); */
        border-radius: 1rem;
        border-color: #000000;
        border-width: 5px;
        border-style: solid;
        padding: 0;
    }
    .fieldset-inner-container{
        background-image: linear-gradient(90deg, #FFFFFF 15%, #FFFFFF00 100%);
        box-sizing: border-box;
        
        width: 100%;
        height: 100%;
        padding:1rem;
        border-radius: inherit ;
    }
    .savings-form-radio{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        filter: drop-shadow(0.1em 0.1em 0.25em #FFFFFF);
    }
    input[type=radio] {
        display: inline-grid;
        appearance: none;
      background-color: #fff;
      margin: 0;
        font: inherit;
      color: #000000;
      width: 1.15em;
      height: 1.15em;
      border: 0.15em solid currentColor;
      border-radius: 50%;
        /* display: grid; */
        transition:0.5s;
      place-content: center;
        &::before {
            content: "";
            width: 0.65em;
            height: 0.65em;
            border-radius: 50%;
            transform: scale(0);
            transition: 120ms transform ease-in-out;
            box-shadow: inset 1em 1em #1a1a28E0;
            background-color: CanvasText;
            transform-origin: top bottom;
        }
        &:checked::before {
            transform: scale(1);
        }
        
    }
    input[type=radio]:hover{
        background-color: #E0E0E0DE;
        transition:0.5s;
    }
    .savings-form-disclamer{
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 1rem;
        padding:1rem;
    }


    /* START OF CONTACT FORM */
    
          .contact-form-container {
            /* height: 85vh; */
            width: 100vw;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 3vh;
          }
          
          .form-header-container {
            width: 100vw;
            font-family: 'Montserrat';
            text-align: center;
            margin-top: 20px; 
          }
          
          .form-header-container h3 {
            margin-bottom: 0;
            font-size: 1.5rem;
          }
          
          .form-header-container p {
            font-size: 1rem;
          }
          
          .contact-form-div {
            padding: 30px;
            width: 80vw; 
            max-width: 600px; /* Added max-width for better responsiveness */
            background-color: #f2f2f2;
            margin-top: 20px; 
            border-radius: 10px;
          }

          .error-message, .success-message{
            padding:0;
            margin: 0;
          }

          .form-header-container .success-message{
            color: #4CAF50;
            font-size: 1rem;
          }

          .form-header-container .error-message{
            color: red;
            font-size: 1rem;
          }

          #contact-form label{
            font-family: 'Montserrat';
          } 

          .contact-form-div input[type="text"],
          .contact-form-div input[type="email"],
          .contact-form-div input[type="tel"],
          .contact-form-div #user_message,
          .contact-form-div button{
            font-family: 'Montserrat';
            font-size: 0.9rem;
            width: 100%; 
            padding: 12px;
            margin: 8px 0;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
          }
          
          .contact-form-div #user_message {
            height: 5rem; 
          }
          
          .contact-form-div button {
            width: 100%;
            margin-top: 15px;
            height: 3rem;
            border-radius: 5px;
            font-family: 'Montserrat';
            font-size: 1.3rem;
            font-weight: 100;
            background-color: #63BEC9;
            border: none;
            color: white;
            cursor: pointer;
            transition: background-color 0.3s ease;
          }
          
          .contact-form-div button:hover {
            background-color: #eaa423;
          }

    /* END OF CONTACT FORM */


    .main-footer{
        display: flex;
        min-height: 40vh;
        background-image:linear-gradient(140deg,  #eaa423 0%, #EADEDB 30%, #63BEC9 75%); 
        justify-content: center;
        align-items: center;
    }

    .footer-container{
        text-align: center;
        width: 70vw;
        font-family: 'Montserrat';
        color: #fff;
    }

    .footer-heading{
        font-size: 1.5rem;
    }

    .footer-content{
        height: 50%;
        border-top: 0.5px solid rgb(255, 255, 255); /* Top border */
        border-bottom: 0.5px solid rgb(255, 255, 255); /* Bottom border */
        border-left: none; /* No left border */
        border-right: none; /* No right border */
        padding: 10px; /* Optional: add padding for spacing */
        display: flex;
        flex-direction: row; /* Aligns flex items vertically (column-wise) */
        align-items: center; /* Centers flex items horizontally */

        font-size: 0.9rem;
        font-weight: 400;
        
    }

    .footer-content a{
        text-decoration: none;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .logo-social-loc-container{
        text-align: left;
        width: 25%;
    }

    .social-container i{
        color: #fff;
        font-size: 1.5rem;
        padding-right: 1rem;
    }

    .social-container i:active{
        color: #fff;
    }

    .page-links-container{
        width: 70%;
        text-align: center;
    }

    .page-links-container a{
        display: block;
        color: #fff;
    }

    .locations-container{
        text-align: center;
        width: 40%;
    }

    /* About us current styling changes */
    #about_title{
        display: inline-block;
        text-align: center;
        margin-top: 15%;
        width:50%;
        min-width:500px;
        max-width:100% !important;
        padding-top:1em;
        padding-bottom:0em;
    }

    .about-page-mission-container{
        height: 50vh;
        display: flex;
        flex-direction: row;
    }

    .about-page-mission-container .video-container{
        flex: 1;
        height: 100%;
    }

    .about-page-mission-container .video-container video{
        position: relative;
        /* top: 50%;
        transform: translateY(-50%); */
    }

    .about-page-mission-container .text-outer-container{
        font-family: 'Montserrat';
        flex: 1;
        height: 100%;
        transform: translateY(-5%);
    }

    .about-page-mission-container .text-outer-container .text-inner-container{
        position: relative;
        left: 50%;
        transform: translateX(-50%); 
        width: 80%;
    }

    .about-page-mission-container .text-outer-container .text-inner-container .heading{
        font-size: 2.5rem;
        text-align: center;
        padding: 0px;
        margin-top: 35px;
        margin-bottom: 10px;
    }

    .about-page-mission-container .text-outer-container .text-inner-container .text{
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0px;
        padding: 0px;
    }

    .gap{
        display: block;
        height: 15px;
    }

    #section-heading{
        font-size: 5rem;
    }

    /*MOBILE*/
    @media screen and (max-width: 800px){

        .diagram-info{
            overflow: visible;
        }

        .vid-fs-container{
            padding:0;
            padding-left: 0 !important;
        }

        .zoomVideo{
          width:100%;
          padding:0;
        }
        .header-container{
            height:3.5em;
        }
        /* .header-background{
          display: none;
        } */
        .header-foreground{
            font-size: 1.75em;
            color: white;
            left:0.8em;
            /* vertical-align: middle; */
            /* line-height: 100%; */
            position: absolute;
            top: 60%;
            transform: translateY(-50%);
            height:100%;
        }

        .header-foreground img{
            height: 2rem;
        }

        .header_mobile{
            display: none !important;
            opacity: 0;
        }

        .header-button-choke{
            font-size: 1.3rem;
        }

        .header-button{
            padding-right: 40px;
        }

        /* To center the tagline for mobile */
        #tagline{
            margin-top: 1.3em;
        }

        .large-text{/*TAGLINE*/
            padding-left: 0.2em;
            padding-top: 3.5em;
            box-sizing: border-box;
            width: 100%;
            z-index: 1;
            overflow: hidden;
        }

        .punch1{
            font-size: 3rem;
        }

        .punch2{
            font-size: 3rem;
        }
        
        .punch3{
            font-size: 3rem;
        }

        .textBlock{
            font-size: 1.5em;
        }
        .centerTextBlock{
            padding:4px !important;
            min-width: none !important;
            min-width: 0px;
            width:100% !important;
            box-sizing: border-box;
        }

        .main-tagline-container{
            height: 60vh;
        }

        .main-tagline-container .heading-container{
            position: absolute;
            top:35%;
            left: 20%;
            transform: translateY(-50%);
        }
        
        .main-tagline-container p{
            font-family: 'Montserrat';
            margin: 0px;
            padding: 0px;
            display: block;
            width: 100%;
            color: #fff;
            font-weight: 900;
            font-size: 1.5rem;
        }

        .noMinWidthMobile{
            min-width: none !important;
            min-width: 0px !important;
            width:100% !important;
            overflow-x: hidden;
            box-sizing: border-box;

            /* to remove the parallax effect in mobile */
            animation: none;
            background-attachment: scroll;
        }
        .about-video-splitDiv{
            padding-top: 0 !important;
        }
        .splitDiv{
            min-width: 100%;
            position: relative; /*this is for the hover bullets*/
        }
        .profile{
            width: 100%;
        }
        .profile-img-container{
            box-sizing: border-box;
            padding:0;
            width: 100vw;
            height: 100vw;
        }
        .profile-text-container{
            min-width: 0px;
        }
        .textBlockTitleBold{
            min-width: 0px !important;
            width: 100% !important;
        }
        .splitDivNarrow{
            min-width: none !important;
            min-width: 0px !important;
            width:100% !important;
            box-sizing: border-box;  
        }

        /* START OF FLEX 4 BOXES RESPONSIVE MOBILE */

        .smart-agri-container{
            height: 200vh;
        }

        .smart-agri-row {
            width: 100vw;
            height: 50vh;
        }

        .smart-agri-heading{
            font-size: 1.5rem;
        }

        .smart-agri-row{
            margin: 0px;
            padding: 0px;
        }

        .smart-agri-row:hover .smart-agri-heading{
            font-size: 1.2rem;
            top:15%;
        }
        .smart-agri-row:hover .smart-agri-text-container{
            padding: 0;
            width: 100%;
            height: 100%;
            font-weight: 400;
            font-size: 1rem;
            /* line-height: 1.3; */
            word-spacing: 2px;
            background-color: rgba(255,255,255, 0.7); /* Black w/opacity/see-through */
        }

        .smart-agri-row:hover .smart-agri-text{
            padding-top: 5%;
        }

        .smart-agri-text{
            /* position: relative; */
            top:50%;
        }

        .pickVideoContainer{
            background-color: #fff;
            background-image: none;
        }


        /* END OF FLEX 4 BOXES RESPONSIVE MOBILE */


        #ai-subtext{
            position: relative;
            padding: 0px;
            top: 10%;
            line-height: 1.8rem;
        }

        .contact-form-div textarea{
            width: 87%;
        }

        .detect_anim_container{
            display: none;
        }

        .textBlockMobile{
            /* display: none; */
        }
        .zoomVideo{
            transition: none;
        }
        .zoomVideoActivePortrait{
            width:100%;
            height:auto;
            filter: drop-shadow(0.1em 0.1em 0.25em #00000077);
            transition:0.5s;
            position: inherit;

            transform:translateX(-50%);
            z-index: 1;
            box-shadow: 0px 0px 1em 100em #00000000;
            transition:none;
        }

        .zoomVideoActiveLandscape{
            width:100%;
            height:auto;
            filter: drop-shadow(0.1em 0.1em 0.25em #00000077);
            transition:0.5s;
            position: inherit;

            transform:translateX(-50%);
            z-index: 1;
            box-shadow: 0px 0px 1em 100em #00000000;
            transition:none;
            left:50%;
        }
        .splash-img{

            height: 75dvh !important;
        }
        .diagram-info{
            display: none;
        }
        .robotImageMobile{
            width: 100% !important;
        }
        .robotImageMobileContainer{
            height: fit-content !important;
            position: inherit !important;
            padding-top: 0em !important;
        }

        .video_icon{
            display: inherit !important;
        }

        .form-header-container {
            width: 95vw;
        }

        .form-header-container h3{
            font-size: 1.3rem;
        }

        .form-header-container p{
            font-size: 0.8rem;
        }

        form label{
            font-family: 'Montserrat';
            font-size: 0.9rem;
        }

        .contact-form-div{
            width: 60vw;
        }

        /* #contact-form{
            width: 50vw;
        } */

        .contact-form-div input[type="text"],
        .contact-form-div input[type="email"],
        .contact-form-div input[type="tel"],
        .contact-form-div #user_message{
            font-size: 1rem;
        }

        .main-footer{
            height: 70vh;
        }

        .footer-content{
            flex-direction: column;
        }

        .logo-social-loc-container{
            width: 100%;
            text-align: center;
        }

        .logo-social-loc-container p:active{
            text-decoration: none;
        }

        .page-links-container{
            width: 100%;
        }

        .locations-container{
            width: 100%;
        }

        /* About us current styling changes */

        #about_title .about-heading{
            font-size: 2rem;
        }

        .about-page-mission-container{
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        .about-page-mission-container .video-container{
            flex: 1;
            height: 100%;
        }
    
        .about-page-mission-container .text-outer-container{
            margin-top: 50px;
            flex: 2;
            font-family: 'Montserrat';
            width: 100%;
            transform: translateY(-5%);
        }

        .about-page-mission-container .text-outer-container .text-inner-container{
            position: absolute;
            left: 50%;
            transform: translateX(-50%); 
            width: 85%;
        }
    
        .about-page-mission-container .text-outer-container .text-inner-container .heading{
            font-size: 1.5rem;
            text-align: center;
            padding: 0px;
            margin-top: 35px;
            margin-bottom: 10px;
        }
    
        .about-page-mission-container .text-outer-container .text-inner-container .text{
            font-size: 0.78rem;
            line-height: 1.5rem;
            margin: 0px;
            padding: 0px;
        }
    }
