@font-face {
    font-family: 'MyFont';
    src: url('../fonts/cataneo-bt.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-family-tittle: "Days One", sans-serif;
    --font-family-body: "Poppins", sans-serif;
    --font-family-home-title: 'MyFont', sans-serif;
    --font-size-base: 16px;
    --font-weight-normal: 400;
    --font-weight-heading: 700;
    --color-text: #333;
    --color-heading: #111;
    --color-link-hover: white;
    --color-background: #fff;
    --line-height: 1.6;
    --spacing: 1em;
    --red-color: #fe0102;
    --green-color: #007f2d;
}

body {
    font-size: var(--font-size-base);
    line-height: var(--line-height);
    color: var(--color-text);
    font-weight: var(--font-weight-normal);
    background-color: #fcf3f6;
    margin: 0;
    padding: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading);
    font-weight: var(--font-weight-heading);
    margin-bottom: 0.5em;
    line-height: 1.2;
}

/* Paragraphs */
p {
    margin-bottom: 1em;
    font-size: var(--font-size-base);
    color: var(--color-text);
}

/* Links */
a {
    color: #000000;
    text-decoration: none;
}

/* EMPLOYEE LOGIN */
#fixed-social {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 2001;
    transform: translateY(-50%);
    background-color: #217320;
}

#fixed-social {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 2;
    transform: translateY(-50%);
    background-color: #007f2d;
}

.emplogin .bi {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding: 7px;
    color: white;
}

#fixed-social a:hover>span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    background-color: #007f2d;
    font-size: 13px;
    color: white;
}

/* HEAD */
.head {
    background-color: #e10606;
}

/* TOP-HEADER */

.head-inner {
    list-style: none;
    margin: 10px 0px;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    font-family: 'MyFont';
    letter-spacing: 1px;
    font-size: 15px;
}

.head-inner li a {
    text-decoration: none;
    color: #ffffff;
    font-family: var(--font-family-body);
    font-size: 14px;
}

/* NAV-BAR */
.nav-bar {
    background-color: #fcf3f6;
}

#navbarNav {
    padding: 10px 0 0 0;
    text-align: center;
    font-family: var(--font-family-tittle);
    font-size: 17px;
}

#navbarNav.show {
    padding-bottom: 10px;
}

.nav-bar a {
    color: black;
}

.nav-bar .nav-item {
    margin-left: 20px;
}

.navbar-nav li:last-child a {
    background: #007f2d;
    width: 132px;
    border-radius: 4px;
    color: white;
}

.navbar-nav li:last-child:hover a {
    background: #0ca341;
    color: white;
}

.nav-bar {
    position: relative;
    z-index: 2000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.section-home .nav-bar {
    box-shadow: unset;
}

.navbar-brand img {
    height: 76px;
    position: relative;
    z-index: 3000;
}

@media (max-width: 1400px) {
    .navbar-brand {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0;
    }

    .navbar-brand img {
        height: 70px;
        /* slightly smaller so nav has space */
    }
}


@media (max-width: 1399px) and (min-width: 1201px) {
    .navbar {
        position: relative;
    }

    .navbar-brand {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
    }

    #navbarNav {
        padding-top: 0;
        /* reduce gap under logo */
    }

    .navbar-brand img {
        height: 70px;
        /* slightly smaller so it fits nicely */
    }

    .home .col-12 {
        margin-top: 35% !important;
    }
}

@media (max-width: 1200px) {
    .navbar-brand {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: block;
    }

    .navbar-brand img {
        height: 60px;
        margin-left: -9px;
    }

    .nav-item {
        margin-left: 10px !important;
    }
}

@media (max-width: 1199px) {
    .nav-bar {
        background-image: none;
        background-color: #fcf3f6;
        overflow-x: hidden;
        padding-top: 6px;
    }
}

.bi-telephone-fill,
.bi-envelope-fill {
    color: rgb(255, 255, 255);
}

.home {
    background-image: url('../images/occ_homepage_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    margin-top: -18px;
}

@media (max-width: 576px) {
    .home {
        background-position: center;
    }
}

/* NEW TRACK DETAILS */
.track-detail {
    background-color: #ffffff;
    padding: 18px 12px 18px 12px;
    border-radius: 48px;
}

.track-detail col-2 {
    margin-top: 33%;
}

.tracking-details h4 {
    line-height: 31px;
}

.tracking-details .err {
    position: absolute;
    font-size: 12px;
    color: red;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.track-detail button {
    background: linear-gradient(90deg, #007f2d, #16ad3d) !important;
    color: white;
    font-weight: 700;
}

.track-detail h4 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
}

.track-order-details {
    display: flex;
    align-items: center;

}



@media (max-width: 767px) {


    .tracking-details h4 {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .tracking-details input {
        flex: 1;
        min-width: 0;
        font-size: 14px;
        padding: 6px 12px;
    }

    .tracking-details button {
        flex: 0 0 100%;
        font-size: 14px;
        padding: 10px;
        border-radius: 38px;
        margin-top: 5px;
    }

    .home .col-12 {
        margin-top: 66% !important;
    }

    .track-detail {
        border-radius: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {

    .tracking-details h4 {
        font-size: 22px;
        margin: 0;
        white-space: nowrap;
    }

    .tracking-details input {
        font-size: 14px;
        padding: 6px 10px;
    }

    .tracking-details button {
        font-size: 14px;
        padding: 6px 12px;
        white-space: nowrap;
    }

    .home .col-12 {
        margin-top: 32% !important;
    }

}

/* INPUT BOXES */
.book-height {
    background: #ffffffeb;
    border-radius: 5px;
}

.track-order-form {
    border-radius: 38px;
    padding: 0px 14px 0px 15px;
    background-color: #fcf3f6 !important;
    border: 1px solid #e10606db !important;
    height: 39px !important;
}

.user-input button {
    background: linear-gradient(90deg, #007f2d, #16ad3d);
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

/* SERVICES */
.service-section {
    padding: 50px 0;
    background-color: #fcf3f6;
}

.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 22px;
    font-family: var(--font-family-home-title);
    font-size: 50px;
}

@media (max-width: 576px) {
    .section-title {
        font-size: 44px;
    }
}

.section-highlight {
    color: var(--red-color);
    font-weight: bold;
}

.service-section .section-text {
    margin-bottom: 35px;
}

.section-text {
    color: #222;
    line-height: 1.7;
    font-family: var(--font-family-body);
    font-size: 17px;
}

.service-inner-left {
    text-align: right;
    margin: 20px 30px 0px 0px;
}

.service-inner-left,
.service-inner-right {
    position: relative;
    padding: 40px;
    font-size: 13px;
    border: 1px solid #dadada;
    height: auto;
}

.service-icon-left,
.service-icon-right {
    position: absolute;
    display: inline-block;
    padding: 10px 10px;
    background: var(--red-color);
    border-radius: 50%;
    top: 30%;
}

.service-icon-left {
    right: -10%;
}

.service-inner-left h6,
.service-inner-right h6 {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-weight: 700;
    font-size: 20px;
}

.service-inner-left h6::before,
.service-inner-right h6::before {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -10px;
    right: 0;
    width: 80%;
    transition: 1s;
    background: linear-gradient(90deg, #e5e5e5 86%, transparent 86%, transparent 88%, #ef5526 88%);
}

.service-inner-left h6::after,
.service-inner-right h6::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -10px;
    right: 0;
    width: 0px;
    transition: 1s;
    background: var(--red-color);
}

.service-inner-left:hover h6::after {
    width: 80%;
    transition: 1s;
    background: var(--red-color);
}

.service-inner-left:hover h6 {
    color: var(--red-color);
}

.service-inner-right:hover h6::after {
    width: 80%;
    transition: 1s;
    background: var(--red-color);
}

.service-inner-right:hover h6 {
    color: var(--red-color);
}

.service-inner-left p,
.service-inner-right p {
    margin-bottom: 0;
}

.service-icon-left,
.service-icon-right {
    position: absolute;
    display: inline-block;
    padding: 10px 10px;
    background: var(--red-color);
    border-radius: 50%;
    top: 30%;
}

.service-icon-left {
    right: -10%;
}

.service-inner-right {
    text-align: left;
    margin: 20px 0 0 30px;
}

.service-icon-right {
    left: -10%;
}

.service-inner-right h6::before {
    left: 0;
    background: linear-gradient(90deg, #ef5526 15%, transparent 15%, transparent 18%, #e5e5e5 18%);
}

.service-inner-right h6::after {
    left: 0;
}

.service-inner-left:hover img,
.service-inner-right:hover img {
    transform: scaleX(-1);
    transition: 1s ease-in;
}

@media (max-width: 767px) {
    [data-sal] {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    .service-icon-left {
        right: -21%;
        top: 43%;
    }

    .service-icon-right {
        left: -25%;
        top: 43%;
    }

    .service-inner-left {
        padding: 10px 34px 0px 15px;
    }

    .service-inner-right {
        padding: 10px 24px 0px 26px;
    }
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.number_one_image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.number_one_image .animate__animated {
    animation-duration: 3s;
}

/* PROCESS DELIVERY STEPS */
.feature-section {
    padding: 25px 0 0;
    background-color: #fcf3f6;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.text-justify {
    text-align: justify;
}

.feature-section h1 {
    margin-bottom: 0px;
}

.section-text {
    line-height: var(--line-height);
}

.feature-section h6 {
    font-weight: 700;
    font-size: 20px;
    font-family: var(--font-family-body);
}


.feature-icon .step {
    position: absolute;
    height: 68%;
    top: 23px;
    right: 0px;
}

.feature-icon {
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, var(--red-color), var(--green-color));
    border-image-slice: 1;
    position: relative;
}

.feature-icon .featureimg {
    position: relative;
    bottom: -16px;
    left: 0.5rem;
    height: 70px;
    top: -5px;
}

.feature-title {
    display: block;
    margin-left: 15px;
    position: absolute;
    bottom: 8px;
    left: 78px;
    font-size: 1.125rem;
}

.feature-inner .sub-title {
    position: absolute;
    bottom: -16px;
    left: 0.5rem;
    height: 70px;
    top: -5px;
}

.feature-text {
    padding: 20px 0;
}

@media (max-width: 992px) {
    .feature-truck {
        display: none;
    }
}

.feature-truck {
    position: absolute;
    bottom: 2.5rem;
    left: 25px;
    animation: feature-truck 20s linear infinite;
}

@keyframes feature-truck {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(540px - 25px - 100%));
    }
}

@media (max-width: 1200px) {
    .feature-inner {
        background: none !important;
    }

    .feature-icon .step {
        height: 45%;
        top: 29px;
        right: 0px;
    }

}

/* Responsive for tablets and mobile */
@media (max-width: 768px) {
    .feature-inner {
        background-size: contain;
        background-position: center top;
    }

    .feature-card {
        margin-bottom: 20px;
        text-align: justify;
    }

    .feature-inner .feature-icon img {
        position: static;
        left: 0;
        bottom: 0;
        display: block;
        margin: 0 auto;
        width: auto;
        height: 68px;
    }

    .feature-inner .feature-icon .step {
        display: none;
    }

    .feature-title {
        position: static;
        margin: 5px 0 0 0;
        text-align: center;
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .feature-inner {
        background-size: cover;
        background-position: center top;
    }

    .feature-title {
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }

    .feature-text {
        font-size: 13px;
        padding: 15px 0;
    }

    .feature-icon .step {
        display: none;
    }
}

.parachute {
    position: absolute;
    right: 142px;
    top: 236px;
    height: 230px;
}

.parachutedown {
    position: absolute;
    left: 133px;
    bottom: 35px;
    height: 39%;
}

@media (max-width: 992px) {

    .parachute,
    .parachutedown {
        display: none !important;
    }
}

/* ========================= */
/* FLOATING PARACHUTES ANIMATION */
/* ========================= */
@keyframes float_up_down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

/* Apply animation to parachute images */
.parachute,
.parachutedown {
    animation: float_up_down 5s ease-in-out infinite;
    -webkit-animation: float_up_down 4s ease-in-out infinite;
}

/* Add a delay so they don’t move in sync */
.parachute {
    animation-delay: 0s;
}

.parachutedown {
    animation-delay: 2.5s;
}

/* ABOUT */
.about-section {
    width: auto;
    min-height: 600px;
    background-size: cover;
    overflow-x: hidden;
    background-color: #fcf3f6;
}

.about-section .para {
    text-align: justify;
}

.about-section .sal-animate {
    align-items: center;
    justify-content: center;
    display: flex;
}

.about-section img {
    margin-top: 35px;
}


.image-section {
    background-color: #fcf3f6;
}

.divider-section img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.image-section h1 {
    font-weight: 500;
}

.divider-highlight {
    font-size: 5rem;
    color: transparent;
    background: #007f2d;
    font-weight: 500;
    letter-spacing: 2px;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% 200%;
    animation: divider-text 45s ease-in-out infinite;
    margin-top: 28px;
}

@keyframes divider-text {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.text-right {
    text-align: right !important;
}

.divider-section h1 {
    font-family: var(--font-family-home-title);
}

.divider-section .section-highlight {
    color: var(--red-color);
    font-weight: 500;
}

@media (max-width: 768px) {
    .divider-section {
        min-height: auto;
        padding: 20px 10px;
    }

    .divider-section img {
        margin-top: 10px;
    }

    .divider-highlight {
        font-size: 2.2rem;
    }

    .section-text {
        width: 100% !important;
    }
}

/* CAROUSEL */
.carousel {
    background: url(../images/occ_divider_carouselleft.png) no-repeat left, url(../images/occ_divider_carouselright.png) no-repeat right;
    background-color: #fcf3f6;
    background-size: auto, auto, cover;
    min-height: 400px;
}

.carousel h6 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 50px;
    font-family: var(--font-family-home-title);
}

.carousel p {
    color: #000000;
    line-height: 1.7;
    font-family: var(--font-family-body);
}

.carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 350px;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    opacity: 0.5;
    transform: scale(0.9);
}

.carousel .owl-item.center .item {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
}


.carousel img {
    height: 50px;
    width: 50px !important;
}

.carousel i {
    color: red;
}

.owl-dots {
    visibility: hidden;
}


/* FOOTER */
.footer-section {
    background-color: #fcf3f6;
}

.footer-top {
    padding: 50px 0px;
    border-top: 1px solid #dfdfdf;
}

.section-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-section h2 {
    color: #050505;
    margin: 20px 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: var(--font-family-home-title);
    font-size: 25px;
    margin-left: -9px;
}

.footer-top p {
    padding-left: 10px;
    font-family: var(--font-family-body);
}

.footer-section p,
.footer-section p a {
    color: #000000;
    line-height: 2;
    letter-spacing: 0.5px;
    font-size: 14px;
    position: relative;
    margin: 0;
}

.footer-section i {
    position: absolute;
    left: -10px;
    color: black;
}

.second-footer {
    background-color: var(--red-color);
}

.footer-bottom {
    /* border-top: 1px solid var(--green-color); */
}

.footer-bottom p {
    margin: 10px 0;
    color: white;
}

.footer-section img {
    width: 96%;
    height: 75px;
}


/* contact Us Section */
.contact-page-section {
    position: relative;
    padding: 60px 0px 0px;
}

.contact-page-section .info-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-page-section .info-column .inner-column {
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    background-color: white;
}

.contact-page-section .title-box {
    position: relative;
    padding: 20px 30px;
    background-color: white;
}

.contact-page-section .info-column .info-list {
    position: relative;
    padding-left: 0px;
}

.contact-page-section .info-column .info-list li {
    position: relative;
    text-align: left;
    font-weight: 600;
    min-height: 60px;
    color: #111111;
    padding-left: 80px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.contact-page-section .info-column .info-list li:last-child {
    margin-bottom: 0px;
}

.contact-page-section .info-column .info-list li a {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #3E1E23;
}

.contact-page-section .info-column .info-list li .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
    font-size: 24;
    color: #EB6832;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.contact-page-section .info-column .info-list li a:hover {
    color: #EB6832;
}

.contact-page-section .info-column .timing {
    position: relative;
    font-weight: 600;
    font-size: 18;
    color: #EB6832;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-page-section .info-column .social-box li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.contact-page-section .info-column .social-box li a {
    position: relative;
    display: inline-block;
    font-size: 15;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    color: white;
    background: #EB6832;
    transition: all 0.5s ease;
    margin-right: 5px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact-page-section .info-column .social-box li.facebook a {
    background: #3b5998;
}

.contact-page-section .info-column .social-box li.twitter a {
    background: #33ccfe;
}

.contact-page-section .info-column .social-box li.google a {
    background: #f05b44;
}

.contact-page-section .info-column .social-box li.dribbble a {
    background: #ea4c89;
}

.contact-page-section .info-column .social-box li.linkedin a {
    background: #0da6be;
}

.contact-page-section .info-column .social-box li.pinterest a {
    background: #9c0c1c;
}

.contact-page-section .info-column .lower-box {
    position: relative;
    padding: 40px 35px 30px;
}

.contact-page-section .map-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-page-section .map-column .inner-column {
    position: relative;
}

.contact-page-section .map-column iframe {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 472px;
}

.contact-page-section .contact-form-box {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 60px 60px 60px;
    margin-top: 45px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}

.contact-page-section .contact-form-box .form-title-box {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
/* tracking */

.tarcking-overlay:has(.container){
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2002;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tarcking-del{
    width: 100%;
}

.tarcking-del .card-header {
    background-color: var(--green-color);
}

.tarcking-del header {
    color: white;
}
button.navbar-toggler:not(.tablink):not(.btn-outline-success):not(.close):not([data-dismiss="modal"]):not(.btnreset):not(.btnclear):not(.multiselectbtn):not(.multiselect),
.tarcking-del button:not(.tablink):not(.btn-outline-success):not(.close):not([data-dismiss="modal"]):not(.btnreset):not(.btnclear):not(.multiselectbtn):not(.multiselect) {
    background-color: white !important;
}

/* For Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}