body{
    font-family: "Montserrat", sans-serif;
}
.theme-color{
    color: #38AF96;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: #38AF96;
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    border-radius: 5px;
}
.padding{
    padding-top: 60px;
    padding-bottom: 60px;
}
.height {
    height: 156px;
    overflow: scroll;
    margin-bottom: 0;
}
p{
     line-height: 28px;
}
.dropdown-item {
    font-size: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #38AF96;
}
.dropdown-toggle::after {
        display: none; /* Hides the default arrow */
}
    .main-menu .nav-link i{
    color: #35a78e;
}
.ul-list ul{
  list-style: none; /* remove default bullets */
  padding: 0;
}

.ul-list ul li {
  position: relative;
  padding-left: 28px; /* space for icon */
  margin: 10px 0px;
    color: #000;
}

.ul-list ul li::before {
  content: "\F26F"; /* Unicode for bi-check2-all */
  font-family: "bootstrap-icons";
  font-size: 20px;
  color: #f45d73; /* green color */
  position: absolute;
  left: 0;
  top: 0;
}


@media only screen and (min-width: 999px) {
    .container{
         max-width: 1170px !important;
    }
    .lap-none{
        display: none;
    }
    .custom-col1{
        width: 45% !important;
    }
    .custom-col2{
        width: 55% !important;
    }

    /* Ensure dropdown is hidden initially */
    .main-menu .dropdown-menu {
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.4s ease;
        transform: translateY(-5px);
        visibility: hidden;
    }

    /* On hover, slide dropdown down */
    .main-menu .nav-item.dropdown:hover .dropdown-menu {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
  
    .f-widht {
        width: 875px;
        padding: 10px;
    }
}

header{
    background-color: #f5f5f5;
    box-shadow: 0px 4px 4px 0px #00000017;
}
.main-menu li{
    font-weight: 500;
    margin: 0px 2px;
 }
 .main-menu li a{
    color: #2e2e2e;
 }
.search-icon{
    font-size: 18px;
    margin-right: 35px;
}
/* Overlay container - hidden by default (off screen at top) */
.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 30%;
  background: linear-gradient(to right, #c8e5e98c, #d3e8d3, #d4ede5e8);
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Slide in overlay when shown */
.overlay.show {
  transform: translateY(0);
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px; right: 40px;
  font-size: 50px;
  color: #38af96;
  cursor: pointer;
  transition: color 0.3s;
}

/* Overlay content container */
.overlay-content {
  text-align: center;
  width: 100%;
  max-width: 600px;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}
.overlay-content h4 {
    color: #38af96;
    font-size: 33px;
    margin-bottom: 18px;
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
}

.overlay.show .overlay-content {
  transform: translateY(0);
}

/* Input field */
.overlay input[type="text"] {
  padding: 15px;
  font-size: 18px;
  border: none;
  width: 79%;
  background: #fff;
  border-radius: 5px 0 0 5px;
  outline: none;
}

/* Submit button */
.overlay button {
  width: 20%;
  padding: 15px;
  font-size: 18px;
  background:#38af96;
  color: #fff;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.overlay button:hover {
  background-color: #35a78e;
}

/******** Bradcrums Start  ********/

.breadcurms {
    position: absolute;
    top: -98px;
    left: 12px;
    font-size: 15px;
}
.breadcurms .bi-chevron-right{
  font-size: 13px;
  color: #fff;
}
.home-padding{
    padding-top: 135px;
    padding-bottom: 135px;
}
.main-heading h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    margin: 0px;
}
.main-heading p{
    margin: 20px 0px;
}
.main-bg {
  position: relative;
  background: url('../all-images/main-bg.webp') center/cover no-repeat;
  width: 100%;
  overflow: hidden;
}

.main-bg::before {
  content: '';
  position: absolute;
  inset: 0; /* shorthand for top, right, bottom, left: 0 */
  background: rgb(0 0 0 / 75%);
  z-index: 0;
}

.main-bg > * {
  position: relative;
  z-index: 1;
}
.small-banner{
    padding-top: 120px;
    padding-bottom: 120px;
}
.main-btn {
    background-color: #fff;
    color: #3DAD96;
    padding: 12px 32px;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.main-btn2 {
    color: #000;
    width: 85%;
    padding: 12px 14px;
    justify-content: space-between;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.main-btn3{
    background-color: #38AF96;
    color: #fff;
}
.main-btn:hover {
    background-color: #38AF96;
    color: #fff;
}
.main-btn3:hover{
    background-color: #fff;
    color: #3DAD96;
}
.main-btn3 svg .cls-1 {
    fill: #fff !important;
}
.main-btn3:hover svg .cls-1 {
    fill: #3DAD96 !important;
}
/* SVG Icon */
.main-btn svg {
    margin-left: 8px;
    width: 26px;
    transition: transform 0.3s ease;
}

/* Slide icon on hover */
.main-btn:hover svg {
    transform: translateX(5px);
}

/* Animate SVG path fill */
.main-btn svg .cls-1 {
    fill: #38af96;
    transition: fill 0.3s ease;
}

.main-btn:hover svg .cls-1 {
    fill: #fff;
}
.bg1 {
  background-image: 
  linear-gradient(to right, #c8e5e9, #d3e8d3, #d4ede5),
    url('../all-images/bg1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: soft-light; /* You can try: overlay, multiply, screen */
}
.sub-heading{
    font-size: 36px;
    font-weight: 600;
}

.info-cate img{
    border: 1px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px 1px #00000038;
}
.bg2 {
  background-image: url('../all-images/bg2.webp');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #e9f6f0;
}

.pad-left{
    padding-left: 30px;
}
.info-cate2{
    box-shadow: 0 0 10px 1px #00000038;
}
.info-cate2 img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.info-cate2 .details{
    background-color: #fff;
    padding: 15px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.info-cate2 .details h5{
    font-weight: 600;
}
.info-cate2 h5 {
  transition: color 0.3s ease;
}
.info-cate2:hover h5{
    color: #38af96;
}

.slick-dots li button:before {
  font-size:16px;
  color:#3DAD96 !important;
  margin-top: 15px;
}
.ht, .htt {
    border: 1px solid #6666;
    border-radius: 4px;
}
.ht {
    line-height: 1.9;
}
.bg-sec {
  background-image: url(../all-images/coffee.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 570px;
  display: flex;                
  justify-content: center;    
  align-items: center;        
}
.customer-box{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 5px 2px #0000001c;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.customer-box:hover {
    box-shadow: 0 0 5px 2px #38AF96;
}
.customer-box i{
    color: #38AF96;
}
.slick-prev:before,
.slick-next:before {
  content: none !important;
}
.slick-prev, .slick-next {
    font-size: 22px;
    color: #38AF96 !important;
}
.slick-slide{
    margin: 10px;
}
.bg-color {
    background: linear-gradient(to right, #c8e5e9, #d3e8d3, #d4ede5);
}
.social-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    overflow: hidden; /* Ensures overlay doesn't overflow the card */
}

.social-card img {
    width: 100%;
    display: block;
    border-radius: 10px; /* Ensures image corners match the card */
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.social-card:hover .instagram-overlay {
    opacity: 1;
    visibility: visible;
}

.instagram-icon {
    font-size: 3.5rem;
    margin-bottom: 10px;
}

.instagram-text {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
}
.accordion-item{
    background-color: #ebf5ebba !important;
    margin: 20px 0px;
    box-shadow: 0 0 4px 1px #0000000d;
}
.accordion-button{
    background: transparent !important;
}
.accordion-button{
    color: #38af96 !important;
    font-weight: 500;
    font-size: 18px;
    border:none !important;
    box-shadow: none !important;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px !important;
     border-top-right-radius: 0px !important; 
}
.accordion-body{
    padding-top: 0px;
}
span.accordion-icon.ms-auto i {
    font-size: 22px;
    color: #000 ;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius:0px !important;
    border-bottom-left-radius: 0px !important;
}
.accordion-button::after{
    display: none;
}
.accordion-button .plus-icon {
    display: inline;
  }
  
  .accordion-button .minus-icon {
    display: none;
  }
  
  .accordion-button:not(.collapsed) .plus-icon {
    display: none;
  }
  
  .accordion-button:not(.collapsed) .minus-icon {
    display: inline;
  }
.f-list{
    list-style: none;
    padding-left: 0px;
    margin-top: 26px;
    margin-bottom:0px;
}
.f-list li{
    margin:10px 0px;
}
.f-list li a {
  color: #3E3E3E;
  display: inline-block;
  padding-left: 0;
  transition: padding-left 0.3s ease, color 0.3s ease;
}

.f-list li a:hover {
  padding-left: 7px; 
  color: #38af96; 
}
.bord-top{
    border-top: 2px dashed #38af96;
    border-spacing: 10px;
    margin-top: 30px;
    padding-top: 15px;
}
.footer-pad{
    padding-top: 50px;
    padding-bottom: 20px;
}
.bord-top p{
    font-size: 15px;
}
h4.fw-semibold {
    font-size:22px;
}
a{
    text-decoration: none;
    color: inherit;
}
.f-mar {
    padding-left: 60px;
}
.long-content {
    border: 0 solid;
    padding: 0px 20px;
    height: 500px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.long-content a{
    color: #0d6efd;
}
.blog-content a{
    color: #0d6efd;
}
.main-display {
    max-width: 500px;
    margin: auto;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.thumbnail {
    border: 3px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.main-display img{
    box-shadow: 0 0 10px 1px #0000000a;
}
.thumbnail img{
    border-radius: 7px;
}

.thumbnail:hover {
    transform: scale(1.05);
}

.thumbnail.active {
    border-color: #7EBE43;
}

.thumb-container img {
    width: 100%;
    border-radius: 7px;
}
.pro-padding{
    padding-top:80px;
    padding-bottom:60px;
}
.rigth-side{
    background-color: #eaf5ed5e;
    box-shadow: 0 0 10px 1px #0000000a;
    padding: 20px;
    border-radius: 5px;
}
.rigth-side h1{
    font-size: 34px;
    font-weight: 600;
}
.recent {
    background-color: #38af96;
    padding: 0px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    font-weight: 500;
    right: 18px;
}
.social-icons{
    display: flex;
}
.social-icons i{ 
    color: #38af96;
    font-size: 22px;
    padding: 9px 12px;
    border: 1px solid #38af96;
    border-radius: 50px;
    margin-right: 10px;
     transition: all 0.3s ease;
}
.social-icons i:hover{ 
    color: #fff;
    border: 1px solid #38af96;
    background-color: #38af96;
}
.contact-form .ht,
.contact-form .htt {
    border-bottom: 1px solid #6666;
    border-radius: 0px;
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.responsive-map { 
  position: relative;
  overflow: hidden;
  height: 500px;
}

.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: 2;
  pointer-events: none; /* ensures map remains clickable */
}

.contact-form {
    position: relative;
    top: 100px;
    z-index: 3;
    background: #ffffffce;
}
.footer-pad .social-icons i {
    font-size: 17px;
    padding: 6px 9px;
}
@media only screen and (max-width: 1110px) and (min-width: 1000px)  {
    .lap-none{
        display: none !important;
    }
    .slick-prev, .slick-next {
        display: none !important;
    }
}

@media only screen and (max-width: 999px) and (min-width: 601px)  {
    .main-heading h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .home-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
     .info-cate {
        text-align: center;
    }
    .main-btn2 {
        width: max-content;
    }
    .sub-heading {
        font-size: 30px;
    }
    .bg-sec {
        height: auto;
    }
    .f-mar {
        padding-left: 10px;
    }
    .tab-mar{
        margin-top: 20px;
    }
    .overlay {
        height: 50%;
    }
    .mob-none{
        display: none;
    }
    div#navbarSupportedContent {
        padding-top: 20px;
        padding-bottom: 28px;
    }
     .rigth-side {
        margin-top: 50px;
    }
     .breadcurms {
        top: -82px;
    }
     .custom-material .col{
        flex: 0 0 33.33%;
    }
 
    
}
@media only screen and (max-width: 767px)  {

    .main-heading h1 {
        font-size: 33px;
        line-height: 40px;
    }
    .home-padding{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .main-btn {
        padding: 12px 26px;
        font-size: 16px;
    }
    .info-cate {
        text-align: center;
    }
    .main-btn2 {
        width: max-content;
    }
    .pad-left{
        padding-left: 15px;
    }
    .img-bottom{
        margin-bottom: 40px;
    }
    .sub-heading {
        font-size: 26px;
    }
    .info-cate img {
        margin: auto;
    }
    .bg-sec {
        height: auto;
    }
    .slick-prev, .slick-next {
        display: none !important;
    }
    .accordion-button { 
        font-size: 16px; 
    }
    .margin-top{
        margin-top: 40px;
    }
    .f-mar {
        padding-left: 10px;
    }
    .f-mar h4{
        margin-top: 20px;
        font-size: 20px;
    }
    .mob-pad {
        padding: 0px;
    }
    .overlay {
        height: 50%;
    }
    .overlay-content h4 {
        font-size: 24px;
    }
    .overlay input[type="text"] {
        padding: 14px;
        font-size: 14px;
        width: 60%;
    }
    .overlay button {
        padding: 14px;
        font-size: 14px;
    }
    .overlay .closebtn {
        top: 0px;
        right: 30px;
    }
    .mob-none{
        display: none;
    }
    div#navbarSupportedContent {
        padding-top: 20px;
        padding-bottom: 28px;
    }
    .rigth-side {
        padding: 15px;
        margin-top: 50px;
    }
    .rigth-side h1 {
        font-size: 27px;
    }
    .long-content {
        padding-left: 0px;
        padding-right: 10px;
    }
    .info-cate2 img {
        width: 100%;
    }
    .instagram-icon {
        font-size: 2.5rem;
        margin-bottom:5px;
    }
    .instagram-text {
        font-size: 1rem;
    }
    .breadcurms {
        top: -82px;
    }
    .custom-material .col{
        flex: 0 0 50%;
    }
    .custom-material .main-btn{
        padding: 8px;
        font-size: 13px !important;
    }
    .blog-heading h1{
        font-size: 27px ;
    }
    .contact-form {
     top: 0px;
    }
    span.accordion-icon.ms-auto i {
        font-size: 17px;
    }
    .bord-top {
        display: block !important;
        text-align: center;
    }
    .bord-top p {
        font-size: 14px;
        line-height: 22px;
    }
    .bord-top .mb-0{
        margin-top: 10px;
    }
    


}