@import url("https://fonts.googleapis.com/css2?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");

* {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #8DD9F8;
}
/* OLD STYLES1 */

#eamon {
    background-image: url("https://eamonexpress.com/assets/images/site/Eamon.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 24%;
    padding-bottom: 20%;
}
.error {
    position: absolute;
    right: 6px;
    top: 6px;
    color: red;
}
.border-red {
    border: 2px solid red;
}
.border-green {
    border: 2px solid green;
}
#landing {
    background-image: url("assets/images/site/homePage1.png");
    height: 809px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
a {
    text-decoration: none;
}
.quotwrap {
    background-color: #284292;
    max-width: 1200px;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}

.navbar {
    transition: all 0.3s ease;
    background-color: #b0e1f9;
}
.navbar.scrolled {
    background-color: #b0e1f9 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-nav {
    margin-left: auto;
    align-items: center;
}
.nav-link {
    position: relative;
    transition: color 0.2s;
    font-weight: 700;
    color: #294a94;
}
.nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: blue;
    transition: width 0.2s ease, background-color 0.2s ease;
}
.nav-link:hover::after {
    width: 100%;
    left: 0;
    background: blue;
}
.nav-item.active .nav-link {
    color: blue;
}
.nav-item.active .nav-link::after {
    width: 100%;
    left: 0;
    background: blue;
}
#wrap {
    background-color: #ffffff;
    max-width: 1200px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}
.three-columns {
    display: flex;
    justify-content: space-between;
    margin-left: 15%;
    margin-right: 15%;
}
.column-wrapper {
    text-align: center;
    flex-basis: 30%;
}
.column {
    margin-top: 10px; 
}
.column-heading {
    margin-bottom: 10px; 
}
.container {
    text-align: center;
    color: #284292;
}
.row {
    display: flex;
    justify-content: space-between;
}
.col-md-3 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; /* Ensure some space at the bottom of columns */
}
.boxTwo {
    background-color: #284292;
    color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    flex-grow: 1; /* Ensures that all boxes stretch equally */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.animate__animated {
    animation-duration: 1s;
}
.animate__fadeInUp {
    animation-name: fadeInUp;
}
.sky-blue-box {
    background-color: skyblue;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 453px;
    height: 123px;
    margin: 10px;
    padding: 0px 98px;
}
.img-fluid {
    max-width: 100%;
    width: 100px;
    height: auto;
}
.see-button {
    background-color: #284292;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    border-radius: 5px;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (max-width: 767.98px) {
    #quoteForm {
        margin-top: 100px;
    }
    #landing {
        height: auto;
        padding-top: 140px;
    }
    section {
        height: auto;
    }
    .input-group span {
        font-size: 14px;
    }
    .input-group select {
        font-size: 14px;
    }
    .btn {
        font-size: 12px;
    }
    h5 {
        font-size: 14px;
    }
    h1 {
        text-align: center;
    }
    h3 {
        margin-bottom: 5%;
    }
    h6 {
        text-align: center;
    }
    .discount {
        margin-top: -26%;
    }
    .elementor-button {
        text-align: center;
        margin-left: 10%;
        margin-top: 26%;
    }
    .see-button {
        text-align: center;
        margin-left: 5%;
    }
    .seemore-button {
        text-align: center;
        margin-left: 5%;
    }
    .signup {
        display: none;
    }
    .card-header h4 {
        font-size: 1rem;
    }
    .card-header p {
        font-size: 0.9rem;
    }
    .card-header img {
        max-height: 40px;
    }
    .loading-modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        z-index: 1000;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .loading-modal-content {
        background-color: white;
        padding: 20px;
        border: 1px solid #888;
        width: 300px;
        text-align: center;
        border-radius: 10px;
    }
    .loading-modal h2 {
        margin: 0;
    }
    .elementor-button {
        border-radius: 25px;
        font-size: 18px;
        font-weight: 500;
        background-color: #284292;
    }
    .see-button {
        border-radius: 25px;
        font-size: 18px;
        font-weight: 500;
        background-color: #284292;
    }
    .seemore-button {
        border-radius: 25px;
        font-size: 18px;
        font-weight: 500;
        background-color: #284292;
    }
    .-button {
        border-radius: 25px;
        font-size: 18px;
        font-weight: 500;
        background-color: #284292;
    }
    .learn-button {
        border-radius: 25px;
        font-size: 18px;
        font-weight: 500;
        background-color: #284292;
    }
    .learn-about-button {
        border-radius: 31px;
        font-size: 18px;
        font-weight: 500;
        background-color: #284292;
        color: #fff;
        padding: 8px 25px;
        box-shadow: 2px 2px 3px 2px #adb5bd;
        cursor: pointer;
    }
    .csbtn {
        border-radius: 31px;
        font-size: 18px;
        font-weight: 500;
        background-color: #284292;
        color: #fff;
        padding: 8px 25px;
        box-shadow: 2px 2px 3px 2px #adb5bd;
        cursor: pointer;
    }
    /* OLD STYLE 2 */
    * {
        margin: 0;
        padding: 0;
    }
    .banner-area {
        padding-bottom: 0;
        padding-top: 100px;
    }
    .head-secondary {
        font-size: 2rem;
        font-weight: normal;
    }
    .contain-head p {
        margin-top: 15px;
    }
    .contain-img img {
        height: auto;
        opacity: 85%;
    }
    .eamon-desc {
        box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    .contain-head {
        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;
    }

    /* Calculator Sec */
    .calculator-area {
        background-color: white;
        background-image: url("application/views/assets/Calculator-banner.png");
        background-position: center;
        background-size: contain;
        padding: 120px 20px;
        background-color: #79D1F5;
        background-repeat: no-repeat;
    }
    .contain-form {
        background-color: #6cb4d9;
        border-radius: 15px;
        overflow: hidden;
        max-width: 1200px;
        margin: 0 auto;
    }
    .contain-form h3 {
        background-color: #008dd7;
        padding: 10px 30px;
        text-align: center;
        color: white;
    }
    .contain-fields {
        padding: 30px;
    }
    .contain-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        border-right: 1px solid #ddd;
    }
    .fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: white;
        max-width: calc(50% - 15px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
    }
    .fields input {
        width: 100%;
        border: none;
    }
    .contain-icons span {
        font-weight: 600;
        text-transform: capitalize;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    #calc-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
    input::-webkit-input-placeholder {
        padding-left: 20px;
    }
    input::-moz-placeholder {
        padding-left: 20px;
    }
    input:-ms-input-placeholder {
        padding-left: 20px;
    }
    input::-ms-input-placeholder {
        padding-left: 20px;
    }
    input::placeholder {
        padding-left: 20px;
    }
    .fields.zip input {
        height: 50px;
    }
    .contain-perm {
        border-left: 1px solid #ddd;
    }
    .calculator-area button {
        border: none;
        margin: 0 auto;
        margin-top: 20px;
    }
    /* How it work sec */
    .howitwork {
        background-color: #81d0f8;
    }
    .howitwork h2 {
        text-align: center;
    }
    .howitwork .contain-instructions {
        margin-top: 30px;
    }
    .howitwork .contain-instructions .contain-inst {
        position: relative;
    }
    .howitwork .contain-instructions .contain-inst:not(:last-child)::after {
        content: "";
        background-image: url(img/arrow.png);
        width: 50px;
        height: 50px;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        background-size: contain;
        top: 100px;
        left: calc(100% + 15px);
    }
    .howitwork .contain-instructions .contain-inst img {
        max-width: 100%;
        height: auto;
    }
    .howitwork .contain-instructions .contain-inst p {
        text-align: center;
    }
    .contain-instructions {
        display: flex;
        justify-content: space-between;
    }
    /* Update Sec */
    input[type="email"]::placeholder {
        text-align:left;
        padding-left: 0;
    }
    form#updatefrm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        justify-content: center;
    }
    form#updatefrm button {
        border-radius: 0;
        margin: 0;
        font-weight: normal;
        padding: 5px 15px;
    }
    form#updatefrm input {
        border: none;
        max-width: 250px;
        width: 100%;
        background: #d9d9d9;
    }
    form#updatefrm input::-webkit-input-placeholder,
    form#updatefrm input::-moz-placeholder,
    form#updatefrm input:-ms-input-placeholder,
    form#updatefrm input::-ms-input-placeholder,
    form#updatefrm input::placeholder {
        color: black;
    }
    /* END OLD STYLE 2 */

    * {
        font-family: "Poppins";
        font-weight: 400;
        font-style: normal;
    }
    /* HEADER */
    .nav-link {
        position: relative;
        display: inline-block;
        color: #03045e;
        text-decoration: none;
        overflow: hidden;
    }
    .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #03045e; /* Underline color */
        transition: width 0.3s ease, left 0.3s ease;
    }
    .nav-link:hover::after {
        width: 100%;
        left: 0;
    }
    /* LANDING PAGE */
    .section-landing {
        height: 80vh;
        margin-top: 50px;
    }
    .section-landing h1,
    .section-landing h2 {
        color: #284292;
    }
    .quote-button {
        font-size: 20px;
    }
    .quote-container {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .quote-header {
        margin-top: 35%;
    }
    .form-control-wrapper {
        margin-bottom: 1rem;
    }
    /* shipping */
    .custom_bg_shipping {
        background-image: url("../img/shipping/shipping.jpg");
        background-color: rgba(24, 22, 22, 0.034);
        background-blend-mode: multiply;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: none;
        outline: none;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        border-radius: 10px;
    }
    /* About Us */
    * {
        box-sizing: border-box;
    }
    body {
        margin: 0;
    }
    .info {
        color: #1F3A5F;
        line-height: 1.7em;
    }
    .column {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .left {
        padding-left: 30px;
        flex: 45%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .right {
        justify-content: center;
    }
    @media screen and (max-width: 900px) {
        .left,
        .right {
            flex: 100%;
        }
        .column-left-new,
        .column-right-new {
            flex: 100%; 
            padding-left: 0;
        }
        .column-right-new p {
            padding: 0 5%; 
        }
        .head-secondary {
            font-size: 1.5rem;
        }
        .contain-head .p-center {
            text-align: center;
        }
        .btn-getQuote {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .p-footer {
            font-size: 1rem;
        }
        .contain-inst p {
            font-size: 1rem;
        }
        .sh-header {
            font-size: 1.6rem;
        }
    }
    .title {
        line-height: 1.2em;
        font-style: normal;
        text-decoration: initial;
        letter-spacing: 0px;
    }
    .list1,
    .list2 {
        padding-left: 50px;
        width: 100%;
        padding-right: 10px;
        box-sizing: border-box;
        line-height: 1.7em;
    }
    .box {
        position: relative;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 15px;
        background-color: #ffffff;
        margin-right: 50px;
        margin-left: 50px;
        color: #03045e;
    }
    .box-one {
        background-color: #6cb4d9;
        position: relative;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 15px;
        margin-right: 50px;
        margin-left: 50px;
        color: #ffffff;
    }
    .box .icon,
    .box-one .icon {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .column-two-left {
        flex: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .column-two-right {
        flex: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn button {
        color: #ffffff;
        border-radius: 25px;
        border: none;
        width: 30%;
        font-size: 18px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: hsla(197, 100%, 50%, 0.55);
    }
    .btn button:hover {
        background-color: #81d0f8;
        color: #03045e;
        transition: 0.2s;
    }
    .btn {
        text-align: center;
    }
    .row-five h2 {
        line-height: 1.2em;
        font-weight: 600;
        font-style: normal;
        text-decoration: initial;
        letter-spacing: 0px;
    }
    .column-right-new {
        flex: 55%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .column-right-new h2 {
        text-align: center;
        line-height: 1.6em;
        font-weight: 700;
        font-style: normal;
        text-decoration: initial;
        letter-spacing: 0px;
        margin-bottom: 0;
    }
    .column-right-new p {
        line-height: 1.7em;
        padding: 0 10%;
    }
    .column-left-new {
        padding-left: 30px;
        flex: 45%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    @media screen and (max-width: 900px) {
        .column-left-new,
        .column-right-new {
            flex: 100%; 
        }
        .column-right-new p {
            text-align: center;
            padding: 0 5%; 
        }
        .info {
            text-align: center;
        }
        .left {
            padding-left: 20px;
            padding-right: 20px;
        }
        .eamon-desc {
            margin-top: 1.5rem;
        }
    }
    .email-input {
        padding: 15px; 
        font-size: 1rem; 
        border-radius: 10px 0 0 10px; 
        border: 1px solid #007bff; 
        transition: box-shadow 0.3s; 
    }
    .email-input:focus {
        outline: none; 
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); 
    }
    .input-group button {
        padding: 15px 20px; 
        font-size: 1rem; 
        border-radius: 0 10px 10px 0;
        background-color: #007bff;
        color: white; 
        border: none;
        transition: background-color 0.3s, transform 0.3s;
    }
    .input-group button:hover {
        background-color: #0056b3; 
        transform: translateY(-2px); 
    }
    @media screen and (max-width: 495px) {
        .w-100{
            justify-content: center;
        }
        .input-group {
            flex-direction: row; 
            display: flex;
            justify-content: center;
        }

        form#updatefrm input {
            width: 70%; 
        }
    }
    @media screen and (max-width: 450px) {
        .w-100{
            display: contents;
        }
    }
    /* End About Us */
    /* dropdown dimension */
    .dimension-input {
        max-width: 100px; 
    }
    .dropdown-toggle::after {
        display: none; 
    }
    .custom-select::after {
        content: "▼"; 
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }
    .position-relative {
        position: relative;
    }
    @media screen and (max-width: 505px) {
        .input-group-text {
            padding-block: 0.7rem;
        }
        .calculator-area h3 {
            font-size: 1rem;
            padding-inline: 10px;
        }
        .calculator-area label {
            font-size: 0.8rem;
        }
        .calculator-area input {
            font-size: 0.8rem;
        }
        .calculator-area select {
            font-size: 1rem;
        }
        .calculator-area input::placeholder {
            font-size: 0.7rem;
            color: #999;
        }
        .dimensions-wrapper {
            flex-direction: row;
        }
        .dimensions-wrapper span {
            display: none;
        }
        .dimension-input {
            margin-bottom: 10px;
        }
        .custom-select {
            margin-top: 10px;
        }
        .card-header {
            padding: 10px;
        }
        .card-header p {
            font-size: 0.8rem;
        }
    }
}
/* end dropdown dimension */
.contain-head h4 {
    font-size: 1.7rem;
    font-weight: normal;
}
    @media screen and (max-width: 400px) {
        form#updatefrm button {
            width: 50%;
        }
    }
#shipment-form input:focus {
    border-color: #4A008A !important;
    outline: none !important;
    box-shadow: 0 0 5px #4A008A !important;
}

#shipment-form select:focus {
    border-color: #4A008A !important;
    outline: none !important;
    box-shadow: 0 0 5px #4A008A !important;
}
@media (max-width: 800px) {
    .custom{
        padding: 10px !important;
    }
}
@media (max-width: 767.98px) {
    .custom-main-container h2{
        font-size: 1.9rem !important;
    }
}
@media (max-width: 700px) {
    .row-container{
        flex-direction: column;
    }
    .custom{
        padding: 15px !important;
        width: 85%!important;
    }
    .custom-container {
        flex-direction: row; 
    }
    .custom-header{
        width: 90% !important;
    }
    .shipment-details-container{
        width: 95% !important;
        padding: 15px !important;
    }
}
@media (max-width: 500px) {
    .custom-container {
        flex-direction: column; 
    }
    .custom-main-container{
        padding: 0.5rem !important;
        margin-top: 0!important;
    }
    .main-header{
        padding: 5px !important;
    }
    .row-container{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .shipment-details-container{
        margin-right:  auto !important;
        margin-left:  auto !important;
        width: 97% !important;
    }
}
@media (max-width: 400px) {
    .custom{
        padding: 5px !important;
    }
    
}
@media (max-width: 900px) {
    .shipment-details-container h5{
        font-size: 1.1rem;
    }
}

.footer-title{
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}


