/* Base styles, which will be overridden by everything below them */

a{
	text-decoration: underline;
	color: #c3a500;
}
a:hover{
	color: #c3a500;
	text-decoration: underline;
	text-decoration-color: #231f20;
    text-decoration-thickness: 3px;
}

.grecaptcha-badge { 
    visibility: hidden;
}


.sideBar a{
	text-decoration: none;
	color: #a6060c;
}
.sideBar a:hover{
	color: #a6060c;
}

.blog-title-link {
    text-decoration: none; 
}

a:visited{}
a:active{}


.branding-arrow {
    content: "-->";
    color: transparent;
    display: inline;
    mask: url("../images/branding-arrow.svg") repeat-y center / 100% auto;
    -webkit-mask: url("../images/branding-arrow.svg") repeat-y center /  100% auto; 
}

#slider-round {
    height: 10px;
}

#slider-round.noUi-target {
  background: #d7c8f3;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

#slider-round .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px; /* half the width */
    border-radius: 3px;
    background-color:  #a66783;
    box-shadow: none;
}

#slider-round .noUi-active {
  box-shadow: none;
}
/* Handle stripes;
 */
#slider-round .noUi-handle:before,
#slider-round .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
}

/* Hide the marker lines in the pips */
#slider-round .noUi-pips .noUi-marker {
    display: none;
}

/* Optionally, ensure that the values (numbers) remain visible */
#slider-round .noUi-value {
    display: block;
    margin-bottom:-15px;
    margin-top:-15px;
}

.lightbox {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    max-height: 95vh ;
    
}

.lightbox img {
    max-height: 95vh !important ;
    max-width: 100% ;
    
    display: block;
    position:relative;
}

.lightbox-close {
    position: absolute;
    top: 20px; /* Adjust position relative to the image */
    right: 20px; /* Adjust position relative to the image */
    color: #235baa;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100001; /* Ensure it stays on top of the image */
    -webkit-text-stroke: 2px white; /* Outline thickness and color */
}

.modal-body {
  overflow-y: auto !important; /* Show vertical scrollbar when necessary */
}

.maincolour {
	color: #c3a500 !important;
}

.maincolour-bg {
	background-color: #c3a500 !important;
}

.secondarycolour {
	color: #231f20 !important;
}

a.secondarycolour:hover {
    color: #c3a500 !important;
}

.quote-link {
    color: #231f20 !important;
    text-decoration: none;
}

.quote-link:hover {
    color: #c3a500 !important;
    text-decoration: none;
}

.secondarycolour-bg {
	background-color: #231f20 !important;
}

.yellow {
   color: #fff800 !important;
}


.league-spartan {
    font-family: "League Spartan";
    font-size:0.8em;
    line-height:100%;
}

.lato-font {
    font-family: "Lato" !important;
}

.lato-light {
    font-family: "Lato Light" !important;
}

.free-script {
    font-family: "Free Script", cursive;
    position: relative;
    display: flex;
    color: white;
    font-size:2em; 
    bottom:-5px; 
    letter-spacing: 2px;  
    align-items: center;
    
}

.flip-text-slider {
    width: 100px; /* LOOKING FOR WIDTH MOBILE */ 
    text-align: center !important;
    bottom:0px;
}

.free-script::after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -20px; /* Adjust to position under the text */
    transform: translateX(-45%);
    width: 80px; /* Adjust swoosh width */
    height: 20px; /* Adjust swoosh height */
    background: url("../images/swoosh.png") no-repeat center;
    background-size: contain;
}

@media(min-width: 768px){
    
    .flip-text-slider {
        width: 140px;  /* LOOKING FOR WIDTH DESKTOP */
    }

    
    .free-script::after {
        bottom: -20px; /* Adjust to position under the text */
        width: 100px; /* Adjust swoosh width */
        height: 20px; /* Adjust swoosh height */
    }
    
    .lato-font {
        font-size:0.9em;
    }

    .lato-light {
        font-size:0.9em;
    }
}

.highlighted-text {
    
    background-color: rgba(195,165,0,0.2);
}

#Frames {
	width: 100%;
    text-align: center;
}
.Frame {
	display: flex;
	border-color: #434040;
	padding: 10px;
	border-width: 10px;
	border-style: solid;
	border-color: #2F2D2D #434040 #4F4C4C #434040;
	background: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E4DF), to(#CDCDC6));
	background-image: -webkit-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: -moz-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: -o-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: linear-gradient(#E5E4DF, #CDCDC6);
	box-shadow: inset 0 2px 5px rgba(0,0,0,.6),0 5px 2px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.8);
	position: relative;
	overflow: hidden;
}
.Frame::before {
	content: "";
	position: absolute;
	top: -175px;
	right: -20%;
	width: 75%;
	height: 90%;
	transform: rotateZ(-40deg);
	-webkit-transform: rotateZ(-40deg);
	-moz-transform: rotateZ(-40deg);
	-o-transform: rotateZ(-40deg);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,.4)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,0));
	background-image: -o-linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,0));
	background-image: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,0));
}
.Frame img {
	border-width: 2px;
	border-style: solid;
	border-color: #BBBAB4 #C7C7BF #E5E4DF #C7C7BF;
	box-shadow:  0 -1px 1px rgba(0,0,0,.1), 0 1px 1px 1px rgba(255,255,255,.7);
    width:100%;
    display: block;
    margin: 0px;
}

.topbar a{
	text-decoration: none;
	color: #fff;
}

.other-models a {
	color:#000 !important;
}

.other-models a:hover {
	color:#a66783 !important;
	text-decoration: underline;
	text-decoration-color: #a66783;
}

.other-models-on {
	color:#a66783 !important;
	text-decoration: underline;
	text-decoration-color: #a66783;
}

.other-models .form-select {
	background-color: #000;
	color:#fff;
	border-radius:0px;
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='1em'><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='rgb(205,151,9)'/> </svg>");
}


.mainsection {
    background-image: url("../images/bg-soft-grey-arrows.jpg");
    background-size:100% auto;
    background-position: bottom;
}

/* Center align placeholder text */
.mainsection ::placeholder {
    text-align: center;
}

/* Center align placeholder text */
.get-a-quote ::placeholder {
    text-align: left !important;
}

/* Left align input text when typing */
.mainsection input,
.mainsection textarea {
    text-align: left;
}

.contact-area {
    background-image: url("../images/bg-contact.jpg");
    background-size:cover;
    background-position: bottom center;
    box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.6);
    border-bottom:10px solid #fff;
}

.contact-circle {
    width:50px;
    height: 50px;
}


@media(min-width: 992px){
    .contact-area {
        background-size:100% auto;
        background-position: center;
    }
    
    .Frame {
        padding: 20px;
    	border-width: 20px;
    }
}

.first-step .form-select {
    background-image: url("../images/dropdown-arrow-select.png");
	background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    background-size: 1.3em auto, 100%;
	text-align: center;
	text-align-last:center;
	font-style: italic;
}

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
}

.switch input {display:none;} 

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}



.box:before {
  font-family: "Nexa Bold";
letter-spacing: 1px;
  content:attr(data-text);
  color: #fff;
  font-size:14px;
  /*padding:5px calc(10px + var(--s)) calc(5px + var(--o)) calc(10px + var(--o));*/
  position:absolute;
  bottom:45px;
  padding:15px;
  width:240px;
  left:calc(-1*var(--o));
  background:
    linear-gradient(#000 0 0) bottom/100% var(--o) no-repeat
    var(--c);
  clip-path:polygon(0 0,100% 0,calc(100% - var(--s)) calc(100% - var(--o)),var(--o) calc(100% - var(--o)),var(--o) 100%,0 calc(100% - var(--o)))
}

.hero-left {
    background-color: #d8d8d8;
    border-top:10px solid white;
}

.hero-right {
    background-color: #2a6738;
    border-top:10px solid white;
    font-size:20px;
  
}

.hero-right a {
    color: #fff !important;
    text-decoration: underline;
}

.hero-right a:hover{
	color: #c3a500 !important;
	text-decoration: underline !important;
	text-decoration-color: #fff !important;
}

@media(min-width: 768px){
    .box {
        width:350px; 
        
    }
    
    .box:before {
        width:300px; 
        font-size:18px;
    }
    
    .hero {
        border-top:10px solid white;
        background: linear-gradient(to right, #d8d8d8 50%, #2a6738 50%);
    }
    
    .hero-left {
        background-color: #d8d8d8;
        border-top:0;
        border-right:5px solid white;
    }

    .hero-right {
        background-color: #2a6738;
         border-top:0;
        border-left:5px solid white;
        font-size:18px;
    }
    
}

@media(min-width: 1800px){
    .box {
        width:390px; 
        
    }
    
    .box:before {
        width:300px; 
        font-size:18px;
    }
}

.featured {
	background-image: url("../images/featured-bg.jpg") !important;
	background-position: top center;
	background-repeat: repeat-y;
	background-size: cover;
} 


.featured-item {
	position:relative;
}

.featured-image{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	border:5px solid white;
}

.featured-text {
	position: absolute;
	bottom:0px;
	left:0px;
	font-size:9px;
}

.featured-item-title {
    color: #a66783;
    text-transform: uppercase;
    border-bottom: 2px solid #a66783;
    height:95px;
    margin:0px;
    font-size:0.85em;
    
}

@media(min-width: 1200px){
    
    .featured-item-title {
       font-size:1em; 
    }
    
}

.featured-item-title:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top:75px;
    border-left: 1px solid #a66783;
    border-right: 1px solid #a66783;
}


.featured-logo {
	width:35px;
	
}

.a-left, .a-right,.a-left-service, .a-right-service {
	z-index: 100;
}

.a-left {
    height:35px;
    width:35px;
	left:0px;
}

.a-right {
	right:0px;
    height:35px;
    width:35px;
}

.a-left-service {
    height:35px;
    width:35px;
	left:23px;
    top:30%;
}

.a-right-service {
    height:35px;
    width:35px;
 right:23px;
   top:30%;
}

.a-left img, .a-right img, .a-left-service img, .a-right-service img {
	
	height:100%;
}


.custom-height {
    height: 100% !important;
    border: 5px solid red !important;
}

.main-image  {
    position: relative;
    overflow: hidden;
}
.main-image img {
    width: 100%;

    cursor: zoom-in;
}
.zoomed-preview {
    position: absolute;
    border: 3px solid #ccc;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    display: none;
    pointer-events: none;
    z-index: 10;
}

.vertical-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content:flex-start;
}
.vertical-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    border: 4px solid transparent;

}
.vertical-slider img.active {
    border-color: #24b8eb;
}

.top-spacer {
    height:85px;
}

@media (min-width: 992px) {
    .top-spacer {
        height:115px;
    }
}

@media (max-width: 768px) {
    .vertical-slider {
        display: none;
    }
}
  /* Slick track inherits the height */
 .main-slider  .slick-track {
    height: 100% !important;
    display: flex !important; /* Flexbox ensures slides take full height */
    align-items: center !important; /* Center content vertically if needed */
} 

.solid-bg-wrapper {
     box-shadow:  0px 20px 20px rgba(0, 0, 0, 1);
}



@media(min-width: 768px){
	.featured-text {
		font-size:18px;
	}
	
	.featured-title {
		top:25px;
		right:0px;
		background-color:#000;
		width:50%;
		font-size:18px;
	}
	
	.featured-logo {
		width:55px;
	}
  
	
	.a-left, .a-right,.a-left-service, .a-right-service {
		z-index: 10;
	}
	
    .a-left-service {
        left:25px;
        top:45%;
    }

    .a-right-service {
        right:25px;
        top:45%;
    }
	
    .a-left {
        height:50px;
        width:50px;
        left:-25px;
    }

    .a-right {
        right:-25px;
        height:50px;
        width:50px;
    }

}

.dot, .dot-active {
  height: 15px;
  width: 15px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  border:1px solid #fff;
}

.dot-active {
  background-color: #F10000;
}

input + .slider {
  background-color: #fb000b;
}

input:checked + .slider {
  background-color: #fb000b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(85px);
  -ms-transform: translateX(85px);
  transform: translateX(85px);
}

/*------ ADDED CSS ---------*/
.slider .on
{
  display: none;
}

.slider .on, .slider .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}


.nav {}
.nav a{
	text-decoration: none;
}
.nav a:hover{}
.nav a:visited{}
.nav a:active{}


.float-hash a, .float-hash a:hover{color:#fff;}

.listing-card a, .listing-card a:hover{color:#000;}

.card-shadow {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dropdown .dropdown-menu {
    margin-top: 0; /* remove the gap so it doesn't close */
	border-top:5px solid #a66783;
	line-height: 160%;
}


.dropdown:hover .dropdown-menu {
	border-top:5px solid #a66783;
}


.dropdown-menu {
	border:0px;
	border-bottom:1px solid grey;	
	text-transform: uppercase;
    font-size:0.8em;
    background: #231f20;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}


.team-info .dropdown-menu {
	width: 100%;
}

.logo-bg {
    
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.21);
    border-radius: 16px;
   box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    border: 1px solid rgba(255, 255, 255, 0.62);
    
    
}



/*
@keyframes blink {
  100% {
    box-shadow: 0 0 3px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #a66783,
      0 0 70px #a66783, 0 0 80px #a66783;
  }
}
*/

.fb-icon {
	width:25px;
	margin-left:10px;
}

.team-bio { 
	cursor: pointer;
}

.search-filters {
    position: fixed;
    top: 57px;
    z-index:4;
    
} 

.apply-changes {
    position: sticky;
    bottom:0;
    z-index:100;
}

.search-header {
    background-color: #353635;
}

.search-header:hover{
    background-color: #a66783;
    cursor:pointer;
}

.search-header-mobile {
    background-color: #a66783;
    position:fixed;
    z-index:4;
    top:58px;
}

@media(min-width: 768px){ 
    
    .search-filters {
        position: sticky;
        top:148px; 
        bottom:0px;
        overflow-y: auto;
    
    } 
    
    .search-filters, .search-filters input:not([type=submit]),.search-filters-mobile, .search-filters-mobile input:not([type=submit]){
    font-size: 0.9em !important;
}
    
    .search-header,
    .search-header:hover {
        background-color: #fff;
    }
    
    
    
}

.accordion-button:focus {
	outline:0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordion-header {
		width:100%;
	}

.accordion-header {
  color: #a66783;
}

.accordion-button {
  color: #a66783;
  border: none;
  text-align: center;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #a66783; /* Light red when active */
}

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

.accordion-collapse, .accordion-body, .accordion, .accordion-item {
    background-color: transparent!important;
}


.accordion-item, .accordion-body, .accordion-button, .accordion, .accordion-flush {
	border: none ;
	border-radius: 0 !important;
	margin-bottom: 0px !important;
}

.accordion-collapse .collapsed-arrow {
  color: #a66783; 
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d9534f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    font-size:0.9em;
}

.pull-tab {
    background-image: url("../images/pull-tab.png") !important;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size:11px;
	color:#fff;
	height:45px;
	padding-top:21px;
	cursor:pointer;
}


.banner-bar {
    background-color:rgba(23,191,62,0.60);
    box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
}

.banner-header {
	background-color:#c8c6c6;
	font-family: 'Nexa Bold';
	display: inline-block;
	color: #43657e;
	font-size:66px;
	line-height:.90em;
	vertical-align: baseline;
	padding:0.1em;
	padding-top:0.2em;
	padding-bottom:0em;
	margin:5px;
}

.banner-subheader {
	background-color:#43657e;
	color: #fff;
	font-size:20px;
	line-height:2em;
	margin:5px;
	padding:0.2em;
}



.community-left, .community-right {
	 background-position: top center; 
	 background-size: 100% auto; 
	 background-repeat: no-repeat;
	 padding-top:250px;
}

.community-card {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

@media(min-width: 768px){
	
	.community-left {
		 background-position: left center; 
		 background-size: 70% auto; 
		 background-repeat: no-repeat;
		 padding-top: inherit;
		
	}


	.community-right {
		 background-position: right center; 
		 background-size: 70% auto; 
		 background-repeat: no-repeat;
		 padding-top: inherit;
	}
	
    /*
	.nav-link, .nav-on {
		height:100px;
	}
    */
	
	.nav-link, .nav-link-li, .nav-link-2 {
		margin:0px;
		/*padding: 6px 0px 0px 0px;*/
	}
	
	
	.fb-icon {
		width:43px;
	}
	
	
	.dropdown-menu {
	
		font-size: 0.8em;
		border-bottom:0px;

	}
	
	.team-info .dropdown-menu {
		max-width: 700px;
	}

	
}

@media(min-width: 992px){
    
      
  
	
	.banner-header {
		background-color:#c8c6c6;
		font-family: 'Nexa Bold';
		display: inline-block;
		color: #43657e;
		font-size:110px;
		line-height:.90em;
		vertical-align: baseline;
		padding:0.1em;
		padding-top:0.2em;
		padding-bottom:0em;
		margin:5px;
	}

	.banner-subheader {
		background-color:#43657e;
		color: #fff;
		font-size:40px;
		line-height:1.8em;
		margin:5px;
		padding:0.1em;
	}
	
	.accordion-body {
        font-size:1em;
    }
	
	
	
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
    color:#c3a500;
	text-decoration: none;
	cursor: pointer;
	
}

.nav-link, .nav-link-2 {
    font-family: "Cinzel";
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    position: relative; /* Required for pseudo-element positioning */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.nav-link-2 {
    color: #000 !important;
    text-decoration: none;
}

.nav-link-2:hover {
    color: #c3a500 !important;
    text-decoration: none;
}



.nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 1px; 
    background-color: #fff600;
    transition: width 0.3s ease, left 0.3s ease; 
}

.nav-link-2 {
    position: relative;
    display: inline-block;
}

/* Top Line */
.nav-link-2::before,
.nav-link-2::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #c3a500;
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
}

/* Top line (full width) */
.nav-link-2::before {
    bottom: 0px;
    left: 50%;
}

/* Bottom line (50% width) */
.nav-link-2::after {
    bottom: -2px;
    left: 50%;
}

/* Hover effect triggers both lines to expand */
.nav-link-2:hover::before {
    width: 100%;
    left: 0;
}

.nav-link-2:hover::after {
    width: 50%;
    left: 25%;
}

.nav-link:hover::after {
    width: 100%;
    left: 0;
}


.nav-link:hover, .nav-link:active, .nav-link-active {
    color: #fff600;
    cursor: pointer;
    text-decoration: none; /* Ensure no underline here */
}



.nav-on {
	font-size: 18px;
	color: #000;
	cursor: pointer;
	padding-left:8px;
	padding-right:8px;
	text-decoration: underline;
	text-decoration-color: #a66783;
	text-underline-offset: 10px;
	/*padding: 6px 0px 0px 0px;*/
}

.topbar {
	background-color: #a66783;
	font-size: 12px;
	font-family: "Nexa Bold";
letter-spacing: 1px;
	text-transform: none;
}

.navbar-toggler span {
  display: block;
  background-color: #000;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
 
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.nav-dot {
  display:inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0;
  border-radius: 10px;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.banner-deals-container {
    background-image: url("../images/banner-deals-bg.png");
    background-size: cover;
    background-position: top 75px center;
    background-repeat: no-repeat;
    z-index:3;
}

.events-container {
    background-image: url("../images/banner-cork-bg.jpg");
    background-size: fill;
    background-position: top -75px center;
}

.what-is, .search-main {
    
    box-shadow: inset rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search-main {
    background-color: #dad8d9;
}

.banner-deals-carousel {
    background-color: #fff;
}

@media(min-width: 768px){
    .banner-deals-carousel {
        background-color: transparent;
    }
    
    .events-container {
    background-image: url("../images/banner-cork-bg.jpg");
    background-size: fill;
    background-position: top -45px center;
}
} 

.banner-deals {
    top: 60px;
    font-size:18px;
    bottom:0px;
    
}

.banner-events-item {
    transition: transform 0.15s linear;
    transform-origin: top center;
}

.featured-link a {
    color:#a66783;
     text-decoration: underline;    
    background-image: url("../images/link-arrow-right.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right:20px;
}

.featured-link a:hover, .featured-link a:active {
    text-decoration: underline;
}

.banner-deal-img-container {
    aspect-ratio: 1/1;
    background-color:#fff;
    overflow-y: hidden;
}

.deal-date {
    font-family: "Cinzel";
    color: #0f5c05;
    font-size:15px;
}

.reviews{
    background-image: url('../images/bg-slanted.png'); 
    background-repeat: no-repeat; 
    background-position: bottom center; 
    background-size: 100% auto;
}

.reviews-quote {
    font-family: "League Spartan";
    font-size: 72px;
    color: #d295b1;
}


.inner-page-service {
    background-image: url('../images/bg-slanted.png'); 
    background-repeat: no-repeat; 
    background-position: bottom center; 
    background-size: 100% 100%;
}

.reviews-dots-divider {
    height:35px; 
    background-image: url('../images/dots.png'); 
    background-size: auto 100%;
    background-repeat: repeat-x; 
    background-position: top center; 
}

.reviews .slide {
    color: #bfbfbf;
}

@media(min-width: 992px){
	.banner-deals {
        top: 105px;
    }
    
    .reviews-dots-divider {
        height:70px; 
    }

}

/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
	padding:0px;

	margin:0px; 
	color: #231f20;
    
    
    font-family: "Nexa Bold";
letter-spacing: 1px;
    
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    
       /* From https://css.glass */
    
    background-image: url("../images/bg-header-curve.png");
    background-position: bottom; 
    background-repeat: no-repeat;
    
    
    height:150px;

}

.navbar-mobile {
   /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
}


.navbar .logo {
}


.navbar-toggler {
	color:#000;
	margin:0px;
	border-radius: 0px;
    z-index: 15;
}

.navbar-toggler-icon {
	color:#43657e;
}
.toggler-bg {
    z-index:9;
}

.navbar-nav {
	background: rgba(255,255,255,0.79);
}



.navbar-buttons .btn-primary, .navbar-buttons .btn-secondary {
	font-size:18px;
	border-radius:2px;
	border:1px solid #bab9b9;
	color:#fff;
	padding:6px 15px 2px 15px;
}

@media(min-width: 992px){
	.navbar-buttons .btn-primary, .navbar-buttons .btn-secondary {
		min-width: 130px;
	}
    
    .nav-link ,.navbar.scrolled .nav-link, .nonindexnav .nav-link,.nav-link-2 {
        color: #fff;
        font-size:16px;
    }

    .navbar.scrolled .nav-link:hover, .navbar.scrolled .nav-link:active, .navbar.nonindexnav .nav-link:hover, .navbar.nonindexnav .nav-link:activ {
        color: #231f20;
        cursor: pointer;
    }
    
   


}

.navbar-buttons .btn-primary {
	background-color: #a66783;
}

.navbar-buttons .btn-secondary {
	background-color: #4b829c;
}


.navbar-buttons .btn-primary:hover, .navbar-buttons .btn-secondary:hover {
	background-color:#9cab15;
	border:1px solid #a66783;
}



.bg-marble {
	background-image: url("../images/bg-marble.jpg");
	background-repeat: no-repeat;
	background-size:cover;
    background-position: top center;
	border-top:10px solid #000;
}

@media(min-width: 992px){
	.bg-marble {
		 background-position: center;
	}

}

.heading, h1, h2 {
    color: #231f20;
    text-transform: uppercase;
	font-family: "Cinzel Bold";
    letter-spacing: 1px;
	font-size: 19px !important;
	position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height:110%;
    
}

h2 {color: #c3a500 !important} 

#banner-video{
    object-fit: contain;
	position: absolute;
	overflow: hidden;
    width:auto;
    height:100%;
    left: 50%;
  transform: translateX(-50%);
    
}

.header-banner {
    background-size: auto 100%;
    background-position: center;
}

.header-banner .heading {
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.91);
}

@media(min-width: 992px){
    
    .header-banner {
        background-size: 100% auto;
    }

    
	#banner-video{
        width:100%;
        height:auto;
    }

}

.banner-carousel {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}


.banner-carousel-container .overlay {
    font-size:15px;
    font-family: "Cinzel";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.banner-carousel-container .overlay .looking-for {
    font-size:19px;
}

.banner-carousel-container .overlay a {
    text-decoration: none;
    color: #c3a500;
}


.banner-carousel-container .overlay a:hover {
    text-decoration: none;
    color: #eb535b;
}



.banner-carousel-container .overlay .mainheading {
	color: #FFF;
    font-family: "Cinzel Black";
    letter-spacing: 1px;
	text-transform: uppercase;
	font-size:19px;
    z-index:0;
    line-height:150%;
    
}

.banner-carousel-container .overlay .subheading {
	color: #FFF;
	font-size:15px;
}

.banner-carousel-container .overlay .surheading {
	color: #fff;
	font-size:15px;
    z-index:10;
}

.contact-box {
    box-shadow: inset 0px 20px 20px rgba(0, 0, 0, 1);

}

@media(min-width: 992px){
    .contact-box {
        position: relative; /* Keeps it in normal flow */
        color: white;
        padding: 30px;
        min-height: calc(100% + 40px); /* Makes it taller than the container */
        margin-top: -20px; /* Moves it up */
        margin-bottom: -20px; /* Moves it down */
        z-index: 2; /* Ensures it stays above the white section */
        box-shadow: none;
    }

    .contact-box::before,
    .contact-box::after {
        content: "";
        position: absolute;
        right: -35px; /* Position the triangles */
        width: 20px;
        height: 20px;
        background: #231f20;
        z-index: -1; /* Push behind the white section */
    }

    .contact-box::before {
        bottom: 0px; 
        right:-20px;
        clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
    }

    .contact-box::after {
        top:0px;
        right:-20px;/* Triangle below */
        clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    }
}

.intros {
    position: absolute;
    top:-140px;
}

.intros .shadow-custom {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.icon-arrow-desktop {
	position:absolute;
	top:-25px;
	right:-15px;
}

.icon-arrow-mobile {
	position:absolute;
	bottom:-25px;
	right:-15px;
}

.mobilemenu {
    z-index:15;
}


.text-underline {
	text-decoration: underline;
    background-color: transparent;
}

.search-section {
    position: relative; /* Needed for absolute positioning inside */
    
    border-bottom:5px solid #d9d9d9;
}

.search-section::before {
    content: "";
    position: absolute; /* Fixed position relative to the viewport */
    top: 0;
    right: 0; /* Start from the left side of the viewport */
    width:2000px; /* Full height of the element */
    height:100%; /* Full height of the element */
    background-image: url("../images/bg-leather.jpg");
    background-size: 2000px auto;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1; /* Stay behind the content */
    overflow-x: visible;
}

.product {
	cursor:pointer;
}

.main-section-info {
    top:-100px;
    left:50%;
    margin-left:-50%;
    width:100%;
    padding-left:30px; padding-right:30px;    
}


.main-section-info .heading {
    font-size:1.4em;
}

.main-section-info .sub-heading {
    font-size:0.9em;
    color:#000;
}

.main-section-container::after, .main-container::after {
  content: '';
  display: block;
  clear: both;
}

.main-section-container{
    height:740px;
}

.img-main-section {
    border: 10px solid white;
    box-shadow: 0px 0px 10px 40px rgba(0, 0, 0, 0.24) inset;
    
}


.line {
  height: 5px; /* Adjust the thickness of the line here */
  background-color: #a66783;
  flex-grow: 1; /* Makes the line grow to fill the container */
  margin:0px;
}

.dot {
  width: 15px; /* Diameter of the dot */
  height: 15px; /* Diameter of the dot */
  background-color: #a66783;
  border-radius: 50%; /* Makes it circular */
  margin:0px;
  border:1px solid #a66783;
}


.who-is-quinn {
    background-image: url("../images/bg-texture.jpg");
    background-position: top center;
    border-top:5px solid #d9d9d9;
}

@media(min-width: 992px){
    
    .banner-carousel-container .overlay {
        font-size: 24px; 
    }
    
    .banner-carousel-container .overlay a {
        color: #3c67a9e;
    }
    
    .banner-carousel-container .overlay .looking-for {
        font-size:30px;
    }

    
    .search-section {
        border-bottom:none;
        border-right:5px solid #d9d9d9;
    }

    .main-section-info {
        height:100%;
        width:180%; 
        left:-80%; 
        top:0px;
        margin:inherit;
        padding-left:0px;
        padding-right:0px;
    }
    
    .main-section-info .heading {
        font-size:1.6em;
    }
    
    .main-section-container{
        height:inherit;
    }
    
    .main-section-info .sub-heading {
    font-size:1em;
}
}

.community {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.community a {
    color: #FFFFFF;
    text-decoration: underline;
	text-decoration-color: #000;
	text-underline-offset: 10px;
}

.community a:hover {
    color:#000;
}

.communities .overlay:hover {
	cursor:pointer;
	text-decoration:none;
	border-radius: 6px;
}

.circle-arrow {
    position:absolute;
    top:-45px;
    left:50%;
    margin-left:-45px;
}


.featured .heading {
	font-size:25px;
}


.right-pointing-triangle::after {
  content: "\25B6 \FE0E";
}


.signature {
	font-family: "Antro Vectra";
	font-size: 36px;
}

.main-area-row {
    top:-25px;
}

@media(min-width: 992px){
	
	.heading, h1, h2 {
		font-size:36px !important;
	}

	.main-area-row {
        top:-40px;
    }
    
    .overlay {
        font-size: 20px;
    }
    
    .banner-carousel-container {
       
    }
	
    .banner-carousel-container .overlay .mainheading {
		font-size:42px;
	}
	
	.banner-carousel-container .overlay .subheading {
		font-size:21px;
	}
    
    .banner-carousel-container .overlay .surheading {
	    font-size:30px;
    }
    
    .products .product .product-img {
        height: 300px;
    }

	
	.featured .heading {
		font-size:38px;
	}
	
	.one-tree .heading{	
		font-size:36px;
		
	}
	
	.one-tree .subheading{	
		font-size:21px;
	}
	
	

}


 .btn-primary, .btn-secondary{
	
	font-family: "Cinzel Bold";
    letter-spacing: 1px;
	color: #fff;
	border:0px;
	border-radius: 0px;
	font-size:13px;
    margin-left: 0px;
    
}



.btn-primary {
    background-color: #000;
    color: #fff !important;
    position: relative;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.16); /* acts like an outer border */
}

.btn-primary:hover {
    box-shadow: 0 0 0 4px #c3a500 !important; /* gold on hover */
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
}



.btn-secondary {
    background-color: #FFF;
	color: #c3a500;
    border: 2px solid #c3a500;
    position: relative;
}

.btn-secondary:hover {
	color: #FFF !important;
	background-color: #c3a500;
    text-decoration: none;
    border: 2px solid #fff;
	
}


@media(min-width: 992px){
	
	.btn-primary, .btn-secondary {
		font-size:18px;
	}

	.btn-featured {
		border:2px solid #fff;
		padding:10px 20px 10px 20px;
		font-size:14px;
	}
}

.btn-mobilenav {
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	border-color: transparent #161a1c transparent #161a1c;
}

.btn-mobilenav:hover {
	color:#fff;
}


.heading-container {
	border-left: 5px solid #4b829c;
}


.form-control, .input-group-text {
	border-radius: 0px;
    border:5px solid white;
}

.input-group-text {
    background-color: #fff;
    
}

.form-control::placeholder {
	font-style: italic;
}

.form-control.form-navbar {
    font-size:14px;
}

.form-control,.form-navbar::placeholder {
	font-style: italic;
    color: #ffff;
}

.heading a{	color: #ffffff;}
.heading a:hover{	color: #ffffff;}
.heading a:visited{	color: #ffffff;}
.heading a:active{	color: #ffffff;}

.heading-lg{
	font-size: 18px;
}
.heading-sep{
	margin-bottom: 35px;
}
.heading-sep:after{
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    background: #e5460f;
    position: absolute;
    margin-top: 13px;
}

.pointer {
	cursor: pointer;
}

.sub-heading {
	font-size:1.5em
}
.sub-heading a:link{}
.sub-heading a:hover{}
.sub-heading a:visited{}
.sub-heading a:active{}

.maintext {}
.maintext a:link{}
.maintext a:hover{}
.maintext a:visited{}
.maintext a:active{}


.two-cents a{ color: #000;}
.two-cents a:hover{ color: #fb000b;}

.testimonial-read-more a{ color: #FF0000;}
.testimonial-read-more a:hover{ color: #fb000b;}


.search .searchtitle, .listingtitle {
	color:white;
	font-family: "Cinzel";
	font-size:55px;
	text-shadow: 2px 0px #000;
	text-align: center;
	
}
.search input, .search select {
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
}

.top-section {
    background-color: #efeff1;
    border-bottom: 5px solid #c3a500;
}

.why-choose {
    background-image: url(../images/red-bg.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.4) !important;
}

.pre-footer {
    background-image: url(../images/house-bg.jpg);
    background-size: cover;
    background-position: center;
   background-color: #121212;
   line-height: 140%;
   font-size: 0.9em;
    border-top:10px solid #c3a500;
}



footer{
    position:relative;
	padding: 12px 0;
	background: #0d0d0d;
	color: #fff;
	font-size: 12px;
    border-top: 15px solid #fff;
}


.footer-top {
	background-color: #0d1114;
	border-top:10px solid #a66783;
}

.footer-text {
	font-family: "Nexa Bold";
letter-spacing: 1px;
	color: #fff;
	font-size: 15px;
}


@media(min-width: 992px){
    
    
    
	.footer-text {
		font-size: 18px;
	}
    
    
}




@media(min-width: 1600px){
    
    
	.navbar .logo, .navbar.scrolled .logo, .nonindexnav .logo{
		width:200px;
	}
    
	.footer-text {
		font-size: 18px;
	}
    
    .container-extended {
        width:1500px !important;
    }
    
}


footer a, .pre-footer a{
	color: #c3a500;
	text-decoration: none;
}
footer a:hover, .pre-footer a:hover{
	color: #c3a500;
	text-decoration: underline;
}


footer a:visited{}
footer a:active{}

.copyright {}
.copyright a:link{}
.copyright a:hover{}
.copyright a:visited{}
.copyright a:active{}

/* Responsive styles, which override the base styles at specific sizes */

.responsive {

  width: 100%;

  height: auto;

}

.slider {
	background-color: #e9eded;
}

.slanted {
  -webkit-transform: skewy(-4deg);
  transform: skewy(-4deg);
}

.unslanted {
  -webkit-transform: skewy(4deg);
  transform: skewy(4deg);
}

.last {
  margin-bottom: -80px;
}

.personal-message a {
    color:#fff;
    text-decoration: underline;
    
}

.personal-message a:hover {
    color:#d7c8f3;
    
}

.communities {
    position: relative;
    background-color: #dbdbda;
    z-index: 0;
}

.blog {
   position: relative;
    z-index: 2;
}

.sideBar {
     position: relative;
   z-index:4;
}

.sidebarBox .dropdown-menu {

	border:0px;
	border-radius: 0px;
	background-color: #a66783;
	color:#fff;
	font-size:  0.8em;

}



.sidebarBox .dropdown-menu > li > a {
	color:#fff;
}

.sidebarBox .dropdown-menu > li > a:hover {
	text-decoration: underline;
}

@media (max-width: 576px) {	
	.sidebarBox .dropdown-menu {
		font-size:1em;
	}
}

#otherArticles {
	background-color:#c3a500;
}

.view-articles-mobile {
	margin-top:55px;
	background-color: #c3a500;
	color: #fff;
	z-index: 2;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}


/* Smartphones */
/* Equivalent to bootstrap's media-sm */
@media(min-width: 576px){
    .navbar {
        height:150px;
	}
} 
	
/* Tablets */
/* Equivalent to bootstrap's media-md */
@media(min-width: 768px){
	.navbar {
        height:170px;
	}
	
	.navbar-nav {
		background-color: transparent;
	}
	
	.nav-link, .nav-link-2 {
		color: #fff;
        font-size:12px;
	}
	
	.search input, .search select {
		padding: 15px 15px 15px 15px;
	}
	
	
	.listingtitle {
		font-size: 65px;
	}

}
	
/* Laptops */
/* Equivalent to bootstrap's media-lg */
@media(min-width: 992px){	
    
    .navbar {
        height:150px;
	}
    
	
	.heading.mb-lg{
		margin-bottom: 35px;
	}
	.heading-lg{
		font-size: 38.5px;
	}
	.heading-sep{
		margin-bottom: 60px;
	}
	.heading-sep:after{
		width: 63px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 24px;
	}
	footer{
		font-size: 13.5px;
		padding: 19px 0;
	}
}
	
.footer-standings, .footer-standings2 {
	background-color: #fff;
	
	/*box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.5);*/
	font-size:12px;
}

.footer-standings-heading, .footer-standings-heading2{
	
	font-family: "Nexa Bold";
    letter-spacing: 1px;
	
	padding:25px;
	
	text-align: center;
	
	font-size: 30px;
	
	line-height: 100%;  
	
	color: #fff;
}

.footer-standings thead {
	color: #23577f; 
}

.footer-standings2 thead {
	color: #389b7f; 
}
.footer-standings-heading {
	background-color: #23577f; 
}

.footer-standings-heading2 {
	background-color: #389b7f; 
}


/* Desktops */
/* Equivalent to bootstrap's media-xl */
@media(min-width: 1200px){
    
    .navbar {
        height:155px;
	}
    
	.footer-standings-heading, .footer-standings-heading2{
		font-size:25px;
	}
    
    .the-red-nav {
        padding-left:50px;
        padding-right:50px;
    }
        
    .intros {
        top:-400px;
        z-index: 10;
    }
}
	
/* Extra large Desktops */
@media(min-width: 1605px){
    .navbar {
        height:175px;
        background-size:100%;
	}
    .the-red-nav {
        padding-left:125px;
        padding-right:125px;
    }
    .nav-link, .nav-link-2 {
		color: #fff;
        font-size:15px;
	}
    
	.banner.alt{
		height: 600px;
	}
	
	.footer-standings-heading, .footer-standings-heading2{
		font-size:30px;
	}
}