* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li,
ul {
    margin: 0;
    padding: 0;
}


:root {
    --brand: #1b0133;
    --subclr: #fff;
    --text-clr: #444;
    --ff1: 'Poppins', sans-serif;
    --ff2: 'Great Vibes', cursive;
}




body{
    background-color: #1b0133;
     /* background-color: white; */
    color: #fff;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}
.subscribe-form form input{
    background: transparent !important;
    /* border: none; */
border: 2px solid rgb(112, 100, 228);
color: white;
padding-left: 5px;
}

section{
    padding: 100px 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu{
    background-color: #1b0133;
  }
  .dropdown-menu li{
    padding-bottom: 10px;
}

/* menu start */
.main-menu{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 99999999;

}
.main-menu ul li a{
    color: var(--subclr);
    font-weight: 600;
    font-size: 18px;
    padding: 0 10px;
    transition: .5s;
    margin: 0 20px;
}
.main-menu ul li a:hover{
    background: linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.active{
    background: linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.nav-link:focus, .nav-link:hover {
    background: linear-gradient(to right, #EB22CB 0%, #30CFD0 100%) ;
    background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.main-btn{
  margin-top: 60px;
}
/* menu end */

/* banner start */
#banner {
    /* height: 100vh; */
    position: relative;
    z-index: 1;
}
#banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.banner-text {
	padding: 150px 0;
}
.banner-text h1{
    font-weight: 600;
    font-size: 60px;
    letter-spacing:2px;
}
.banner-text h4{
    font-weight: 600;
    font-size: 50px;
    /* background: linear-gradient(to right, #30CFD0 0%, #EB22CB 100%); */
    background: linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
  background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner-text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
    padding-top: 20px;
    color: var(--subclr);
    opacity: .7;
}

#pricing,
#banner-2,
#banner-3{
  border-top: 5px solid #1f003c;
}

#testimonials,
#pricing,
#banner-3{
  border-bottom: 5px solid #1f003c;
}
/* banner end */



/* main-btn start */
.shadow__btn {
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
  }
  
  .shadow__btn {
    /* background: rgb(0,140,255); */
    background: linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
  /* background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
    box-shadow: 0 0 25px rgb(0,140,255);
  }
  
  .shadow__btn:hover {
    box-shadow: 0 0 5px rgb(0,140,255),
                0 0 25px rgb(0,140,255),
                0 0 50px rgb(0,140,255),
                0 0 100px rgb(0,140,255);
                color: white;
  }
/* main-btn end */

/* gallery start */
.gallery-img {
    position: relative;
    display: inline-block;
}

.gallery-img img {
    display: block;
    border-radius: 20px;
}

.gallery-img::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(to left, #EB22CB, #30CFD0);
    border-radius: 20px;
    z-index: -1;
}

.gallery-img img {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-clip: padding-box;
}
.gallery-text h4{
    background: linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
  background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
}

/* gallery end */

/* explore start */

/* 
.explore-content{
    padding: 60px 0;
    background: url(/assets/image/explore-2.jpg) no-repeat center/cover;
    position: relative;
    margin-top: 115px;
    filter: drop-shadow(0 0 0.75rem crimson);
}
.explore-content::after {
	content: '';
	position: absolute;
	top: -55px;
	right: 100%;
	left: -68%;
	bottom: 0;
	background-image: url(/assets/image/explore-1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: 9999;
	height: 346px;
	padding: 100px 94px;
}
.explore-content::before {
	content: '';
	position: absolute;
	top: -136px;
	right: 100%;
	left: 68%;
	bottom: 0;
	background-image: url(/assets/image/explore-1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: 9999;
	padding: 100px 94px;
}

 */
 .explore-right h2 span{
    background: linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.titlepage h2{
  background: linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-transform: uppercase;
}
.titlepage h2,
.explore-right h2{
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.explore-right p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    opacity: .8;
}
.counter_inner {
    text-align: center;
}

.counter_inner h4 {
    color: var(--subclr);
    font-size: 60px;
    font-weight: 600;
    display: inline-block;
}
.counter_inner span{
    font-size: 30px;
}

.counter_inner p {
    color: var(--subclr);
    font-size: 15px;
    font-weight: 500;
}

/* explore end */

/* banner start */
.section-right{
    position: relative;
    display: inline-block;
}
.section-right img{
    border-radius: 15px;
            display: block;
}
.section-right::before {
	content: '';
	position: absolute;
	top: -14px;
	left: -10px;
	width: 103%;
	height: 105%;
	border: 3px dashed #30CFD0;
	border-radius: 30px;
	box-sizing: border-box;
	z-index: -1;
	transform: rotate(5deg);
    opacity: .8;
}
.section-right::after {
	content: '';
	position: absolute;
	top: -15px;
	left: -37px;
	width: 103%;
	height: 105%;
	border: 3px dashed #EB22CB;
	border-radius: 30px;
	box-sizing: border-box;
	z-index: -1;
    opacity: .8;
}
.section-left h2{
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 2px;
    background: linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-left{
  margin-top: 50px;
}
.section-left p{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-top: 20px;
    color: var(--subclr);
    opacity: .7;
}
.section-left p span{
  display: block;
  padding-top: 20px;
}
.explore-content img{
    border-radius: 10px;
}
.section-left .main-btn{
  margin-top: 0 !important;
}
.banner-text{
  width: 60%;
}
/* banner end */

/* gallery start */


.portfolio_main ul {
    display: flex;
    justify-content: center;
}

.filter_menu ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.filter_menu ul li {
    padding: 10px 20px;
    /* background: transparent; */
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    /* border: 1px solid #30CFD0; */
    text-transform: uppercase;
    /* color: var(--subclr); */
    background:  linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    
    z-index: 1;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
}

.filter_menu ul li.mixitup-control-active {
    background: #30CFD0;
    color: var(--subclr) !important;
}

.filter_menu ul li::before,
.filter_menu ul li::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: -1;
    background-color: var(--brand);
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.filter_menu ul li::before {
    top: -1em;
    left: -1em;
}

.filter_menu ul li::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
}

.filter_menu ul li:hover::before,
.filter_menu ul li:hover::after {
    height: 410px;
    width: 410px;
}

.filter_menu ul li:hover {
    color: var(--subclr);
    border-color: var(--brand);
}

.filter_menu ul li:active {
    filter: brightness(.8);
}


.filter_img {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.filter_img .img {
    width: 25%;
    padding: 10px;
}

.filter_img .img img {
    width: 100%;
    max-width: 100%;
    box-shadow: 13px 22px 22px -6px rgba(9, 8, 8, 0.86);
}

.filter_img .img {
    position: relative;
}

.filter_img .overly {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    background: rgba(229, 46, 113, 0.5);
    visibility: 0;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.filter_img .overly i {
    color: var(--subclr);
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.filter_img .img:hover .overly {
    visibility: visible;
    opacity: 1;
}

.filter_img .overlay a {
    color: #fff;
    font-size: 40px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.filter_img .overlay:hover a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    color: var(--brand);
}
/* gallery end */

/* pricing start */
.card {
    position: relative;
    max-width: 300px;
    height: auto;
    background: linear-gradient(-45deg, #fe0847, #feae3f);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    overflow: hidden;
  }
  
  .card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  
  .col-sm-4:nth-child(1) .card,
  .col-sm-4:nth-child(1) .card .title .fa {
    background: linear-gradient(-45deg, #f403d1, #64b5f6);
  }
  
  .col-sm-4:nth-child(2) .card,
  .col-sm-4:nth-child(2) .card .title .fa {
    background: linear-gradient(-45deg, #ffec61, #f321d7);
  }
  
  .col-sm-4:nth-child(3) .card,
  .col-sm-4:nth-child(3) .card .title .fa {
    background: linear-gradient(-45deg, #24ff72, #9a4eff);
  }
  
  .card:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
    -webkit-transform: skewY(-5deg) scale(1.5);
    -moz-transform: skewY(-5deg) scale(1.5);
    -ms-transform: skewY(-5deg) scale(1.5);
    -o-transform: skewY(-5deg) scale(1.5);
  }
  
  .title .fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  
  .title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    z-index: 2;
  }
  
  .price {
    position: relative;
    z-index: 2;
  }
  
  .price h4 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 60px;
  }
  
  .option {
    position: relative;
    z-index: 2;
  }
  
  .option ul {
    margin: 0;
    padding: 0;
  }
  
  .option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
  }
  
  .card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #262626;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  
  .card a:hover {
    text-decoration: none;
  }
.common_head h4{
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #EB22CB 30%, #30CFD0 100%);
    background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;

}  
/* pricing end */

/* testimonial start */
.testimonials .slider{
	/* border:1px solid #7e8bb6; */
	max-width: 600px;
	margin: auto;
	text-align: center;
	padding:30px;
	/* background-color: #081131; */
	border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   }
   .testimonials .slider p{
    color: #444 !important;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
   }
   .testimonials .slider-indicator{
	text-align: center;
	padding-bottom:30px;
}

.testimonials .slider-indicator img{
	max-height:80px;
	max-width:80px;
	border-radius:50% 0% 50% 0%;
	display: inline-block;
	margin:0 8px;
	opacity:0.2;
	border:4px solid #fff;
  box-shadow: 0px 8px 15px rgb(9, 4, 4);
	cursor: pointer;
	transition: opacity 1s ease;
}

.testimonials .slider-indicator img.active{
	opacity:1;
}

.testimonials .slider p{
	font-size:18px;
	color:#fff;
	word-spacing: 2px;
}

.testimonials .slider .client-info h3{
	font-weight: bold;
	color:var(--subclr);
	font-size: 18px;
	margin:30px 0 10px;
}

.testimonials .slider .client-info span{
	display: block;
	font-size:16px;
	color: #444;
}

.testimonials .slider .slide{
	display: none;
}

.testimonials .slider .slide.active{
	display: block;
	animation: slide 1s ease;
}

@keyframes slide{
	0%{
		opacity: 0;
		transform: translateX(-15px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px)
	}
}
.pre-title {
	font-weight: 700;
	font-size: 46px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	background: linear-gradient(to right, #EB22CB 30%, #30CFD0 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    padding-top: 130px;
}
.common-heading p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    opacity: .7;
}
/* testimonial end */
.section-left .main-btn{
  margin-top: 40px !important;
}
/* footer start */
.footer-section {
    position: relative;
  }
  

  .single-cta svg{
    font-size: 45px;
  }

  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }

  .footer-logo img {
    max-width: 200px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: var(--subclr);
    line-height: 28px;
  }
  
  .social-icon{
    margin-top: 30px;
    
  }
  .social-icon a {
    color: #444;
    font-size: 16px;
    margin-right: 15px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease;
    border: 1px solid #ffffff;
    background-color: #fff;
  }
  .social-icon a:hover{
   background:  linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .footer-widget-heading h3 {
    background:  linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background:  var(--subclr);
  }
  .footer-widget ul li {
    /* display: inline-block; */
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    background:  linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .footer-widget ul li a {
    color: var(--subclr);
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    border: none;
    color: #444;
  }
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #fff;
    /*! color: var(--subclr); */
    padding: 15px 20px;
    border: 1px solid var(--bg);
    top: 0;
    border-left: 1px solid var(--subclr);
  }
  .subscribe-form button i {
    color: var(--brand);
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area {
    padding: 25px 0;
    border-top: 5px solid #1f003c;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: var(--subclr);
  }
  .copyright-text p a {
    color: var(--brand);
    opacity: .7;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    background:  linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .footer-menu li a {
    font-size: 14px;
    color: var(--subclr);
  }
  .btn_top_bottom {
    color: #fff;
    text-align: center;
    background:  linear-gradient(to right, #EB22CB 0%, #30CFD0 100%);
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999999999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 8px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.btn_top_bottom i p {
    color: var(--subclr);
    font-size: 8px;
    padding-top: 10px;
    letter-spacing: 2px;
}

.btn_top_bottom {
    display: none;
}

  /* footer end */

  /* 404 page */

  #oopss #error-text {
    font-size: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Shabnam', Tahoma, sans-serif;
    color: #fff;
    direction: rtl;
  }
  #oopss #error-text img {
    margin: 85px auto 20px;
    height: 342px;
  }
  #oopss #error-text span {
    position: relative;
    font-size: 3.3em;
    font-weight: 900;
    margin-bottom: 50px;
  }
  #oopss #error-text p.p-a {
    font-size: 19px;
    margin: 30px 0 15px 0;
  }
  #oopss #error-text p.p-b {
    font-size: 15px;
  }
  #oopss #error-text .back {
    background: #fff;
    color: var(--brand);
    font-size: 30px;
    text-decoration: none;
    margin: 2em auto 0;
    padding: .7em 2em;
    border-radius: 500px;
    box-shadow: 0 20px 70px 4px rgba(0, 0, 0, 0.1), inset 7px 33px 0 0px #9a4eff;
    font-weight: 900;
    transition: all 300ms ease;
  }
  #oopss #error-text .back:hover {
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px);
    box-shadow: 0 35px 90px 4px rgba(0, 0, 0, 0.3), inset 0px 0 0 3px #000;
  }
  


  /* 404 page */

  input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}



.contact-form-inner{
  background-color: #21053c;
  padding: 50px 20px;
  border-radius: 10px;
}
.cmn-banner {
	height: 480px !important;
}
.banner-text a{
  color: var(--subclr);
}
.banner-text a span a{
  color: red !important;
}
.nav-link{
  color: var(--subclr) !important;
  border: none !important;
  background-color: transparent !important;
}

/* contact */

.red-text{
color: red;
}
.rsvp_btn a {
  color: #444;
  font-size: 20px;
  font-weight: 400;
  padding: 7px 30px;
  border: 1px solid var(--brand);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  margin-top: 40px;
}

.rsvp_btn a:hover {
  background: var(--brand);
  color: var(--subclr);
}

#rsvp-form{
  padding: 80px 0;
  position: relative;
  z-index: 999;
  background: #1b0133 !important;
}
#rsvp-form::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.rsvp-inner-form h3{
  color: var(--subclr);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 30px;
}

.rsvp-inner-form form input{
  margin-bottom: 20px;
  background-color: var(--brand);
  border-color: var(--brand);
  padding: 20px;
  color: #fff !important;
}
.rsvp-inner-form form textarea{
  background-color: var(--brand);
  border-color: var(--brand);
  color: #fff !important;
}
.rsvp-inner-form .form-control:focus{
  border-color: var(--brand);
  background-color: var(--brand);
}
.rsvp-inner-form .table input{
  width: 290px;
padding-left: 10px;
padding-left: 10px;
padding-bottom: 10px;
margin-left: 20px;
margin-top: 20px;
}


.main-menu.navbar { 
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-menu .container {
  padding-top: 4px !important;   
  padding-bottom: 6px !important;
}


.main-menu .navbar-brand { 
  margin: 0 !important; 
  padding: 0 !important;
}

.main-menu .main-btn { 
  margin: 0 !important; 
}


.main-menu .main-btn .shadow__btn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: inline-flex;
  align-items: center;
  height: 44px;           
  padding: 0 20px;        
  line-height: 1;         
}



#top-games .game-card {
  background: #0e0e14;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06), 0 12px 24px rgba(0,0,0,0.35);
  transition: transform .25s ease, box-shadow .25s ease;
}

#top-games .game-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1px rgba(0,255,255,0.25), 0 16px 32px rgba(0,0,0,0.5);
}


#top-games .game-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;          
  background: #111;
}

#top-games .game-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


#top-games .game-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(60% 60% at 50% 50%, rgba(9, 245, 255, .18), rgba(255, 0, 153, .08) 60%, rgba(0,0,0,.65) 100%);
  opacity: 0;
  transition: opacity .25s ease;
}

 #top-games .game-thumb img, 
  #top-games .game-overlay {
    position: absolute; inset: 0;
  }
}

/* === Bonuses & Loyalty (expanded) + Gaming Overview (clean) === */

/* --- Common helpers --- */
.bl-bullets { margin: 0; padding-left: 18px; }
.bl-bullets li { margin-bottom: 10px; }

/* Neon icons (inline SVG) */
.bl-icon { width: 28px; height: 28px; flex: 0 0 28px; stroke-width: 2; fill: none; stroke: #00f7ff; filter: drop-shadow(0 0 6px rgba(0,255,255,.35)); }
.bl-icon--pink  { stroke: #ff00c8; filter: drop-shadow(0 0 7px rgba(255,0,200,.45)); }
.bl-icon--cyan  { stroke: #00f7ff; filter: drop-shadow(0 0 7px rgba(0,240,255,.45)); }
.bl-icon--green { stroke: #39ff14; filter: drop-shadow(0 0 7px rgba(57,255,20,.45)); }
.bl-icon--amber { stroke: #ffae00; filter: drop-shadow(0 0 7px rgba(255,174,0,.45)); }

/* --- Bonuses & Loyalty section --- */
#bonuses-loyalty .lead { max-width: 980px; }

.bl-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.bl-card__head { gap: 10px; }

.bl-tile {
  background: linear-gradient(135deg, rgba(0,240,255,.08), rgba(255,0,153,.08));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 18px 20px;
  height: 100%;
  box-shadow: 0 8px 22px rgba(0,0,0,.35);
}

.bl-highlight {
  background: linear-gradient(90deg, rgba(255,0,200,.12), rgba(0,240,255,.08));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 16px 18px;
}

.bl-table {
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  overflow: hidden;
}
.bl-table .table { --bs-table-bg: transparent; }
.bl-table thead tr { background: rgba(255,255,255,.04); }
.bl-table td, .bl-table th { border: none; }

/* Section headings rhythm */
#bonuses-loyalty h3 { font-size: 1.25rem; margin-top: .25rem; }
#bonuses-loyalty h4 { font-size: 1.05rem; letter-spacing: .2px; margin-top: 1rem; }

/* Buttons inside the section */
#bonuses-loyalty .shadow__btn { padding: 10px 20px; font-weight: 700; letter-spacing: .04em; }

/* --- Gaming Overview section --- */
#gaming-overview img { max-width: 340px; } /* контролируем размер картинки */
#gaming-overview p { line-height: 1.65; }

.anchor-nav .anchor-link {
  font-size: .95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.anchor-nav .anchor-link:hover { filter: brightness(1.25); }

/* --- Responsiveness (merged) --- */
@media (max-width: 991.98px) {
  .bl-card, .bl-tile { padding: 18px; }
}
@media (max-width: 767.98px) {
  #gaming-overview img {
    float: none !important;
    max-width: 100%;
    margin: 0 0 1rem 0;
    display: block;
  }
}
@media (max-width: 575.98px) {
  #bonuses-loyalty .lead { font-size: 1rem; }
  .bl-card, .bl-tile { padding: 16px; }
  #bonuses-loyalty .shadow__btn { padding: 10px 16px; }
}

/* Popular Slots: image wrap */
#popular-slots .slots-intro-img { max-width: 360px; }

/* Tag bar */
#popular-slots .slots-tags {
  display: flex; flex-wrap: wrap; gap: .5rem .75rem;
  list-style: none; margin: 0; padding: 0;
}
#popular-slots .slots-tags a {
  display: inline-block;
  padding: 8px 14px;
  font-weight: 700; letter-spacing: .03em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0,240,255,.07), rgba(255,0,153,.07));
  color: #fff; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
#popular-slots .slots-tags a:hover { transform: translateY(-2px); filter: brightness(1.2); }
#popular-slots .slots-tags a.is-active {
  box-shadow: 0 0 0 1px rgba(0,255,255,.35), 0 8px 20px rgba(0,0,0,.45);
}

/* Feature chips */
#popular-slots .slot-chip {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 16px 18px;
  height: 100%;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
#popular-slots .chip-title { display:block; font-weight:700; margin-bottom:6px; letter-spacing:.02em; }
#popular-slots .chip-text  { color: rgba(255,255,255,.85); }

/* Highlight cards */
#popular-slots .slot-card {
  background: linear-gradient(135deg, rgba(0,240,255,.07), rgba(255,0,153,.07));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px; padding: 22px;
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
  transition: transform .25s ease, box-shadow .25s ease;
}
#popular-slots .slot-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,.5); }
#popular-slots .slot-card__icon { width: 40px; height: 40px; margin-bottom: 10px; filter: drop-shadow(0 0 8px rgba(0,255,255,.35)); }
#popular-slots .slot-card__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; }
#popular-slots .slot-card__title { font-size: 1.05rem; margin: 4px 0 6px; letter-spacing: .2px; }
#popular-slots .slot-card__text  { color: rgba(255,255,255,.88); }

/* Neon accent colors */
.neon-cyan  { color: #00f7ff; }
.neon-pink  { color: #ff00c8; }
.neon-amber { color: #ffae00; }

/* Responsive: image stack on mobile */
@media (max-width: 767.98px){
  #popular-slots .slots-intro-img {
    float: none !important;
    max-width: 100%;
    margin: 0 0 1rem 0;
    display: block;
  }
}

/* Jackpots & Bonus Buy */
#jackpots-bonusbuy .jp-badge{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:14px 16px;
  height:100%;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
#jackpots-bonusbuy .jp-badge__title{
  display:block; font-weight:800; letter-spacing:.02em; margin-bottom:6px;
}
#jackpots-bonusbuy .jp-badge__text{ color: rgba(255,255,255,.85); }

#jackpots-bonusbuy .jp-card{
  background: linear-gradient(135deg, rgba(0,240,255,.07), rgba(255,0,153,.07));
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:22px;
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
}
#jackpots-bonusbuy .jp-icon{
  width:40px; height:40px; margin-right:10px;
  filter: drop-shadow(0 0 8px rgba(0,255,255,.35));
}
#jackpots-bonusbuy .jp-icon svg{ width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:2; }
.neon-cyan{ color:#00f7ff; } .neon-pink{ color:#ff00c8; }

/* Decorative timer bar */
#jackpots-bonusbuy .jp-timer{
  height:8px; border-radius:999px; overflow:hidden;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
#jackpots-bonusbuy .jp-timer__fill{
  width:65%; height:100%;
  background: linear-gradient(90deg, #00f7ff, #ff00c8);
  box-shadow: 0 0 12px rgba(0,240,255,.45), 0 0 12px rgba(255,0,200,.35) inset;
}

/* Responsive tweaks */
@media (max-width: 575.98px){
  #jackpots-bonusbuy .jp-card{ padding:18px; }
}

/* Live Casino & Table Games */
#live-casino .live-img { max-width: 360px; }

#live-casino .lc-badge{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:14px 16px;
  height:100%;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
#live-casino .lc-badge__title{
  display:block; font-weight:800; letter-spacing:.02em; margin-bottom:6px;
}
#live-casino .lc-badge__text{ color: rgba(255,255,255,.85); }

#live-casino .lc-card{
  background: linear-gradient(135deg, rgba(0,240,255,.07), rgba(255,0,153,.07));
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:22px;
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
}
#live-casino .lc-icon{
  width:40px; height:40px; margin-right:10px;
  filter: drop-shadow(0 0 8px rgba(0,255,255,.35));
}
#live-casino .lc-icon svg{ width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:2; }

/* Responsive: image stacks on mobile */
@media (max-width: 767.98px){
  #live-casino .live-img{
    float: none !important;
    max-width: 100%;
    margin: 0 0 1rem 0;
    display: block;
  }
}

/* Sportsbook */
#sportsbook .sb-img { max-width: 360px; }

#sportsbook .sb-badge{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:14px 16px;
  height:100%;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
#sportsbook .sb-badge__title{
  display:block; font-weight:800; letter-spacing:.02em; margin-bottom:6px;
}
#sportsbook .sb-badge__text{ color: rgba(255,255,255,.85); }

#sportsbook .sb-card{
  background: linear-gradient(135deg, rgba(0,240,255,.07), rgba(255,0,153,.07));
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:22px;
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
}
#sportsbook .sb-icon{
  width:40px; height:40px; margin-right:10px;
  filter: drop-shadow(0 0 8px rgba(0,255,255,.35));
}
#sportsbook .sb-icon svg{ width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:2; }

/* Responsive: image stacks on mobile */
@media (max-width: 767.98px){
  #sportsbook .sb-img{
    float: none !important;
    max-width: 100%;
    margin: 0 0 1rem 0;
    display: block;
  }
}

/* Login & Registration */
#login-registration .lr-card {
  background: linear-gradient(135deg, rgba(0,240,255,.07), rgba(255,0,153,.07));
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:22px;
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
  height:100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
#login-registration .lr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.5);
}

#login-registration .lr-icon {
  width:40px; height:40px; margin-right:10px;
  filter: drop-shadow(0 0 8px rgba(0,255,255,.35));
}
#login-registration .lr-icon svg {
  width:100%; height:100%;
  fill:none; stroke:currentColor; stroke-width:2;
}

/* Neon colors */
.neon-cyan { color:#00f7ff; }
.neon-pink { color:#ff00c8; }
.neon-amber{ color:#ffae00; }

/* Responsive tweaks */
@media (max-width: 575.98px){
  #login-registration .lr-card{ padding:18px; }
}

/* Shorelines App section */
#app-section .app-img { max-width: 360px; }
#app-section .store-badge {
  height: 44px; width: auto; display: block;
  filter: drop-shadow(0 0 6px rgba(0,0,0,.35));
}

#app-section .app-badge{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:14px 16px;
  height:100%;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
#app-section .app-badge__title{
  font-weight:800; letter-spacing:.02em; margin-top:6px;
}
#app-section .app-badge__text{ color: rgba(255,255,255,.85); }

/* Cards */
#app-section .app-card{
  background: linear-gradient(135deg, rgba(0,240,255,.07), rgba(255,0,153,.07));
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:22px;
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
}
#app-section .app-ico{
  width:36px; height:36px;
  filter: drop-shadow(0 0 8px rgba(0,255,255,.35));
}
#app-section .app-ico svg{ width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:2; }

/* Neon palette reuse */
.neon-cyan  { color:#00f7ff; }
.neon-pink  { color:#ff00c8; }
.neon-amber { color:#ffae00; }
.neon-green { color:#39ff14; }

/* Ordered steps */
#app-section .app-steps { padding-left: 1.2rem; }
#app-section .app-steps li { margin-bottom: .35rem; }

/* Responsive: image stacks on mobile */
@media (max-width: 767.98px){
  #app-section .app-img{
    float: none !important;
    max-width: 100%;
    margin: 0 0 1rem 0;
    display: block;
  }
  #app-section .store-badge { height: 40px; }
}

/* Payment Methods */
#payments .pm-list {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;          
  max-width: 720px;        
}

#payments .pm-list li {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  transition: transform .2s ease, box-shadow .2s ease;
}

#payments .pm-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0,0,0,.45);
}

#payments .pm-list strong {
  color: #00f7ff;
}

/* Responsive */
@media (max-width: 767.98px){
  #payments .pm-list { max-width: 100%; }  
}

@media (max-width: 575.98px){
  #payments .pm-list li { font-size: .9rem; padding: 8px 12px; }
}


/* Providers grid */
#game-providers .prov-card{
  background: #101014;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 16px 16px 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,.35);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
#game-providers .prov-card:hover{
  transform: translateY(-3px);
  border-color: rgba(0,240,255,.35);
  box-shadow: 0 14px 32px rgba(0,0,0,.5);
}
#game-providers .prov-head{
  display:flex; align-items:center; justify-content:flex-start;
  height:44px; margin-bottom:8px;
}
#game-providers .prov-logo{
  height:100%; width:auto; object-fit:contain; filter: brightness(1.1);
}
#game-providers .prov-title{
  font-size:1.05rem; margin:2px 0 2px; font-weight:800; letter-spacing:.2px;
}
#game-providers .prov-games{
  color: rgba(255,255,255,.8);
  font-size:.925rem; margin-bottom:10px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
#game-providers .prov-tags{ display:flex; flex-wrap:wrap; gap:6px; }
#game-providers .prov-tags span{
  display:inline-block; padding:4px 8px; font-size:.75rem; font-weight:700;
  border:1px solid rgba(255,255,255,.12); border-radius:999px;
  background: linear-gradient(135deg, rgba(0,240,255,.08), rgba(255,0,153,.08));
  color:#fff;
}

/* responsive spacing */
@media (max-width: 575.98px){
  #game-providers .prov-card{ padding:14px; }
  #game-providers .prov-games{ white-space:normal; }
}

/* Why Trust Section */
#why-trust .trust-card {
  background: linear-gradient(135deg, rgba(0,240,255,.07), rgba(255,0,153,.07));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
  transition: transform .25s ease, box-shadow .25s ease;
}
#why-trust .trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.55);
}
#why-trust h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: .75rem;
}
#why-trust p {
  color: rgba(255,255,255,.9);
  font-size: .95rem;
  line-height: 1.65;
}

/* Responsive tweaks */
@media (max-width: 575.98px){
  #why-trust .trust-card{ padding:18px; }
  #why-trust h3{ font-size:1.05rem; }
}

/* Land-Based Casinos (overview) */
#shorelines-locations .loc-card{
  background: #101014;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
#shorelines-locations .loc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(0,240,255,.35);
  box-shadow: 0 16px 34px rgba(0,0,0,.5);
}
#shorelines-locations .loc-head{ margin-bottom:8px; }
#shorelines-locations .loc-title{
  font-size:1.05rem; font-weight:800; letter-spacing:.2px; margin:0 0 4px;
}
#shorelines-locations .loc-sub{
  color: rgba(255,255,255,.8); margin:0;
}
#shorelines-locations .loc-list{
  margin:10px 0 0; padding-left:18px;
}
#shorelines-locations .loc-list li{ margin-bottom:6px; color: rgba(255,255,255,.9); }

/* Anchor sections spacing helper (so anchor scroll stops nicely) */
#shorelines-belleville,
#shorelines-peterborough,
#shorelines-thousand-islands,
#shorelines-kawartha-downs{
  scroll-margin-top: 90px; 
}

/* ===== Shorelines Locations — unified styling for 4 sections ===== */
#shorelines-belleville,
#shorelines-peterborough,
#shorelines-thousand-islands,
#shorelines-kawartha-downs { scroll-margin-top: 90px; }


#shorelines-belleville .sl-loc-img,
#shorelines-peterborough .sl-loc-img,
#shorelines-thousand-islands .sl-loc-img,
#shorelines-kawartha-downs .sl-loc-img { max-width: 380px; }


#shorelines-belleville .sl-loc-badge,
#shorelines-peterborough .sl-loc-badge,
#shorelines-thousand-islands .sl-loc-badge,
#shorelines-kawartha-downs .sl-loc-badge {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 14px 16px;
  height: 100%;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
#shorelines-belleville .sl-loc-badge__title,
#shorelines-peterborough .sl-loc-badge__title,
#shorelines-thousand-islands .sl-loc-badge__title,
#shorelines-kawartha-downs .sl-loc-badge__title { font-weight: 800; letter-spacing: .02em; margin-top: 6px; }
#shorelines-belleville .sl-loc-badge__text,
#shorelines-peterborough .sl-loc-badge__text,
#shorelines-thousand-islands .sl-loc-badge__text,
#shorelines-kawartha-downs .sl-loc-badge__text { color: rgba(255,255,255,.85); }


#shorelines-belleville .sl-loc-card,
#shorelines-peterborough .sl-loc-card,
#shorelines-thousand-islands .sl-loc-card,
#shorelines-kawartha-downs .sl-loc-card {
  background: #101014;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
#shorelines-belleville .sl-loc-title,
#shorelines-peterborough .sl-loc-title,
#shorelines-thousand-islands .sl-loc-title,
#shorelines-kawartha-downs .sl-loc-title {
  font-size: 1.05rem; font-weight: 800; margin-bottom: .5rem; letter-spacing: .2px;
}


#shorelines-belleville .sl-info,
#shorelines-peterborough .sl-info,
#shorelines-thousand-islands .sl-info,
#shorelines-kawartha-downs .sl-info {
  display: flex; flex-wrap: wrap; gap: 12px 18px;
  background: linear-gradient(135deg, rgba(0,240,255,.07), rgba(255,0,153,.07));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 12px 14px;
}
#shorelines-belleville .sl-info__item,
#shorelines-peterborough .sl-info__item,
#shorelines-thousand-islands .sl-info__item,
#shorelines-kawartha-downs .sl-info__item { display: flex; gap: 6px 10px; align-items: center; }
#shorelines-belleville .sl-info__label,
#shorelines-peterborough .sl-info__label,
#shorelines-thousand-islands .sl-info__label,
#shorelines-kawartha-downs .sl-info__label { font-weight: 800; text-transform: uppercase; font-size: .75rem; opacity: .85; }
#shorelines-belleville .sl-info__value,
#shorelines-peterborough .sl-info__value,
#shorelines-thousand-islands .sl-info__value,
#shorelines-kawartha-downs .sl-info__value { color: #fff; }


#shorelines-belleville .sl-ico,
#shorelines-peterborough .sl-ico,
#shorelines-thousand-islands .sl-ico,
#shorelines-kawartha-downs .sl-ico {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border-radius: 10px; background: transparent !important;
  color: var(--neon, #00f7ff);
}
#shorelines-belleville .sl-ico svg,
#shorelines-peterborough .sl-ico svg,
#shorelines-thousand-islands .sl-ico svg,
#shorelines-kawartha-downs .sl-ico svg {
  width: 26px; height: 26px; stroke: currentColor !important; stroke-width: 2.2;
  stroke-linecap: round; stroke-linejoin: round; fill: none !important;
}
#shorelines-belleville .sl-ico.neon-cyan,
#shorelines-peterborough .sl-ico.neon-cyan,
#shorelines-thousand-islands .sl-ico.neon-cyan,
#shorelines-kawartha-downs .sl-ico.neon-cyan { --neon:#00f7ff; filter: drop-shadow(0 0 8px rgba(0,247,255,.45)); }
#shorelines-belleville .sl-ico.neon-pink,
#shorelines-peterborough .sl-ico.neon-pink,
#shorelines-thousand-islands .sl-ico.neon-pink,
#shorelines-kawartha-downs .sl-ico.neon-pink { --neon:#ff00c8; filter: drop-shadow(0 0 8px rgba(255,0,200,.45)); }
#shorelines-belleville .sl-ico.neon-amber,
#shorelines-peterborough .sl-ico.neon-amber,
#shorelines-thousand-islands .sl-ico.neon-amber,
#shorelines-kawartha-downs .sl-ico.neon-amber { --neon:#ffae00; filter: drop-shadow(0 0 8px rgba(255,174,0,.45)); }
#shorelines-belleville .sl-ico.neon-green,
#shorelines-peterborough .sl-ico.neon-green,
#shorelines-thousand-islands .sl-ico.neon-green,
#shorelines-kawartha-downs .sl-ico.neon-green { --neon:#39ff14; filter: drop-shadow(0 0 8px rgba(57,255,20,.45)); }


@media (max-width: 767.98px){
  #shorelines-belleville .sl-loc-img,
  #shorelines-peterborough .sl-loc-img,
  #shorelines-thousand-islands .sl-loc-img,
  #shorelines-kawartha-downs .sl-loc-img {
    float: none !important; max-width: 100%; margin: 0 0 1rem 0; display: block;
  }
}

/* FAQ Accordion */
#faq .accordion-item {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
}
#faq .accordion-button {
  background: transparent;
  color: #00f7ff;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 16px;
  box-shadow: none;
}
#faq .accordion-button:not(.collapsed) {
  background: rgba(0,247,255,.08);
  color: #fff;
}
#faq .accordion-body {
  color: rgba(255,255,255,.9);
  font-size: .95rem;
  line-height: 1.55;
  padding: 12px 16px 16px;
}

/* Responsive adjustments */
@media (max-width: 767.98px){
  #faq .accordion-button { font-size: .95rem; }
  #faq .accordion-body { font-size: .9rem; }
}

/* === Footer underline fix: keep ONLY gradient line under headings === */


.footer-widget-heading::before,
.footer-widget-heading::after,
.footer-widget-heading h3::before,
.footer-section .footer-list li::before,
.footer-section .footer-list li::after,
.footer-section .footer-list a::before,
.footer-section .footer-list a::after {
  content: none !important;
  display: none !important;
}


.footer-widget-heading h3 {
  border: 0 !important;
  box-shadow: none !important;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 16px;
}


.footer-widget-heading h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg,#ff00c8, #00f7ff);
  opacity: .95;
  pointer-events: none;
}


.footer-section .footer-list a {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
.footer-section .footer-list a:hover {
  color: #00f7ff;
}

/* === Fix heading overlap only in #shorelines-network === */
@media (max-width: 767.98px){
 
  #shorelines-network{ padding-top: 28px !important; position: relative; z-index: 1; overflow: hidden; }

  
  #shorelines-network .section-left h2::before,
  #shorelines-network .section-left h2::after,
  #shorelines-network .section-left h2 span::before,
  #shorelines-network .section-left h2 span::after{
    content: none !important; display: none !important;
  }

  
  #shorelines-network .section-left h2 span{
    display: inline !important;
    position: static !important;
    transform: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
  }

 
  #shorelines-network .section-left h2{
    font-size: 30px !important;
    line-height: 1.18 !important;
    margin: 0 0 10px 0 !important;
  }

 
  #shorelines-network h4{
    font-size: 18px !important;
    line-height: 1.28 !important;
    margin-bottom: 12px !important;
  }

  
  #shorelines-network img{
    float: none !important;
    max-width: 100% !important;
    margin: 0 0 12px 0 !important;
    display: block;
  }
}


@media (max-width: 767.98px){
  #banner{ padding-bottom: 56px !important; position: relative; z-index: 2; }
}

/* === Fix: banner ↔ shorelines-network on mobile === */
@media (max-width: 767.98px){

  
  #banner { position: relative; z-index: 2; padding-bottom: 56px !important; }
  .banner-text { width: 100% !important; padding: 90px 0 24px !important; }
  .banner-text h1 { font-size: 36px !important; line-height: 1.12 !important; }
  .banner-text h4 { font-size: 24px !important; line-height: 1.18 !important; }
  .banner-text p  { font-size: 16px !important; line-height: 1.55 !important; }

  
  #shorelines-network{
    position: relative; z-index: 1;
    overflow: hidden;
    margin-top: 0 !important;
    padding-top: 28px !important;   
    clear: both;
  }
  #shorelines-network::before{ content:""; display:block; height:12px; width:100%; }

  
  #shorelines-network .section-left h2 span{
    display: inline !important;
    position: static !important;
    transform: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
  }
 
  #shorelines-network .section-left h2{
    font-size: 30px !important;
    line-height: 1.18 !important;
    margin: 0 0 10px 0 !important;
  }
  #shorelines-network h4{
    font-size: 18px !important;
    line-height: 1.28 !important;
    margin-bottom: 12px !important;
  }

  
  #shorelines-network img{
    float: none !important;
    max-width: 100% !important;
    margin: 0 0 12px 0 !important;
    display: block;
  }

  
  #shorelines-network .wow{
    transform: none !important;
    translate: none !important;
  }
}

#shorelines-network .section-left h2::before,
#shorelines-network .section-left h2::after{ content:none !important; display:none !important; }

@media (max-width: 767.98px){
  #banner { padding-bottom: 56px !important; }
  .banner-intro-sm{
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 8px 0 0 0 !important;
  }
}

