{"id":17,"date":"2026-08-08T06:31:34","date_gmt":"2026-08-08T06:31:34","guid":{"rendered":"https:\/\/tobagonightlife.com\/?page_id=17"},"modified":"2026-08-09T05:49:40","modified_gmt":"2026-08-09T05:49:40","slug":"tobago-nightlife-lounge","status":"publish","type":"page","link":"https:\/\/tobagonightlife.com\/","title":{"rendered":""},"content":{"rendered":"\n<style>\n  .tnl-page,\n  .tnl-page * {\n    box-sizing: border-box;\n  }\n\n  .tnl-page {\n    --pink: #ff2fb3;\n    --purple: #9229ff;\n    --light-purple: #d78cff;\n    --border: rgba(255, 47, 179, 0.7);\n    --panel: rgba(7, 2, 16, 0.88);\n\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    color: #ffffff;\n    background: #040008;\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  .tnl-hero {\n    position: relative;\n    min-height: 100vh;\n    padding: 58px 20px 52px;\n    text-align: center;\n    background:\n      linear-gradient(\n        180deg,\n        rgba(2, 0, 10, 0.3) 0%,\n        rgba(3, 0, 12, 0.7) 48%,\n        rgba(3, 0, 10, 0.98) 100%\n      ),\n      url(\"https:\/\/tobagonightlife.com\/wp-content\/uploads\/2026\/08\/40BC7494-DEB2-4CD2-858B-26D873743417.png\")\n      center top \/ cover no-repeat;\n  }\n\n  .tnl-inner {\n    width: 100%;\n    max-width: 980px;\n    margin: 0 auto;\n  }\n\n  .tnl-top-word {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 18px;\n    margin: 0 0 8px;\n    font-size: clamp(18px, 4vw, 28px);\n    font-weight: 900;\n    letter-spacing: 8px;\n  }\n\n  .tnl-top-word::before,\n  .tnl-top-word::after {\n    content: \"\";\n    width: 90px;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--pink));\n    box-shadow: 0 0 10px var(--pink);\n  }\n\n  .tnl-top-word::after {\n    background: linear-gradient(90deg, var(--pink), transparent);\n  }\n\n  .tnl-title {\n    margin: 0;\n    font-size: clamp(58px, 13vw, 118px);\n    line-height: 0.84;\n    font-weight: 950;\n    letter-spacing: -4px;\n    text-transform: uppercase;\n    text-shadow:\n      0 0 8px rgba(255, 255, 255, 0.35),\n      0 0 26px rgba(198, 88, 255, 0.35);\n  }\n\n  .tnl-experience {\n    display: inline-block;\n    margin: 22px auto 42px;\n    padding: 0 6px 10px;\n    color: #ff53db;\n    font-size: clamp(30px, 7vw, 62px);\n    line-height: 1;\n    font-weight: 500;\n    letter-spacing: 8px;\n    text-transform: uppercase;\n    border-bottom: 2px solid var(--pink);\n    text-shadow:\n      0 0 8px rgba(255, 47, 179, 0.95),\n      0 0 24px rgba(255, 47, 179, 0.7);\n  }\n\n  .tnl-tagline {\n    margin: 0 0 26px;\n    font-size: clamp(40px, 8vw, 70px);\n    line-height: 0.95;\n    font-weight: 950;\n  }\n\n  .tnl-tagline span {\n    display: block;\n    margin-top: 5px;\n    color: var(--pink);\n    font-style: italic;\n    font-weight: 900;\n    text-shadow: 0 0 18px rgba(255, 47, 179, 0.55);\n  }\n\n  .tnl-copy {\n    max-width: 730px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.94);\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n  .tnl-divider {\n    width: min(430px, 80%);\n    height: 2px;\n    margin: 26px auto;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      var(--pink),\n      transparent\n    );\n    box-shadow: 0 0 12px rgba(255, 47, 179, 0.8);\n  }\n\n  .tnl-highlight {\n    margin-top: 20px;\n    color: var(--pink);\n    font-weight: 900;\n  }\n\n  .tnl-actions {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    max-width: 720px;\n    margin: 34px auto 0;\n  }\n\n  .tnl-button {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    min-height: 68px;\n    padding: 16px 20px;\n    border-radius: 14px;\n    color: #ffffff;\n    text-decoration: none;\n    text-transform: uppercase;\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .tnl-button small {\n    display: block;\n    margin-top: 3px;\n    font-size: 12px;\n    font-weight: 500;\n  }\n\n  .tnl-button-primary {\n    background: linear-gradient(135deg, #6c18e5, #d42eff);\n    box-shadow: 0 0 26px rgba(174, 42, 255, 0.48);\n  }\n\n  .tnl-button-secondary {\n    border: 1px solid var(--pink);\n    background: rgba(2, 0, 8, 0.78);\n  }\n\n  .tnl-button-icon {\n    font-size: 30px;\n    line-height: 1;\n  }\n\n  .tnl-features {\n    padding: 18px 20px 58px;\n    background:\n      linear-gradient(180deg, #040008 0%, #090014 100%);\n  }\n\n  .tnl-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n    max-width: 1080px;\n    margin: 0 auto;\n  }\n\n  .tnl-card {\n    min-height: 230px;\n    padding: 25px 16px;\n    text-align: center;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background:\n      linear-gradient(\n        180deg,\n        rgba(17, 5, 29, 0.96),\n        rgba(5, 1, 12, 0.96)\n      );\n    box-shadow: inset 0 0 20px rgba(150, 40, 255, 0.05);\n  }\n\n  .tnl-card-icon {\n    margin-bottom: 16px;\n    color: #ff6bdd;\n    font-size: 44px;\n    line-height: 1;\n    text-shadow: 0 0 16px rgba(255, 47, 179, 0.65);\n  }\n\n  .tnl-card h3 {\n    margin: 0 0 12px;\n    font-size: 21px;\n    line-height: 1.1;\n    text-transform: uppercase;\n  }\n\n  .tnl-card p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 15px;\n    line-height: 1.55;\n    text-transform: capitalize;\n  }\n\n  .tnl-info {\n    padding: 0 20px 52px;\n    background: #090014;\n  }\n\n  .tnl-info-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    max-width: 1080px;\n    margin: 0 auto;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    overflow: hidden;\n    background: #07000e;\n  }\n\n  .tnl-info-item {\n    padding: 22px 16px;\n    text-align: center;\n    border-right: 1px solid rgba(255, 47, 179, 0.55);\n  }\n\n  .tnl-info-item:last-child {\n    border-right: 0;\n  }\n\n  .tnl-info-item h3 {\n    margin: 0 0 7px;\n    font-size: 17px;\n    text-transform: uppercase;\n  }\n\n  .tnl-info-item p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 14px;\n    line-height: 1.5;\n    text-transform: capitalize;\n  }\n\n  .tnl-info-item a {\n    color: #ffffff;\n    text-decoration: none;\n  }\n\n  .tnl-footer {\n    padding: 22px 20px 70px;\n    text-align: center;\n    background: linear-gradient(180deg, #090014, #030006);\n  }\n\n  .tnl-footer-small {\n    margin: 0 0 14px;\n    font-size: 15px;\n    font-weight: 800;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n  }\n\n  .tnl-footer-title {\n    margin: 0;\n    color: var(--pink);\n    font-size: clamp(31px, 6vw, 54px);\n    line-height: 1.05;\n    font-style: italic;\n    font-weight: 950;\n    text-transform: uppercase;\n    text-shadow: 0 0 18px rgba(255, 47, 179, 0.55);\n  }\n\n  @media (max-width: 800px) {\n    .tnl-hero {\n      min-height: auto;\n      padding: 54px 18px 46px;\n    }\n\n    .tnl-title {\n      font-size: clamp(58px, 16vw, 82px);\n      line-height: 0.86;\n      letter-spacing: -3px;\n    }\n\n    .tnl-experience {\n      margin: 18px auto 36px;\n      font-size: clamp(29px, 8vw, 42px);\n      letter-spacing: 5px;\n    }\n\n    .tnl-tagline {\n      font-size: clamp(40px, 11vw, 56px);\n    }\n\n    .tnl-copy {\n      max-width: 620px;\n      font-size: 17px;\n      line-height: 1.55;\n    }\n\n    .tnl-feature-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .tnl-info-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .tnl-info-item:nth-child(2) {\n      border-right: 0;\n    }\n\n    .tnl-info-item:nth-child(-n + 2) {\n      border-bottom: 1px solid rgba(255, 47, 179, 0.55);\n    }\n  }\n\n  @media (max-width: 520px) {\n    .tnl-hero {\n      padding-top: 48px;\n    }\n\n    .tnl-top-word {\n      font-size: 18px;\n      letter-spacing: 6px;\n    }\n\n    .tnl-top-word::before,\n    .tnl-top-word::after {\n      width: 58px;\n    }\n\n    .tnl-title {\n      font-size: clamp(55px, 17vw, 72px);\n    }\n\n    .tnl-experience {\n      font-size: clamp(27px, 8.3vw, 38px);\n      letter-spacing: 4px;\n    }\n\n    .tnl-tagline {\n      font-size: clamp(38px, 11vw, 50px);\n    }\n\n    .tnl-copy {\n      font-size: 16px;\n    }\n\n    .tnl-actions {\n      grid-template-columns: 1fr;\n    }\n\n    .tnl-button {\n      width: 100%;\n    }\n\n    .tnl-feature-grid,\n    .tnl-info-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .tnl-card {\n      min-height: 0;\n    }\n\n    .tnl-info-item {\n      border-right: 0;\n      border-bottom: 1px solid rgba(255, 47, 179, 0.55);\n    }\n\n    .tnl-info-item:last-child {\n      border-bottom: 0;\n    }\n\n    .tnl-footer-small {\n      letter-spacing: 4px;\n    }\n  }\n<\/style>\n\n<main class=\"tnl-page\">\n\n  <section class=\"tnl-hero\">\n    <div class=\"tnl-inner\">\n\n      <div class=\"tnl-top-word\">THE<\/div>\n\n      <h1 class=\"tnl-title\">\n        Tobago<br>\n        Nightlife\n      <\/h1>\n\n      <div class=\"tnl-experience\">\n        Experience\n      <\/div>\n\n      <h2 class=\"tnl-tagline\">\n        Where Tobago\n        <span>Comes to Life.<\/span>\n      <\/h2>\n\n      <p class=\"tnl-copy\">\n        Step into the energy of Crown Point, where great drinks,\n        good music, live entertainment, and island vibes come together.\n        Tobago Nightlife &amp; Lounge is your spot to kick back,\n        link up with friends, enjoy a cocktail, and experience Tobago your way.\n      <\/p>\n\n      <div class=\"tnl-divider\"><\/div>\n\n      <p class=\"tnl-copy\">\n        From daytime drinks to late-night vibes, there\u2019s always something\n        happening. Catch live artists, enjoy the music, meet good people,\n        and create unforgettable memories.\n      <\/p>\n\n      <p class=\"tnl-copy tnl-highlight\">\n        The Tobago Nightlife Experience starts whenever you walk through the door.\n      <\/p>\n\n      <div class=\"tnl-actions\">\n\n        <a\n          class=\"tnl-button tnl-button-primary\"\n          href=\"https:\/\/wa.me\/18686886868?text=Hello%20Tobago%20Nightlife%20%26%20Lounge%2C%20I%20would%20like%20to%20reserve%20a%20table.\"\n        >\n          <span class=\"tnl-button-icon\">\u25a3<\/span>\n          <span>\n            Reserve A Table\n            <small>Book Your Experience<\/small>\n          <\/span>\n        <\/a>\n\n        <a\n          class=\"tnl-button tnl-button-secondary\"\n          href=\"https:\/\/wa.me\/18686886868?text=Hello%20Tobago%20Nightlife%20%26%20Lounge%2C%20I%20would%20like%20more%20information.\"\n        >\n          <span class=\"tnl-button-icon\">\u25c9<\/span>\n          <span>\n            WhatsApp Contact\n            <small>Chat With Us<\/small>\n          <\/span>\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <section class=\"tnl-features\">\n    <div class=\"tnl-feature-grid\">\n\n      <article class=\"tnl-card\">\n        <div class=\"tnl-card-icon\">&#x1f378;<\/div>\n        <h3>Crafted Drinks<\/h3>\n        <p>\n          Premium Cocktails, Ice Cold Drinks, Bottle Service.\n        <\/p>\n      <\/article>\n\n      <article class=\"tnl-card\">\n        <div class=\"tnl-card-icon\">&#x1f3b1;<\/div>\n        <h3>Pool<\/h3>\n        <p>\n          Good Games, Friendly Competition, Great Vibes.\n        <\/p>\n      <\/article>\n\n      <article class=\"tnl-card\">\n        <div class=\"tnl-card-icon\">\u266b<\/div>\n        <h3>Live Artists &amp; DJs<\/h3>\n        <p>\n          Live Performances, DJs, And Non-Stop Entertainment.\n        <\/p>\n      <\/article>\n\n      <article class=\"tnl-card\">\n        <div class=\"tnl-card-icon\">\u25c9<\/div>\n        <h3>Good People<\/h3>\n        <p>\n          Great Energy, Real Connections, Unforgettable Nights.\n        <\/p>\n      <\/article>\n\n    <\/div>\n  <\/section>\n\n\n  <section class=\"tnl-info\">\n    <div class=\"tnl-info-grid\">\n\n      <div class=\"tnl-info-item\">\n        <h3>Open Daily<\/h3>\n        <p>10:00 AM \u2013 4:00 AM<\/p>\n      <\/div>\n\n      <div class=\"tnl-info-item\">\n        <h3>Crown Point<\/h3>\n        <p>Tobago<\/p>\n      <\/div>\n\n      <div class=\"tnl-info-item\">\n        <h3>18+ Only<\/h3>\n        <p>ID Required<\/p>\n      <\/div>\n\n      <div class=\"tnl-info-item\">\n        <h3>Call Us<\/h3>\n        <p>\n          <a href=\"tel:+18686886868\">\n            +1 (868) 688-6868\n          <\/a>\n        <\/p>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <footer class=\"tnl-footer\">\n    <p class=\"tnl-footer-small\">\n      Good Drinks. Good Music. Good People.\n    <\/p>\n\n    <h2 class=\"tnl-footer-title\">\n      This Is the Tobago Nightlife Experience.\n    <\/h2>\n  <\/footer>\n\n<\/main>\n","protected":false},"excerpt":{"rendered":"<p>THE Tobago Nightlife Experience Where Tobago Comes to Life. Step into the energy of Crown Point, where great drinks, good music, live entertainment, and island vibes come together. Tobago Nightlife &amp; Lounge is your spot to kick back, link up with friends, enjoy a cocktail, and experience Tobago your way. From daytime drinks to late-night [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"no-title","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-17","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tobagonightlife.com\/index.php?rest_route=\/wp\/v2\/pages\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tobagonightlife.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tobagonightlife.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tobagonightlife.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tobagonightlife.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=17"}],"version-history":[{"count":13,"href":"https:\/\/tobagonightlife.com\/index.php?rest_route=\/wp\/v2\/pages\/17\/revisions"}],"predecessor-version":[{"id":70,"href":"https:\/\/tobagonightlife.com\/index.php?rest_route=\/wp\/v2\/pages\/17\/revisions\/70"}],"wp:attachment":[{"href":"https:\/\/tobagonightlife.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}