{"id":1503,"date":"2025-10-13T19:07:27","date_gmt":"2025-10-13T19:07:27","guid":{"rendered":"https:\/\/grabtech.co.ke\/kfshipping\/?page_id=1503"},"modified":"2025-10-20T11:08:55","modified_gmt":"2025-10-20T11:08:55","slug":"request-a-quote","status":"publish","type":"page","link":"https:\/\/www.kfshipping.com\/?page_id=1503","title":{"rendered":"REQUEST A QUOTE"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1503\" class=\"elementor elementor-1503\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b54a44 e-flex e-con-boxed e-con e-parent\" data-id=\"9b54a44\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-069eb03 elementor-widget elementor-widget-html\" data-id=\"069eb03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Get a Quote<\/title>\n  <style>\n    \/* Base styles *\/\n    body {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      background-color: #f2f5f9;\n      margin: 0;\n      padding: 40px 20px;\n    }\n\n    form {\n      background-color: #fff;\n      max-width: 900px;\n      margin: 0 auto;\n      padding: 40px 50px;\n      border-radius: 10px;\n      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n    }\n\n    form h2 {\n      text-align: center;\n      margin-bottom: 30px;\n      font-size: 28px;\n      color: #1a1a1a;\n    }\n\n    .form-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 25px 40px;\n    }\n\n    .form-grid .full-width {\n      grid-column: 1 \/ -1;\n    }\n\n    label {\n      display: block;\n      margin-bottom: 8px;\n      font-weight: 600;\n      color: #333;\n    }\n\n    input[type=\"text\"],\n    input[type=\"email\"],\n    input[type=\"tel\"],\n    input[type=\"file\"],\n    select,\n    textarea {\n      width: 100%;\n      padding: 12px 14px;\n      font-size: 15px;\n      border: 1px solid #ccc;\n      border-radius: 6px;\n      box-sizing: border-box;\n      transition: border-color 0.3s ease, box-shadow 0.3s ease;\n      background-color: #fdfdfd;\n    }\n\n    input[type=\"file\"] {\n      padding: 8px;\n      background-color: #fff;\n    }\n\n    input:focus,\n    select:focus,\n    textarea:focus {\n      border-color: #0077cc;\n      box-shadow: 0 0 0 3px rgba(0, 119, 204, 0.2);\n      outline: none;\n    }\n\n    textarea {\n      resize: vertical;\n      min-height: 100px;\n    }\n\n    button[type=\"submit\"] {\n      margin-top: 10px;\n      width: 100%;\n      background-color: #0077cc;\n      color: white;\n      border: none;\n      padding: 14px;\n      font-size: 16px;\n      font-weight: 600;\n      border-radius: 6px;\n      cursor: pointer;\n      transition: background-color 0.3s ease;\n    }\n\n    button[type=\"submit\"]:hover {\n      background-color: #005fa3;\n    }\n\n    @media (max-width: 768px) {\n      .form-grid {\n        grid-template-columns: 1fr;\n      }\n\n      form {\n        padding: 30px 20px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <form action=\"your-form-handler.php\" method=\"post\" enctype=\"multipart\/form-data\">\n    <h2>Request a Quote<\/h2>\n\n    <div class=\"form-grid\">\n      <!-- Contact Info -->\n      <div>\n        <label for=\"name\">Full Name*<\/label>\n        <input type=\"text\" id=\"name\" name=\"name\" required>\n      <\/div>\n\n      <div>\n        <label for=\"company\">Company Name<\/label>\n        <input type=\"text\" id=\"company\" name=\"company\">\n      <\/div>\n\n      <div>\n        <label for=\"email\">Email Address*<\/label>\n        <input type=\"email\" id=\"email\" name=\"email\" required>\n      <\/div>\n\n      <div>\n        <label for=\"phone\">Phone Number*<\/label>\n        <input type=\"tel\" id=\"phone\" name=\"phone\" required>\n      <\/div>\n\n      <!-- Service Selection -->\n      <div>\n        <label for=\"service\">Service Interested In*<\/label>\n        <select id=\"service\" name=\"service\" required>\n          <option value=\"\">-- Select Service --<\/option>\n          <option value=\"Air Freight\">Air Freight (Import\/Export)<\/option>\n          <option value=\"Ocean Freight\">Ocean Freight (FCL\/LCL)<\/option>\n          <option value=\"LCL Groupage\">LCL Groupage<\/option>\n          <option value=\"Door-to-Door\">Door-to-Door Delivery<\/option>\n          <option value=\"Hazardous Cargo\">DGR\/IMCO Cargo Handling<\/option>\n          <option value=\"Exhibitions\">Exhibitions & DDU\/DDP Shipments<\/option>\n          <option value=\"Project Cargo\">Project Cargo Handling<\/option>\n          <option value=\"Vessel Agency\">Vessel Agency Services<\/option>\n          <option value=\"Other\">Other<\/option>\n        <\/select>\n      <\/div>\n\n      <div>\n        <label for=\"mode\">Preferred Mode of Transport*<\/label>\n        <select id=\"mode\" name=\"mode\" required>\n          <option value=\"\">-- Select Mode --<\/option>\n          <option value=\"Air\">Air Freight<\/option>\n          <option value=\"Sea\">Sea Freight<\/option>\n          <option value=\"Both\">Both<\/option>\n          <option value=\"Not Sure\">Not Sure<\/option>\n        <\/select>\n      <\/div>\n\n      <!-- Cargo Details -->\n      <div>\n        <label for=\"origin\">Cargo Origin*<\/label>\n        <input type=\"text\" id=\"origin\" name=\"origin\" placeholder=\"City, Country\" required>\n      <\/div>\n\n      <div>\n        <label for=\"destination\">Cargo Destination*<\/label>\n        <input type=\"text\" id=\"destination\" name=\"destination\" placeholder=\"City, Country\" required>\n      <\/div>\n\n      <div class=\"full-width\">\n        <label for=\"cargo-details\">Brief Description of Cargo*<\/label>\n        <textarea id=\"cargo-details\" name=\"cargo_details\" placeholder=\"Type, weight, volume, special handling, etc.\" required><\/textarea>\n      <\/div>\n\n      <!-- File Upload -->\n      <div class=\"full-width\">\n        <label for=\"attachment\">Attach a File (optional)<\/label>\n        <input type=\"file\" id=\"attachment\" name=\"attachment\" accept=\".pdf,.doc,.docx,.xls,.xlsx,.jpg,.png\">\n      <\/div>\n\n      <!-- Submit -->\n      <div class=\"full-width\">\n        <button type=\"submit\">Submit Quote Request<\/button>\n      <\/div>\n    <\/div>\n  <\/form>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Get a Quote Request a Quote Full Name* Company Name Email Address* Phone Number* Service Interested In* &#8212; Select Service &#8212;Air Freight (Import\/Export)Ocean Freight (FCL\/LCL)LCL GroupageDoor-to-Door DeliveryDGR\/IMCO Cargo HandlingExhibitions &#038; DDU\/DDP ShipmentsProject Cargo HandlingVessel Agency ServicesOther Preferred Mode of Transport* &#8212; Select Mode &#8212;Air FreightSea FreightBothNot Sure Cargo Origin* Cargo Destination* Brief Description of Cargo* [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1503","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.kfshipping.com\/index.php?rest_route=\/wp\/v2\/pages\/1503","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kfshipping.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.kfshipping.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.kfshipping.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kfshipping.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1503"}],"version-history":[{"count":4,"href":"https:\/\/www.kfshipping.com\/index.php?rest_route=\/wp\/v2\/pages\/1503\/revisions"}],"predecessor-version":[{"id":1753,"href":"https:\/\/www.kfshipping.com\/index.php?rest_route=\/wp\/v2\/pages\/1503\/revisions\/1753"}],"wp:attachment":[{"href":"https:\/\/www.kfshipping.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}