/********** Template CSS **********/
:root {
    --primary: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
    --secondary: #fff;
    --light: #EFF5F9;
    --dark: #395e66;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.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: 50% 50% 0 0;
    z-index: 99;
}

/* Logo styling */
.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-space{
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-brand img {
    max-height: 80px; /* Adjust based on your preference */
    width: auto;
    object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 60px; /* Slightly smaller on smaller screens */
    }
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

.pt-about{
	padding-top: 2rem;
}

.top-section{
margin-top: 20px;
background-color: #fff;
padding: 10px;
border-radius: 10p;
border: 1px solid #f4f4f4;
}

.isolate-bg{
    background-color:#fff;
    border: 1px solid #f4f4f4;
    padding: 10px 20px;
    border-radius: 5px;
}

.pt-about{
	padding-top: 2rem;
}

.zerom{
	margin: 0;
}

.director-profile img{
	padding: 0;
	border-radius: 20px;
	margin-bottom: 5px;
	background-size: contain;
	height: fit-content;
	transition: transform 0.3s ease-out;
}

.director-profile img:hover {
    transform: translateY(-10px);
}

.director-social{
	padding: 1.5rem;
}

.social-media{
	display: flex;
}

.profile-icons{
	background-color: #f48120;
	padding: 5px 10px;
	color: #fff;
	margin-right:5px;
	border-radius: 20px;
	display: flex;
}

.profile-icons:hover{
	background-color: #009780;
	transition: 0.5s ease-in;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.about-icons{
    background-color: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
    color: #fff;
    padding: 15px;
    display: inline-flex;
    margin-bottom: 10px;
    border-radius: 50px;
    font-size: 24px;
}

.bs-profile {
    border-right: 2px solid #f4f4f4;
    border-left: 2px solid #f4f4f4;
}

/* Remove borders on smaller screens */
@media (max-width: 768px) {
    .bs-profile {
    border-right: none;
    border-left: none;
    }
}


/*=========================
	Shop
===========================*/

.featured-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 250px;
}

.featured-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    text-align: left;
    color: #fff;
    padding: 50px;
    background: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
    background: linear-gradient(90deg, linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%); 0%, rgb(244 130 35 / 77%) 100%);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.featured-overlay h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: bold;
}

.featured-overlay p {
    font-size: 0.9rem;
    color:#fff;
    margin-bottom: 5px;
}

.featured-overlay .badge {
    font-size: 0.9rem;
    font-weight:400;
    text-align: left;
    width: fit-content;
    background: #f48223;
    margin-bottom:20px;
    padding: 5px 15px;
    border-radius: 4px;
}

.cat_name{
    width: fit-content;
    border: 1px solid #f48223;
    margin-bottom: 10px;
    padding: 3px 10px;
    border-radius: 4px;
}

.product-btn{
    padding: 2px 15px;
	background-color: #f48120;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
}

.product-detail-section{
    margin-top:30px;
    padding:30px;
    border-radius:5px;
}

.product-description{
    border:1px solid #f4f4f4;
    border-radius:5px;
	transition: transform 0.3s ease-out;
}

.product-description:hover{
	transform: translateY(-10px);
}

.product-description h5{
    text-align:left;
}

.product-description p{
    text-align: left;
    line-height: 1.2rem;
    margin-bottom: 10px;
}

.product-description img{
height:auto;
padding:0;
}

.product-description {
    display: flex;
    background-color:#fff;
    flex-direction: column;
    justify-content: space-between; 
    height: 100%;
    min-height: 300px;
}

.product-description img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
    max-height: 200px; 
    object-fit: cover; 
    margin-bottom: 15px;
}

.product-btn {
    margin: 0 20px 20px 20px;
    color: #fff;
    text-align: center;
    width:fit-content;
}

.product-body{
    padding:25px 30px;
}

.product-body-main{
    padding:5px;
}

.sort-category h5{
    margin-bottom:10px;
}

.sort-category{
    margin-bottom:10px;
    height: fit-content;
    padding:20px;
    background-color:#fff;
    border: 1px solid #f4f4f4;
    border-radius:5px;
}

.trending-item{
    border: 1px solid #f4f4f4;
    border-radius:5px;
}

.trending-item h6{
    background-color: #f48223;
    color:#fff;
    font-weight:400;
    font-size:14px;
    width: fit-content;
    margin-bottom:10px;
    border-radius:3px;
    padding: 5px 10px;
}

.filter-btn{
    border-left:3px solid #f48120;
    border-top:none;
    border-bottom:none;
    border-right:none;
    padding:8px;
    margin-bottom:5px;
}

.filter-btn:hover{
background-color: #f48120;
color:#fff;
transition:0.5s;
}

.prefix-icons{
    display:inline-flex;
}

.isolate-bg{
    background-color:#fff;
    border: 1px solid #f4f4f4;
    padding: 10px 20px;
    border-radius: 5px;
}

.pagination{
    display:flex;
    justify-content:center;
    align-items:center;
}

.pt-about{
	padding-top: 2rem;
}

.date-badge {
	position: absolute;
    top: 25px;
    left: 20px;
    background: #fb7210;
    color: white;
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

/* News */
.featured-section {
    position: relative;
    border-radius: 8px; /* Optional: for rounded corners */
    overflow: hidden; /* Ensures content is clipped within the bounds */
}

.news-body{
padding: 30px;
}

.news-card{
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    transition: transform 0.3s ease-out;
    }
    
.news-card:hover{
        transform: translateY(-10px);
    }

.news-body h4{
    font-size: 26px;
    color: #333;
    
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(24, 187, 125);
    background: linear-gradient(90deg, rgba(24, 187, 125, 1) 0%, rgba(0, 212, 255, 0.42638305322128855) 100%);
    z-index: 1; /* Places the overlay above the background image */
}

.text-white {
    position: relative;
    z-index: 2; /* Ensures text appears above the overlay */
    color: white;
    padding-top: 30px; /* Optional: Adjust padding for better spacing */
}

.top-badge {
    background-color: #dc3545; /* Light background for badge */
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

h2 a {
    color: white;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.btn-light {
    background-color: white;
    color: #333;
    border-radius: 5px;
    padding: 8px 20px;
}

.btn-light:hover {
    background-color: #f8f9fa;
    color: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
}

.searchbar{
    margin-bottom: 20px;
}

.bg-light {
    background-color: #f8f9fa !important; /* Light background for the sidebar */
    border-radius: 8px; /* Rounded corners */
    padding: 20px; /* Padding inside the sidebar */
}

h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.list-group {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

.list-group-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;           /* THIS controls border height */
    width: 1px;
    background-color: #dcd7d7;
}

.list-group-item:hover {
    background-color: #f1f1f1; /* Light background color on hover */
}

.list-group-item a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.list-group-item a:hover {
    text-decoration: underline; /* Underline on hover for the link */
    color: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);; /* Change color to blue on hover */
}

.badge {
    font-size: 12px;
    background-color: #f4f4f4;
    color: #333;
    border-radius: 12px;
    padding: 5px 10px;
}

@media (max-width: 768px) {
    /* Adjust sidebar for smaller screens */
    .col-md-4 {
        padding: 15px 0; /* Less padding on mobile */
    }

    .bg-light {
        padding: 15px; /* Adjust padding inside the sidebar */
    }
}

.sidebar-section{
    padding: 40px;
    
}

/* About Us Section */
.sec-title{
    position:relative;
    z-index: 1;
    margin-bottom:60px;
  }
  
  .sec-title .title{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .sec-title h2{
    position: relative;
    display: block;
    font-size:40px;
    line-height: 1.28em;
    color: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
    font-weight: 600;
    padding-bottom:18px;
  }
  
  .sec-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    background-color:#d1d2d6;
  }
  
  .sec-title .text{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
  }
  
  .sec-title.light h2{
    color: #ffffff;
  }
  
  .sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
  }
  
  .list-style-one{
    position:relative;
  }
  
  .list-style-one li{
    position:relative;
    font-size:16px;
    line-height:26px;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 12px;
  }
  
  .list-style-one li:before {
      content: "\f058";
      position: absolute;
      left: 0;
      top: 0px;
      display: block;
      font-size: 18px;
      padding: 0px;
      color: #ff2222;
      font-weight: 600;
      -moz-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1.6;
      font-family: "Font Awesome 5 Free";
  }
  
  .list-style-one li a:hover{
    color: #44bce2;
  }
  
  .btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #00aeef;
  }
  
  .btn-style-one:hover{
    background-color: #0794c9;
    color: #ffffff;
  }
  .about-section{
    position: relative;
    padding: 15px;
  }
  
  .about-us{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }

  .about-section .sec-title{
    margin-bottom: 45px;
  }
  
  .about-section .content-column{
    position: relative;
  }
  
  .about-section .content-column .inner-column{
    position: relative;
  }
  
  .about-section .text{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
  }
  
  .about-section .list-style-one{
    margin-bottom: 45px;
  }
  
  .about-section .btn-box{
    position: relative;
  }
  
  .about-section .btn-box a{
    padding: 15px 50px;
  }

  .border-round{
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1.5rem;
    color: #333;
    position: relative;
}

.section-title::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1.5rem;
    color: #333;
    position: relative;
}

.sidebar-title::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.d-icons {
        margin-right:5px;
    }

.nav{
list-style: none;
margin: 0;
padding: 0;
box-shadow: none;
    }

.nav a{
font-size: 15px;}

.regcard{
    padding: 4rem 3rem;
}

.contact-us{
padding: 30px;
}

.icon-info{
    padding: 10px;
    font-size: 24px;
    color: #395e66;
    transition: color 0.3s ease;
}

.single-info:hover, .icon-info:hover{
    color: #fff;
}

.single-info {
    background-color: #eaf7f2;
    padding: 15px;
    border-radius: 5px;
    transition: transform 0.3s ease-out, background-color 0.3s ease;
}

.single-info:hover {
    background-color: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);; /* Change the background color on hover */
    transform: translateY(-10px); /* Apply upward movement */
}

.single-info h3, .single-info p {
    transition: color 0.3s ease; /* Smooth color transition */
}

.single-info:hover h3, .single-info:hover p {
    color: #fff; /* Change text color to white on hover */
}


.single-info h4{
    color: #395e66;
    margin-bottom: 0;
    transition: 0.5s;
}

.single-info p{
    margin-bottom: 0;
    transition: 0.5s;
}

.product-slider{
    padding: 30px;
}


/* Breadcrumb */
.page-header{
background: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
    color: #fff;
    padding: 56px 0;
}

.page-kicker{
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  font-size: 13px;
  opacity: .85;
  margin-bottom: 12px;
}

.page-title{
  font-weight: 900;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.08;
  margin: 0 0 16px 0;
  color: #fff; /* change to your green if you want */
}

.page-breadcrumb{
  font-size: 18px;
  color: rgba(255,255,255,.72);
}

.page-breadcrumb a{
  color: rgba(255,255,255,.82);
  font-weight: 700;
  text-decoration: none;
}

.page-breadcrumb a:hover{
  color: #fff;
  text-decoration: underline;
}

.page-breadcrumb .sep{
  display: inline-block;
  margin: 0 12px;
  opacity: .5;
}

.page-breadcrumb .current{
  color: rgba(255,255,255,.55);
  font-weight: 700;
}

/* mobile */
@media (max-width: 576px){
  .page-header{ padding: 42px 0; }
  .page-breadcrumb{ font-size: 16px; }
}


/* Navbar */
/* ---------------- TOPBAR ---------------- */

.topbar {
    background: #f4f9f7;
    font-size: 14px;
    padding: 8px 0;
}

.topbar a {
    color: #2f4f4f;
    text-decoration: none;
    margin-right: 12px;
    transition: 0.3s;
}

.topbar a:hover {
    color: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
}

.topbar .divider {
    margin: 0 8px;
    color: #ccc;
}

.whatsapp-top {
    font-weight: 600;
    color: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%); !important;
}

/* ---------------- NAVBAR ---------------- */

.main-navbar {
    background: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.logo {
    height: 45px;
}

/* Nav links */

.navbar-nav .nav-link {
    position: relative;
    font-weight: 600;
    color: #2f4f4f;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
}

/* Animated underline */

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: -8px;
    background: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
    transition: 0.3s;
    border-radius: 3px;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

.navbar-nav .nav-link.active {
    color: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%); !important;
}

/* CTA Button */

.btn-enquire {
background: linear-gradient(90deg, #6c9569 0%, rgb(204 171 117) 100%);;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-enquire:hover {
    background: #169b60;
    box-shadow: 0 8px 18px rgba(31,184,116,0.3);
}

