@charset "UTF-8";

/* Theme Information
-------------------------------------------------- */
/*
  Theme Name: Website by Giant Media
  Description: Custom responsive theme
  Version: 1.0
  Author: GiantMedia.com.au
*/

/* Fonts
font-family: "Ubuntu Condensed", sans-serif;

-------------------------------------------------- */

/* @font-face {
  font-family: 'Julietta Messie';
  src: url('fonts/JuliettaMessie.woff2') format('woff2'),
      url('fonts/JuliettaMessie.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/* @font-face {
  font-family: 'Magnolia Script';
  src: url('fonts/Magnolia-Script.woff2') format('woff2'),
      url('fonts/Magnolia-Script.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
    font-family: 'Gtoles';
    src: url('fonts/Gtoles.woff2') format('woff2'),
        url('fonts/Gtoles.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}





/* 
font-family: "Figtree", sans-serif;
font-family: "Poppins", sans-serif;
*/

/* Base Styles
-------------------------------------------------- */
html {
    font-size: 15px;
}

body {
    color: #141414;
    font-family: "Poppins", sans-serif;
 
}

a {
    text-decoration: none; /* Ensures all links do not have underlines unless specified */
}

a:hover {
    text-decoration: underline;
}
img  {max-width:100% !important; height:auto; }
/* Typography
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Figtree", sans-serif;
  color: #00bdda;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

/* Links
-------------------------------------------------- */
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

/* Navigation & Header
-------------------------------------------------- */
p {
  margin-bottom: 1.5rem;
}

/* Buttons
-------------------------------------------------- */
.btn, input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce button.single_add_to_cart_button, .woocommerce a.checkout-button, .woocommerce .wc-forward, .woocommerce a.added_to_cart, .woocommerce div.product form.cart .button
{font-size: 0.9rem; /* Assuming all buttons will have this font size by default */font-weight: 600; /* Assuming all buttons will have this font weight by default */padding: 13px 25px; /* Default padding */border-radius: 0px; /* Assuming all buttons will not have border radius by default */transition: all 500ms; /* Smooth transition for hover effects */cursor: pointer; /* Cursor pointer to indicate clickable */border: none; /* No borders by default unless specifically required */color: #a79993; /* Default text color for buttons */text-decoration: none!important;text-transform: uppercase;border: 1px solid #00bdda;border-radius: 50px;letter-spacing: 0.15em;}

/* Primary Button Styles */
.btn-primary, input[type="submit"], .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.single_add_to_cart_button,
.woocommerce a.checkout-button,
.woocommerce .wc-forward,
.woocommerce a.added_to_cart {
  background-color: #00bdda!important; /* Bright blue background */
  color: #fff!important;
}

.btn-primary:hover, input[type="submit"]:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce a.checkout-button:hover,
.woocommerce .wc-forward:hover,
.woocommerce a.added_to_cart:hover  {
  background-color: transparent!important; /* Darker shade of blue on hover */
  border-color: #00bdda; /* Consistent border color with background on hover */
  color: #00bdda!important;
}

/* Secondary Button Styles */
.btn-secondary {
  background-color: transparent; /* Teal background */
  color: #00bdda;
}

.btn-secondary:hover {
  background-color: #00bdda; /* Darker teal on hover */
  border-color: #00bdda; /* Consistent border color with background on hover */
  color: #fff;
}

.btn-thirdly {
 
  font-size: 1rem; /* Assuming all buttons will have this font size by default */
  font-weight: 700; /* Assuming all buttons will have this font weight by default */
  color: #000944;
  border-bottom: 1px solid #000944;
  padding-bottom: 10px;
  text-decoration: none!important;
  text-transform: uppercase;
}



.nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #ffffff;
    padding: 1rem 0rem!important;
    text-decoration: none!important;
    margin: 0 0.5rem;
    transition: none;
    /* text-transform: uppercase; */
    letter-spacing: 0.05em;
}

.nav-link:focus, .nav-link:hover {
  color: #fff;
  opacity: 0.8;
}

.navbar .nav-item:last-child a {
  /* text-transform: uppercase; */
  /* background-color: transparent; */
  /* padding: 7px 18px!Important; */
  /* color: #ffffff !important; */
  /* font-weight: 400; */
  /* text-decoration: none; */
  /* border-color: #a79993!important; */
  /* border: 2px solid #a79993; */
  /* border-radius: 50px; */
  margin-right: 1.5rem;
} 

.navbar .nav-item:last-child a:hover {
  /* background-color: #a79993; */
  /* color: #ffffff !important; */
  /* border: 2px solid #a79993; */
}

.nav .menu-item {
  display: flex;
  justify-content: start;
  align-items: start;
}

.mobilenav .menu-item a {
  color: #00bdda;
  font-size: 1.25rem;
  padding: 10px 0px!important;
  margin: 0px;
}
.mobilenav {
  /* background-color: #000944; */
  z-index: 99999;
  border: 0px!important;
  background: #000000;
  background: linear-gradient(170deg, rgba(0, 0, 0, 1) 0%, rgba(0, 166, 191, 1) 100%);
}

.navbar .nav-item:nth-last-child(2) a { margin-right: 12px; }
.navbar .nav-item.current-menu-item a, .navbar .nav-item a:hover {/* border-bottom: 1px solid #fdb813; */}

.grayscale {
  filter: grayscale(1);
}



#copy-foot {
  font-size: 0.8rem;
}

#footer .nav-link {
  color: #fff;
  padding: 0px 0px 0.5rem 0px!important;
  font-weight: 400;
  margin: 0px;
}

.headerbg.inner {
  background-color: #f2f2f2;
  background-image: url(images/header.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

hr {
  border-color: #000944!Important;
  opacity: 1;
  margin: 0;
}

.abbox {
  background-color: #f2f2f2;
  padding: 30px;
  text-align: center;
}

.abbox img { margin-bottom: 1.5rem; }


.contactdetails i {
  font-size: 2rem;
}

.hourstable td {
  padding: 3px 1.5rem 3px 0px;
}

.googlemap * {
  margin-bottom: 0px;
 
}
.googlemap p {
   /* max-height: 450px; */
}
.googlemap iframe {
  width: 100%;
  /* min-height: 600px; */
}
.gform_footer.top_label {
    padding-bottom: 0px!Important;
    margin-top: 0px!Important;
}

img#logomain {
  width: 40px;
}

.blueoverlay {
  background: rgb(0,9,68);
  background: linear-gradient(0deg, rgba(0,9,68,0.8) 0%, rgba(0,9,68,0.8) 38%, rgba(0,9,65,0.45) 38%, rgba(0,9,68,0.45) 100%);
}


.letterbg {
  background-image: url(images/ocmmob.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.clientlogo img {
  max-width: 50%!important;
}

img.footerlogo {
  max-width: 100px!important;
}

.abbox img {
  max-width: 50%!Important;
}


.hero video {
  position: relative;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  /* max-height: 780px; */
  min-height: 80vh;
}

.hero {
  /* aspect-ratio: 9/ 16; */
  border-radius: 50px;
}

.herotext {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.header {
  position: relative;
  z-index: 9;
  /* background: rgb(0,0,0); */
  /* background: linear-gradient(180deg, rgba(0,0,0,0.7651435574229692) 0%, rgba(0,0,0,0) 100%); */
  width: 100%;
}

.header .container {max-width: 90%;padding: 0px;}


.tourbtn {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}

.parallax-container {
  height: 500px; /* Adjust height as needed */
  overflow: hidden;
  position: relative;
}

/* Parallax image */
.parallax {
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gradientbg {
     background: #000000;
     /* background: linear-gradient(170deg, rgba(0, 0, 0, 1) 0%, rgba(0, 166, 191, 1) 100%); */
     background-image: linear-gradient(170deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 166, 191, 0.7) 100%),
        url('images/bgicon.png');
     background-repeat: no-repeat;
     background-position: top left;
}

.gradientbg  p {
  color: #fff;
}

/* Base styles for the arrow */
.step-col:not(:last-child)::after {
    content: '';
    position: absolute;
    /* Using a scalable double chevron SVG. You can swap this URL with your own image asset if preferred */
    background-image: url(images/nextstep2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;  /* Adjust arrow width */
    height: 50px; /* Adjust arrow height */
    opacity: 0.5; /* Matches the subtle look in your design */
    z-index: 1;
}

    .step-col {
        /* padding-bottom: 30px; */ /* Creates physical space for the downward arrow */
    }
    
    .step-col:not(:last-child)::after {
        bottom: -36px; /* Positions it below the text */
        left: unset;
        /* Centers it horizontally and rotates it downwards */
        transform: translateX(-50%) rotate(90deg);
    }


    .contact-card {
      background-color: #000;
      padding: 30px;
      border-radius: 10px;
    }


    .googlemap iframe {
      border-radius: 10px;
    }

    .contacticon {
      width: 30px;
      margin-right: 13px;
    }

    .br-small {
      border-radius: 10px;
    }


    .cardfooter {
      background-color: #000;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
    }

    .p-card img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      aspect-ratio: 16/9;
      object-fit: cover;
      width: 100%;
    }

    .rpi-content .rpi-card-inner {
      background-color: #fff!important;
      border: 1px solid #00bdda;
      border-bottom: 0px solid #00bdda;
    }


.ctabg {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.ctabg-overlay {
  background: rgb(0 0 0 / 20%);
  
  /* The Fix */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.prose > *:last-child{
  margin-bottom: 0;
}

.prose ul {
  padding-left: 1rem;
  list-style-position: outside;
}

.prose ul li {
margin-bottom: 0.5rem;
}

.courseimage img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: 50%;
}

.pricebox {
  width: 100%;
  height: 100%;
  border: 1px solid #00bdda;
}

.membershipbox ul {
  list-style: none;
  padding-left: 0px;
}

.membershipbox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.membershipbox li {
  color: #fff;
}

.membershipboxoverlay {
  background: rgb(0 0 0 / 40%);
  /* The Fix */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop-product-title {
    font-size: 1rem;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
   margin-bottom: 0.5rem;
}

.shop-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* top-level items only */
.shop-cats > li {
  margin: 0 0 0px;
  padding: 0 0 0px;
  border-bottom: 1px solid #bcbcbc;
}

/* top-level links */
.shop-cats > li > a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 12px;
  width: 100%;
  /* border-bottom: 1px solid #bcbcbc; */
  /* padding: 13px 0px; */
}

/* children wrapper */
.shop-cats .children {
  list-style: none;
  margin: 0;
  padding: 0 0 14px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* child items */
.shop-cats .children li {
  margin: 0;
  padding: 0px 0;
  border-bottom: 0px solid #bcbcbc;
  position: relative;
}

/* optional small bullet */
.shop-cats .children li::before {
  /* content: ""; */
  width: 4px;
  height: 4px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}

/* child links */
.shop-cats .children li a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #222;
}

/* active / hover states */
.shop-cats > li.current-cat > a,
.shop-cats > li.current-cat-parent > a,
.shop-cats .children li.current-cat > a,
.shop-cats .children li.current-cat-parent > a,
.shop-cats a:hover {
  color: #10b5d6;
}


.shop-product-price, .single-product-price {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}

.single-product-summary form.cart div.quantity {
  display: none!important;
}

.single-product-summary .single_add_to_cart_button {
  width: 100%;
  height: auto!important;
  line-height: 1.5!important;
  margin-top: 13px!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #00bdda;
}

.woocommerce div.product form.cart .reset_variations {
  display: none!important;
}

.wc-block-components-button {
    background-color: #00bdda;
    border-radius: 50px;
    color: #fff;
    font-size: 1rem;
    border: 0px;
    padding: 13px 23px;
}

 #desktopmenu {
      display: none !important; /* Ensure desktop menu is flex at larger screens */
  }


.mobilenav .btn {
  min-width: 175px;
}
.play-button {
  width: 75px;
}


.woocommerce-message {
    border-top-color: #00bdda;
}

.formbox .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#gform_wrapper_3 .gform_footer.top_label {
    display: flex;
    justify-content: center;
    align-items: center;
}

#gform_wrapper_3  input#input_3_8 {
    width: 100%;
}


.htbprice {
  text-transform: none;
}

.htbprice small {
  font-size: 20px;
}

.playerimg img {
  width: 50%;
}

.socialbg {
    background-image: url("images/socialbg2.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 60px;
    border-radius: 10px;
    position: relative;
    background-size: cover;
}

.socialprice {
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 0;
  bottom: 0px;
}

.socialprice h2 {
  margin-bottom: 0px;
}

/* Jacob */

.woocommerce .product img, .woocommerce-page .product img {
    height: auto;
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: 50%;
    border-radius: 10px;
    border: 1px solid #888888;
}

/* Utility Classes
-------------------------------------------------- */
.centerspoiler {
  text-align: center;
}

.hero {
  /* height: 100dvh!important; */
  background-size: cover;
  background-position: 50%;
  min-height: 80vh;
}

.hero .h1 {
  color: #00bdda;
  /* text-shadow: 0px 0px 8px #000; */
  /* margin-bottom: 0px; */
  font-family: 'Gtoles';
  letter-spacing: -0.06em;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 0px;
  bottom: 0;
  position: relative;
}

.hero .h2 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin-bottom: 1.5rem;
}

.hero .h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.main-content li {
  margin-bottom: 0.5rem;
}

.greybg {
  background-color: #f2f2f2;
}

.nomarg p:last-child {
  margin-bottom: 0;
}

.excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Adjust this value to the number of lines you want */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Footer Styles
-------------------------------------------------- */
footer {
    /* background-color: #a79993; */
    color: #ffffff;
    background: #000000;
    background: linear-gradient(207deg, rgba(0, 0, 0, 1) 0%, rgba(0, 166, 191, 1) 100%);
}

footer a {
    color: inherit;
}

footer a:hover {
    color: #0dbad2;
}

/* Specific Component Styles
-------------------------------------------------- */


/* Top bar  
------------------------------------------------- */
/* 
.topbar {background-color: #0f7393; position: relative; display: none;}
.topbar p, .topbar a {color: #fff;margin-bottom: 0px;} */
 

/* Lenis Scroll */

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}


/* Mobile icon
------------------------------------------------- */
.tel-mob {position: fixed;bottom: 10px;left: 14px;height: 49px;background-color: #afafaf;width: 49px;border-radius: 50%;background-size: 16px;z-index: 99999;align-items: center;justify-content: center;display: flex;box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);}
i.bi.bi-telephone-fill {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Gravity forms */
.gform_fields input {border-radius: 50px!important;border: 1px solid rgb(118 118 118);height: 50px;background-color: rgb(255 255 255 / 0.3);padding: 13px!important;}
.gform_fields .ginput_container_consent input { height: auto; padding: auto!important;}
.gform_fields .gfield_radio input, .gform_fields  .gfield_checkbox input {height: auto;}
.gform_fields select {border-radius: 3px!important;border: 1px solid #bababa;height: 50px;padding: 13px!important;}
/* Gravity forms end */
.gform_fields textarea {
  border-radius: 23px;
  padding: 13px!important;
}

.gform_fields input::placeholder, .gform_fields textarea::placeholder {
  color: #000;
}

/* Accordion Styles
-------------------------------------------------- */
.accordion {
  /* padding: 23px; */
}

.accordion .card {
  background-color: transparent; /* Replaces .accordion-item { background-color: unset; } */
  border: 0;
  margin-bottom: 23px;
}

.accordion .card-header {
  cursor: pointer;
  background-color: #1f293e;
  border-radius: 3px !important; /* Note: Using !important should be avoided unless necessary */
  background-repeat: no-repeat;
  background-position: right;
}

.accordion .card-header h5 {
  color: #f2ffff;
  background-image: url(images/minus.png);
}

.accordion .card-header h5.collapsed {
  background-image: url(images/plus.png);
}

.accordion .card-body {
  background-color: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-bottom: 23px;
  padding: 30px 23px;
}

.accordion-button {
  /* font-family: 'Manrope', sans-serif; */
  font-weight: 700;
  /* background-color: #aed0b5 !important; */
  color: #4c4b47 !important;
  padding: 13px 30px;
  border-radius: 40px !important;
  border: 1px solid #00bdda;
}

.accordion-item {
  border: 0px solid red;
  border-radius: 0px;
}

.accordion-button::after {
  content: ""; /* Ensures the pseudo-element is properly generated */
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(images/plus.png);
  background-size: auto;
  background-position: 50%;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  /* border-bottom-right-radius: 0 !important; */
  /* border-bottom-left-radius: 0 !important; */
}

.accordion-button:not(.collapsed)::after {
  background-image: url(images/minus.png);
}

.accordion-button:focus {
  box-shadow: none;
}

/* Accordion End
-------------------------------------------------- */


.su-spoiler-title {font-size: 16px!important; display: inline-block; color: #0c216f;  padding-bottom: 2px!important;}
span.su-spoiler-icon {font-size: 13px;font-weight: 100;}





/* Hamburger Menu Styles
-------------------------------------------------- */
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
    width: 30px!important; /* Default width, adjust for specific states below */
    background-color: #000944; /* Consistent color for all states */
  border-radius: 5px;
}

.hamburger .hamburger-inner {
    background-color: #000944; /* Specific to inner background */
  width: 25px!Important;
}

.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
    display: block; /* Ensures these are always displayed, adjust if necessary */
    animation: none; /* Stops any animation */
}

.hamburger-inner::before {
    top: -10px!important;
}
.hamburger-inner::after {
    bottom: -10px!important;
}
button.hamburger.is-active .hamburger-inner,
button.hamburger.is-active .hamburger-inner::before,
button.hamburger.is-active .hamburger-inner::after {
    width: 50px; /* Increased width when active */
    background-color: #fff; /* White background for active state */
}

button:focus {
    outline: none; /* Removes outline on focus for buttons */
}

.hamburger {
    position: relative!important;
    padding: 0!important;
    display: block!Important;
    left: unset!Important;
    /* height: 24px!Important; */
    border: 0px;
    background-color: transparent;
    width: 40px;
    margin-left: 13px;
}


/* WooCommerce Styles
-------------------------------------------------- */
/* .woocommerce-additional-fields {
  padding-top: 23px;
}

.woocommerce-additional-fields h3 {
  margin-bottom: 0px;
}

textarea#order_comments,
.woocommerce form .form-row input {
  border: 1px solid #d4d1ca;
  border-radius: 4px;
  padding: 13px;
  height: 50px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 48%!important;
  float: left;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  max-width: unset!Important;
  padding: 0px!Important;
  width: 100%!important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.woochecks label {
  font-size: 20px;
  margin-top: 23px;
  color: #212529;
  margin-bottom: 0px;
}

.woocommerce ul#shipping_method li {
  margin-bottom: 0px;
}

h3#order_review_heading {
  width: 50%;
  float: right;
  color: #131210;
}

div#order_review {
  width: 50%;
  float: right;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(28, 25, 25, 0.1);
}

.select2-selection__rendered,
span.select2-selection.select2-selection--single {
  line-height: 50px!important;
  height: 50px;
  font-size: 16px;
  padding: 0px 13px!Important;
  color: #163a4f!important;
  border-color: #d4d1ca;
}

span.select2-selection__arrow {
  height: 50px!important;
}

.woocommerce form .form-row input::placeholder {
  font-size: 14px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ffffff;
}

.woocommerce-privacy-policy-text p {
  color: #000!important;
} */



/* GOOGLE REVIEWS ==================================================================================*/
/* .review .rplg-slider .rplg-box .rplg-box-content:before { display: none!important; }
.review .rplg-slider .rplg-stars {display: block!Important;margin-bottom: 15px;}
.review .rplg .rplg-stars svg  {width: 30px!important;height: 30px!Important;margin-right: 13px!Important;}
.review .rplg .rplg-stars svg use {fill: #313f3f!important;}
.review .rplg .rplg-review-badge {bottom: 15px!Important;top: unset!important;}
.review .rplgsw-pagination.rplgsw-pagination-clickable.rplgsw-pagination-bullets { }
.review .rplg-slider .rplg-box:before {background-color: #f5f1eb!important;border-color: #f5f1eb!Important;}
.review .rplg-slider .rplg-row {
    padding-left: 0px!Important;
    margin-top: 15px!Important;
}

.review .rplg .rplg-more-toggle {
    color: #000000!important;
    cursor: pointer!important;
    text-decoration: unset!important;
    text-transform: uppercase;
    display: block;
    font-size: 12px!important;
    margin-top: 8px;
    font-family: 'Conv_Sainte Colombe Light'!important;
    font-weight: 700!Important;
}

.review .rplg .rplg-review-avatar { margin-right: 15px!important;}
.review .rplg-row .rplg-row-right {flex-grow: unset!important;}
.review .rplg .rplg-review-text {color: #000000!important;font-size: 18px!Important;font-weight: 100!important;line-height: 1.7!important;}
.review .rplg-slider .rplg-box .rplg-box-content {height: 300px!Important;margin: 0px 0px 0px 0px!important;padding: 30px!important;}
.review .rplg .rplg-review-name {color: #000000!Important;font-weight: 100!important;}
.review .rplg .rplg-review-time {color: #000000!important;font-weight: 100!important;text-shadow: none!important;}
.review .rplgsw-pagination-bullet-active {opacity: 1;background: #f78427!important;}
.review .rplgsw-pagination-bullet {background: rgb(247 132 39 / 0.2);opacity: 1;}
.review .rplg .rplg-box{
  background-color: #f5f1eb!important;
  border-color: #f5f1eb!Important;
} */

/* GOOGLE REVIEWS ==================================================================================*/

/* Reusable things */


/* social */
.social a {font-size: 1.5rem;margin-left: 5px;color: #0e0e0e;transition: all 500ms;}
.social a:hover i { opacity: 0.8; }




select {height: 50px!Important; /* margin-bottom: 36px; *//* color: #000000!important; */}
textarea.form-control {height: 150px!important;}



/*footer*/ 
footer .current-menu-item a.nav-link {color: rgb(0 189 218) !important;}





  /* Input Styles
-------------------------------------------------- */
input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
textarea,
select {
    height: auto; /* Consistent height */
    padding: 23px; /* Consistent padding */
    border-radius: 3px; /* Smoothed corners */
    border: 1px solid #000000; /* Subtle border */
    width: 100%; /* Ensures full-width inputs */
    box-sizing: border-box; /* Border and padding included in width */
}

/* Specific Style for Textarea */
textarea {
    height: auto; /* Height auto to adjust based on content */
}

/* Submit Button Styles to Match .btn-primary
-------------------------------------------------- */



/* Base Navbar Styles
-------------------------------------------------- */
.navbar {
  width: 100%; /* Ensure navbar is full width by default */
  /* max-width: 540px; */ /* Start with the smallest max-width */
  padding: 13px 0px!important;
}





/* Responsive Adjustments
-------------------------------------------------- */
@media (min-width: 576px) { 
  .navbar {
      /* max-width: 540px; */ /* Same as the base, could potentially omit this rule */
  }
}

@media (min-width: 768px) {
  .navbar {
      /* max-width: 720px; */
  }
}

@media (min-width: 992px) {

  html {
    font-size: 15px;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 3.30rem;
}

h3 {
  font-size: 1.75rem;
}
h4 {
    font-size: 1.3rem;
}

h5 {
    /* font-size: 1.15rem; */
}

.playerimg img {max-width: 75%!important;width: 100%!important;}
.socialprice {
    background-color: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.hero {
  /* height: 100dvh!important; */
  background-size: cover;
  background-position: 50%;
  max-height: 780px;
}
.play-button {
  width: auto;
}

.hero video {
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
    max-height: 780px;
}
  
.googlemap iframe {
  width: 100%;
  min-height: 600px;
}
  .step-col:not(:last-child)::after {
        /* Aligns the arrow vertically with the icons. Adjust 'top' percentage based on your image heights */
        top: 15%;
        right: -75px; /* Pushes it exactly between the columns */
        transform: translateY(-50%);
        width: 150px;
        height: 150px;
    }


img#logomain {
  width: auto;
}

.tel-mob {
  display: none;
}
  .navbar {
      max-width: 960px;
      padding: 0px 0px;
  }
.ctabg {
  min-height: 650px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}
  
.hero .h1 {
  font-size: 146px;
  bottom: -46px;
}

.hero .h2 {

  font-size: 78px;
}

.hero .h3 {
  font-size: 20px;
}


  img.footerlogo {
    max-width: 100% !important;
  }
  .letterbg {
    background-image: url(images/ocm.png);
  }
  
  .btn, input[type="submit"], input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce button.single_add_to_cart_button, .woocommerce a.checkout-button, .woocommerce .wc-forward, .woocommerce a.added_to_cart, .woocommerce div.product form.cart .button {
    font-size: 0.9rem; /* Assuming all buttons will have this font size by default */
    padding: 13px 33px; /* Default padding */
  }
  .abbox img {
    max-width: 100%!Important;
  }
 

  

}

@media (min-width: 1200px) {
  .navbar {
      max-width: 1140px; /* Align to common container max-widths for consistency */
  }

.hamburger {
    display: none!important;
  }

    #desktopmenu {
      display: flex !important; /* Ensure desktop menu is flex at larger screens */
  }
  
}

@media (min-width: 1400px) {
  .navbar {
      max-width: 1320px;
  }
.nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    padding: 1rem 0rem!important;
    text-decoration: none!important;
    margin: 0 1rem;
    transition: none;
    /* text-transform: uppercase; */
    letter-spacing: 0.05em;
}
  
.abbox {
  background-color: #f2f2f2;
  padding: 100px;
  text-align: center;
}
  
}

@media (min-width: 1600px) {
  .container {
      /* max-width: 1600px; */ /* Set container max-width at very large screens */
  }
  .navbar {
      max-width: 100%; /* Match navbar max-width to the container at this breakpoint */
  }
}



@media (max-width: 991px) {
  .container {
    padding-right: calc(var(--bs-gutter-x) * 1.25);
    padding-left: calc(var(--bs-gutter-x) * 1.25);
  }
}
