@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif;
    /*font-optical-sizing: auto;*/
    font-style: normal;
    color:#AE360E;    
}
h1 {padding:0em 0 .5em 0; font-weight:900;}
h2 {padding:0em 0 .5em 0; font-weight:700; }
h3 {padding:0em 0 .5em 0; font-weight:700;}
h4 {padding:0em 0 .5em 0; font-weight:500;}

p, li {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.5em;
}

a {
    color:rgba(30, 51, 91, 1)!important;
}

.burntBold {
    font-weight: bold;
    color:#AE360E;
}
.rad50 {
    border-radius: 25%;
}
.poppins {font-family: "Poppins", sans-serif;}

main {
    margin:150px 0 0 0;
    padding: 0 0 0 0;
}

/*plBlue {background-color:#2C386E;}*/
.text-shadow {text-shadow: 0px 0px 7px rgba(100,100,100,0.95);}
.plBlue {background-color:rgba(30, 51, 91, 1);}
.plBlue-text {color:rgba(30, 51, 91, 1);}
.plLtBlue-text {color:rgba(30, 51, 91, .8);}
/*plBurnt {background-color:#AE360E;}*/
.plBurnt {background-color:rgba(174, 54, 14, 1);}
.plBurnt-text {color:rgba(174, 54, 14, 1);}
.plLtBurnt {background-color:rgba(174, 54, 14, .25);}
/*plBiege {background-color:#948F81;}*/
.plBiege {background-color:rgba(148, 143, 129, 1);}
/*plGreen {background-color:#6c754a;}*/
.plGreen {background-color:rgba(108, 117, 74, 1);}
.btn.plGreen {color:rgba(255, 255, 255, 1);}
.plLtGreen {background-color:rgba(108, 117, 74, .3);
    color:rgba(30, 51, 91, 1); }
.plGrey {background-color:rgba(0, 0, 0, .1);}
.bkgrnd-dark {background:rgba(0, 0, 0, .25) }
.bkgrnd-pink {background:rgba(255, 0, 0, .25) }
/* Nav bar styles */
nav {
    padding: 0;
    margin: 0;
    height: 150px;
    background-color:rgba(255, 255, 255, .9);
    border-bottom:#AE360E 10px solid;
}
.navbar-brand {min-width:40%;}
.navbar-brand img {max-height: 130px;}

.navbar-nav .nav-link {
    padding-left: 1em;
    font-weight: 500;
}
.navbar-nav .nav-link.active {
    color:#AE360E!important;
    font-weight: 700;
}
.nav-pills .nav-link {
    color: #ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #AE360E!important;
}
.navbar-collapse.collapse.show .navbar-nav {
    background-color:#ffffff;
}
.navbar-toggler {
    right: 15px;
    position: absolute;
    top: 40px;
}
.plGreen-btn {
    color:#ffffff;
    border-radius: 5px;
    background: rgba(108, 117, 74, 1);
    -webkit-box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.1);
}
.plGreen-btn:hover {
    color:#333333;
    border: #333333 1px solid;
    transition: all 0.3s ease 0s;
    background:rgba(108, 117, 74, .5);
}

/* Style the video: 100% width and height to cover the entire window 
  
  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }

.hero {
    position: relative;
    width: 100%;
    height: 100vh;  /*Full screen height */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 20px; /* Add padding for mobile spacing */
}
.back-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video fills the space */
    z-index: 1;

}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2;
}
.content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    /*padding: 20px;*/
    max-width: 800px;
}

#twoCoreSolutions .left, #twoCoreSolutions .right {
    background-color: rgba(255, 255, 255, .8);
}
#twoCoreSolutions {
    background-size: 100% 100%; 
}
#twoCoreSolutions.left, #twoCoreSolutions.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#twoCoreSolutions h1 {
    font-size: 2em;
}
#twoCoreSolutions h2 {
    margin: 0px auto 5px auto;
    padding: 0;
}
#twoCoreSolutions .col-12 p {
    font-size: 1.25em;
    line-height: 1.25em;
}

#cos-neu .accordion-item button {
    width: 100%;
    padding:1em;
    text-align: center!important;
    margin: 3px auto;
    border: #696969 1px solid;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.1);
}
#twentyFiveYears .col-4 h3 {
    font-size: calc(.9rem + .6vw);        
} 
.specialties-served h2 {
    padding: 1em 0 0 0;
}  
.specialties-served p {
    color: white;
    text-shadow: 0px 0px 7px rgba(150,150,150,0.75);
}
.specialties-served a {
    text-shadow: none;
}
.supp h2 {
    padding: 1em 0 0 0;    
}
.indHead h1 {
    padding: 1.5em 0;
    color:rgba(30, 51, 91, 1);
}

.bottom-image img {
    vertical-align: bottom;
}

.fmTrail {
    margin: 10px auto;
    width: 100%;
    float: none;
}

#ToS li, #PP li,#ToS p, #PP p {
 font-size: 1em;;
}

table, td, th {
    border: 1px solid black;
    margin: 15px auto;
}

footer {
    color: #ffffff;
    background-color:#AE360E;
}
footer i {
    font-size:3em; color:#ffffff;

}
footer li a {
    font-size: 14px!important;
    color:#ffffff!important;

}

/* ----- Merchant Servies ----- */
ul.ms-list > li {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.5em;
}
ul.ms-list > li {
    font-weight: 700;
}
ul.ms-list > li li {
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    line-height: 1.5em;
}
#ms-doc-upload .disclaimer {
    font-weight: 300;
    font-style:italic;
    font-size: .75em;
    line-height: 1em;
    display: inline-block;
    margin: 50px auto 0;
}
@media (max-width: 576px) {
    .content h1 {
      font-size: 1.75rem;
    }

    .content p {
      font-size: 1.1rem;
    }

    .content h2 {
      font-size: 1.25rem;
    }
  }

/*`sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (min-width: 575.98px) { 
    .navbar-brand {width:50%;}

    #twoCoreSolutions h1 {
        font-size: 2.5em;
    }
    #twoCoreSolutions h2 {
        margin: 0px auto 25px auto;
        padding: 0 0 1em 0;
    }
    .navbar-toggler {
        right: 21px;

    }
    .indHead h1 {
        color:rgba(30, 51, 91, 1);
    }

    #cos-neu .accordion-item button {
        width: 100%;
    }
    #twentyFiveYears .col-4 h3 {
        font-size: calc(1rem + .6vw);        
    } 
    .fmTrail {
        margin: -5px 0 0 5px;
        width: 35%;
        float: right;
    }
}

/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (min-width: 767.98px) {
    .navbar-brand {width:47.5%;}

    #twoCoreSolutions {
        background: #ffffff url("../images/twoCore-background.png") no-repeat 50% 100%;
    }
    #twoCoreSolutions .left, #twoCoreSolutions .right {
        background-color: rgba(255, 255, 255, 0);
    }
    #twoCoreSolutions h1 {
        font-size: 3em;
    }
    #twoCoreSolutions h2 {
        margin: 0px auto 40px auto;
        padding: 0 0 1em 0;
    }
    #twoCoreSolutions .col-12 p {
        font-size: 1.75em;
        line-height: 1.5em;
    }
    .navbar-brand {width:39%;}
    .navbar-brand img {max-height: 148px;}
    .navbar-toggler {
        right: 50px;

    }
    #veterinary-header .bottom-image img {
        vertical-align: bottom;
        margin-top: 80px;
    }
    .indHead h1 {
        color:rgba(30, 51, 91, 1);
    }
    #cos-neu .accordion-item button {
        width: 80%;
    }
    #twentyFiveYears .col-4 h3 {
        font-size: calc(1.1rem + .6vw);        
    } 
    .fmTrail {
        margin: -15px 0 0 5px;
        width: 40%;
    }
}

/*`lg` applies to medium devices (tablets, less than 992px)*/
@media (min-width: 991.98px) {
    .navbar-brand {width:45%;}

    .navbar-toggler {
        right: 150px;
        top: 54px;
    }
    #twoCoreSolutions h1 {
        font-size: 3.5em;
    }
    #twoCoreSolutions h2 {
        margin: 0 auto 0 auto;
        padding: 0 0 1em 0;
    }
    .indHead h1 {
        color:rgba(30, 51, 91, 1);
    }
    #cos-neu .accordion-item button {
        width: 70%;
    }
    #twentyFiveYears .col-4 h3 {
        font-size: calc(1.2rem + .6vw);        
    } 
    .fmTrail {
        margin: -25px 0 0 5px;
        width: 40%;
    }
}

/*`xl` applies to large devices (desktops, less than 1200px)*/
@media (min-width: 1199.98px) {
    .navbar-brand {width:42.5%;}

    #twoCoreSolutions h1 {
        font-size: 4em;
    }
    #twoCoreSolutions h2 {
        margin: 0px auto 75px auto;
        padding: 0 0 1em 0;
    }
    .indHead h1 {
        color:rgba(30, 51, 91, 1);
    }
    #cos-neu .accordion-item button {
        width: 60%;
    }
    #twentyFiveYears .col-4 h3 {
        font-size: calc(1.3rem + .6vw);        
    }
    .fmTrail {
        margin: -25px 0 0 5px;
        width: 25%;
    }
   
}

/*`xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (min-width: 1399.98px) {
    .navbar-brand {width:40%;}

    #twoCoreSolutions h1 {
        font-size: 4em;
    }
    #twoCoreSolutions h2 {
        margin: 0px auto 140px auto;
        padding: 0 0 55px 0;
    }
    .indHead h1 {
        color:rgba(30, 51, 91, 1);
    }
    #cos-neu .accordion-item button {
        width: 50%;
    }
    #twentyFiveYears .col-4 h3 {
        font-size: calc(1.4rem + .6vw);        
    }
    .fmTrail {
        margin: -25px 0 0 5px;
        width: 20%;
    }
}

