.elementor-736 .elementor-element.elementor-element-c229c68{--display:flex;--min-height:236px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-736 .elementor-element.elementor-element-c229c68:not(.elementor-motion-effects-element-type-background), .elementor-736 .elementor-element.elementor-element-c229c68 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ksrentalservice.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-14-2026-09_23_00-PM.webp");background-size:cover;}.elementor-736 .elementor-element.elementor-element-cf3530a{--display:flex;--margin-top:16px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-736 .elementor-element.elementor-element-cf3530a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-736 .elementor-element.elementor-element-f1b12fb .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:700;color:#FFFFFF;}.elementor-736 .elementor-element.elementor-element-f1b12fb{width:var( --container-widget-width, 100.188% );max-width:100.188%;--container-widget-width:100.188%;--container-widget-flex-grow:0;}.elementor-736 .elementor-element.elementor-element-f1b12fb.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-736 .elementor-element.elementor-element-c129e8c{font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-736 .elementor-element.elementor-element-323fb24{--display:flex;}.elementor-736 .elementor-element.elementor-element-0e3d0dd{--display:flex;}.elementor-736 .elementor-element.elementor-element-0e3d0dd:not(.elementor-motion-effects-element-type-background), .elementor-736 .elementor-element.elementor-element-0e3d0dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-736 .elementor-element.elementor-element-0c2d592{--display:flex;}.elementor-736 .elementor-element.elementor-element-0c2d592:not(.elementor-motion-effects-element-type-background), .elementor-736 .elementor-element.elementor-element-0c2d592 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-736 .elementor-element.elementor-element-0aafcea{--display:flex;}.elementor-736 .elementor-element.elementor-element-0aafcea:not(.elementor-motion-effects-element-type-background), .elementor-736 .elementor-element.elementor-element-0aafcea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-736 .elementor-element.elementor-element-cf3530a{--width:52%;}}/* Start custom CSS for heading, class: .elementor-element-b6bf657 *//* =====================================
   FLEET STRENGTH SECTION
   ===================================== */

.fleet-stats-section{
    padding:0;
    background:#F5F7FA;
    font-family:'Montserrat',sans-serif;
}

/* SECTION HEADER */

.fleet-stats-section .section-header{

    max-width:950px;

    margin:0 auto 50px;

    text-align:center;
}

.fleet-stats-section .section-tag{

    display:inline-block;

    color:#F58220;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;
}

.fleet-stats-section .section-header h2{

    color:#0B336B;

    font-size:48px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:20px;
}

.fleet-stats-section .section-header p{

    color:#667085;

    font-size:17px;

    line-height:1.9;

    margin:0;
}

/* STATS GRID */

.fleet-stats-grid{

    width:100%;

    max-width:1500px;

    margin:0 auto 40px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;
}

/* CARD */

.stat-card{

    background:#FFFFFF;

    border:1px solid #E5E7EB;

    border-radius:20px;

    text-align:center;

    padding:40px 25px;

    transition:.3s ease;

    box-shadow:0 10px 25px rgba(11,51,107,.04);
}

.stat-card:hover{

    transform:translateY(-8px);

    border-color:#F58220;

    box-shadow:0 20px 40px rgba(11,51,107,.10);
}

/* NUMBER */

.stat-card h3{

    color:#0B336B;

    font-size:42px;

    font-weight:800;

    line-height:1.1;

    margin-bottom:12px;
}

/* LABEL */

.stat-card p{

    color:#667085;

    font-size:15px;

    font-weight:600;

    line-height:1.8;

    margin:0;
}

/* SEO CONTENT */

.fleet-stats-content{

    max-width:1100px;

    margin:0 auto;

    text-align:center;
}

.fleet-stats-content p{

    color:#667085;

    font-size:16px;

    line-height:2;

    margin:0;
}

/* TABLET */

@media(max-width:1024px){

    .fleet-stats-grid{

        grid-template-columns:repeat(2,1fr);
    }

    .fleet-stats-section .section-header h2{

        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .fleet-stats-grid{

        grid-template-columns:1fr;
    }

    .fleet-stats-section .section-header h2{

        font-size:32px;
    }

    .stat-card{

        padding:30px 20px;
    }

    .stat-card h3{

        font-size:34px;
    }

}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-d1ed03f *//* =====================================
   FLEET CATEGORIES
   ===================================== */

.fleet-categories-section{
    padding:0;
    background:#FFFFFF;
    font-family:'Montserrat',sans-serif;
}

.fleet-categories-section .section-header{
    max-width:950px;
    margin:0 auto 60px;
    text-align:center;
}

.fleet-categories-section .section-tag{
    display:inline-block;
    color:#F58220;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.fleet-categories-section h2{
    color:#0B336B;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.fleet-categories-section .section-header p{
    color:#667085;
    font-size:17px;
    line-height:1.9;
}

.categories-grid{

    width:100%;
    max-width:1500px;

    margin:0 auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.category-card{

    background:#FFFFFF;

    border:1px solid #E5E7EB;

    border-radius:24px;

    padding:40px;

    text-decoration:none !important;

    transition:.35s ease;

    box-shadow:0 10px 25px rgba(11,51,107,.04);

    position:relative;
}

.category-card:hover{

    transform:translateY(-10px);

    border-color:#F58220;

    box-shadow:0 20px 45px rgba(11,51,107,.10);

    text-decoration:none !important;
}

.category-number{

    color:#F58220;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:20px;
}

.category-card h3{

    color:#0B336B;

    font-size:32px;

    font-weight:800;

    line-height:1.3;

    margin-bottom:15px;

    text-decoration:none !important;
}

.category-range{

    display:inline-block;

    background:#FFF3E8;

    color:#F58220;

    padding:10px 16px;

    border-radius:8px;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;
}

.category-card p{

    color:#667085;

    font-size:16px;

    line-height:1.9;

    margin-bottom:25px;

    text-decoration:none !important;
}

.category-btn{

    display:inline-block;

    color:#0B336B;

    font-size:15px;

    font-weight:700;

    transition:.3s ease;
}

.category-card:hover .category-btn{

    color:#F58220;
}

/* Tablet */

@media(max-width:1024px){

    .categories-grid{

        grid-template-columns:1fr;
    }

    .fleet-categories-section h2{

        font-size:40px;
    }

}

/* Mobile */

@media(max-width:767px){

    .fleet-categories-section h2{

        font-size:32px;
    }

    .category-card{

        padding:30px;
    }

    .category-card h3{

        font-size:26px;
    }

}/* End custom CSS */