@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic.woff2') format('woff2'),
        url('../fonts/Inter-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ThinBETA.woff2') format('woff2'),
        url('../fonts/Inter-ThinBETA.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*--------------------------/*
Tempale name : Pibilo

/*--------------------------/*

[Table of contents]
[Color codes]
Background: #ffffff
Body Color :#666;
[Typography]
Body:       14px/24px 'Inter', sans-serif;  

1 COMPONENT STYLES
2 owlCarousel css 

/*-------------------------*/
/*==========================================================================
  1.0 COMPONENT STYLES
============================================================================ */
.container-flude {
    padding: 0px 15px;
}

label {
    font-weight: 600;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #0a0a0a;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.428;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    font-weight: 500;
    display: inline-block;
    border-left: none;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0;
    margin-top: 10px;
    margin-bottom: 38px;
}

blockquote p,
q p {
    font-style: italic;
    font-size: 14px;
}

blockquote::before {
    content: url('../images/quote-item.png');
    display: block;
}

/* ==========================================================================
  1.1 FORM
============================================================================ */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    border: 1px solid #999898;
    padding: 7px 20px;
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    height: 42px;
    border-radius: 4px;
}

textarea {
    line-height: 28px;
    padding: 11px 26px;
    height: auto;
    width: 100%;
    border-radius: 0;
}

select {
    font-size: 15px;
    color: #0a0a0a;
    padding: 0 21px;
}

option {
    padding: 5px 21px;
    height: 30px;
    line-height: 30px;
}

.button,
button,
input[type="submit"] {
    display: inline-block;
    border: none;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
    border-color: #e6e6e6 !important;
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ==========================================================================
  2. owlCarousel css
============================================================================ */

.owlCarousel img {
    width: auto;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 7px;
    background: var(--secondary-color);
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}

.owl-nav button {
    background-color: var(--primary-color) !important;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    margin: 0px 10px !important;
}

.owl-nav button span {
    opacity: 0;
}

.owl-nav button.owl-prev {
    /* background-image: url(../images/arrow-left.svg) !important; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    left: -8%;
    transform: translate(0%, -50%);

}

.owl-nav button.owl-next {
    /* background-image: url(../images/arrow-right.svg) !important; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 50%;
    left: auto;
    right: -8%;
    transform: translate(0%, -50%);
}


:root {
    --primary-color: #000;
    --secondary-color: #fff;
}

header {
    transition: all 0.2s linear;
}

/* header.show{
  background-color: var(--secondary-color);
  position: sticky;
  top: -1px;
  width: 100%;
  box-shadow: 2px 0px 20px rgba(0,0,0,0.3);
  z-index:99999;
} */


.container {
    /* max-width: 60%; */
    max-width: 70%;
    margin: 0 auto;
}

a {
    text-decoration: none !important;
}


body {
    font-family: 'Inter', sans-serif;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Inter', sans-serif;
}

.logo {
    max-width: 150px;
}

.zu-breadcrumb .breadcrumbs__crumb a span {
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #383737;
    text-decoration-style: solid;
    text-decoration-color: #383737;
}

.zu-breadcrumb .breadcrumbs__crumb.crumb--last a span {
    text-decoration: none !important;
}

.zu-breadcrumb .breadcrumbs__crumb.breadcrumbs__crumb--home::after {
    content: ".";
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    margin-top: -5px;
}

.meta-name h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 37px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 15px;
}

.meta-name p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;

    color: #212020;
    margin: 20px 0px;
}

.zu-breadcrumb .breadcrumbs {
    padding-left: 0px;
}

.item.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    max-height: 310px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.service-btn {
    min-width: 195px;
    min-height: 62px;
    border-radius: 8px;
    background: #BB096E;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;

    img {
        width: 20px;
        height: 20px;
    }
}

.service-btn:hover {
    background: #c63f8a;
    color: #fff;
}

.call-whatsapp a.whatsup-btn-stick {
    background: #29A71A;
    border: 1px solid #29A71A;
}

.call-whatsapp a.whatsup-btn-stick:hover {
    background: #1d8b1d;
}

.call-whatsapp {
    margin-top: 20px;
    display: flex;
    gap: 16px;
}


.Pibilo-services-slider .owl-dots .owl-dot {
    width: 39;
    height: 10;
    border-radius: 20px;
    background: #D9D9D9;

}

.Pibilo-services-slider .owl-dots .owl-dot.active {
    background: #F6499C;
}

.report-security-wrapper {
    margin: 60px 0px;
}

.report-security-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
}

.report-security-item {
    border: 0.55px solid #AFAFAF;
    border-radius: 5px;
    max-width: 173px;
    min-height: 47px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.report-security-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}


.report-security-heading h3 {
    font-weight: 600;
    font-size: 11.37px;
    line-height: 100%;
    margin-bottom: 0px;
}

.report-security-item ul {
    padding-left: 18px;
    margin-bottom: 0;
    margin-top: 0px;
}


.report-security-item ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: lowercase;
    color: #383737;
    list-style: disc;
    margin: 14px 7px;
    line-height: 21px;
}

.allads-heading h2 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    color: #000;

    span {
        font-weight: 600;
        font-size: 24px;
        text-transform: capitalize;
        color: #F6499C;

    }
}

.allads-sec {
    margin-top: 60px;
}

.allads-sec h3 {
    font-weight: 500;
    font-size: 22px;
    color: #000;
}

.allads-item-list {
    margin: 15px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.allads-item {
    border: 0.93px solid #B5B5B5;
    box-shadow: 0px 3.71px 22.27px 0px #00000008;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.allads-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.allads-item-img {
    height: 240px;
}

.allads-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 12px;
}


.allads-item-detail {
    margin-top: 20px;
}

.allads-item-detail h3 {
    margin: 10px 0px;
    font-weight: 600;
    font-size: 14.85px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.allads-item-detail p {
    font-weight: 400;
    font-size: 12.99px;
    color: #333333;
    margin-bottom: 0px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.sub-footer {
    padding: 30px 0px;
    margin-top: 30px;
}

.sub-footer h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #212020;

    margin-bottom: 10px;
}

.sub-footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #212020;

}

.copyright-sec {
    padding: 15px 0px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
}

.rs-show {
    display: none !important;
}

.services-sec .row {
    --bs-gutter-x: 10rem;
}

.copyright-sec p {
    margin-bottom: 0px !important;
}


.header-warpper {
    position: relative;
    z-index: 999;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.menu-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.uplode .tham-but {
    color: #fff;
}

.tham-but:hover,
.btn:hover {
    background-color: #333333;
}

.but-login .thm-btn {
    color: #000;
}

.tham-but {
    background-color: #BB096E;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.allads-heading h2 span br {
    display: none;
}

.border-top.sub-footer {
    border: 1px solid #CAC6C666
}

.top-cities {
    margin-top: 60px;
}

/* lightbox */

.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #000;
    opacity: 0.9;
}


.lightbox {
    background-color: transparent;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow: hidden;
}

.lb-closeContainer {
    position: absolute;
    top: 15px;
    right: 31px;
    z-index: 9999;

}

.lb-nav a {
    opacity: 1 !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: auto;
    border-radius: 4px;
    background-color: transparent !important;
    width: fit-content !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lb-details {
    display: none !important;
}

body.showlightbox {
    overflow: hidden;
}

.Pibilo-services-slider {
    margin-top: 30px;
}

.gallery-container {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    margin: 0 auto;
    grid-gap: 18px 10px;
    align-items: center;
    height: auto;
}

.Service-warpper {
    margin-top: 60px;
    border-bottom: 1px solid #CAC6C666;
    padding-bottom: 50px;
}

.backbtn {
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    padding: 0;
    color: #E5158B;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 15px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    margin: 15px 0px;
}

.breadcrumbs__crumb {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.services-list-sec {
    margin: 35px 0px;
    width: fit-content;
}

.services-list-sec h2 {
    font-weight: 500;
    font-size: 22px;
    color: #000;
}

.stickymobile {
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 12px 10px;
    z-index: 10;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    left: 0;
    right: 0;
    display: none;
}


.services-list-sec ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 11px;
    margin-top: 22px;
    margin-left: 0px;

    li {
        font-weight: 400;
        font-size: 12px;
        line-height: normal;
        color: #4F566A;
        border: 1px solid #CDCDCD;
        border-radius: 7px;
        list-style: none;
        padding: 4px 10px;
    }
}

.course-details-banner-content .services-list-sec {
    margin: 5px 0px;
}

.services-list-sec-2 {
    margin-top: 40px !important;
}


/* slider updates */

.view-all {
    padding: 6px 18px;
    background-color: rgb(0, 135, 60) !important;
    color: rgb(255, 255, 255);
    border-radius: 4px !important;
    cursor: pointer;
}

.custom-fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.custom-fancybox-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    height: 80vh;
}

.custom-fancybox-slider {
    position: relative;
    max-width: 500px;
    max-height: 550px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.custom-fancybox-img {
    width: 101%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease-in-out;
    backface-visibility: hidden;
    will-change: transform;
}


#img-current {
    z-index: 1;
    transform: translateX(0%);
}

#img-next {
    z-index: 2;
}

.custom-fancybox-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 999;
}

.custom-fancybox-nav button,
.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9999;
}

#img-next {
    display: none;
}


.view-all {
    display: none;
}

.pibilo-banner-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.pibilo-banner-heading .call-whatsapp {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

    .service-btn {
        min-height: 48px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

/* ===== Default: Mobile-first (.col-*) ===== */
.col-1 {
    width: 8.333%;
}

.col-2 {
    width: 16.666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333%;
}

.col-5 {
    width: 41.666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333%;
}

.col-8 {
    width: 66.666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333%;
}

.col-11 {
    width: 91.666%;
}

.col-12 {
    width: 100%;
}

/* ===== Large: max-width  (.col-lg-*) ===== */
.col-lg-1 {
    width: 8.333%;
}

.col-lg-2 {
    width: 16.666%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-4 {
    width: 33.333%;
}

.col-lg-5 {
    width: 41.666%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-7 {
    width: 58.333%;
}

.col-lg-8 {
    width: 66.666%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-10 {
    width: 83.333%;
}

.col-lg-11 {
    width: 91.666%;
}

.col-lg-12 {
    width: 100%;
}

.footer-wrapper {
    margin-top: 0 !important;
}

.footer-sec ul {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;

    li {
        list-style: none;

        a {
            color: #000000;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            font-size: 15px;
        }
    }
}

.rs-banner {
    margin-top: 40px;
}




/* updates 26-06-25 */

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    background: rgba(0, 0, 0, .43);
}
.modal.show{
    display: block;
}

.modal-dialog { 
    pointer-events: none;
    position: relative;
    width: 100%;
    height: 100%; 
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: #f9f9f9;
    width: 100%;
}

.modal-header .close {
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: transparent;
     img{
        width: 22;
        height: 22;
     }
}

.modal-title {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0;
    color: #be206b;
    font-weight: 600;
    text-align: left;
    width: 100%;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
    color: #666;
    overflow: auto;
}

.masonry {
    column-gap: 10px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .masonry {
        column-count: 2;
    }
}

@media only screen and (min-width:990px) {
    .masonry {
        column-count: 2;
    }
}

.ui-carousel {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.ui-carousel .carousel-track {
    display: flex;
    height: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}

.ui-carousel .carousel-track::-webkit-scrollbar {
    display: none;
}

.ui-carousel .carousel-slide {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-wrap: wrap;
    height: 100%;
    margin-right: .2rem;
    scroll-snap-align: start;
    width: 100%;
}

.ui-carousel .carousel-slide:last-child {
    margin-right: 0;
}

.ui-carousel .carousel-controls .next,
.ui-carousel .carousel-controls .prev {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #0000007c;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 32px;
    z-index: 10;
}

.ui-carousel .carousel-controls .prev {
    left: 5px;
}

.ui-carousel .carousel-controls .next {
    right: 5px;
}

.post-gallery {
    background: #10172a;
    height: 40vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.post-gallery .btn-open-modal {
    background-color: #0c0e18;
    border: 0;
    font-size: 11px;
    font-weight: 700;
    opacity: .8;
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    border-radius: 30px;
}
.post-gallery .btn-open-modal img{
    width: 15px;
    height: 15px;
}
.post-gallery .gallery-item {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    position: relative;
    scroll-snap-align: start;
    transform: scale(1);
    transform-origin: center center;
    transition: transform .5s;
    width: 100%;
}

.post-gallery .gallery-item>a {
    height: 100%;
    width: 100%;
}

.post-gallery .gallery-item img,
.post-gallery .gallery-item>a img {
    height: 100%;
    object-fit: contain;
    object-position: top;
    width: 100%;
}

@media (min-width:575px) {
    .ui-carousel .carousel-controls {
        display: none;
    }

    .ui-carousel .carousel-track {
        display: block;
        padding: 16px;
        width: 100%;
    }

    .post-gallery {
        background: unset;
        height: fit-content;
        max-height: unset;
    }

    .post-gallery .btn-open-modal {
        display: none;
    }




    .post-gallery .gallery-item {
        background: unset;
        height: unset;
        margin-right: 0;
        padding-bottom: 10px;
        position: unset;
        width: unset;
    }

    .post-gallery .gallery-item>a {
        height: unset;
        width: unset;
    }

    .post-gallery .gallery-item img {
        position: unset;
    }
}

@media (min-width:600px) {
    .ui-carousel .carousel-track {
        padding: 0;
    }
}


@media (min-width: 600px) {
    .ui-carousel .carousel-track {
        padding: 0;
    }
}

.masonry {
    column-count: 3;
}

.masonry {
    column-fill: initial;
    column-gap: 2px;
    transition: all .5s ease-in-out;
}
/* @media (min-width: 991px) {
  .ui-carousel .carousel-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  
    gap: 10px;
    overflow: visible;
    height: auto;
  }

  .ui-carousel .carousel-slide {
    width: 100%;
    height: auto;
    flex: unset;
  }
} */

@media (min-width: 991px) {
 

  .carousel-slide {
    display: table-cell; 
  }

  
}


 



@media screen and (max-width: 1199px) {



    .backbtn {
        margin-bottom: 0;
    }

    .services-sec .row {
        --bs-gutter-x: 0;
    }

    .header-warpper {
        padding: 10px 0px;
    }

    .Service-warpper {
        margin-top: 40px;
    }

    .meta-name h1 {
        font-size: 20px;
        line-height: 31px;
    }

    .meta-name p {
        font-weight: 400;
        font-size: 15px;
        line-height: 27px;
        color: #212020;
        margin: 13px 0px;
    }

    .service-btn {
        min-width: 180px;
        min-height: 55px;
    }

    .Pibilo-services-slider .owl-dots {
        margin-top: 4px;
    }

    .Pibilo-services-slider .owl-dots .owl-dot {
        width: 28px;
        height: 8px;

    }

    .services-list-sec-2 {
        margin-top: 30px !important;
    }

    .allads-item-detail {
        margin-top: 15px;
    }

    .container {
        max-width: 85%;
    }

    .services-list-sec ul {
        gap: 10px;
        margin-top: 10px;
    }

    .report-security-wrapper {
        margin: 45px 0px;
    }
}

@media screen and (max-width: 991px) {
    .rs-show {
        display: block !important;
    }

    .lg-show {
        display: none !important;
    }

    .Pibilo-services-slider {
        margin: 20px 0px;

    }

    .report-security-sec {
        max-width: 100%;
        margin: 0 auto;
    }


    .rs-banner {
        margin-top: 40px !important;
    }

    .allads-item-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .zu-breadcrumb .breadcrumbs__crumb a span {
        font-size: 16px;
    }

    .b-services .breadcrumbs__crumb.breadcrumbs__crumb--home::after {
        right: 0px !important;
        top: 5px;
    }

    .b-services .breadcrumbs {
        display: flex;
        gap: 5px;
    }

    .call-whatsapp {
        justify-content: center;
    }

    .allads-sec h3 {
        font-size: 24px;
    }

    .allads-item-detail h3 {
        font-size: 14.85px;
        margin: 4px 0px;
    }

    .lb-closeContainer {
        top: 10px;
        right: 10px;

    }


    .col-lg-4 {
        width: 100%;
    }

    .col-lg-7 {
        width: 100%;
    }

    .col-lg-6 {
        width: 100%;
    }

    .col-lg-2 {
        width: 100%;
    }

    .col-lg-5 {
        width: 100%;
    }


    .col-md-1 {
        width: 8.333%;
    }

    .col-md-2 {
        width: 16.666%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333%;
    }

    .col-md-5 {
        width: 41.666%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333%;
    }

    .col-md-8 {
        width: 66.666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.333%;
    }

    .col-md-11 {
        width: 91.666%;
    }

    .col-md-12 {
        width: 100%;
    }

    .stickymobile {
        display: flex;
    }

    .footer-wrapper {
        margin-top: 50px;
    }

    .footer-sec ul {
        padding: 20px 0;
        gap: 12px;
    }

}


@media screen and (max-width: 567px) {
    .allads-item-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .meta-name h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .Pibilo-services-slider {
        margin: 10px 0px;
    }

    .rs-banner {
        margin-top: 50px !important;
    }

    .meta-name p {
        line-height: 32px;
        font-weight: 400;
        font-size: 20px;
        margin: 13px 0px;
    }

    .report-security-wrapper {
        margin: 28px 0px;
    }

    .report-security-item ul {
        padding-left: 5px;
        margin-bottom: 0;
        margin-top: 0px;
    }

    .service-btn {
        min-width: auto;
        min-height: 55px;
        width: 100%;
    }

    .Pibilo-services-slider .owl-dots .owl-dot {
        width: 24px;
        height: 7px;
    }

    .responsive-footer {
        position: fixed;
        bottom: -100px;
        left: 0;
        width: 100%;
        z-index: 999;
        transition: bottom 0.3s ease-in-out;
        background: #fff;
        /* optional background */
        padding: 10px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .responsive-footer.fixed {
        bottom: 0;
    }

    .allads-heading h2 span br {
        display: block;
    }

    .allads-item-list {
        gap: 10px;
    }

    .allads-item {
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 0;
        border: none;
        box-shadow: none;
        padding-bottom: 10px;
        border-radius: 0px;
        border-bottom: 1px solid #D7D7D7;
    }

    .allads-item-list .allads-item:last-child {
        border-bottom: none;
    }

    .allads-item-img {
        width: 80px;
        height: 74px;
        border-radius: none;

        object-fit: cover;
        flex-shrink: 0;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .allads-item-img img {
        width: 100%;
        border-radius: 8px 0px 0px 8px;
    }

    .allads-item-detail {
        flex: 1;
        padding: 0px;
        margin-top: 0;
    }

    .allads-sec {
        margin-top: 35px;
    }


    .logo {
        max-width: 150px;
    }

    .breadcrumbs {
        margin: 10px 0px;
    }

    .zu-breadcrumb .breadcrumbs__crumb a span {
        font-size: 14px;
    }

    .course-details-banner-content {
        margin-top: 10px !important;
    }

    .custom-fancybox-slider {
        max-height: 400px;
    }

    .custom-fancybox-content {
        height: auto;
    }


    .footer-sec ul {
        gap: 10px;

        & li {
            a {
                color: #000000;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
                font-size: 12px;
            }
        }
    }


    .gallery-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery-container .gallery-item {
        display: none;
    }

    .gallery-container .gallery-item:first-child {
        display: block !important;
        position: relative;
    }

    .view-all {
        color: rgb(255, 255, 255);
        cursor: pointer;
        background-color: #F6499C !important;
        padding: 6px 18px;
        border-radius: 4px !important;
        display: block !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .gallery-container {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .gallery-container .gallery-item:first-child {
        max-height: 215px;
        width: 100%;
    }

    .stickymobile {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {

    .header-warpper {
        border-bottom: 1px solid #E3DDDD;
    }

    .Service-warpper {
        margin-top: 30px;
    }

    .meta-name h1 {
        font-size: 18px;
        line-height: 27px;
    }


    .Pibilo-services-slider .owl-dots .owl-dot {
        width: 20px;
        height: 5px;
    }

    .Pibilo-services-slider .owl-dots {
        margin-top: 0;
    }

    .rs-banner {
        margin-top: 38px !important;
    }

    .service-btn {
        min-width: auto;
        min-height: 48px;
        width: 100%;
        font-size: 14px;

        img {
            width: 16px;
            height: 16px;
        }
    }

    .meta-name p {
        line-height: 25px;
        font-weight: 400;
        font-size: 14px;
        margin: 0px 0px;
    }


    .report-security-item ul {
        padding-left: 12px;
        margin-top: 10px;
    }

    .report-security-item ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        text-transform: lowercase;
        color: #383737;
        list-style: disc;
        margin: 6px 0;
        line-height: 21px;
    }

    .report-security-heading h3 {
        font-weight: 600;
        font-size: 14px;
    }

    .allads-heading h2 {
        text-align: center;
        font-weight: 500;
        font-size: 21px;
        text-transform: capitalize;
        color: #000;

        span {
            font-weight: 500;
            font-size: 21px;
            text-transform: capitalize;
            color: #F6499C;
        }
    }

    .allads-wrapper {
        margin-top: 34px;
    }

    .allads-sec h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .allads-item-list {
        margin: 20px 0px;
    }

    .allads-item-detail h3 {
        font-size: 15px;
        margin: 4px 0px;
    }

    .sub-footer {
        padding: 30px 0px;
        margin-top: 30px;
    }

    .sub-footer h2 {
        font-size: 17px;
        line-height: 27px;
    }

    .sub-footer p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #212020;
    }

    .copyright-sec p {
        font-size: 14px;
    }

    .course-details-banner-content {
        margin-top: 0px !important;
    }

    .Service-warpper {
        padding-bottom: 20px;
    }

    .top-cities {
        margin-top: 40px;
    }

    .container {
        max-width: 95%;
    }

    .tham-but {
        padding: 8px 16px;
        font-size: 14px;
    }

    .but-login .thm-bg-btn {
        font-size: 14px;
    }

    .logo {
        max-width: 130px;
    }

    .services-list-sec h2 {
        font-size: 18px;
    }

    .allads-heading h2 {
        font-size: 18px;
    }

    .gallery-container {
        grid-gap: 10px;
    }

    .zu-breadcrumb .breadcrumbs {
        margin-bottom: 40px;
    }

    .meta-name h1 {
        margin-top: 10px;
    }

    .services-sec {
        overflow: hidden;
    }

    .Pibilo-services-slider {
        margin: 15px 0px;
    }

    .allads-heading h2 {
        span {
            font-size: 18px;
        }
    }


    .footer-wrapper {
        margin-top: 30px;
    }

    .footer-sec ul {
        padding: 16px 0;
    }

}

@media screen and (max-width: 379px) {
    .logo {
        max-width: 110px;
    }
}