{"id":156,"date":"2025-12-04T23:57:24","date_gmt":"2025-12-05T03:57:24","guid":{"rendered":"http:\/\/gotransportgy.com\/?page_id=156"},"modified":"2026-02-10T20:37:30","modified_gmt":"2026-02-11T00:37:30","slug":"about","status":"publish","type":"page","link":"https:\/\/gotransportgy.com\/?page_id=156","title":{"rendered":""},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"156\" class=\"elementor elementor-156\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14ec4ad e-con-full e-flex e-con e-parent\" data-id=\"14ec4ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-367824c elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"367824c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;800&display=swap\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\r\n\r\n<style>\r\n    \/* --- Global Theme Colors (Strictly Black\/White\/Green) --- *\/\r\n    :root {\r\n        --color-primary: #000000; \r\n        --color-secondary: #AAAAAA; \r\n        --color-background-light: #FFFFFF; \r\n        --color-background-dark: #111111; \r\n        --color-whatsapp-green: #25D366; \r\n        --color-text-light: #eaeaea; \r\n        --color-border-light: #eeeeee;\r\n    }\r\n\r\n    \/* --- Base Styling --- *\/\r\n    body {\r\n        font-family: 'Inter', sans-serif;\r\n        line-height: 1.6;\r\n        color: var(--color-primary);\r\n        background-color: var(--color-background-light);\r\n    }\r\n    \r\n    .container {\r\n        width: 100%;\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    \/* Consistent Section Spacing & Headings *\/\r\n    .section {\r\n        padding: 100px 0;\r\n    }\r\n    \r\n    .section-title {\r\n        font-size: clamp(2em, 4vw, 3em);\r\n        margin-bottom: 50px;\r\n        text-align: center;\r\n        color: var(--color-primary);\r\n        font-weight: 700;\r\n    }\r\n    \r\n    h1 { font-size: clamp(2.5em, 5vw, 4em); font-weight: 800; line-height: 1.1; }\r\n    h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 15px; }\r\n\r\n    \/* --- Color Schemes --- *\/\r\n    .section-dark {\r\n        background-color: var(--color-background-dark);\r\n        color: var(--color-background-light);\r\n    }\r\n    \r\n    .section-dark .section-title, .section-dark h3 {\r\n        color: var(--color-text-light);\r\n    }\r\n\r\n    .highlight {\r\n        color: var(--color-whatsapp-green);\r\n        font-weight: 600;\r\n    }\r\n    \r\n    .section-dark .text-content p {\r\n        color: var(--color-secondary);\r\n    }\r\n\r\n    \/* --- Button Styling (CTA) --- *\/\r\n    .cta-button {\r\n        display: inline-block;\r\n        background: var(--color-whatsapp-green);\r\n        color: white;\r\n        padding: 1rem 2.5rem;\r\n        border-radius: 6px;\r\n        text-decoration: none;\r\n        font-weight: 700;\r\n        margin-top: 1.5rem;\r\n        transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;\r\n        box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4);\r\n    }\r\n    \r\n    .cta-button:hover {\r\n        transform: translateY(-3px);\r\n        background-color: #1FAF59;\r\n        box-shadow: 0 6px 15px rgba(37, 211, 102, 0.6);\r\n    }\r\n\r\n    \/* --- Hero Section --- *\/\r\n    .hero {\r\n        background-color: var(--color-primary); \r\n        color: white;\r\n        padding: 150px 0 100px; \r\n        text-align: center;\r\n    }\r\n    \r\n    .hero p {\r\n        font-size: 1.1rem;\r\n        max-width: 800px;\r\n        margin: 15px auto 0;\r\n        color: var(--color-secondary);\r\n    }\r\n\r\n    \/* --- Mission\/Vision Cards (Applying Glow Effect) --- *\/\r\n    .mission-cards {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n        gap: 30px;\r\n        margin-top: 3rem;\r\n    }\r\n    \r\n    .mission-card {\r\n        background: var(--color-background-dark);\r\n        border-radius: 12px;\r\n        padding: 2.5rem;\r\n        box-shadow: 0 5px 15px rgba(0,0,0,0.15);\r\n        transition: transform 0.4s ease, box-shadow 0.4s ease, border 0.4s ease;\r\n        position: relative;\r\n        border: 1px solid rgba(255, 255, 255, 0.1);\r\n        color: white;\r\n    }\r\n    \r\n    \/* \ud83d\udd25 The Green Glow Effect Applied to Mission Cards \ud83d\udd25 *\/\r\n    .mission-card:hover {\r\n        transform: translateY(-8px); \r\n        border: 1px solid var(--color-whatsapp-green); \r\n        box-shadow: \r\n            0 0 10px 2px var(--color-whatsapp-green),\r\n            0 0 25px 8px rgba(37, 211, 102, 0.4), \r\n            0 15px 30px rgba(0,0,0,0.5); \r\n    }\r\n    \r\n    .mission-card h3 {\r\n        color: var(--color-whatsapp-green); \r\n    }\r\n    \r\n    .mission-icon {\r\n        width: 50px;\r\n        height: 50px;\r\n        background-color: var(--color-whatsapp-green);\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        margin-bottom: 1.5rem;\r\n        color: var(--color-background-dark);\r\n        font-size: 1.5rem;\r\n    }\r\n\r\n    \/* --- Values Section --- *\/\r\n    .values-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\r\n        gap: 30px;\r\n        margin-top: 3rem;\r\n    }\r\n    \r\n    .value-item {\r\n        text-align: center;\r\n        padding: 2rem 1rem;\r\n        border-radius: 8px;\r\n        box-shadow: 0 4px 12px rgba(0,0,0,0.05); \r\n        background: var(--color-background-light);\r\n        border: 1px solid var(--color-border-light);\r\n    }\r\n    \r\n    .value-icon {\r\n        width: 70px;\r\n        height: 70px;\r\n        background-color: var(--color-primary); \r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        margin: 0 auto 1.5rem;\r\n        color: white;\r\n        font-size: 1.8rem;\r\n    }\r\n    \r\n    .value-title {\r\n        color: var(--color-primary);\r\n    }\r\n\r\n    \/* --- CTA Section --- *\/\r\n    .cta-section {\r\n        background-color: var(--color-primary); \r\n        color: white;\r\n        padding: 60px 0;\r\n        text-align: center;\r\n    }\r\n    \r\n    .cta-title {\r\n        font-size: clamp(1.8rem, 3vw, 2.5rem);\r\n        margin-bottom: 1rem;\r\n        color: white;\r\n    }\r\n    \r\n    \/* --- WhatsApp Button (Retained for body content) --- *\/\r\n    .whatsapp-button {\r\n        position: fixed;\r\n        bottom: 30px;\r\n        right: 30px;\r\n        background: var(--color-whatsapp-green);\r\n        color: white;\r\n        width: 60px;\r\n        height: 60px;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-size: 1.8rem;\r\n        text-decoration: none;\r\n        box-shadow: 0 4px 10px rgba(0,0,0,0.3);\r\n        z-index: 100;\r\n        transition: transform 0.3s;\r\n    }\r\n    \r\n    .whatsapp-button:hover {\r\n        transform: scale(1.1);\r\n    }\r\n<\/style>\r\n\r\n<div>\r\n    <section class=\"hero\">\r\n        <div class=\"container\">\r\n            <p style=\"text-transform: uppercase; font-weight: 600;\">Our Story<\/p>\r\n            <h1>About Go Transport<\/h1>\r\n            <p>Learn about our journey, values, and commitment to transforming transportation in Guyana.<\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section\">\r\n        <div class=\"container\">\r\n            <h2 class=\"section-title\">Who We Are<\/h2>\r\n            <div class=\"content-grid\">\r\n                <div class=\"text-content\" style=\"max-width: 900px; margin: 0 auto; text-align: center;\">\r\n                    <p>At <span class=\"highlight\">Go Transport<\/span>, we recognized the need for a reliable, client-focused transportation and delivery service that truly understands what people value most when booking a ride, taxi, or courier: <span class=\"highlight\">safety, punctuality, comfort, and peace of mind<\/span>.<\/p>\r\n                    <p>We know from experience how frustrating it can be to deal with unpredictable public transportation or unreliable delivery providers. That is why we have built our service around <span class=\"highlight\">security, dependability, and professionalism<\/span>, ensuring every passenger and every package receives the care and attention they deserve.<\/p>\r\n                    <p>For the past <span class=\"highlight\">three years<\/span>, we have proudly provided safe, comfortable, and trustworthy transport and delivery solutions, building lasting relationships with our customers based on mutual respect and reliability.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section section-dark\">\r\n        <div class=\"container\">\r\n            <h2 class=\"section-title\">Our Vision & Mission<\/h2>\r\n            <div class=\"mission-cards\">\r\n                <div class=\"mission-card\">\r\n                    <div class=\"mission-icon\"><i class=\"fas fa-eye\"><\/i><\/div>\r\n                    <h3>Our Vision<\/h3>\r\n                    <p style=\"color: var(--color-secondary);\">To be Guyana's most trusted and customer-focused transport provider, delivering convenience, safety, and comfort to every passenger.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"mission-card\">\r\n                    <div class=\"mission-icon\"><i class=\"fas fa-bullseye\"><\/i><\/div>\r\n                    <h3>Our Mission<\/h3>\r\n                    <p style=\"color: var(--color-secondary);\">To simplify transportation for our customers through reliability, transparency, and exceptional service.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section\">\r\n        <div class=\"container\">\r\n            <h2 class=\"section-title\">Our Values<\/h2>\r\n            <div class=\"values-grid\">\r\n                <div class=\"value-item\">\r\n                    <div class=\"value-icon\"><i class=\"fas fa-shield-alt\"><\/i><\/div>\r\n                    <h3 class=\"value-title\">Safety First<\/h3>\r\n                    <p style=\"color: var(--color-secondary);\">We prioritize the safety of our passengers and their belongings above all else, with rigorously vetted drivers and well-maintained vehicles.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"value-item\">\r\n                    <div class=\"value-icon\"><i class=\"fas fa-clock\"><\/i><\/div>\r\n                    <h3 class=\"value-title\">Punctuality<\/h3>\r\n                    <p style=\"color: var(--color-secondary);\">We understand that your time is valuable. Our commitment to being on time is at the core of our service promise.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"value-item\">\r\n                    <div class=\"value-icon\"><i class=\"fas fa-check-circle\"><\/i><\/div>\r\n                    <h3 class=\"value-title\">Reliability<\/h3>\r\n                    <p style=\"color: var(--color-secondary);\">We've built our reputation on being there when you need us, providing consistent, dependable service you can count on.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"value-item\">\r\n                    <div class=\"value-icon\"><i class=\"fas fa-heart\"><\/i><\/div>\r\n                    <h3 class=\"value-title\">Customer Care<\/h3>\r\n                    <p style=\"color: var(--color-secondary);\">We treat every customer with respect and go the extra mile to ensure complete satisfaction with our services.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"cta-section\">\r\n        <div class=\"container\">\r\n            <h2 class=\"cta-title\">Ready to Experience Go Transport?<\/h2>\r\n            <p style=\"color: var(--color-secondary);\">Join thousands of satisfied customers who trust us for their transportation needs.<\/p>\r\n            <a href=\"https:\/\/wa.me\/5927488184?text=Hello%2C%20I%27d%20like%20to%20book%20a%20ride.%0APickup%20Location%3A%0ADrop-off%20Location%3A%0APickup%20Time%3A%0ANumber%20of%20Passengers%3A%0AAny%20special%20requests%3A\" target=\"_blank\" class=\"cta-button\">Book Your Ride<\/a>\r\n        <\/div>\r\n    <\/section>\r\n    \r\n    <a href=\"https:\/\/wa.me\/5927488184?text=Hello%2C%20I%27d%20like%20to%20book%20a%20ride.%0APickup%20Location%3A%0ADrop-off%20Location%3A%0APickup%20Time%3A%0ANumber%20of%20Passengers%3A%0AAny%20special%20requests%3A\" target=\"_blank\" class=\"whatsapp-button\">\r\n        <i class=\"fab fa-whatsapp\"><\/i>\r\n    <\/a>\r\n<\/div>\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>Our Story About Go Transport Learn about our journey, values, and commitment to transforming transportation in Guyana. Who We Are At Go Transport, we recognized the need for a reliable, client-focused transportation and delivery service that truly understands what people value most when booking a ride, taxi, or courier: safety, punctuality, comfort, and peace of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-156","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gotransportgy.com\/index.php?rest_route=\/wp\/v2\/pages\/156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gotransportgy.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gotransportgy.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gotransportgy.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gotransportgy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=156"}],"version-history":[{"count":8,"href":"https:\/\/gotransportgy.com\/index.php?rest_route=\/wp\/v2\/pages\/156\/revisions"}],"predecessor-version":[{"id":292,"href":"https:\/\/gotransportgy.com\/index.php?rest_route=\/wp\/v2\/pages\/156\/revisions\/292"}],"wp:attachment":[{"href":"https:\/\/gotransportgy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}