@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: "cormorant-garamond", serif;
font-family: "trade-gothic-next", sans-serif;
font-family: "tt-commons-pro-thin", 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-family: "articulat-cf", sans-serif;
font-family: "articulat-heavy-cf", sans-serif;
*/


:root{
      /* Tweak these to taste */
      --size: clamp(32px, 8vw, 96px);  /* big text */
      --gap: 2.25rem;                  /* space between items */
      --speed: 18s;                    /* scroll duration (lower = faster) */
      --edge-fade: 10%;                /* how much to fade at edges */
    }

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

body {
    color: #030202;
    font-family: "articulat-cf", sans-serif;
  font-weight: 500;
}

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: "articulat-cf", sans-serif;
  color: #030202;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 0.98;
}
    h1 {
        font-size: 2.5rem;
        font-family: "articulat-heavy-cf", sans-serif;
    }


h2 {
  font-size: 2rem;
}

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

h5 {
    font-size: 1.15rem;
}



    h6 {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.8px;
    }

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

/* Navigation & Header
-------------------------------------------------- */
p {
  margin-bottom: 1.5rem;
  letter-spacing: 0.8px;
  line-height: 1.64;
}

/* Buttons
-------------------------------------------------- */
.btn, .navbar .nav-item:last-child a, footer .nav-item:last-child a, input[type="submit"] {
  font-family: "articulat-cf", sans-serif;
  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!important; /* 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: #ffffff; /* Default text color for buttons */
  text-decoration: none!important;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 50px;
}

/* Primary Button Styles */
.btn-primary, .navbar .nav-item:last-child a, footer .nav-item:last-child a, input[type="submit"] {
  background-color: #000000; /* Bright blue background */
  border-color: #000;
}

.btn-primary:hover, .navbar .nav-item:last-child a:hover, input[type="submit"]:hover {
  background-color: #363e3c; /* Darker shade of blue on hover */
  border-color: #363e3c; /* Consistent border color with background on hover */
  color: #ffffff;
}

/* Secondary Button Styles */
.btn-secondary {
  background-color: #ffffff; /* Teal background */
  border-color: #fff;
  color: #000!important;
}

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

.btn-thirdly {
  font-family: "articulat-heavy-cf", sans-serif;
  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: 1rem;
    font-weight: 600;
    color: #000000;
    /* padding: 1rem 0rem!important; */
    text-decoration: none!important;
    /* font-family: "articulat-heavy-cf", sans-serif; */
    margin: 0 1.5rem;
    transition: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px!important;
    border-bottom: 3px solid transparent!important;
}

.nav-link:focus, .nav-link:hover {
  color: #000000;
  /* font-weight: 700; */
  opacity: 1;
  /* border-bottom: 1px solid #000!important; */
}

/* .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;
} 
 */
/* .navbar .nav-item:last-child a:hover {
  background-color: #a79993;
  color: #ffffff !important;
  border: 2px solid #a79993;
} */

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

.mobilenav .menu-item a {
  color: #fff;
  font-size: 1.5rem;
  padding: 8px 0px!important;
}
.mobilenav {
  background-color: #000944;
  z-index: 99999;
  background: #37403D;
  background: linear-gradient(0deg, rgba(55, 64, 61, 1) 0%, rgba(185, 191, 190, 1) 100%);
  border: 0px!important;
}

.navbar .nav-item:nth-last-child(2) a {margin-right: 40px;}
.navbar .nav-item.current-menu-item a, .navbar .nav-item a:hover {/* border-bottom: 1px solid #fdb813; */border-bottom: 3px solid #000 !important;text-shadow: 0px 0px #000;}

.grayscale {
  filter: grayscale(1);
}



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

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

.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%;
  
}
.gform_footer.top_label {
    padding-bottom: 0px!Important;
    margin-top: 0px!Important;
}

img#logomain {
  width: 100px;
}

.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: 75%!important;
}

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

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


.hero video {
  /* position: absolute; */
  /* width: 100%; */
  /* min-height: 100dvh; */
  /* object-fit: cover; */
  /* object-position: center; */
}

.header {
  position: absolute;
  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%;
  padding: 20px 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;
}

/* Phone mockup */
.phone-mockup {
  /* Size: tweak as you like */
  /* max-width: clamp(240px, 36vw, 388px); */
}

/* Phone mockup container */
.phone-mockup {
  max-width: 100%;
}

/* Frame: base size off width, not height */
.phone-frame {
  position: relative;
  aspect-ratio: 9 / 16;

  /* Pick a fluid-but-bounded width; adjust numbers to taste */
  width: clamp(220px, 24vw, 360px);
  max-width: 95%;      /* keep your existing constraint if you like */
  border: 4px solid #000;
  border-radius: 21px;
  background: #000;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  margin: 0 auto;

  /* IMPORTANT: remove the height clamp */
  /* height: clamp(398px, 41vh, 720px);  <-- delete this */
}

/* Screen: use percentages so it scales with the frame */
.phone-screen {
  position: absolute;
             /* ~12px on a 360px-wide frame */
  inset: clamp(7px, 1.2vw, 12px);
  border-radius: clamp(11px, 2.2vw, 26px);
     /* scales nicely with width */
  overflow: hidden;
}

.phone-screen video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Optional notch: also use percentages so it stays proportional */
.phone-notch {
  position: absolute;
  top: 2.8%;
  left: 50%;
  transform: translateX(-50%);
  width: 42%;
  height: 3.2%;
  background: #000;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 2;
}

/* Glare: convert to % so it scales with width */
.phone-frame::after {
  content: "";
  position: absolute;
  inset: 2.8%;
  border-radius: 7%;
  pointer-events: none;
  /* background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 50%); */
  /* mix-blend-mode: screen; */
}


.servicename {
  font-size: 14px;
  color: #6d6e71;
  display: flex;
  gap: 20px; /* keeps spacing even */
  flex-wrap: wrap;
  letter-spacing: 1.8px;
  font-weight: 300;
}

.servicetitle {
  position: relative;
  /* letter-spacing: 1.8px; */
}

/* Add a divider before each item except the first */
.servicetitle:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;           /* matches text height */
  background: #6d6e71;      /* divider color */
  margin: 0 0 0 14px;    /* space before the bar */
  right: -10px;
  position: absolute;
  top: 6px;
}
  
  
    .tanbg {
      background-color: #fff8f2;
    }
   .navbar-brand {
     padding: 0px;
     margin: 0px;
   }


   .darkbg {
   background: #BAC0BF;
   background: linear-gradient(45deg, rgba(186, 192, 191, 1) 0%, rgba(107, 116, 114, 1) 44%, rgba(54, 63, 60, 1) 100%);
   background-attachment: fixed;
   }

   .darkbg * {
    color: #fff;
   }

.bgcolourtwo {
  background: #E9EDEB;
background: linear-gradient(180deg, rgba(233, 237, 235, 1) 0%, rgba(247, 244, 236, 1) 100%);
}

.mobimg2 img {
  max-width: 50%!important;
  margin: 0 auto;
}

.bgcolourthree {
     background: #E9EDEB;
     background: linear-gradient(0deg, rgba(233, 237, 235, 1) 0%, rgba(247, 244, 236, 1) 100%);
     background-attachment: fixed;
}

.font-heavy {
  font-family: "articulat-heavy-cf", sans-serif;
  text-transform: uppercase;
}

.bgcta h2 {
  position: absolute;
  bottom: 15%;
  left: 10%;

}

.bgcolourthree {
  background: #F7F4EC;
  background: linear-gradient(45deg, rgba(247, 244, 236, 1) 0%, rgba(233, 237, 235, 1) 100%);
  background-attachment: fixed;
}

.slick-next:before {
  background-image: url(images/sliderright.png);
  content: "";
  width: 14px;
  height: 30px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}


.slick-prev:before {
  background-image: url(images/sliderleft.png);
  content: "";
  width: 15px;
  height: 30px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.staffmember img {
  border-radius: 50%;
}

.text-grey {
  color: #6d6e71;
}

.casestudyindex {
  min-height: 480px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
}

.casestudyindex h5 {
  position: absolute;
  bottom: 15px; left: 15px;
}

.arrowlink {
   position: absolute;
  top: 15px; right: 15px;
}

.testi1 {
  position: relative;
  left: 0;
  width: auto;
  top: 0;
  margin: 0 auto;
}

.testi2 {
  position: relative;
  right: 0;
  width: auto;
  bottom: 0;
  margin: 0 auto;
}


.bgcolourfour {
  background: #363F3C;
background: linear-gradient(149deg, rgba(54, 63, 60, 1) 0%, rgba(186, 192, 191, 1) 100%);
}

.bgcolourfour *, .bgcolourfive * {
  color: #fff;
}

.bgcolourfive {
  background: #363F3C;
  background: linear-gradient(
283deg, rgba(54, 63, 60, 1) 0%, rgba(186, 192, 191, 1) 100%);
}

/* mobile-first */
.service-icon {
  width: 70px;   /* nice small size */
  height: auto;
}

.testimonialimage img {
  max-width: 40%!important;
  margin: 0 auto;
}

.btnclose {
  border: 0px;
  background-color: transparent;
  width: 30px;
}

img#menulogo {
    width: 35px;
}

.contacticon {
  width: 55px;
}

.bgimg2 * {
  color: #fff;
}

/* smoother digits + GPU hints */


.bgimg2 {
  min-height: 100dvh;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Jacob */

 /* ---------- Marquee ---------- */
    .marquee{
      inline-size:min(1200px, 100%);
      padding: 1.25rem 0;
      position:relative;
      /* Soft edges so the loop looks premium */
      /* -webkit-mask-image: linear-gradient(to right, transparent, black var(--edge-fade), black calc(100% - var(--edge-fade)), transparent); */
      /* mask-image: linear-gradient(to right, transparent, black var(--edge-fade), black calc(100% - var(--edge-fade)), transparent); */
      width: 100%;
      background-color: #363f3c;
    }

    .marquee__inner{
      display:flex;
      width:max-content;               /* shrink-wrap so animation is smooth */
      will-change: transform;
      animation: scrollX var(--speed) linear infinite;
    }
    .marquee:hover .marquee__inner{ animation-play-state: paused; }  /* pause on hover */

    @keyframes scrollX{
      to { transform: translateX(-50%); } /* we duplicate content, so half = seamless loop */
    }

    .marquee__content{
      display:flex;
      align-items:center;
      gap: var(--gap);
      padding-inline: 1rem;
      list-style:none;
      margin:0;
      color: #fff;
    }

    .item{
      font-size: var(--size);
      font-weight: 800;
      letter-spacing: -0.02em;
      line-height: 1;
      white-space: nowrap;
      text-transform: uppercase;
    }

    .sep{
      font-size: calc(var(--size) * 0.8);
      opacity: 0.35;
      line-height: 1;
      user-select:none;
    }

    /* Small touch of accent on hover/focus (if items become links later) */
    .item a{
      color:inherit; text-decoration:none; outline:none;
    }
    .item a:focus-visible{ box-shadow: 0 0 0 0.35rem color-mix(in oklab, var(--accent), transparent 80%); border-radius:.2rem; }

    /* Respect users who prefer less motion */
    @media (prefers-reduced-motion: reduce){
      .marquee__inner{ animation: none; }
    }



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

.hero {
  min-height: 100dvh!important;
  background: #F7F4EC;
  background: linear-gradient(45deg,rgba(247, 244, 236, 1) 0%, rgba(233, 237, 235, 1) 100%);
  padding-top: 110px;
  background-attachment: fixed;
}

.hero.casestudyhero {
  /* background: #3E4744; */
  /* background: linear-gradient(2deg, rgba(62, 71, 68, 1) 0%, rgba(184, 190, 189, 1) 100%); */
  min-height: 45vh!important;
}

.hero.casestudyhero * {
  /* color: #fff; */
}

.hero h1 {
  /* color: #fff; */
  /* text-shadow: 0px 0px 8px #000; */
  /* margin-bottom: 0px; */
}
.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: #fff8f2;
    color: #000;
}

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: 3px!important;border: 1px solid rgb(118 118 118);height: 50px;background-color: rgb(255 255 255);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 */


/* 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: 26px;
  border-radius: 40px !important;
  border: 0;
}

.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;
}

.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; */
    width: 27px;
    border: 0px;
}


/* 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(56 65 62) !important; */}





  /* Input Styles
-------------------------------------------------- */
input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
textarea,
select {
    /* height: 60px; */ /* Consistent height */
    padding: 23px; /* Consistent padding */
    border-radius: 7px!important; /* Smoothed corners */
    border: 1px solid #ccc; /* 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: 0px;
}





/* 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: 18px;
}

h1 {
  font-size: 3.5rem;
  font-family: "articulat-heavy-cf", sans-serif;
}

h2 {
  font-size: 2.75rem;
}

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

h5 {
    font-size: 1.15rem;
}

  h6 {
    font-size: 1.025rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.testimonialimage img {
  max-width: 100%!important;

}

  .slick-next:before {
  background-image: url(images/sliderright.png);
  content: "";
  width: 22px;
  height: 30px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}


.slick-prev:before {
  background-image: url(images/sliderleft.png);
  content: "";
  width: 22px;
  height: 30px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.testi1 {
  position: absolute;
  left: 8%;
  width: auto;
  top: 18%;
}
img.footerlogo {
    max-width: auto!important;
}
.testi2 {
  position: absolute;
  right: 8%;
  width: auto;
  bottom: 18%;
}
.service-icon { width: 160px; }
  
.phone-screen {
    position: absolute;
    inset: clamp(8px, 1.2vw, 12px);
    border-radius: clamp(18px, 2.2vw, 26px);
    overflow: hidden;
}
.phone-frame {

    border-radius: 34px;
 
}
img#logomain {
  width: auto;
}

  .clientlogo img {
    width: auto;
}

.tel-mob {
  display: none;
}
  .navbar {
      max-width: 960px;
      padding: 0px 0px;
  }
  #desktopmenu {
      display: flex !important; /* Ensure desktop menu is flex at larger screens */
  }
  .hamburger {
    display: none!important;
  }


  img.footerlogo {
    max-width: 100% !important;
  }
  .letterbg {
    background-image: url(images/ocm.png);
  }
  
  .btn, .navbar .nav-item:last-child a, #footer .nav-item:last-child a, input[type="submit"] {
    font-size: 1rem; /* Assuming all buttons will have this font size by default */
    padding: 9px 30px!important; /* Default padding */
  }
  .abbox img {
    max-width: 100%!Important;
  }
 
#footer .nav-item:last-child a {
margin-right: 0px!important;
}
  

}

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

@media (min-width: 1400px) {
  .navbar {
      max-width: 1320px;
  }

.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: 1600px; /* 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);
  }
}


