{"id":207,"date":"2025-12-05T00:09:50","date_gmt":"2025-12-05T04:09:50","guid":{"rendered":"https:\/\/gotransportgy.com\/?page_id=207"},"modified":"2026-02-10T20:44:41","modified_gmt":"2026-02-11T00:44:41","slug":"services","status":"publish","type":"page","link":"https:\/\/gotransportgy.com\/?page_id=207","title":{"rendered":""},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"207\" class=\"elementor elementor-207\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cfe8e6 e-con-full e-flex e-con e-parent\" data-id=\"0cfe8e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9d8ab0 elementor-widget elementor-widget-html\" data-id=\"f9d8ab0\" 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: #c6ff48; \/* Strict Green *\/\r\n        --color-text-dark: #333333; \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-text-dark);\r\n        background-color: var(--color-background-light);\r\n        overflow-x: hidden;\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: 800;\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    \/* --- Hero Section (Black Header Consistency) --- *\/\r\n    .services-hero {\r\n        background-color: var(--color-primary); \/* Consistent Black *\/\r\n        color: white;\r\n        padding: 150px 0 100px; \r\n        text-align: center;\r\n    }\r\n    \r\n    .services-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    \/* --- Service Grid & Cards --- *\/\r\n    .services-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n        gap: 30px;\r\n        margin-top: 2rem;\r\n    }\r\n    \r\n    .service-card {\r\n        background: var(--color-background-light);\r\n        border: 1px solid var(--color-border-light);\r\n        border-radius: 12px;\r\n        padding: 2.5rem;\r\n        box-shadow: 0 5px 20px rgba(0,0,0,0.03);\r\n        transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;\r\n        position: relative;\r\n    }\r\n    \r\n    \/* Hover Effect: Lift and Green Border\/Shadow *\/\r\n    .service-card:hover {\r\n        transform: translateY(-10px);\r\n        border-color: var(--color-whatsapp-green);\r\n        box-shadow: 0 15px 35px rgba(37, 211, 102, 0.2); \r\n    }\r\n    \r\n    \/* --- Icons --- *\/\r\n    .service-icon {\r\n        width: 60px;\r\n        height: 60px;\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); \/* Icon color inside green circle *\/\r\n        font-size: 1.8rem;\r\n        box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4);\r\n    }\r\n    \r\n    .service-title {\r\n        color: var(--color-primary);\r\n        font-weight: 700;\r\n    }\r\n    \r\n    .service-description {\r\n        font-size: 1rem;\r\n        line-height: 1.6;\r\n        color: var(--color-secondary);\r\n    }\r\n\r\n    \/* --- CTA Section (Consistent Green CTA Look) --- *\/\r\n    .services-cta {\r\n        background-color: var(--color-whatsapp-green);\r\n        color: var(--color-primary); \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: var(--color-primary);\r\n    }\r\n    \r\n    .services-cta p {\r\n        color: var(--color-background-dark);\r\n        opacity: 0.9;\r\n    }\r\n    \r\n    .cta-button {\r\n        display: inline-block;\r\n        background: var(--color-primary); \/* Dark button on green background *\/\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, background-color 0.3s;\r\n        box-shadow: 0 4px 10px rgba(0,0,0,0.3);\r\n    }\r\n    \r\n    .cta-button:hover {\r\n        transform: translateY(-3px);\r\n        background-color: #333333;\r\n        box-shadow: 0 6px 15px rgba(0,0,0,0.4);\r\n    }\r\n    \r\n    \/* --- WhatsApp Button (Float) --- *\/\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\r\n    \/* Responsive adjustments *\/\r\n    @media (max-width: 768px) {\r\n        .section {\r\n            padding: 60px 0;\r\n        }\r\n        .services-hero {\r\n            padding: 100px 0 60px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div>\r\n    <section class=\"services-hero\">\r\n        <div class=\"container\">\r\n            <p style=\"text-transform: uppercase; font-weight: 600;\">How We Serve You<\/p>\r\n            <h1>Our Reliable Services<\/h1>\r\n            <p>Reliable transportation and delivery solutions tailored to your needs, available across 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\">What We Offer<\/h2>\r\n            <div class=\"services-grid\">\r\n                \r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\"><i class=\"fas fa-route\"><\/i><\/div>\r\n                    <h3 class=\"service-title\">Private Charters<\/h3>\r\n                    <p class=\"service-description\">\r\n                        Enjoy exclusive, flexible travel for special occasions, out-of-town trips, or business needs. \r\n                        With our private charters, you get the entire vehicle to yourself on your schedule.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\"><i class=\"fas fa-school\"><\/i><\/div>\r\n                    <h3 class=\"service-title\">Scheduled School Pickups & Drop-offs<\/h3>\r\n                    <p class=\"service-description\">\r\n                        We offer reliable and safe transportation for students. Parents can have peace of mind\r\n                        knowing their child is in good hands from pick-up to drop-off.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\"><i class=\"fas fa-taxi\"><\/i><\/div>\r\n                    <h3 class=\"service-title\">Regular Taxi Bookings<\/h3>\r\n                    <p class=\"service-description\">\r\n                        From quick errands to longer journeys, our taxi service is available whenever you need it\r\n                        with friendly drivers and comfortable rides.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\"><i class=\"fas fa-truck-moving\"><\/i><\/div>\r\n                    <h3 class=\"service-title\">Delivery Services<\/h3>\r\n                    <p class=\"service-description\">\r\n                        From documents and parcels to goods and supplies, our delivery service is fast, secure, and\r\n                        handled with care. We pick up and drop off exactly where you need saving you the hassle.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"services-cta\">\r\n        <div class=\"container\">\r\n            <h2 class=\"cta-title\">Ready to Book Our Services?<\/h2>\r\n            <p>Contact us today to schedule your transportation or delivery needs via our instant channel.<\/p>\r\n            <a href=\"https:\/\/wa.me\/5927488184?text=Hello%2C%20I%27d%20like%20to%20book%20a%20service.%0AService%20Type%3A%0APickup%20Location%3A%0ADrop-off%20Location%3A%0APreferred%20Time%3A%0AAdditional%20Details%3A\" target=\"_blank\" class=\"cta-button\">Book on WhatsApp Now<\/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%20service.%0AService%20Type%3A%0APickup%20Location%3A%0ADrop-off%20Location%3A%0APreferred%20Time%3A%0AAdditional%20Details%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>How We Serve You Our Reliable Services Reliable transportation and delivery solutions tailored to your needs, available across Guyana. What We Offer Private Charters Enjoy exclusive, flexible travel for special occasions, out-of-town trips, or business needs. With our private charters, you get the entire vehicle to yourself on your schedule. Scheduled School Pickups &#038; Drop-offs [&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-207","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gotransportgy.com\/index.php?rest_route=\/wp\/v2\/pages\/207","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=207"}],"version-history":[{"count":8,"href":"https:\/\/gotransportgy.com\/index.php?rest_route=\/wp\/v2\/pages\/207\/revisions"}],"predecessor-version":[{"id":301,"href":"https:\/\/gotransportgy.com\/index.php?rest_route=\/wp\/v2\/pages\/207\/revisions\/301"}],"wp:attachment":[{"href":"https:\/\/gotransportgy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}