/* fonts*/


body{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}
a,
a:not([href]){
    color: #14457a;
    text-decoration: none;
}
a:hover{
    color: #14457a;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
img{
    width: 100%;
}
h1 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}
h2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 40px;
    font-weight: 500;
    text-align: center;
    position: relative;
    color: rgb(40, 42, 44);
    font-family: "Montserrat", sans-serif;
    letter-spacing: -2.0px;
}
/*h2 span{*/
/*    font-size: 14px;*/
/*    line-height: 0;*/
/*    color: rgb(115, 135, 139);*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    margin: 0 0 20px;*/
/*}*/
/*h2 span svg {*/
/*    width: 17px;*/
/*    height: 17px;*/
/*}*/
h3 {
    font-size: 24px;
    line-height: 28px;
}
.custom-btn{
    background: #c3232c;
    border: 1px solid #c3232c;
    padding: 15px 35px;
    border-radius: 30px;
    color: #ffffff;
    transition: all .3s
    ease-in;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.custom-btn:hover{
    background: #a11119;
    border-color: #a11119;
    transition: all .3s ease-in;
    color: #fff;
}
.section-spacing {
    padding: 70px 0 70px;
}
br{
    display: none;
}


/* main css */
#header {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 15px;
    z-index: 2;
    top: 60px;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrapper .logo {
    max-width: 200px;
}
.sec-title{
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(115, 135, 139);
    margin-bottom: 24px;
    letter-spacing: 0;
}
.main-navigation {
    background: #0000007c;
    padding: 28px 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-navigation ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.main-navigation ul li {
    margin-right: 40px;
}
.main-navigation ul li:last-of-type{
    margin: 0;
}
.main-navigation ul li a {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: .5s ease;
}
.main-navigation ul li a:hover{
    color: #c3232c;
    transition: .5s ease;
}
.main-navigation ul li.quote-button a {
    background: #c3232c;
    padding: 15px 35px;
    border-radius: 30px;
}
.section-banner h4{
    color: #fff;
    font-size: 28px;
    max-width: 60%;
    line-height: 1.1;
    margin-bottom: 50px;

}
.video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.video-hosted{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-banner{
    background-image: url("https://transnetfreight-staging.codesage.ca/wp-content/uploads/2026/01/banner-img.webp");
    height: 100vh;
    min-height: 800px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.section-banner:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.section-banner .container-fluid {
    position: relative;
    z-index: 3;
    padding: 0 100px;
}
.banner-content {
    max-width: 915px;
    margin-top: 54px;
}
.clip-shape {
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 60%;
    height: 50px;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
}
.section-about.section-spacing {
    padding-bottom: 100px;
}
.about-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.about-us-content {
    text-align: center;
    max-width: 810px;
    margin: 0 auto 60px;
    position: relative;
}
.about-us-content h2 span {
    display: block;
}
.about-us-content p {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}
.hamburger-btn{
    display:none;
}
.about-sec-wrapper{
    background-image: url("https://transnetfreight.ca/wp-content/uploads/2025/10/logistic.webp");
    background-size: cover;
    padding: 50px 50px;
    position: relative;
}
.about-sec-wrapper:before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 100px;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
    top: -10px;
    left: -20px;
}
.content-wrapper{
    padding: 50px;
    width: 50%;
    margin-left: auto;
    backdrop-filter: blur(30px);
    background: #0000004d;
    border-radius: 20px;
}
.content-wrapper h4{
    font-size: 32px;
    color: #fff;
    margin-bottom: 24px;
}
.content-wrapper h4 span{
    display: block;
}
.content-wrapper p{
    margin: 40px 0;
    display:block;
}
.content-wrapper .detail-wrapper .abt-details{
    margin-top: 16px;
    font-size: 16px;
}
.content-wrapper .detail-wrapper .abt-exp{
    font-size: 24px;
}
.content-wrapper .detail-wrapper .abt-number{
    font-size: 54px;
}
.about-exp span {
    display: block;
}
.content-wrapper .detail-wrapper{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-custom {
    background-color: #ff8c00;
    color: white;
    padding: 10px 25px;
    font-size: 1rem;
    border-radius: 25px;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
}
.section-services {
    background: #f2f2f2;
    padding: 50px 0 70px;
    position: relative;
}
.section-services:before{
    content: '';
    background: #c3232c;
    position: absolute;
    right: 60px;
    top: -60px;
    z-index: -1;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.service-content {
    background-color: #ffffff;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    padding: 30px 30px;
    min-height: 310px;
    border-radius: 10px;
    position: relative;
}
.service-content:after {
    content: '';
    background: #f2f2f2;
    position: absolute;
    width: 30px;
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    top: -1px;
    right: -2px;
}
.service-content h4 {
    font-weight: 500;
    margin: 0 0 15px;
}
.service-content i {
    font-size: 40px;
    color: #c3232c;
    margin-bottom: 20px;
}

.cargo-section{
    background-image: url("https://transnetfreight.ca/wp-content/uploads/2025/10/cargo-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0 70px;
}
.cargo-section:before{
    content: '';
    background: #f2f2f2;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 4;
    width: 60%;
    height: 50px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
}
.cargo-section h2 {
    text-align: left;
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.cargo-box {
    backdrop-filter: blur(50px);
    background: #0000004d;
    height: 300px;
    border-radius: 20px;
    padding: 30px 30px;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff;
}
.cargo-box i {
    font-size: 40px;
    margin: 0 0 35px;
}
.cargo-box h5 {
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 20px;
}
.cargo-box p{
    margin-bottom: 0;
}
.cargo-left {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cargo-left h2 {
    flex-grow: 1;
    text-align: left;
    font-size: 48px;
    line-height: 58px;
}
.cargo-left h2 span{
    display: block;
}
.cargo-section .row .col:nth-child(3) .cargo-box,
.cargo-section .row .col:last-of-type .cargo-box{
    margin: 0;
}
.why-choose-section .row .col:first-child {
    padding-left: 0;
}
.why-choose-section .content {
    padding: 0 50px;
}
.why-choose-section img {
    max-width: 100%;
}
.why-choose-section h1 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}
.why-choose-section p {
    font-size: 16px;
    margin-top: 20px;
    color: #555;
}
.why-choose-section ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.why-choose-section ul li {
    margin: 10px 0;
    font-size: 16px;
    color: #555;
}
.why-choose-section ul li::before {
    content: '✔';
    color: #c3232c;
    margin-right: 10px;
}
.why-choose-section .btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.why-choose-section .btn:last-of-type{
    margin: 0;
}
.image-container-why {
    position: relative;
    height: 650px;
}
.image-container-why img{
    height: 100%;
}
.image-container-why:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.contact-btn {
    background-color: #c3232c;
    color: white;
    transition: .5s ease;
}
.main-navigation ul li.quote-button a:hover{
    background: #a11119;
    border-color: #a11119;
    transition: all .3s ease-in;
    color: #fff;
}
.contact-btn:hover {
    background-color: #a30e16;
    transition: .5s ease;
    color: #fff;
}
.touch-btn {
    background-color: transparent;
    border: 2px solid #c3232c;
    color: #c3232c;
}
.touch-btn:hover {
    background-color: #c3232c;
    color: white;
}
.testimonial-section {
    background: #2e3135;
    color: #ffffff;
    position: relative;
}
.testimonial-section:before {
    content: "\f621";
    color: #c3232c;
    position: absolute;
    right: 70px;
    top: -50px;
    z-index: 4;
    font-family: "FontAwesome";
    font-size: 100px;
    line-height: 1;
}
.testimonial-section h2 {
    color: #ffffff;
}
.testimonials-wrapper .ti-widget.ti-goog .ti-widget-container{
    margin: 0 !important;
}
.testimonials-wrapper .ti-widget.ti-goog .ti-reviews-container-wrapper {
    padding: 0 !important;
}
.footer {
    background-color: #f2f2f2;
    color: #000000;
    padding: 50px 0 50px;
    position: relative;
}
.footer .container {
    position: relative;
    z-index: 1;
}
footer.footer:before {
    content: '';
    background-image: url(https://transnetfreight.ca/wp-content/uploads/2025/10/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.footer-logo {
    max-width: 200px;
    margin: 0 0 30px;
}
.footer h1 {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
}
.footer-brand h5{
    font-size: 22px;
    font-weight: 600;
    margin:0 0 20px;
}
.footer-brand h6{
    font-size: 22px;
    font-weight: 600;
}
.footer a {
    color: #000000;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: navajowhite;
    color: #c3232c;
    transition: .5s ease;
}
.footer .social-icons a {
    margin-right: 10px;
    color: #000000;
    font-size: 20px;
}
.footer .social-icons a:hover {
    color: #c3232c;
}
.footer .column {
    margin-bottom: 20px;
}
.footer .column h5 {
    font-size: 18px;
    font-weight: 700;
    color: #c3232c;
}
.footer .column ul {
    padding-left: 0;
    list-style: none;
}
.footer .column ul li {
    margin: 8px 0;
}
.footer-copyright {
    padding: 12px 0;
    color: #ffffff;
    background: #2e3135;
}
.footer-copyright p {
    margin: 0;
    text-align: center;
}


/* For mobile screens */
@media (max-width: 767px) {
    .why-choose-section {
        flex-direction: column;
        text-align: center;
    }
    .why-choose-section .content {
        max-width: 100%;
        margin-top: 30px;
    }
    .footer .social-icons {
        text-align: center;
    }
    .footer .social-icons a {
        margin: 0 15px;
    }
    .hamburger-btn{
        display: block;
    }
}