@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --fz-14: 14px;
    --fz-16: 16px;
    --fz-17: 17px;
    --fz-18: 18px;
    --fz-20: 20px;
    --fz-54: 54px;
    --fz-40: 40px;
    --fz-44: 44px;
    --fz-22: 22px;
    --fz-34: 34px;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
}

.fw-500 {
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

body {
    font-family: "Montserrat", sans-serif !important;
    color: #000;
}

.icon-box .people-icon {
    width: 42px;
    /* height: 48px; */
}

.title {
    font-size: 46px;
    font-weight: bold;
    max-width: 383px;
}

.subtitle {
    font-size: 20px;
}

.icon-box {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box .truck-icon {
    width: 61px;

}

.transport-cards .col-lg-5 {
   max-width: 227px;
    width: 100%;
    margin-right: 10px;
}
.transport-cards .card-title a{
    color: #000;
  font-size: 18px;
  font-weight: 400;
}
.copy-right-box {
    padding-top: 124px !important;
}

.transport-cards .card {
   padding-block: 20px;
    padding-inline: 23px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21), inset 0px 3px 40px 0px rgba(72, 181, 0, 0.05);
    border: none;
}
.transport-cards .card-title a:hover{
    color: #000;
}

.transport-cards .card .card-body {
    padding-bottom: 0px;
  margin-top: 6px;
}

.transport-cards .card .card-title {
    font-size: 18px;
    margin-bottom: 0;
    padding-inline: 10px;
}

.left-side-content {
    max-width: 590px;
    width: 100%;
    margin-inline-start: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 162px;
    padding-right: 30px;
    position:relative;
}

.leopold-right-img {
    background-image: url('../img/leopold-right-img.png');
    background-repeat: no-repeat;
    height: 100dvh;
    background-size: cover;
}

.copy-right {
    font-size: 12px !important;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.copy-right a {
    color: #000;
    font-size: 12px !important;
    text-decoration: none;
}

.welcome-page .logo {
    margin-bottom: 30px;
}


/* privacy-policy css */
.privacy-policy-page .title {
    font-size: 36px;
}


.header {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21), inset 0px 3px 40px 0px rgba(72, 181, 0, 0.05);
    padding-block: 16px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #fff;
}

.logo img {
    max-width: 278px;
    width: 100%;
}

.privacy-policy-content {
    position: relative;
    z-index: -5;
    margin-top: 130px;
}

.policy-section .left-side-content {
    height: 100vh;
    padding-top: 40px;

}

.policy-section .policy-content {
    height: calc(100vh - 50px);
    overflow: scroll;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-bottom: 20px;
}

.policy-section .title {
    font-size: 32px;
    margin-top: 25px;
}

.policy-section .subtitle {
    font-size: 18px;
    font-weight: 600;
}

.policy-section .copy-right-box {
    padding-top: 31px !important;
}

.copy-right a{
    text-decoration: underline !important;
}
.left-side-content .para{
    font-size: 16px !important;
}
body #root:has(.welcome-page){
    overflow:auto !important;
    position:static !important;
}
@media (max-width:1024px) {
    .left-side-content {
        padding-top: 80px
    }

    .policy-section .policy-content {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }


}

@media (min-width:992px) and (max-width:1024px) {
    .copy-right-box {
        padding-top: 145px;
    }

    .welcome-page .copy-right-box {
        padding-top: 195px;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .icon-box .people-icon {
        width: 35px;
        height: 40px;
    }

    .copy-right-box {
        height: auto;
        padding-top: 15px
    }

    .copy-right-box {
        padding-top: 208px;
    }


    .transport-cards .card {
        max-width: 209px;
        width: 100%;
        padding-block: 16px;
        padding-inline: 26px;
    }

    .title {
        font-size: 30px;

    }

    .gap-30 {
        gap: 0px;
    }

    .icon-box .truck-icon {
        width: 50px;
        height: 40px;
    }

    .left-side-content {
        gap: 6px;
        padding-right: 0px;
    }

    .logo img {
        max-width: 216px;
        width: 100%;
    }

    .transport-cards .card .card-title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .transport-cards .col-lg-5 {
        max-width: 192px;
        width: 100%;
    }

    .transport-cards .card .card-body {
        padding-inline: 0px;
    }

    .privacy-policy-content {
        margin-top: 140px;
    }

    .privacy-logo img {
        max-width: 300px;
        width: 100%;
    }

    .policy-section .copy-right-box {
        padding-top: 38px;
    }

    /* .welcome-page  .copy-right-box {
        padding-top: 324px;
    } */
    .welcome-page .left-side-content {
        padding-top: 200px;
    }
    .transport-cards .col-6{
        margin-right:0px !important;
    }
}

@media (max-width:767px) {
    .title {
        font-size: 30px;
    }

    .welcome-page .logo {
        margin-bottom: 25px;
    }

    .logo img {

        width: 200px;
    }

    .left-side-content {
        gap: 10px;
        padding-top: 20px;
        padding-right: 0px;
    }

    .gap-30 {
        gap: 0px;
    }

    .copy-right-box {
        padding-top: 20px;
    }

    .transport-cards .card {
        padding-inline: 6px;
        padding-block: 24px;
    }

    .leopold-right-img {
        height: 50dvh;
        margin-bottom: 20px;
    }

    .transport-cards .card .card-title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .icon-box .people-icon {
        width: 34px;
    }

    .icon-box .truck-icon {
        width: 52px;
    }

    .transport-cards .col-6{
        width: 50% !important;
        max-width: 50% !important;
        margin-right: 0px;
    }
.transport-cards .card-title a{
    font-size:16px;
}
    .privacy-policy-content {
        margin-top: 90px;
    }

    .privacy-logo img {
        max-width: 200px;
        width: 100%;
    }

    .policy-section .policy-content {
        overflow: unset;
        height: auto;
    }

    .policy-section .left-side-content {
        padding-top: 20px;
    }
}