.product-details .product-actionbox .product-cart button.button { height: 50px; line-height: 48px; border-radius: 50px !important; }

@media screen and (max-width: 1599.98px) {
    .product-details .product-actionbox .product-cart button.button { height: 40px; line-height: 38px; }
}

/*07-05-2026*/

.masonry-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px;
}

.gallery-item {
    width: 25%;
    padding: 5px 5px;
}

.galleryImg-wrapper {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.galleryImg-wrapper a {
    display: block;
}

.galleryImg-wrapper img {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

/* Hover Effect */
.gallery-item:hover img {
    transform: scale(1.08) rotate(2deg);
}

.gslide-inline .ginlined-content {
    text-align: center;
    }

.igm_close {
    line-height: 18px;
    }

.teamDetailsSection1 .accordion-item .accordion-body a {
    color: #1A1A1A;
    }

.teamDetailsSection1 .accordion-item .accordion-body a:hover {
    color: #86C39D;
    }

.inner-banner .banner-info {
    padding-left: 0px;
    }
    
.custom-ol>li .custom-ol {
    padding: 18px 0px 12px;
    }

.imapsRoundedRectangle {
    fill: #86C39D;
    border-color: #86C39D;
    color: #fff !important;
    stroke: #fff !important;
    }

/*15-05-26*/

.locationTabs-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border: none !important;
    }

.locationTabs-grid>li {
    width: 25%;
    padding: 0px 10px;
    }

.locationTabs-grid>li>a {
    display: block;
    padding: 0px 0px;
    position: relative;
    border: none !important;
    border-radius: 0px !important;
    }

.locationTabs-grid>li>a:hover,
.locationTabs-grid>li>a.active {
    box-shadow: 0px 0px 15px #646665;
    }   

.locMap-box h6 {
    color: #86C39D;
    padding-bottom: 15px;
    }

.locMap-box p {
    margin-bottom: 15px;
    }

.locMap-box a {
    color: #1A1A1A;
    }

.locMap-box a:hover {
    color: #86C39D;
    }

/* Responsive */

@media (max-width: 991px) {
    .gallery-item { width: 33.3333%; }
    .locationTabs-grid>li { padding: 0px 5px; }
}

@media (max-width: 767px) {
    .masonry-gallery { margin: -2px -2px; }
    .gallery-item { width: 50%; padding: 2px 2px; }
    .locationTabs-grid>li { width: 50%; padding: 2px 2px; }
}

@media only screen and (max-width: 768px) {
  .map_controls > div {
    background: #8ac5a0 !important;
  }
}