/*
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;
    }
}

/*====== 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   ======= */
