/********** CSS **********/
:root {
    --primary: #ccc;
    --secondary: #339900;
    --light: #FBF7D9;
    --dark: #000000;
}

.font-secondary {
    font-family: 'Raleway', sans-serif;
}
.bg-custom-nav {
	background-color:#008077;
}
.topbar-custom {
	background-color:#fff;
}
.bg-navbar-custom {
	background-color: #008077;
}
.btn-top {
	background-color:#9CAD8B;
	color:#fff;
}
.btn-top1 {
	background-color:#1583C5;
	color:#fff;
}
/*.btn-top-orange {
	background-color:#FFB94F;
	color:#fff;
}
*/.btn-enquire {
	color:#fff;
}
.btn-enquire-dk {
	color:#212529;
}

.btn-custom:hover {
	color: #fff;
  	background-color: #093d39 !important;
  	border-color: #6c757d;
}

.icon-custom {
	color: #008077;
}

.text-large {
  font-size: 103%;
}
.custom-header {
    font-family: 'Raleway', sans-serif;
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-stretch: expanded;
    margin-top: 5px;
}

h1.custom-header {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
}
.enquire {
	color:#008077;
}
/* CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 3rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 10%;
    z-index: 10;
    display: block;
}

/*.carousel-caption {
  bottom: 1rem;
  z-index: 10;
}
*/
/* Declare heights because of positioning of img element */
.carousel-item {
  min-height: 9rem;
}
.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
@media (max-width: 767px) {
    .carousel-item img {
        height: 300px;
    }
}
/*.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-height: 32rem;
}
*/.Caro {
	color:#003300;
	font-weight:bold;
	font-family: 'Dancing Script', cursive;
}

.glow {
	text-shadow: 2px 2px 5px #E1F5F3;
}

h2.Caro {
	color:#003300;
	font-weight:bold;
	font-family: 'Dancing Script', cursive;
	text-shadow: 2px 2px #fff;
}

/*.carousel-caption {
    bottom: 10%;
}*/
.Caro {
  	font-size: 4.5em;
}
h2.Caro {
	font-size: 2.8em;
}

  .featurette-heading {
    font-size: 50px;
  }
.bg-about {
/*	background-color:#48B6E8;
*/	background-color:#66CC33;
}
.text-about {
	color:#1583C5;
}
.bg-left-panel {
	background-color:#9CAD8B;
	background-color:#9AAB89;
	
}
.bg-right-panel {
	background-color:#FBF7D9;
}
.bg-body-custom {
/*	background-color:#FF9900;
	background-color:#FFB94F;
*/	
}
.bg-footer-custom {
	background-color:#008077;
}
h1,
h2,
.font-weight-bold {
/*    font-weight: 700 !important;
*/	font-family: 'Raleway';
	font-weight:bold;
/*	color:#6666CC
*/}
h1 {
}
h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
	font-family: 'Raleway'
	}
h3.small-heading {
    font-size: 1rem;
}
h4.small-heading {
    font-size: 1rem;
}
h5,
h6,
.font-weight-bold {
	font-weight:bold;
	font-family: 'Raleway';
}

.btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.border-inner {
    position: relative;
}

.border-inner * {
    position: relative;
    z-index: 1;
}

.border-inner::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: none;
    border: 1px solid var(--light);
    z-index: 0;
}

.btn-square {
    width: 40px;
    height: 40px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 50px;
    height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
/*    color: var(--light);
*/  color:#FFFFFF;  
	outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
/*    color: var(--primary);
	color:#FFB94F;*/
	color:#000000;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.text-custom-top {
    color: var(--dark);
/*	color:#003300;*/
}
.text-custom-icon {
	color: #3193D0; 
}



.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: var(--primary);
}

/*.service::after,
.contact::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/service.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact::after {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

}*/

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
	color: #008077;
}

.testimonial-carousel .owl-item .testimonial-item {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    opacity: 1;
}

.bg-img {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}
.custom-lead {
	font-family: 'Raleway';
}
.card-text {
	font-family: 'Raleway';
}
.custom-testimonial {
font-family: 'Raleway';}

.link-footer-custom {
	color:#fff;
}
.custom {
	color:#093d39;
	font-size: 1.4rem;
}

.phone {
	color:#093d39;
}
/* Q&A Accordion Styling */


/* Question when open */

/* ==========================================
   Custom Bootstrap Accordion Styling
   Bootstrap 5.1.3
   ========================================== */

#accordion {
    margin-top: 2rem;
}

/* Accordion item */
#accordion .accordion-item {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

/* Question button - closed */
#accordion .accordion-button {
    background-color: #008077 !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 1.2rem 1.4rem;
    border: none;
}
.accordion-button {
    background-color: #008077 !important;
    color: #ffffff !important;
}
/* Question button - open */
#accordion .accordion-button:not(.collapsed) {
    background-color: #008077 !important;
    color: #ffffff !important;
    box-shadow: none;
}

/* Remove default focus styling */
#accordion .accordion-button:focus {
    border-color: #008077 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 128, 119, 0.25) !important;
}

/* Accordion arrow */
#accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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");
}

/* Answer area */
#accordion .accordion-body {
    background-color: #f5fbfa !important;
    color: #333333 !important;
    padding: 1.4rem;
    line-height: 1.7;
}

/* Paragraph spacing inside answers */
#accordion .accordion-body p {
    margin-bottom: 0;
}

/* Hover effect */
#accordion .accordion-button:hover {
    background-color: #009b90 !important;
}

/* Keep open button hover darker */
#accordion .accordion-button:not(.collapsed):hover {
    background-color: #083d20 !important;
}
/* Mobile carousel adjustments */
@media (max-width: 767px) {

    .carousel-caption {
        bottom: 8%;
        left: 5%;
        right: 5%;
        text-align: center !important;
    }

    .carousel-caption h1.custom-header {
        display: block;
        font-size: 1.5rem;
        line-height: 1.1;
        margin-bottom: 0.2rem;
    }

    .carousel-caption h2.custom-header {
        display: block;
        font-size: 0.95rem;
        line-height: 1.15;
        margin: 0 auto;
        max-width: 90%;
    }

    .carousel-item img {
        height: 300px;
    }
}
.red {
	color:#003333;
	color:#00FF00;
	color:#FF3399;
	font-weight:bold;
}

 /* =========================================
    Envirolink FAQ Accordion Styling
    Bootstrap 5.1.3
    ========================================= */

/* Accordion container */
#accordion {
    margin-top: 2rem;
}

/* Accordion item */
#accordion .accordion-item {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

/* Closed question button */
#accordion .accordion-button {
    color: #fff;
    background-color: #1b7d76;
    font-weight: 600;
    padding: 1.2rem 1.4rem;
}

/* Open question button */
#accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #006760;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/* Focus outline */
#accordion .accordion-button:focus {
    border-color: #008077;
    box-shadow: 0 0 0 0.25rem rgba(0,128,119,.25);
}

/* Dropdown arrow */
#accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

/* Answer area */
#accordion .accordion-body {
    background-color: #f5fbfa;
    color: #333333;
    padding: 1.4rem;
    line-height: 1.7;
}

/* Remove bottom spacing on answer paragraphs */
#accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

/* Hover effect */
#accordion .accordion-button:hover {
    background-color: #009b90;
    color: #ffffff;
}

/* Hover effect when open */
#accordion .accordion-button:not(.collapsed):hover {
    background-color: #083d20;
}