/*
* @section Reset styles
* These styles reset the default style sheet that comes with the user agent.
*/
html {
  overflow-y: scroll;
  min-height: 100%
}

body, h1, h2, h3, h4, h5, h6,ul, ol, dl, dd, fieldset, blockquote, pre, textarea {background-image: url(images/bkgrd-tv.jpg);
   background-repeat: no-repeat;
   background-color: #FFF;
   font-family: Arial, Helvetica, sans-serif;
   background-attachment: fixed;
   
}

ul, ol, td, th, fieldset, legend {
  padding: 0
}

a {
    text-decoration: none
    color:white;	
}

img {
    border: none
}

/**
* Clearfix
*/
.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

/**
* @section Main
* Custom Styles/Fonts here
*/
body {
  background: url('../img/noisy.png') repeat;
  font: 62.5% arial, helvetica, sans-serif
}

/**
* @section Gallery
* Gallery Styles here
*/
.gallery {
    margin: auto;
    width: 960px;
}

.gallery .featured {
    background-color: #000;
    box-shadow: 0 0 40px #000;
    height: 540px;
    margin-bottom: 5px
}

.gallery .carousel-container {
    position: relative;
    left:50px;	
    height: 200px;
    width: 870px
		
}

.gallery .shadow {
    height: 200px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 30
}

.gallery .shadow-left {
    background: url('../img/shadow.png') no-repeat;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    left: 0
}

.gallery .shadow-right {
    background: url('../img/shadowr.png') no-repeat;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    right: 0
}

.gallery .carousel-inner {
    float: left;
    margin-top: 20px;
    overflow: hidden;
    width: 870px;
    height:110%;	
	
}

.gallery .slider {
    position: relative;
    width: 9999px;
}

.gallery .slider li {
    float: left;
    height: 158px;
    list-style: none;
    margin-right:10px;
    width: 280px
}

.gallery .slider li.current a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;

}

.video_title
{
text-align:center;
//font-size: xx-small;
}
.gallery .slider li.current a:after {
    box-shadow: 0 0 0 8px #006292 inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.gallery .slider li img {
    max-width: 100%
}

.gallery .controll {
    cursor: pointer;
    display: none;
    height: 200px;
    position: absolute;
    top: 35px;
    width: 54px;
    z-index: 5
}

.gallery .controll.prev {
  background: url('images/bt-carosel-lft2.png') no-repeat;
  left:-55px;
}

.gallery .controll.prev:hover {
  background: url('images/bt-carosel-lft1.png') no-repeat;
  left:-55px;
}
.gallery .controll.next {
  background: url('images/bt-carosel-rt2.png') no-repeat;
 right: -48px
}

.gallery .controll.next:hover {
  background: url('images/bt-carosel-rt1.png') no-repeat;
 right: -48px
}
.slider{
background-color:black;

}
.video_thumb
{
//height:158px;
//overflow:hidden;
width:auto;
height: 158px;
width:280;
}
.thumb
{
margin-left:auto;
margin-right:auto;
}body {
     background: #002B45 !important;
 }/* HOMEPAGE REDESIGN TEST */

* {
    box-sizing: border-box;
}

body {
    margin: 0 !important;
    font-family: Arial, sans-serif !important;
    background: #002B45 !important;
    color: white !important;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 6%;
    background: #001d30;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.main-nav a {
    margin-left: 20px;
    color: white !important;
    text-decoration: none;
}

.hero {
    padding: 100px 6%;
    max-width: 900px;
}

.hero h1 {
    font-size: 56px;
    line-height: 1;
    margin: 20px 0;
}

.hero p {
    font-size: 20px;
    line-height: 1.5;
}

.button {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
    padding: 14px 24px;
    background: #C39D5A;
    color: #001d30 !important;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}/* HOMEPAGE REDESIGN - STRONG OVERRIDES */

.site-header,
.hero,
.featured-section,
.destination-section,
.site-footer {
    width: 100%;
}

.hero h1,
.featured-section h2,
.destination-section h2,
.video-info h3 {
    background: transparent !important;
    color: #ffffff !important;
    display: block !important;
}

.hero {
    min-height: 620px;
    padding: 120px 6%;
    display: flex;
    align-items: center;
    background:
            linear-gradient(rgba(0, 43, 69, 0.35), rgba(0, 43, 69, 0.95)),
            #002B45;
}

.hero-content {
    max-width: 760px;
}

.eyebrow {
    color: #C39D5A !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
}

.hero h1 {
    font-size: 64px !important;
    line-height: 1.02 !important;
    margin: 20px 0 !important;
    font-weight: 800 !important;
}

.hero-text {
    font-size: 22px !important;
    line-height: 1.6 !important;
    max-width: 680px;
    color: #ffffff !important;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 34px;
}

.featured-section {
    padding: 90px 6%;
    background: #ffffff !important;
    color: #1B1B1B !important;
}

.featured-section .eyebrow {
    color: #C39D5A !important;
}

.featured-section h2,
.featured-section p,
.video-info h3,
.video-info p {
    color: #1B1B1B !important;
}

.destination-section {
    padding: 90px 6%;
    background: #002B45 !important;
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 34px;
}

.destination-card {
    min-height: 150px;
    border-radius: 20px;
    background: linear-gradient(135deg, #008ECA, #004b70);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    font-size: 22px;
    font-weight: bold;
    color: white !important;
    transition: 0.2s ease;
}

.destination-card:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg, #41C1DD, #008ECA);
}

.site-footer {
    text-align: center;
    padding: 30px 6%;
    background: #001d30;
    color: #d7d7d7;
}/* HERO IMAGE UPGRADE */

.hero {
    background:
            linear-gradient(90deg, rgba(0, 29, 48, 0.95) 0%, rgba(0, 43, 69, 0.75) 45%, rgba(0, 43, 69, 0.2) 100%),
            url("images/hero.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.hero h1 {
    max-width: 760px;
}

.hero::after {
    content: "";
    display: block;
}/* FULL-WIDTH HERO FIX */

.hero {
    width: 100% !important;
    max-width: none !important;
    min-height: 760px !important;
    padding: 0 6% !important;
    display: flex !important;
    align-items: center !important;
}

.hero-content {
    max-width: 760px !important;
}

.hero h1 {
    font-size: 72px !important;
    line-height: 0.95 !important;
}

main {
    width: 100% !important;
}/* HERO POLISH */

.hero-content {
    max-width: 820px !important;
}
}

.hero h1 {
    letter-spacing: -1px;
}.hero h1 {
     line-height: 0.95 !important;
 }

.hero-text {
    opacity: 0.9;
    margin-top: 10px;
}.button {
     transition: all 0.25s ease;
 }

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.button.secondary {
    background: transparent;
    border: 1px solid white;
    color: white !important;
}.hero-content {
     position: relative;
     z-index: 2;
 }

.hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background: radial-gradient(circle at left, rgba(0,0,0,0.4), transparent 70%);
    z-index: 1;
}.hero {
     position: relative;
 }/* FORCE FONT OVERRIDE */

body, p, a, span, div {
    font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif !important;
}/* EXACT 2-LINE HERO HEADLINE */

.hero h1 {
    font-size: 68px !important;
    line-height: 0.95 !important;
    max-width: 1000px !important;
}

.headline-line {
    display: block !important;
    white-space: nowrap !important;
    font-family: 'Playfair Display', serif !important;
}/* DESTINATION CARD UPGRADE */

.destination-section {
    padding: 100px 6% !important;
}

.destination-section h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 48px !important;
    color: #ffffff !important;
}

.destination-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin-top: 40px !important;
}

.destination-card {
    min-height: 260px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    padding: 28px !important;
    color: white !important;
    background: linear-gradient(135deg, #008ECA, #002B45);
    transition: all 0.3s ease !important;
}

.destination-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.15));
    z-index: 1;
}

.destination-card span {
    position: relative;
    z-index: 2;
    font-size: 26px;
    font-weight: 700;
}

.destination-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}/* DESTINATION SECTION POLISH */

.destination-section {
    padding: 110px 6% !important;
    background: #002B45 !important;
}

.destination-section .eyebrow,
.destination-section h2 {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.destination-section h2 {
    margin-top: 12px !important;
    margin-bottom: 38px !important;
}

.destination-grid {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.destination-card {
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,0.08);
}

.destination-card span {
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: -0.5px;
}/* DESTINATION IMAGES */

.destination-card.bahamas {
    background: url("images/bahamas.jpg") center/cover no-repeat !important;
}

.destination-card.belize {
    background: url("images/belize.jpg") center/cover no-repeat !important;
}

.destination-card.cayman {
    background: url("images/cayman.jpg") center/cover no-repeat !important;
}

.destination-card.galapagos {
    background: url("images/galapagos.jpg") center/cover no-repeat !important;
}

.destination-card.komodo {
    background: url("images/komodo.jpg") center/cover no-repeat !important;
}

.destination-card.red-sea {
    background: url("images/redsea.jpg") center/cover no-repeat !important;
}.destination-card {
     overflow: hidden !important;
 }

.destination-card:hover {
    transform: translateY(-6px) scale(1.02);
}

.destination-card:hover::before {
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.05));
}/* PLAY BUTTON */

/* ALWAYS VISIBLE PLAY BUTTON */

/* PREMIUM PLAY BUTTON */

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);

    width: 64px;
    height: 64px;
    border-radius: 50%;

    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    color: white;

    opacity: 0.85;
    z-index: 2;

    transition: all 0.3s ease;
}box-shadow: 0 8px 20px rgba(0,0,0,0.25);

.destination-card:hover .play-button {
    transform: translate(-50%, -50%) scale(1.15);
    background: rgba(255,255,255,0.25);
}
}.destination-card:hover::before {
     background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.2));
 }/* VIDEO MODAL */

.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 18, 30, 0.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    position: relative;
    width: min(1000px, 90vw);
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.55);
}

.video-modal iframe {
    width: 100%;
    height: 100%;
}

.modal-close {
    position: absolute;
    top: -60px;
    right: 0;

    width: 44px;
    height: 44px;
    border-radius: 50%;

    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);

    border: none;
    color: white;
    font-size: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: rgba(255,255,255,0.3);
    transform: scale(1.1);
}

.video-modal.active {
    display: flex;
    opacity: 1;
}.video-modal-content {
     transform: scale(0.9);
     transition: all 0.3s ease;
 }

.video-modal.active .video-modal-content {
    transform: scale(1);
}/* DRESSED-UP FEATURED SECTION */

.featured-section {
    padding: 120px 6% !important;
    background: linear-gradient(to bottom, #0c2d3f, #082433) !important;
    color: white !important;
}

.featured-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.featured-text {
    max-width: 760px !important;
    margin-bottom: 44px !important;
}

.featured-text h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 58px !important;
    line-height: 1 !important;
    margin: 12px 0 18px !important;
    color: #001d30 !important;
}

.featured-text p {
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #333 !important;
}

.featured-video-card {
    position: relative !important;
    display: block !important;
    min-height: 560px !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    background:
            linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.12)),
            url("images/bahamas.jpg") center/cover no-repeat !important;
    box-shadow: 0 32px 90px rgba(0,0,0,0.22) !important;
    transition: all 0.35s ease !important;
}

.featured-video-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 42px 110px rgba(0,0,0,0.32) !important;
}

.featured-play-button {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.95) !important;

    width: 86px !important;
    height: 86px !important;
    border-radius: 50% !important;

    background: rgba(255,255,255,0.18) !important;
    backdrop-filter: blur(8px) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: white !important;
    font-size: 30px !important;
    z-index: 3 !important;
    transition: all 0.3s ease !important;
}

.featured-video-card:hover .featured-play-button {
    transform: translate(-50%, -50%) scale(1.08) !important;
    background: rgba(255,255,255,0.28) !important;
}

.featured-video-overlay {
    position: absolute !important;
    left: 44px !important;
    bottom: 40px !important;
    max-width: 580px !important;
    z-index: 2 !important;
    color: white !important;
}

.featured-video-overlay span {
    color: #C39D5A !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.featured-video-overlay h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 48px !important;
    margin: 10px 0 10px !important;
    color: white !important;
    background: none !important; /* 🔥 THIS FIXES THE WHITE BAR */
    display: block;
}

.featured-video-overlay p {
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: rgba(255,255,255,0.88) !important;
}
/* FEATURED TEXT LUXURY UPGRADE */

.featured-text h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 58px !important;
    color: white !important;
}

.featured-text p {
    color: rgba(255,255,255,0.75) !important;
}
.featured-video-card {
    background:
            linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.2)),
            url("images/bahamas.jpg") center/cover no-repeat !important;
}/* NEXT LEVEL FEATURED SECTION */

.featured-section {
    position: relative !important;
    overflow: hidden !important;
}

.featured-section::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -160px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(195,157,90,0.22), transparent 70%);
    pointer-events: none;
}

.featured-video-card {
    border: 1px solid rgba(255,255,255,0.12) !important;
}

.featured-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.12), transparent 35%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

.featured-video-card:hover::after {
    opacity: 1;
}

.featured-play-button {
    box-shadow: 0 16px 40px rgba(0,0,0,0.35) !important;
}

.featured-video-overlay {
    transform: translateY(0);
    transition: transform 0.35s ease;
}

.featured-video-card:hover .featured-video-overlay {
    transform: translateY(-8px);
}
/* FEATURED SECTION ANIMATION */

.featured-content {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s ease;
}

.featured-content.visible {
    opacity: 1;
    transform: translateY(0);
}/* VIDEO LIBRARY FIX / MODERN STYLE */

.video-library-section {
    padding: 120px 6% !important;
    background: linear-gradient(to bottom, #061f2d, #002B45) !important;
    color: white !important;
}

.video-library-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.video-library-section h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 56px !important;
    margin: 12px 0 16px !important;
    color: white !important;
    background: none !important;
}

.library-intro {
    max-width: 680px !important;
    color: rgba(255,255,255,0.75) !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.library-filter {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 36px 0 42px !important;
}

.filter-button {
    border: 1px solid rgba(255,255,255,0.18) !important;
    background: rgba(255,255,255,0.06) !important;
    color: white !important;
    border-radius: 999px !important;
    padding: 12px 18px !important;
    cursor: pointer !important;
    font-weight: 700 !important;
}

.filter-button.active,
.filter-button:hover {
    background: #C39D5A !important;
    color: #001d30 !important;
}

.library-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.library-card {
    display: block !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    color: white !important;
}

.library-thumbnail {
    position: relative !important;
    min-height: 220px !important;
    background-size: cover !important;
    background-position: center !important;
}

.library-card-content {
    padding: 24px !important;
}

.library-card-content span {
    color: #C39D5A !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.library-card-content h3 {
    font-size: 24px !important;
    margin: 10px 0 8px !important;
    color: white !important;
    background: none !important;
}

.library-card-content p {
    color: rgba(255,255,255,0.72) !important;
    line-height: 1.5 !important;
}/* LUXURY HEADER UPGRADE */

.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;

    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;

    padding: 18px 6% !important;
    background: rgba(0, 29, 48, 0.92) !important;
    backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid rgba(195,157,90,0.22) !important;
}

.site-logo {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.site-logo img {
    height: 58px !important;
    width: auto !important;
    display: block !important;
}

.main-nav {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
}

.main-nav a {
    color: rgba(255,255,255,0.86) !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
    transition: all 0.25s ease !important;
}

.main-nav a:hover {
    color: #C39D5A !important;
}

.nav-cta {
    padding: 11px 18px !important;
    border: 1px solid rgba(195,157,90,0.65) !important;
    border-radius: 999px !important;
    color: #C39D5A !important;
}

.nav-cta:hover {
    background: #C39D5A !important;
    color: #001d30 !important;
}
.site-header {
    padding: 22px 6% !important;
}
/* HEADER LOGO SIZE FIX */
.site-logo img {
    height: 80px !important;
}
#hey red my comments