/*
Theme Name: TRC Custom Theme
Theme URI: https://trcsolutions.com
Description: Custom WordPress theme for TRC Solutions with 100% design accuracy
Author: TRC Solutions
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trc-custom
*/

/*======== Poppins font ======== */
@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');

/*======== Inter font ========== */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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');

/*====== Utality Classes ======= */
.poppins-font {
    font-family: "Poppins", sans-serif;
}

.inter-font {
    font-family: "Inter", sans-serif;
}

.heading-color {
    color: #09120E;
}

.fontSize-12 {
    font-size: 12px;
}

.fontSize-14 {
    font-size: 14px;
}

.fontSize-16 {
    font-size: 16px;
}

.fontSize-17 {
    font-size: 17px;
}

.fontSize-18 {
    font-size: 18px;
}

.font500 {
    font-weight: 500;
}

.font600 {
    font-weight: 600;
}

.font700 {
    font-weight: 700;
}

.font800 {
    font-weight: 800;
}

.font900 {
    font-weight: 900;
}

.para-color {
    color: #222222;
}

.text-justify {
    text-align: justify;
}

.gray-text {
    color: #515154;
}

.begin-btn {
    background: linear-gradient(92.91deg, #013879 -3.35%, #0267DF 100.62%);
    font-family: "Inter", sans-serif;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.cst-tag {
    background-color: #013879;
    border-radius: 50px;
    box-shadow: 0px 0px 14px 0px #00000026;
    padding: 6px 14px;
}

.main-heads {
    font-size: 34px;
    line-height: 38px;
}

/*====== Utality Classes End ======= */

/*====== Header Styling Start ======= */
.header-sec .main-header {
    background-color: #013879;
    border-radius: 0 0 40px 40px;
    padding: 34px;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-sec .main-header .header-logo-sec {
    flex: 0 0 auto;
}

.header-sec .main-header .header-logo {
    width: 210px;
    height: auto;
}

/* .navigation-bar {
    margin-bottom: -150px;
    border: 2px solid #013879;
    background-color: white;
    border-radius: 100px;
    padding: 18px 28px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1000;
} */

.header-sec .offcanvas {
    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    background-color: #013879;
}

.header-sec .navbar-toggler:focus {
    box-shadow: none !important;
}

.navigation-bar .navbar .active {
    color: #000000 !important;
    font-weight: 800;
}

.navigation-bar .navbar .navbar-nav li:not(:last-child) {
    margin-right: 40px;
}

.navigation-bar .navbar .navbar-nav .sub-muns:hover a {
    background-color: #013879;
    color: white;
}

.navigation-bar .btn-close {
    background: url('assets/images/x-circle.svg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.header-sec {
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
    height: 800px;
}

.hero-sec .str-tag-text {
    color: #013879;
}

.hero-sec .lft-box {
    width: 50%;
    padding-right: 30px;
}

.hero-sec .lft-box {
    width: 52%;
    padding-right: 30px;
}

.hero-sec .hero-heading {
    font-size: 45px;
    line-height: 50px;
}

.hero-sec .video-sec {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 48%;
    height: 730px;
}

.hero-sec .video-sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 0 0 200px;
}

.hero-sec .tg-main {
    box-shadow: 0px 0px 14px 0px #00000026;
    padding: 5px 12px;
}

.hero-sec .trsted {
    color: #013879;
}

.hero-sec .video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 30px 0 0 200px;
    z-index: 2;
    pointer-events: none;
}

/*====== Header Styling End ======= */

/*====== Home Page Styling Start ======= */
.content-image-sec {
    width: 100%;
    height: 580px;
}

.content-image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.content-sec .icon-sec {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.content-sec .icon-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.content-sec .mini-heading {
    color: #013879;
}

.mini-cards {
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
}

.mini-cards .main-cards {
    border-radius: 20px;
    height: 100%;
    position: relative;
    box-shadow: 0px 0px 34px 0px #00000026;
    background: white;
}

.mini-cards .main-cards .fix-btns {
    position: absolute;
    bottom: 30px;
    width: auto;
}

.mini-cards .main-cards .crd-heading {
    color: #062B5F;
    font-weight: 900;
    min-height: 65px;
}

.our-location-sec {
    background: url('assets/images/location-banner.png');
    height: 345px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*====== Home Page Styling End   ======= */

/*====== About-Us Page Styling End   ======= */
.trust-sec {
    background: url('assets/images/trust-sec-banner.png') !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.abt-crd-cnt {
    min-height: auto !important;
    font-weight: 800 !important;
}

.mini-cards .trust-cards {
    border-radius: 15px !important;
}

.company-state-sec .state-crds {
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
    border-radius: 13px;
    height: 100%;
}
/*====== About-Us Page Styling End   ======= */

/*%%%%%%%%%% Media Queries %%%%%%%%%% */
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1190px !important;
    }
}

/*====== Media queries for Desktop ======= */
@media (min-width:1441px) {
    .content-image-sec {
        height: 100%;
        min-height: 580px !important;
    }

    .hero-sec .video-sec {
        position: relative;
        width: 100% !important;
        height: 100%;
    }

    .right-box {
        margin-top: -100px;
    }
    .hero-sec .lft-box, .hero-sec .right-box {
    width: 50% !important;
    }
}

/*====== Media queries for Tablete ======= */
@media (max-width:1024px) {
    .content-image-sec {
        height: 570px;
    }

    .main-heads {
        font-size: 27px;
        line-height: 27px;
    }

    .hero-sec .hero-heading {
        font-size: 30px;
    }

    .navigation-bar .navbar .navbar-nav li:not(:last-child) {
        margin-right: 12px;
    }
}

/*====== Media queries for Mobile ======= */
@media (max-width:992px) {
    .navigation-bar {
        margin-bottom: 0px;
        border: 3px solid white;
        border-radius: 50%;
        padding: 3px;
    }

    .navigation-bar .navbar .active {
        color: white !important;
        font-weight: 800;
    }

    .navigation-bar .offcanvas-body li .nav-link {
        color: white !important;
        margin-bottom: 15px;
    }

    .offcanvas-body .sub-muns a {
        color: black;
    }

    .hero-sec .video-sec {
        position: relative;
        width: 100% !important;
        height: 100%;
    }

    .hero-sec .lft-box {
        width: 100%;
        padding-right: 0;
    }

    .header-sec {
        height: 100%;
    }

    .hero-sec .video-sec video,
    .hero-sec .video-overlay {
        border-radius: 15px;
    }

    .right-box {
        margin-top: 35px;
    }
}

@media (max-width:767px) {
    .mini-cards .main-cards .crd-heading {
        min-height: auto;
    }

    .footer-links {
        margin-top: -65px !important;
        border-radius: 15px !important;
    }

    .header-sec .main-header .header-logo {
        width: 150px;
    }

    .header-sec .main-header {
        padding: 25px;
    }

    .footer-logo-sec .ftr-logo {
        width: 200px !important;
    }
}

/*====== Media queries for Small Screens ======= */
@media (max-width:576px) {
    .content-image-sec {
        height: 340px !important;
    }

    .main-heads {
        font-size: 22px;
        line-height: 25px;
    }

    .content-sec .icon-sec {
        width: 50px;
        height: 50px;
    }

    .content-sec .mini-heading {
        font-size: 18px;
    }

    .our-location-sec {
        height: 235px;
    }

    .footer-logo-sec .ftr-logo {
        width: 180px !important;
        height: auto;
    }

    .header-sec .main-header {
        border-radius: 0 0 15px 15px;
        padding: 15px;
    }

    .header-sec .main-header .header-logo {
        width: 125px;
    }

    .hero-sec .hero-heading {
        font-size: 20px;
    }
}

/*====== Footer Styling Start ======= */
.footer-logo-sec {
    background: #013879;
    text-align: center;
}

.footer-logo-sec .ftr-logo {
    width: 280px;
    height: auto;
}

.footer-links {
    margin-top: -40px;
}

.copyright-box {
    background: #041D41;
    color: white;
    padding: 13px 0;
}

/*====== Footer Styling End ======= */


/*====== Contact-Us Page Styling Start   ======= */
.contact-links{
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
    border: 2px solid #3CAAE0;
    border-radius: 10px;
}

.map-sec{
    border: 2px solid #3CAAE0;
    box-shadow: 0px 0px 10px 5px #0000001C;
    border-radius: 10px;
}

.map-sec iframe{
    border-radius: 10px;
    width: 100%;
    height: 450px;
}

.form-sec{
    border-radius: 20px;
    background: #013879;
    box-shadow: 0px 4px 20px 5px #00000026;
}

.form-sec .contact-form .form-control{
  border: 1px solid #E4E4E4;
  box-shadow: 0px 4px 4px 0px #1F36451A;
  border-radius: 8px;
  padding: 12px 16px;
}

.form-sec .contact-form .form-control:focus{
    border-color: #3CAAE0;
    box-shadow: none;
}

.form-sec .contact-form .form-check-input{
    border-radius: 4px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.form-sec .contact-form .form-check-input:checked{
    background-color: transparent;
    border-color: #fff;
}

.form-sec .contact-form .form-check-input:focus{
    border-color: #fff;
    box-shadow: none;
}

.form-sec .form-image-sec {
    width: 100%;
    height: 600px;
}

.form-sec .form-image-sec .form-truck-img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabs-sec{
border-radius: 15px;
background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
box-shadow: 0px 5px 14px 0px #00000026;
}

.tabs-sec .nav-pills {
    border-bottom: 1px solid #000000;
    gap: 10px;
}

.tabs-sec .nav-pills .nav-link{
    border-radius: 0;
    color: #062B5F;
    font-weight: 800;
    border-bottom: 3px solid transparent;
    padding: 12px 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-transform: capitalize !important;
}

.tabs-sec .lbl-txt h6{
    color: #1F3645;
}   

.tabs-sec .nav-pills .nav-link.active{
    background: transparent;
    color: #062B5F;
    border-bottom: 3px solid #062B5F;
}

@media (max-width:992px) {
    .form-sec .form-content-sec .main-heads{
        font-size: 25px;
    }
        
    .form-sec .form-image-sec {
        width: 100%;
        height: 350px;
    }

    .form-sec .form-image-sec .form-truck-img {
        object-fit: contain !important;
    }
}

@media (max-width:768px) {
    .form-sec .contact-form .form-control{
        padding: 10px 14px;
    }
    
    .tabs-sec .nav-pills .nav-link{
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .tabs-sec .nav-pills .nav-link.active {
        background: #062B5F;
        color: white;
        border-radius: 8px;
        border-bottom: 3px solid #062B5F;
    }
    
    .map-sec iframe{
        width: 100%;
        height: 400px;
    }
}

/*====== Contact-Us Page Styling End   ======= */
/*======== Poppins font ======== */
@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');


/*======== Inter font ========== */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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');


/*====== Utality Classes ======= */
.poppins-font {
    font-family: "Poppins", sans-serif;
}

.inter-font {
    font-family: "Inter", sans-serif;
}

.heading-color {
    color: #09120E;
}

.fontSize-12 {
    font-size: 12px;
}

.fontSize-14 {
    font-size: 14px;
}

.fontSize-16 {
    font-size: 16px;
}

.fontSize-17 {
    font-size: 17px;
}

.fontSize-18 {
    font-size: 18px !important;
}

.fontSize-20 {
    font-size: 20px !important;
}

.font500 {
    font-weight: 500;
}

.font600 {
    font-weight: 600;
}

.font700 {
    font-weight: 700;
}

.font800 {
    font-weight: 800;
}

.font900 {
    font-weight: 900;
}

.para-color {
    color: #222222;
}

.text-justify {
    text-align: justify;
}

.bg-cstm-color{
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%) !important;
}
.gray-text {
    color: #515154;
}

.begin-btn {
    background: linear-gradient(92.91deg, #013879 -3.35%, #0267DF 100.62%);
    font-family: "Inter", sans-serif;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.cst-tag {
    background-color: #013879;
    border-radius: 50px;
    box-shadow: 0px 0px 14px 0px #00000026;
    padding: 6px 14px;
}

.blue-color{
    color:#013879;
}
.main-heads {
    font-size: 32px;
    line-height: 38px;
}

/*====== Utality Classes End ======= */


/*====== Header Styling Start ======= */
.header-sec .main-header {
    background-color: #013879;
    border-radius: 0 0 40px 40px;
    padding: 34px;
    position: relative;
    z-index: 999;
}

.header-sec .main-header .header-logo {
    width: 210px;
    height: auto;
}

.navigation-bar {
    margin-bottom: -150px;
    border: 2px solid #013879;
    /* background-color: white; */
    border-radius: 100px;
    padding: 18px 28px;
    background-color: rgb(74, 74, 74);
}

.navigation-bar .menu-item a{
    color: white !important;
}

.navigation-bar .dropdown-menu {
    background-color: rgb(74, 74, 74) !important;
}
/* .navigation-bar .sub-muns a{
    color: black !important;
} */

.header-sec .offcanvas {
    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    background-color: #013879;
}

.header-sec .navbar-toggler:focus {
    box-shadow: none !important;
}

.navigation-bar .navbar .active {
    color: #000000 !important;
    font-weight: 800;
}

.navigation-bar .navbar .navbar-nav :not(:nth-child(4)) {
    margin-right: 40px;
}

.navigation-bar .navbar .navbar-nav .sub-muns:hover a {
    background-color: #013879;
    color: white;
}

.navigation-bar .btn-close {
    background: url('../../uploads/2026/07/x-circle.svg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.header-sec {
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
    height: 800px;
}

.hero-sec .str-tag-text {
    color: #013879;
}

.hero-sec .lft-box {
    width: 50%;
    padding-right: 30px;
}

.hero-sec .lft-box {
    width: 52%;
    padding-right: 30px;
}
.hero-sec .right-box {
    width: 48%;
}

.hero-sec .hero-heading {
    font-size: 45px;
    line-height: 50px;
}

.hero-sec .video-sec {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 48%;
    height: 730px;
}

.hero-sec .video-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 0 0 200px;
}

.hero-sec .video-sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 0 0 200px;
}

.hero-sec .tg-main {
    box-shadow: 0px 0px 14px 0px #00000026;
    padding: 5px 12px;
}

.hero-sec .trsted {
    color: #013879;
}

.hero-sec .video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 30px 0 0 200px;
    z-index: 2;
    pointer-events: none;
}

/*====== Header Styling End ======= */

/*====== Home Page Styling Start ======= */
.content-image-sec {
    width: 100%;
    height: 580px;
}

.content-image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.content-sec .icon-sec {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.content-sec .icon-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.content-sec .mini-heading {
    color: #013879;
}

.mini-cards {
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
}

.mini-cards .main-cards {
    border-radius: 20px;
    height: 100%;
    position: relative;
    box-shadow: 0px 0px 34px 0px #00000026;
    background: white;
}

.mini-cards .main-cards .fix-btns {
    position: absolute;
    bottom: 30px;
    width: auto;
}

.mini-cards .main-cards .crd-heading {
    color: #062B5F;
    font-weight: 900;
    min-height: 65px;
}

.our-location-sec {
    background: url(../../uploads/2026/07/location-banner-update.png);
    height: 345px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*====== Home Page Styling End   ======= */


/*====== About-Us Page Styling End   ======= */
.trust-sec {
    background: url('../../uploads/2026/07/trust-sec-banner.png') !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.abt-crd-cnt {
    min-height: auto !important;
    font-weight: 800 !important;
}

.mini-cards .trust-cards {
    border-radius: 15px !important;
}

.company-state-sec .state-crds {
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
    border-radius: 13px;
    height: 100%;
}

/*====== About-Us Page Styling End   ======= */



/*====== IFTA-TAX Page Styling Start   ======= */
.trc-heading-sec .ifta-para {
    color: #222222;
    line-height: 37px;
    font-size: 22px;
}

.trc-heading-sec .trc-sol {
    font-size: 36px;
    color: #09120E;
}

.ifta-image-sec {
    width: 100%;
    height: 375px;
}

.ifta-image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/*====== IFTA-TAX Page Styling End   ======= */


/*====== IRP-Permits Page Styling Start   ======= */
.rp-plating-sec {
    background: #fff;
}

.irp-content-sec .irp-main-heading {
    font-size: 32px;
    color: #09120E;
}

.irp-content-sec .irp-para {
    line-height: 26px;
}

.irp-image-sec {
    width: 100%;
    height: 520px;
}

.irp-image-sec .irp-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width:360px) {

    .sub-muns a{
        text-transform: capitalize !important;
    }
}
@media (max-width:576px) {
    .irp-image-sec {
    height: 320px;
}

}
@media (max-width:768px) {
    .irp-content-sec .irp-main-heading {
    font-size: 22px;
    /* line-height: 10px; */
    text-align:center !important;
}

}

.irp-image-sec .irp-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.irp-registration-sec {
    background: #f6f4f5;
}

.irp-reg-image-wrapper {
    width: 100%;
    height: 365px;
}

.irp-reg-image-wrapper .irp-reg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.irp-reg-content-sec .irp-reg-subheading {
    font-size: 20px;
    color: #013879;
}

.irp-reg-list {
    line-height: 26px;
}

.irp-reg-list .irp-reg-list-item {
    margin-bottom: 4px;
}

.irp-reg-sublist {
    margin-top: 8px;
}

@media (max-width:768px) {
    .irp-reg-content-sec .irp-reg-heading {
        font-size: 22px;
    }
    
    .irp-reg-content-sec .irp-reg-subheading {
        font-size: 16px;
    }
    
    .irp-reg-list {
        text-align: left;
    }
}

@media (max-width:576px) {
    .irp-reg-image-wrapper {
        border-radius: 15px;
    }
}


.trc-solution-acordian{
   background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
}

.trc-solution-acordian .accordion-item{
    box-shadow: 5px 8px 20px 0px #9B9B9B66;
    border-radius: 10px;
}

.trc-solution-acordian .accordion-button{
    font-size: 25px;
        border-radius: 10px;
}
.trc-solution-acordian .accordion-body{
    border-top: 1px solid #d8dde1;
}

.trc-solution-acordian .accordion-button:focus{
   box-shadow: none;
}

.trc-solution-acordian .accordion-button:focus{
   box-shadow: none;
}

.trc-solution-acordian .accordion-button:not(.collapsed) {
    background-color: white !important;
      box-shadow: none;
}

.trc-solution-acordian .irp-accordion-image-sec{
        width: 100%;
    height: 595px;
}

.trc-solution-acordian .irp-accordion-image-sec .irp-accordion-main-img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.irp-instruction-sec{
    background: url('../../uploads/2026/07/instruction-banner.png');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.irp-instruction-sec .irp-instruct-btn{
    width: 150px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important
}

.information-sec{
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
}

/*====== IRP-Permits Page Styling End   ======= */



/*====== Qualifications & Driver Services Page Styling Start   ======= */
.irp-plating-banner{
    background: url('../../uploads/2026/07/irp-plating-banner.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.add-banner-sec{
    width: 100%;
    height: 490px;
}

.add-banner-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
/*====== Qualifications & Driver Services Page Styling End   ======= */


/*====== Contact-Us Page Styling Start   ======= */
.contact-links{
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
    border: 2px solid #3CAAE0;
    box-shadow: 0px 0px 10px 5px #0000001C;
    border-radius: 15px;
}

.map-sec{
    border: 2px solid #3CAAE0;
    box-shadow: 0px 0px 10px 5px #0000001C;
    border-radius: 15px;
     overflow: hidden;
}

.map-sec iframe{
    width: 100%;
    height: 450px;
}

.form-sec{
    background: #013879;
    box-shadow: 0px 4px 20px 5px #00000026;
    border-radius: 15px;
}

.form-sec .contact-form .form-control{
  border: 1px solid #E4E4E4;
  box-shadow: 0px 4px 4px 0px #1F36451A;
    padding: 12px 16px;
    font-size: 14px;
}

/* .form-sec .contact-form .form-control::placeholder{
    color: rgba(255, 255, 255, 0.7);
} */

.form-sec .contact-form .form-control:focus{
    box-shadow: none;
}

.form-sec .contact-form .form-check-input{
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
}

.form-sec .contact-form .form-check-input:checked{
    background-color: transparent;
    border-color: #fff;
}

.form-sec .contact-form .form-check-input:focus{
    box-shadow: none;
}

.form-sec .form-image-sec {
    width: 100%;
    height: 600px;
}

.form-sec .form-image-sec .form-truck-img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:992px) {
    .form-sec .form-content-sec .main-heads{
        font-size: 25px;
    }
        
    .form-sec .form-image-sec {
        width: 100%;
        height: 350px;
    }

    .form-sec .form-image-sec .form-truck-img {
        object-fit: contain !important;
    }
}

@media (max-width:768px) {
    
    .form-sec .contact-form .form-control{
        padding: 10px 14px;
    }

}




.tabs-sec{
background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
box-shadow: 0px 5px 14px 0px #00000026;
border-radius: 15px;
}

.tabs-sec .nav-pills {
    border-bottom: 1px solid #000000;

}

.tabs-sec .nav-pills .nav-link{
    color: #062B5F;
    font-weight: 800;
    padding: 10px 0;
    margin: 0 5px;  
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 22px;
    text-transform: capitalize !important;
}
.tabs-sec .lbl-txt h6{
    color: #1F3645;
}   

.tabs-sec .nav-pills .nav-link.active{
    background: transparent;
    color: #062B5F;
    border-color: #013879;
    border-bottom: 3px solid #013879;
}

@media (max-width:768px) {
    .tabs-sec .nav-pills .nav-link{
        font-size: 18px;
    }
    
}
/*====== Contact-Us Page Styling End   ======= */



/*====== Premitting Page Styling Start   ======= */
.premitting-cnt-image-sec{
    width: 100%;
    height: 400px;
}

.premitting-cnt-image-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.four-boxs {
background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
}

.four-boxs .blu-box{
    border: 2px solid #54A2FF;
    border-radius: 25px;
    background: #013879;
    color: white;
    height: 100%;
}

.premiting-trc-sec{
    background: url('../../uploads/2026/07/premitting-trc-banner-most-updt.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.premiting-trc-sec .main-contnt{
    background: #FFFFFFF2;
    box-shadow: 0px 4px 34px 0px #0000008C;
    border-radius: 30px;
}

/*====== Premitting Page Styling End   ======= */


/*====== FAQs Page Styling Start   ======= */
.faq-acordian-sec{
    background: transparent !important; 
}

.faq-acordian-sec .accordion-button:not(.collapsed) {
    background: transparent !important;
    box-shadow: none;
}

.faq-acordian-sec .accordion-button {
    font-size: 20px;
    border-radius: 10px;
}

.ifta-internaltional-sec{
    background: url('../../uploads/2026/07/ifta-international-banner.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.plne-registration{
    background: transparent !important;
}

/*====== FAQs Page Styling End   ======= */


/*====== Blog Page Styling Start   ======= */
.blog-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
}

.blog-card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-meta svg {
    margin-right: 5px;
    vertical-align: middle;
}

.blog-card-title {
    font-size: 20px;
    line-height: 1.4;
    min-height: 56px;
}

.blog-card-title a {
    transition: color 0.3s ease;
}

.blog-card-title a:hover {
    color: #013879 !important;
}

.blog-excerpt {
    line-height: 1.6;
    flex: 1;
}

.blog-read-more {
    color: #013879;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.blog-read-more:hover {
    gap: 12px;
    color: #0267DF;
}

.blog-read-more svg {
    transition: transform 0.3s ease;
}

.blog-read-more:hover svg {
    transform: translateX(4px);
}

.blog-pagination {
    margin-top: 40px;
}

.blog-pagination .pagination {
    gap: 10px;
}

.blog-pagination .page-item {
    list-style: none;
}

.blog-pagination .page-link {
    border: 2px solid #013879;
    color: #013879;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.blog-pagination .page-link:hover {
    background: #013879;
    color: white;
}

.blog-pagination .page-item.active .page-link {
    background: #013879;
    border-color: #013879;
    color: white;
}

.blog-pagination .page-item.disabled .page-link {
    opacity: 0.5;
    cursor: not-allowed;
}

.no-posts-message {
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .blog-card-image {
        height: 200px;
    }
    
    .blog-card-title {
        font-size: 18px;
        min-height: auto;
    }
    
    .blog-meta {
        font-size: 12px;
    }
    
    .blog-pagination .page-link {
        padding: 6px 12px;
        font-size: 14px;
    }
}

/*====== Blog Page Styling End   ======= */


/*====== Single Post Page Styling Start   ======= */
.single-post-article {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.post-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.post-meta svg {
    margin-right: 5px;
    vertical-align: middle;
}

.post-title {
    font-size: 36px;
    line-height: 1.3;
}

.post-featured-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.post-featured-image img {
    border-radius: 15px;
}

.post-content {
    font-size: 16px;
    line-height: 1.8;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    color: #09120E;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.post-content h2 {
    font-size: 28px;
}

.post-content h3 {
    font-size: 24px;
}

.post-content h4 {
    font-size: 20px;
}

.post-content ul,
.post-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.post-content li {
    margin-bottom: 10px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.post-content blockquote {
    border-left: 4px solid #013879;
    padding-left: 20px;
    margin: 25px 0;
    font-style: italic;
    color: #515154;
}

.post-content a {
    color: #013879;
    text-decoration: underline;
}

.post-content a:hover {
    color: #0267DF;
}

.post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-link {
    background: linear-gradient(326.43deg, #FFFFFF 4.68%, #C2E3FF 123.52%);
    color: #013879;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #C2E3FF;
}

.tag-link:hover {
    background: #013879;
    color: white;
    border-color: #013879;
}

@media (max-width: 768px) {
    .single-post-article {
        padding: 20px;
    }
    
    .post-title {
        font-size: 26px;
    }
    
    .post-meta {
        font-size: 12px;
        gap: 5px;
    }
    
    .post-content {
        font-size: 15px;
    }
    
    .post-content h2 {
        font-size: 24px;
    }
    
    .post-content h3 {
        font-size: 20px;
    }
    
    .post-content h4 {
        font-size: 18px;
    }
}

/*====== Single Post Page Styling End   ======= */














/*%%%%%%%%%% Media Queries %%%%%%%%%% */
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1190px !important;
    }
}



/*====== Media queries for Desktop ======= */
@media (min-width:1441px) {
    .content-image-sec {
        height: 100%;
        min-height: 580px !important;
    }

    .hero-sec .video-sec {
        position: relative !important;
        width: 100% !important;
        height: 630px;
    }

    .right-box {
        margin-top: -100px;
    }
}



/*====== Media queries for Tablete ======= */
@media (max-width:1024px) {
    .content-image-sec {
        height: 570px;
    }

    .main-heads {
        font-size: 27px;
        line-height: 27px;
    }

    .hero-sec .hero-heading {
        font-size: 30px;
    }

    .navigation-bar .navbar .navbar-nav :not(:nth-child(4)) {
        margin-right: 12px;
    }
}



/*====== Media queries for Mobile ======= */
@media (max-width:992px) {
    .navigation-bar {
        margin-bottom: 0px;
        border: 3px solid white;
        border-radius: 50%;
        padding: 3px;
    }

    .navigation-bar .navbar .active {
        color: white !important;
        font-weight: 800;
    }

    .navigation-bar .offcanvas-body li .nav-link {
        color: white !important;
        margin-bottom: 15px;
    }

    .offcanvas-body .sub-muns a {
        color: black;
    }

    .hero-sec .video-sec {
        position: relative;
        width: 100% !important;
        height: 570px;
    }

    .hero-sec .lft-box {
        width: 100%;
        padding-right: 0;
    }
    .hero-sec .right-box {
    width: 100%;
    }

    .header-sec {
        height: 100%;
    }

    .hero-sec .video-sec video,
    .hero-sec .video-sec img,
    .hero-sec .video-overlay {
        border-radius: 15px;
    }

    .right-box {
        margin-top: 35px;
    }
}



@media (max-width:767px) {
    .mini-cards .main-cards .crd-heading {
        min-height: auto;
    }

    .footer-links {
        margin-top: -65px !important;
        border-radius: 15px !important;
    }

    .header-sec .main-header .header-logo {
        width: 150px;
    }

    .header-sec .main-header {
        padding: 25px;
    }

    .footer-logo-sec .ftr-logo {
        width: 200px !important;
    }

    .ifta-image-sec {
        width: 100%;
        height: 280px;
    }

    .trc-heading-sec .trc-sol {
        font-size: 25px;
    }

    .trc-heading-sec .ifta-para {
        line-height: 30px;
        font-size: 16px;
    }
    .trc-solution-acordian .accordion-button {
    font-size: 18px;
    }

    .trc-solution-acordian .irp-accordion-image-sec {
    height: 400px;
    }

    .add-banner-sec {
    width: 100%;
    height: 300px;
}
}



/*====== Media queries for Small Screens ======= */
@media (max-width:576px) {
    .content-image-sec, .hero-sec .video-sec {
        height: 340px !important;
    }
    .mini-cards .main-cards .fix-btns {
        width: 100%;
        left: 0;
    }

    .main-heads {
        font-size: 20px;
        line-height: 30px;
    }

    .content-sec .icon-sec {
        width: 50px;
        height: 50px;
    }

    .content-sec .mini-heading {
        font-size: 18px;
    }

    .our-location-sec {
        height: 235px;
    }

    .footer-logo-sec .ftr-logo {
        width: 180px !important;
        height: auto;
    }


    .header-sec .main-header {
        border-radius: 0 0 15px 15px;
        padding: 15px;
    }

    .header-sec .main-header .header-logo {
        width: 125px;
    }

    .hero-sec .hero-heading {
        font-size: 20px;
    }

        .trc-solution-acordian .accordion-button {
        font-size: 16px;
    }

    .trc-solution-acordian .irp-accordion-image-sec {
    height: 330px;
    }

    .tabs-sec .nav-pills .nav-link.active {
    background: #062B5F;
    color: white;
        padding: 6px;
    border-radius: 5px;
    border: 0;
    }

    .map-sec iframe{
    width: 100%;
    height: 400px;
    }

    .tabs-sec .nav-pills .nav-link {
        font-size: 13px;
    }

    .premitting-cnt-image-sec {
    width: 100%;
    height: 250px;
    }

}

/*====== Footer Styling Start ======= */
.footer-logo-sec {
    background: #013879;
    text-align: center;
}

.footer-logo-sec .ftr-logo {
    width: 280px;
    height: auto;
}

.footer-links {
    margin-top: -40px;
}

.copyright-box {
    background: #041D41;
    color: white;
    padding: 13px 0;
}

/*====== Footer Styling End ======= */