@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: "Manrope", sans-serif;
font-family: museo-sans, sans-serif;
-------------------------------------------------- */


/* Base Styles
-------------------------------------------------- */

.row, .container {
  /* --bs-gutter-x: 4rem; */  /* Horizontal gutter */
}

html {
    font-size: 15px;
}

body {
    color: #231f20;
    font-family: "Manrope", 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: museo-sans, sans-serif;
    color: #aeaeae;
    font-weight: 700;
    margin-bottom: 1.5rem;
}



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

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




.nav-link {
    font-size: 1rem;
    font-weight: 300;
    color: #ffffff;
    padding: 1rem 0rem!important;
    text-decoration: none!important;
    margin: 0 1rem;
    transition: none;
    font-family: museo-sans, sans-serif;
}

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

.mobmenu .nav-link {color: #000;margin: 0px;}

.navbar .nav-item:last-child a {
  /* text-transform: uppercase;
  background-color: #000944;
  padding: 18px 30px!Important;
  color: #fdb813!important;
  font-weight: 600;
  text-decoration: none;
  border-color: #fdb813 !important;
  border: 0px!important; */
} 

.navbar .nav-item:last-child a:hover {
  /* background-color: #fdb813; */
  /* color: #000944!important; */
}

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

.mobilenav .menu-item a {
  color: #fff;
}
.mobilenav {
  background-color: #ffffff;
  z-index: 99999;
  border: 0px!important;
  max-width: 95%;
  margin: 0 auto!important;
  transform: translate(-3%, -3%)!important;
  top: 50%;
  right: 50%;
}

.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;
  text-align: center;
}

#footer .nav-link {
  color: #3d3d3d;
  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%;
  
}
.gform_footer.top_label {
    padding-bottom: 0px!Important;
    margin-top: 0px!Important;
    justify-content: center;
}

img#logomain {
  width: 130px;
}

.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 {
  width: 75%;
}

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

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


.home {
 
    background: linear-gradient(142deg,#750986,#c12f86,#ee6d4b);
    background-size: 180% 180%;
    animation: gradient-animation 21s ease infinite;

  

}
  @keyframes gradient-animation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
.home .header {
  background-color: transparent;
}


.herobox * {
  color: #fff;
}

.herobox h1 {
  font-weight: 900;
  font-size: 2.5rem;
  z-index: 9;
}


.lineup {
  width: 1px;
  background-color: white;
  height: 80%;
  margin: 0px 30px;
}

.lineup1 {
  width: 1px;
  background-color: white;
  height: 20px;
  /* margin: 0px 30px; */
  position: relative;
  /* right: 0; */
}


video {
  max-width: 100%;
}

.videobox {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px;
}

.videobox1 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.glass {
      background: rgba(255, 255, 255, 0.2);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      border: 1px solid rgba(255, 255, 255, 0.5);
}


.videobox video {
    border-radius: 40px;
    min-height: 260px!Important;
    object-fit: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.videobox1 video {
  border-radius: 40px;
  min-height: 240px;
  object-fit: cover;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.herobg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}


.header {
    max-width: 100%;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    background: linear-gradient(142deg, #750986, #c12f86, #ee6d4b);
    background-size: 180% 180%;
    animation: gradient-animation 21s ease infinite;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.servicebox {
  min-height: 250px;
}

.whitetext * {
  color: #fff;
}

.museosans {
  font-family: museo-sans, sans-serif;
}


.newsimg img {
  border-radius: 10px;
 
}


.date {
  font-size: 0.8rem;
}

.whiteline {
  width: 40%;
  height: 1px;
  background-color: #fff;
  margin-top: 30px;
}



  /* the slides */
  .newscarousel .slick-slide {
      margin: 0 20px;
  }

  /* the parent */
  .newscarousel .slick-list {
      margin: 0 -20px!important; 
      padding:0 20% 0 0 !important;
  }


.featshape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  min-height: 50%;
  max-height: 75%;
}


.featuresect {
  /* min-height: 75dvh; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
}

.pinktext {
  color: #c12d87;
}

.feattextbox h3 {
  font-size: 2rem;
  font-weight: 900;
}

.manrope {
  font-family: "Manrope", sans-serif;

}

.megabold {
  font-weight: 900;
}

.feattextbox {
  padding: 30px 1rem;
  /* min-height: 700px; */
  /* padding-right: 150px!important; */
}

.fpimgbox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.text-purple {
  color: #6605c1;
}

#menu-menu-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Creates two columns */
  gap: 10px; /* Space between grid items */
  padding: 0;
  list-style: none;
}

.btn-side {
    position: fixed;
    right: 0;
    top: 25%;
    width: 55px;
    height: 210px;
    border: 1px solid #fff !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 23px !important;
    background-color: rgb(112 12 181) !important; /* Fixed background-color property */
    background-image: url(images/btninner1.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 75%; /* Ensure the size is appropriate for both gradient and image */
    animation: bgImageChange2 2s infinite alternate;
}





.home .btn-side {
    background-color: rgb(255 255 255 / 90%) !important;
    background-image: url(images/ctabtn.png);
    z-index: 99;
    animation: bgImageChange 2s infinite alternate;
}

@keyframes bgImageChange {
    0% {
        background-image: url(images/ctabtn.png);
    }
    100% {
        background-image: url(images/ctabtn2.png);
    }
}

@keyframes bgImageChange2 {
  0% {
      background-image: url(images/btninner1.png);
  }
  100% {
      background-image: url(images/btninner2.png);
  }
}


.modal-header {
  border: unset;
}



.ctabox {
    padding: 40px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.ctaboxarrow {
    position: absolute;
    bottom: -16px;
}


.imgbox img {
  border-radius: 40px;
}


.packageindex .price {font-family: museo-sans, sans-serif;font-size: 1.75rem;font-weight: 700;}

.packageindex .stfrom {
  position: absolute;
  bottom: 32px;
  left: 20px;
}

.stfrom {
  font-weight: 700;
  font-size: 0.9rem;
}


.brandsbox .brands:first-child {
  position: relative;
}

.brandsbox .brands:first-child:after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  min-height: 215px;
  width: 1px;
  background-color: #c1c1c1;
}

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

.carouselpadding {
  padding: 50px;
}

.quotebg {
  background-color: rgb(255 255 255 / 35%);
}


.casestudybox .slick-prev {left: 30px;z-index: 9;}

.casestudybox .slick-next, .casestudybox .slick-next:hover, .casestudybox .slick-next:focus {
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url(images/arrowright.png);
  background-repeat: no-repeat;
  background-position: 50%;
}


.casestudybox .slick-prev, .casestudybox .slick-prev:hover, .casestudybox .slick-prev:focus  {
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url(images/arrowleft.png);
  background-repeat: no-repeat;
  background-position: 50%;
}



.casestudybox .slick-prev:before, .casestudybox .slick-next:before {
  display: none;
}

.casestudybox .slick-dots {
    bottom: 15px;
}

.casestudybox .slick-dots li button:before {
    color: #fff!important;
    font-size: 0.7rem;
}

.casestudybox .slick-dots li {
  margin: 0px;
}


.gaquote {
  min-height: auto;
  background-image: url('images/purplelogobg.png');
  background-size: 175px;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: flex;
  justify-content: center;
  align-items: center;
}



.purpletext {
  color: #6605c1;
}


.csbox {
  padding: 30px;
  border: 1px solid #7822c8;
  border-radius: 10px;
  position: relative;
}


.csbox:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 42px;
  background-image: url(images/triangle.png);
  background-repeat: no-repeat;
  background-position: 50%;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}

.textgrey {
  color: #aeaeae;
}


.casestudyinnerbox .slick-next, .casestudyinnerbox .slick-next:hover, .casestudyinnerbox .slick-next:focus {
  

  background-image: url(images/arrowrightpurple.png);
  background-repeat: no-repeat;
  background-position: 50%;
}


.casestudyinnerbox .slick-prev, .casestudyinnerbox .slick-prev:hover, .casestudyinnerbox .slick-prev:focus  {

  background-image: url(images/arrowleftpurple.png);
  background-repeat: no-repeat;
  background-position: 50%;
}


.casestudyinnerbox .slick-prev:before, .casestudyinnerbox .slick-next:before {
  display: none;
}

.casestudyinnerbox img {
  border-radius: 50px;
}

.single-package .header {
  background: unset;
}

.casestudyinnerbox .slick-next {
    right: 15px!important;
}

.casestudyinnerbox .slick-prev {
  left: 15px!important;
  z-index: 99;
}


.packageheaderpurple, .packageheaderdefault {
  background: linear-gradient(142deg, #750986, #c12f86, #750986);
  background-size: 180% 180%;
  animation: gradient-animation 21s ease infinite;
}

.packageheaderpink {
  background: linear-gradient(142deg, #c12f86, #750986, #c12f86);
  background-size: 180% 180%;
  animation: gradient-animation 21s ease infinite;
}

.packageheaderorange {
  background: linear-gradient(142deg, #ee6d4b, #c12f86, #ee6d4b);
  background-size: 180% 180%;
  animation: gradient-animation 21s ease infinite;
}

.packageheader h1 {
  font-weight: 900;
}

.formbox {
  position: relative;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #db8dbd;
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 0px;
  border-bottom-right-radius: 0px;
  margin-top: 100px;
}

.formbox:before {
  content: "";
  position: absolute;
  top: -69px;
  left: -1px;
  height: 69px;
  width: calc(100% + 1px);
  background-image: url(images/formshape2.png);
  background-size: cover;
  background-position: 0px;
  background-repeat: no-repeat;
}

.smallblogo {
  max-width: 100px;
}


.grey-background {
  background-color: #f9f9f9;
}


.animationbox {
  /* background-color: skyblue; */
  position: relative;
}


.brandscontainer1 {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}



.staffbox img {

  border-radius: 10px;
  border: 1px solid #6605c1;

}


.communitybox {
  border-right: 1px solid #797979;
}


.communitybox:last-child {
  border-right: 0px;
}

.home h2 {
  font-size: 2.5rem;
}

.gafq {
  font-size: 0.7rem;
}

.purplephone {
  width: 10px;
}


.mobmenu .social a img {
  width: 20px;
}

.btn-close {
  background-image: url(images/closebtn.png);
  background-size: cover;
  opacity: 1;
}

.home .header {
  background: unset;
}


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

.formbox2:before {
  display: none;
}

.formbox2 {
  border: 1px solid #db8dbd;
  border-radius: 15px;
  margin-top: 0px!important;
}

.nindexa img {
  border-radius: 10px;
}


.hiw {
  padding-left: 1.5rem;
  border-left: 2px solid #6605c1;
}

.hiw { 
  position: absolute;
  top: 10%;
}

.canvasbox {width: 100%;height: 100dvh;position: absolute;top: 0;left: 0;}

#canvasHome {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  z-index: -1;
}

.purpleline {
  width: 80px;
  height: 1px;
  background-color: #6605c1;
  margin-top: 30px;
  margin: 0 auto;
}

.innerform {
  background: linear-gradient(142deg, #750986, #6806bf, #851c9b);
  background-size: 180% 180%;
  animation: gradient-animation 21s ease infinite;
  padding: 30px;
}

.internalformtext * {
  color: #fff;
}


.internalformtext {
  margin-bottom: 50px;
}

.formimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.herobox p {

font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-size: 1.05rem;
}

.feattextbox2 {
  padding: 150px!Important;
  background-repeat: no-repeat;
  margin-top: 0px!Important;
  
}



.current_page_item a {
    border-bottom: 1px solid #fff;
}

.arrowdownbtn {
  background-image: url(images/arrowdownpurple.png)!important;
}

::marker {
  color: #6806bf;
}

li {
  margin-bottom: 0.5rem;
}

.header li, .footer li {
  margin-bottom: 0;  /* Overrides the margin-bottom for list items in .header and .footer */
}

/* Jacob */



/* Utility Classes
-------------------------------------------------- */

.hero { 
  height: calc(100dvh - 138px);
}

.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: #f6f6f6;
    color: #3d3d3d;
    font-family: museo-sans, sans-serif;
    position: relative;
}

footer a {
    color: inherit;
}

footer a:hover {
    color: #6605c1;
}

/* 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: 15px!important;border: 1px solid rgb(118 118 118);height: 50px;background-color: rgb(255 255 255);padding: 13px!important;text-align: center;}
.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 input::placeholder, .gform_fields textarea::placeholder {
color: #6605c1;
  font-weight: 700;
  text-transform: uppercase;
}

.gform_fields input, .gform_fields textarea {
  font-size: 0.9rem!important;
}

.innerform .gform_fields input, .innerform .gform_fields textarea{
  color: #fff!important;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 1);
}
.innerform .gform_fields input::placeholder, .innerform .gform_fields textarea::placeholder {
  color: #fff;
}
/* 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 {
    height: 2px!Important;
    width: 25px!important; /* Default width, adjust for specific states below */
    background-color: #ffffff; /* Consistent color for all states */
    border-radius: 5px;
}

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

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

.hamburger-inner::before {
    top: -8px!important;
}
.hamburger-inner::after {
    bottom: -8px!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: 0px!important;
    display: block!Important;
    left: unset!Important;
    width: 44px!Important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 42px!important;
    transform: rotate(0deg)!Important;
    background-color: rgb(255 255 255 / 0%) !important;
    border: 0px solid #fff!important;
    border-radius: 0px!Important;
    background-image: url(images/menuicon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}


.hamburger-box {
display: none!important;
}

/* 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: #f37543 !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: #ffffff !important;border-color: #ffffff ! Important;left: 50px!important;/* border-right: 1px solid #8a40d0 !important; *//* border-bottom: 1px solid #8a40d0!important; *//* bottom: -7px!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: 1rem!important;font-weight: 500!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;border-radius: 20px !important;}
.review .rplg .rplg-review-name {color: #ffffff ! Important;font-weight: 500!important;}
.review .rplg .rplg-review-time {color: #ffffff !important;font-weight: 500!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: #ffffff !important;
  border-color: #ffffff ! Important;
  border-radius: 20px !important;
}

/* GOOGLE REVIEWS ==================================================================================*/
.review.review2 .rplg-slider .rplg-box .rplg-box-content {
  height: 300px!Important;margin: 0px 0px 0px 0px!important;padding: 30px!important;border-radius: 20px !important;border: 1px solid #8a40d0!important;
}
.review.review2 .rplg-slider .rplg-box:before {background-color: #ffffff !important;border-color: #ffffff ! Important;left: 50px!important;border-right: 1px solid #8a40d0 !important;border-bottom: 1px solid #8a40d0!important;bottom: -7px!important;}

/* Reusable things */


/* social */
.social a {font-size: 1.5rem;margin-right: 10px;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: #6605c1!important;}



/* Buttons
-------------------------------------------------- */
.btn {
  font-family: museo-sans, sans-serif;
  font-size: 0.8rem; /* Assuming all buttons will have this font size by default */
  font-weight: 700; /* 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: #ffffff; /* Default text color for buttons */
  text-decoration: none!important;
  text-transform: uppercase;
  padding: 18px 60px 18px 20px;
}

/* Primary Button Styles */
.btn-primary {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 1);
  background-image: url(images/btnarrow.png);
  background-repeat: no-repeat;
  background-position: 89%;
}

.btn-primary:hover {
  background-color:  rgba(255, 255, 255, 0.2); /* Darker shade of blue on hover */
  border-color: #ffffff; /* Consistent border color with background on hover */
  color: #ffffff;
  opacity: 0.8;
}

/* Secondary Button Styles */
.btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(102 5 193 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #6605c1;
    background-image: url(images/arrowbtnpurple.png);
    background-repeat: no-repeat;
    background-position: 89%;
    color: #6605c1;
}

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

.btn-thirdly {
  font-family: "Inter", 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;
}


  /* 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: 3px; /* 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 */
    text-align: center;
    border-radius: 15px;
    padding: 23px!important;
}



/* Submit Button Styles to Match .btn-primary
-------------------------------------------------- */
input[type="submit"] {
   background: rgb(102 5 193);
   border-radius: 16px;
   /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
   backdrop-filter: blur(5px);
   -webkit-backdrop-filter: blur(5px);
   border: 1px solid rgb(102 5 193);
   background-image: url(images/btnarrow.png);
   background-repeat: no-repeat;
   background-position: 89%;
   font-family: museo-sans, sans-serif;
    /* Assuming all buttons will have this font size by default */
   font-weight: 700; /* Assuming all buttons will have this font weight 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;
   font-size: 0.9rem; /* Assuming all buttons will have this font size by default */
   padding: 19px 60px 19px 25px; /* Default padding */
}

input[type="submit"]:hover {
       background-color: #841c9c;
    border-color: #851d9a;
    color: #ffffff;
}


.innerform input[type="submit"] {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 16px;
      /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      border: 1px solid rgba(255, 255, 255, 1);
      background-image: url(images/btnarrow.png);
      background-repeat: no-repeat;
      background-position: 89%;
}


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





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


.btn-side {
    position: fixed;
    right: 0;
    top: 25%;
    width: 85px;
    height: 291px;
    border: 1px solid #fff !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 23px !important;
    background-color: rgb(136, 32, 152) !important; /* Fixed background-color property */
    background-image: url(images/btninner1.png), linear-gradient(180deg, rgba(135, 30, 152, 1) 0%, rgba(104, 6, 191, 1) 65%);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto, cover; /* Ensure the size is appropriate for both gradient and image */
}
  

.videobox1 video {
    border-radius: 40px;
    min-height: 493px;
    object-fit: cover;
    height: 100%;
}


.videobox video {
    border-radius: 40px;
    min-height: 300px!important;
    object-fit: cover;
    height: 100%;
}
  
}

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

@media (min-width: 992px) {

  html {
    font-size: 16px;
}
.innerform {
  
    padding: 150px;
}

.casestudyinnerbox .slick-next {
    right: -30px!important;
}

.gaquote {
    min-height: auto;
    background-image: url(images/purplelogobg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.casestudyinnerbox .slick-prev {
  left: -30px!important;
  z-index: 99;
}

  
h1 {
  font-size: 3.5rem;
}
.carouselpadding {
    padding: 150px;
}
.home h2 {
  font-size: 3.5rem;
}
  
h2 {
  font-size: 2.5rem;
}

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

h5 {
    font-size: 1rem;
}
.header {
    max-width: 98%;
}
.csbox {
    padding: 100px 50px;
}

.feattextbox {
    padding: 80px;
   
}
  
.formbox {

  margin-top: -100px;
}

.gafq {
    font-size: 0.9rem;
    /* font-weight: 300!important; */
}
  
.csbox:after {
  position: absolute;
  content: "";
  width: 463px;
  height: 42px;
  background-image: url(images/triangle.png);
  background-repeat: no-repeat;
  background-position: 50%;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}
  
.row {
    /* --bs-gutter-x: unset; */
}

.container {
    /* --bs-gutter-x: 1.5rem; */
}


.communitybox img {
  max-width: auto!important;
}

  
.servicebox {
    min-height: 350px;
}
.gaquote {
  min-height: 100dvh;

}


.home .header {background-color: transparent;background: unset!important;border-bottom: 1px solid #d18abd;border-radius: 0px;}

  
.packageindex .stfrom {
    position: absolute;
    bottom: 45px;
    left: 20px;
}

.brandscontainer1 {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
  
  .ctamodal .modal-dialog {
  min-width: 900px;
}

  .feattextbox h3 {
    font-size: 3rem;
}
.brandsbox .brands:first-child:after {

  display: block;
 
}
.videobox {
    padding: 40px;
}
.nav-link {
  margin: 0 2rem;
}
  
.header {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
  
  .featuresect {
    /* min-height: 100dvh; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
}
  
  .herobox h1 {

    font-size: 3.5rem;
}

.casestudyinner .slick-prev
{
    left: -40px;
}

.casestudyinner .slick-next
{
    right: -40px;
}


img#logomain {
  width: 150px;
}

.videobox video {
    border-radius: 40px;
    min-height: 625px ! Important;
}
  

.tel-mob {
  display: none;
}
  .navbar {
      max-width: 960px;
      padding: 30px 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 {
    font-size: 0.9rem; /* Assuming all buttons will have this font size by default */
    padding: 19px 60px 19px 25px; /* Default padding */
  }
  .abbox img {
    max-width: 100%!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;
  }

  .feattextbox {
    padding: 150px;
   
}

.formbox {margin-top: -200px;padding: 100px;}

  
.packageindex .stfrom {
    position: absolute;
    bottom: 40px;
    left: 25px;
}
  
.packageindex .price {
    font-family: museo-sans, sans-serif;
    font-size: 2rem;
    font-weight: 700;
}

  
.abbox {
  background-color: #f2f2f2;
  padding: 100px;
  text-align: center;
}
  img#logomain {
  width: auto;
}
}

@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 */
  }


    .packageindex .stfrom {
        position: absolute;
        bottom: 50px;
        left: 30px;
    }

  .packageindex .price {
    font-family: museo-sans, sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
}
  
}






