/**
 * Gallery Section
 *
 * Generated by Dreamz Page Builder on 2026-07-29.
 */

.gallery-section {
	padding: 50px 0;
	background-color: #FBF6EF;
}
.gallery_tab_content {
    overflow: hidden;
}
.galery_topsection h2 {
    color: #173F3F;
    text-align: center;
    font-family: "Fraunces", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
}
.galery_topsection p {
    color: #738080;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.galery_topsection {
    margin-bottom: 20px;
}
.galery_topsection h2 strong {
    color: #0E8F96;
}
.gallery_tabs{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:60px;
    padding:0;
    list-style:none;
}
.gallery_slider .slick-track{
    display:flex;
    align-items:center;
}

.gallery_tabs li{
    padding:15px 23px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius:40px;
    cursor:pointer;
    transition:.3s;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #173F3F;
}
.gallery_tabs li:hover {
    background:#E4738A;
    color:#fff;
    border-color:#E4738A;
}
.gallery_tabs li.active{
  background:#E4738A;
    color:#fff;
    border-color:#E4738A;
}

.gallery_tab_content{
    display:none;
}

.gallery_tab_content.active{
    display:block;
}

.gallery_slider .gallery_item{
    padding:0;
}

.gallery_slider .gallery_item img{
    width:100%;
    height:315px;
    object-fit:cover;
    border-radius:30px;
}

.gallery_slider .slick-slide{
    margin:0 -35px;
    transform:scale(.6);
    transition:.45s;
    opacity:.45;
    z-index:1;
}

.gallery_slider .slick-center{
    transform:scale(1);
    opacity:1;
    z-index:5;
      position: relative;
}

.gallery_slider .slick-center img{
    box-shadow:0 15px 35px rgba(0,0,0,.25);
	    height: 404px;
    min-width: 579px;
    margin-left: -50px;
}

.gallery_slider .slick-prev,
.gallery_slider .slick-next{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#fff;
    z-index:99;
      display:flex !important;
    align-items:center;
    justify-content:center;
}

.gallery_slider .slick-prev{
    left:-0;
}

.gallery_slider .slick-next{
    right:-0;
}
button.slick-arrow svg path {
    fill: #173F3F;
     transition: all .3s ease;
}
.slick-arrow:hover {
    background-color: #E4738A;
     transition: all .3s ease;
}
button.slick-arrow:hover svg path {
    fill: #ffffff;
}
/* .gallery_slider .slick-prev:before,
.gallery_slider .slick-next:before{
    color:#222;
    font-size:26px;
} */
 .gallery_slider .slick-prev:before,
.gallery_slider .slick-next:before{
    display: none; /* Default Slick arrow hide */
}
.gallery_slider{
    width:100%;
}
.gallery_slider .slick-list{
    overflow:visible;
}
.gallery_slider .slick-prev svg,
.gallery_slider .slick-next svg{
    width:24px;
    height:24px;
}

.gallery_tab_select{
    display:none;
    width:100%;
    height:40px;
    border:1px solid #ddd;
    border-radius:12px;
    padding:0 15px;
    font-size:16px;
    background:#fff;
    margin-bottom:20px;
}


 .gallery_tab_select, .product_tab_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 12px 45px 12px 16px;
    background-color: #fff;
    background-image: url("../images/arrow_down.svg") !important;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    background-repeat: no-repeat;
     display:none;
     height: 48px;
}


.gallery_tab_select.select-open,
.product_tab_select.select-open {
    background-image: url("../images/arrow_up.svg") !important;
}

/* Hide default arrow in IE */
.gallery_tab_select::-ms-expand,
.product_tab_select::-ms-expand {
    display: none;
}

.gallery_tab_select:focus,
.product_tab_select:focus {
    outline: none;
    border-color: #00738A;
}
@media(max-width:1199px){
 .galery_topsection h2 {
        font-size: 32px;
        line-height: 42px;
        max-width: 100%;
    }
}
@media(max-width:991px){
 .galery_topsection h2 {
        font-size: 28px;
        line-height: 38px;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .gallery_slider .slick-center img {
        min-width: 400px;
    }
}

@media(max-width:767px){
     .gallery_tabs{
        display:none;
    }

    .gallery_tab_select{
        display:block;
    }
.gallery-section {
    padding: 30px 0;
}
 .galery_topsection {
        max-width: 100%;
     }
    .galery_topsection h2 {
        font-size: 24px;
        line-height: 34px;
        max-width: 100%;
    }

.gallery_slider .slick-prev, .gallery_slider .slick-next {
    width: 35px;
    height: 35px;
        bottom: -72px;
        top: auto;
}
.gallery_slider .slick-prev svg, .gallery_slider .slick-next svg {
    width: 15px;
    height: 15px;
}
.gallery_tabs{
    gap:10px;
    margin-bottom: 0;
}
.gallery_tab_content{
    padding-bottom: 55px;
}

.gallery_tabs li{
    padding:10px 18px;
    font-size:14px;
}
.gallery_slider .slick-center img {
    min-width: 100%;
    margin-left: 0;
}
.gallery_slider .gallery_item img {
    height: 200px;
    object-fit: cover;
}


.gallery_slider .slick-prev {
    
    left: calc(50% - 45px);
}
.gallery_slider .slick-next{
     right:calc(50% - 45px);
}

.gallery_slider .slick-slide {

    transform: scale(1.0);
        opacity: 0;
   
}
  .gallery_slider .slick-center{
        transform: scale(1);
        opacity: 1;
    }

}