#next,
#prev,
.btn-3,
.tab-btn {
    cursor: pointer;
}
.btn-3,
.testimonial {
    border: 2px solid var(--primary-color);
    border: 2px solid var(--primary-color);
}
.btn-3,
.desc {
    font-weight: 200;
}
.p1,
.p2 {
    position: absolute;
}
.p1 {
    top: 40px;
    left: 0;
}
.p2 {
    bottom: 40px;
    right: 0;
}
.p1 a:last-child,
.p2 a:last-child {
    margin-right: 0;
}
.section-heading.center-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.p1,
.p2 {
    padding: 0px 60px;
    margin: 0;
}
.p1 a,
.p2 a {
    text-decoration: none;
    color: inherit;
    font-size: 26px;
    font-weight: 600;
    margin-right: 20px;
    transition: all 0.3 linear;
}
.p1 a:hover,
.p2 a:hover {
    color: var(--primary-color);
}
.bg-svg-1,
.slider .slides1,
.slider .slides2,
.slider .slides3 {
    background-size: cover;
}
.btn-3:hover {
    color: #fff;
    border: 2px solid #000;
    background-color: var(--black-color);
}
.btn-3,
.caption .title,
.desc {
    color: var(--white-color);
}
.slider .item {
    position: relative;
    height: 570px;
}
.caption::before,
.slider .item .slider__overlay {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}
.slider .item .slider__overlay {
    top: 0;
    background-image: linear-gradient(101deg, rgb(0 0 0 / 95%), #00000057);
}
.slider .slides1 {
    background-image: url("/public/imgs/frontend/home-slider3.webp");
}
.slider .slides2 {
    background-image: url("/public/imgs/frontend/home-slider-2.webp");
}
.slider .slides3 {
    background-image: url("/public/imgs/frontend/home-slider-1.webp");
}
.caption {
    position: absolute;
    padding: 50px;
    top: 20%;
    left: 10%;
}
.caption::before {
    content: "";
    top: 0;
    z-index: 0;
    border: 5px solid var(--white-color);
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.caption .title {
    font-size: 30px;
    font-weight: 300;
}
.desc {
    line-height: 1em;
    letter-spacing: -2px;
    font-size: 60px;
    margin-top: 0;
}
.btn-3 {
    z-index: 101;
    background-color: transparent;
    border-radius: 3px;
    font-size: 13px;
    padding: 16px 35px;
}
.slider .owl-dots {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
}
.slider .owl-dots button.owl-dot {
    width: 11px;
    height: 11px;
    border: 2px solid #e5e5e5;
    background-color: #e5e5e5;
    border-radius: 50%;
    margin: 0 2px;
}
.slider .owl-dots button.owl-dot.active {
    transition: 0.2s;
    background-color: var(--hover-clr);
}
.slider-spinner-wrap {
    height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-spinner {
    position: relative;
    width: 22.4px;
    height: 22.4px;
}
.slider-spinner::after,
.slider-spinner::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    animation: 0.6s backwards spinner-b4c8mmmd,
        1.5s 0.6s infinite spinner-49opz7md;
    border: 5.6px solid var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 -33.6px 0 -5.6px var(--primary-color);
    position: absolute;
}
.slider-spinner::after {
    animation-delay: 0s, 1.5s;
}
@keyframes spinner-b4c8mmmd {
    from {
        box-shadow: 0 0 0 -5.6px var(--primary-color);
    }
}
@keyframes spinner-49opz7md {
    to {
        transform: rotate(360deg);
    }
}
.slider .owl-carousel .owl-nav button.owl-next,
.slider .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    border-bottom: 4px solid var(--white-color);
    border-left: 4px solid var(--white-color);
    position: absolute;
    top: 50%;
    text-indent: -60px;
    overflow: hidden;
    outline: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.slider .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
    transform: translateY(-50%) rotate(45deg);
}
.slider .owl-carousel .owl-nav button.owl-next {
    right: -30px;
    transform: translateY(-50%) rotate(-135deg);
}
.slider .owl-carousel:hover .owl-nav button.owl-prev {
    left: 30px;
}
.slider .owl-carousel:hover .owl-nav button.owl-next {
    right: 30px;
}
.slider {
    overflow: hidden;
}
.custom-row.owl-carousel .owl-nav button.owl-next,
.custom-row.owl-carousel .owl-nav button.owl-prev {
    width: 20px;
    height: 20px;
    border-bottom: 4px solid var(--black-clr2);
    border-left: 4px solid var(--black-clr2);
    position: absolute;
    top: 50%;
    text-indent: -60px;
    overflow: hidden;
    outline: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.custom-row.owl-carousel.products .owl-nav button.owl-next,
.custom-row.owl-carousel.products .owl-nav button.owl-prev {
    border-bottom: 4px solid var(--white-color);
    border-left: 4px solid var(--white-color);
}
.custom-row.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
    transform: translateY(-50%) rotate(45deg);
}
.custom-row.owl-carousel .owl-nav button.owl-next {
    right: -40px;
    transform: translateY(-50%) rotate(-135deg);
}
.custom-row.owl-carousel .business-card-btn.business-website img {
    width: max-content;
}
.owl-carousel.category img.list-arrow {
    width: 22px;
    filter: invert(48%) sepia(61%) saturate(1153%) hue-rotate(359deg)
        brightness(101%) contrast(108%);
}
.pad-50-40 {
    padding: 0 60px;
}
.custom-row.owl-carousel.owl-drag .owl-item {
    padding: 20px 10px;
}
.slider.animation {
    animation: 3s linear 2s fadeIn;
}
.owl-stage {
    display: flex;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.tab-btn::after,
.tab-btn::before {
    transform: translateX(-50%);
    transition: 0.4s;
    opacity: 0;
    position: absolute;
    content: "";
    left: 50%;
}
.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.slider .owl-item.active .desc,
.slider .owl-item.active .title {
    animation: 1s 0.45s both fadeInRightBig;
}
.slider .owl-item.active .caption::before {
    animation: 2.7s ease-in-out 0.3s both bounceInLeft;
}
.slider .owl-item.active .slider__btns {
    animation: 1.4s 0.2s both fadeInUpBig;
}
.site-button.button-primary.home-slider-btn {
    padding: 15px 52px;
    border-radius: 3px;
    letter-spacing: 0;
    margin-left: 20px;
    border: 2px solid transparent;
}
.site-button.button-primary.home-slider-btn:hover {
    border: 2px solid var(--primary-color);
}
.btn-3.home-slider-btn-1 {
    background-color: var(--hover-clr2);
}
.btn-3.home-slider-btn-1:hover {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.bg-svg-1 {
    background-image: url("/public/imgs/frontend/Background.svg");
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 80px;
    height: 100%;
    padding-bottom: 100px;
    z-index: -1;
}
.products-section {
    padding: 5% 4%;
    background-color: var(--black-clr2);
}
.inverted-border-radius,
.tab-btn::before,
img.read-more {
    background-color: var(--primary-color);
}
.tab-btn {
    font-size: 18px;
    padding-bottom: 20px;
    color: var(--secondary-clr);
    position: relative;
    font-weight: 800;
}
.tab-btn::before {
    bottom: 2px;
    height: 2px;
    width: 40px;
}
.tab-btn::after {
    border-top: 8px solid var(--primary-color);
    bottom: -10px;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.tab-btn.active {
    color: var(--primary-color);
}
.tab-con {
    display: none;
    padding: 40px 10px;
    line-height: 1.6em;
    border-top: 1px solid #e1e1e1;
    color: var(--white-color);
    text-align: justify;
}
.bb:first-child,
.bb:nth-child(2),
.bb:nth-child(3),
.bb:nth-child(4),
.bb:nth-child(5),
.bb:nth-child(6),
.tab-con.active {
    display: block;
}
.business-type-heading,
.custom-card-title1,
.product-title.align-left {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tab-btn.active::after,
.tab-btn.active::before {
    opacity: 1;
}
.mt-15 {
    margin-top: 16px;
}
.tabs-product {
    width: 100%;
    height: 280px;
    border-radius: 7px;
    overflow: hidden;
}
.tabs-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    transition: 0.32s;
}
.tabs-product-wrap:hover .tabs-product-img {
    transform: scale(1.05);
}
.card-style.tabs-card {
    background-color: #ffffff85;
    padding: 0;
    border-radius: 7px;
}
.product-title.white {
    margin-top: 15px;
    color: var(--background-clr-2);
}
.product-title.align-left {
    text-align: left;
    padding: 14px 20px 20px;
    -webkit-line-clamp: 2;
    height: 63px;
    font-weight: 600;
}
.product-img-wrap.m-0 {
    margin: 0;
}
.product-img-wrap.m-0 > img {
    height: 220px;
}
.inverted-border-radius {
    position: relative;
    width: 95%;
    box-shadow: rgba(17, 17, 26, 0.1) 1px 1px 5px, rgba(17, 17, 26, 0.1) 0 0 8px;
    border-radius: 17px 17px 17px 0;
    padding: 15px 0 15px 20px;
    z-index: 2;
    margin: 9px 0 0;
}
.slider-overlay {
    background-color: var(--black-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 10;
}
.inverted-border-radius::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -50px;
    height: 50px;
    width: 25px;
    left: 0;
    border-top-left-radius: 25px;
    box-shadow: 0 -25px 0 0 var(--primary-color);
    z-index: -1;
}
.business-type-heading {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    color: var(--white-color);
    -webkit-line-clamp: 1;
}
.icons-wrap {
    margin: 20px auto;
}
.business-card-btn.business-website {
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    letter-spacing: 0.7px;
    font-size: 14px;
    cursor: pointer;
}
.custom-card-image.product-carousel-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
    border-radius: 7px 60px;
    background-color: var(--white-color);
}
.custom-card-title1 {
    font-size: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
    color: #000;
}
.custom-card-title1::after {
    content: "";
    background: var(--primary-color);
    width: 170px;
    height: 4px;
    display: block;
    margin-top: 3px;
    position: absolute;
    bottom: -5px;
}
.blog-title::before,
h4.customer-info::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
}
.description {
    color: var(--paragraph-color);
    text-align: justify;
}
.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px 0;
    max-height: calc(100% - 3.5px);
    background-color: rgba(0, 0, 0, 0.27);
}
.product-link {
    text-decoration: none;
    color: var(--black-clr2);
}
.child-category-names {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 7px;
    padding: 0 15px 15px;
}
.child-category-names > p,
div.arrow-more-btn {
    display: inline;
}
.card-link-1,
.card-link-2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.5px;
    word-spacing: 0.5px;
}
img.read-more {
    border-radius: 50%;
    padding: 2px;
    transform: translateY(-3px);
    transition: 0.3s ease-in-out;
}
img.read-more:hover {
    box-shadow: 0 0 6px;
}
#carousel {
    height: 400px;
    overflow: hidden;
}
#carousel div {
    position: absolute;
    transition: transform 1s, left 1s, opacity 0.5s, z-index;
    opacity: 1;
}
#carousel div img {
    width: 400px;
    border-radius: 30px 0;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 1px 0 inset,
        rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
    transition: width 1s;
}
#carousel div.hideLeft,
#carousel div.hideRight {
    left: 10%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img,
#carousel div.hideRight img,
#carousel div.nextRightSecond img,
#carousel div.prevLeftSecond img {
    width: 200px;
}
#carousel div.prev {
    z-index: 5;
    left: 30%;
    transform: translateY(50px) translateX(-50%);
    opacity: 0.3;
}
#carousel div.next img,
#carousel div.prev img {
    width: 300px;
}
#carousel div.prevLeftSecond {
    z-index: 4;
    left: 15%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.1;
}
#carousel div.selected {
    z-index: 10;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}
#carousel div.next {
    z-index: 5;
    left: 70%;
    transform: translateY(50px) translateX(-50%);
    opacity: 0.3;
}
#carousel div.nextRightSecond {
    z-index: 4;
    left: 85%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.1;
}
#next,
#prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #000;
    color: #000;
    font-size: 20px;
    background-color: transparent;
    transition: 0.3s;
}
#next:hover,
#prev:hover {
    background-color: #000;
    color: #fff;
}
.sub-product-title a.home-category-slider-text {
    font-size: 22px;
}
a.home-category-slider-text::after {
    content: "";
    position: absolute;
    transform: rotate(140deg);
    bottom: 10px;
    right: -58px;
    width: 70px;
    height: 3px;
    background-color: #fff;
}
a.home-category-slider-text::before {
    content: "";
    position: absolute;
    transform: rotate(140deg);
    bottom: 8px;
    right: -55px;
    width: 38px;
    height: 2.5px;
    background: transparent
        linear-gradient(90deg, #ffa806 0, var(--primary-color) 100%);
}
.index-card {
    width: 100%;
    max-width: 80%;
    height: 100%;
    max-height: 400px;
}
.index-card-inner > ul {
    padding-left: 0;
}
.index-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 320px;
    background-color: rgba(202, 202, 202, 0.422);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}
.index__circle {
    width: 150px;
    height: 150px;
    background: radial-gradient(#ffde06, var(--primary-color));
    border-radius: 50%;
    position: absolute;
}
.index__circle:first-child {
    top: -45px;
    left: -45px;
}
.index__circle:nth-child(2) {
    bottom: -45px;
    right: -45px;
}
.testimonial {
    color: var(--black-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
    border-radius: 20px;
    padding: 24px;
    height: calc(100% - 70px);
}
.testimonial::after {
    content: "";
    position: absolute;
    border: 2px solid var(--primary-color);
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 25px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}
.testimonial::before {
    content: "";
    position: absolute;
    width: 80px;
    border: 6px solid var(--white-color);
    bottom: -3px;
    left: 25px;
    z-index: 2;
}
h4.customer-info {
    font-size: 19px;
    color: var(--black-color);
}
h4.customer-info::before {
    width: 15px;
    height: 2px;
    background: var(--black-color);
    transform: translateY(-5px);
}
.customer-name {
    width: 100%;
    max-width: 75%;
    margin-left: auto;
}
.bb {
    display: none;
}

.all-blog-img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s linear;
}
.card-wrap.blog-card {
    max-width: 98%;
    border-radius: 20px;
    transform: translateY(-30px);
    padding: 20px;
    border: none;
    background: linear-gradient(270deg, #000 0, #343434 100%);
}
.image-container:hover .card-wrap.blog-card {
    scale: 1.5;
}
.blog-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: var(--white-color);
}
.blog-title::before {
    width: 25px;
    height: 4px;
    background: transparent
        linear-gradient(90deg, #ffa806 0, var(--primary-color) 100%);
    transform: translateY(-5px);
    border-radius: 20px;
}
.product-img-wrap > img.bell-biz{
    object-fit: contain;
    filter: blur(1px);
}
@media (max-width: 992px) {
    .child-category-design {
        text-align: center;
    }
    .child-category-names > p {
        display: inline;
    }
    .p1 a,
    .p2 a {
        font-size: 20px;
    }
    .p1,
    .p2 {
        padding: 0 30px;
    }
}
@media (max-width: 768px) {
    #carousel div.nextRightSecond {
        left: 10%;
        opacity: 0;
    }
    #carousel div.prevLeftSecond {
        opacity: 0;
    }
    .p1 a,
    .p2 a {
        display: inline-block;
        padding-top: 10px;
    }
}
@media (max-width: 560px) {
    .pad-50-40 {
        padding: 0 ;
    }
    .all-blog-img{
        height: 200px;
    }
    .custom-row.owl-carousel .owl-nav button.owl-prev {
        left: -1px;
        transform: translateY(-50%) rotate(45deg);
         display: none !important;
    }
    .product-title.align-left{
        padding: 10px ;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    .custom-row.owl-carousel .owl-nav button.owl-next {
        right: -1px;
        transform: translateY(-50%) rotate(-135deg);
         display: none !important;
    }
    .caption {
        left: 0;
        padding: 0 52px;
    }
    .caption::before {
        display: none;
    }
    .bg-svg-1 {
        background-image: none;
        padding-bottom: 0;
    }
    .product-title.white,
    .sub-product-title a.home-category-slider-text {
        font-size: 16px;
    }
    .custom-card-image.product-carousel-img {
        max-height: auto;
        min-height: auto;
        height: 130px;
    }
    .custom-card-title1::after {
        width: 120px;
    }
    #carousel {
        height: 350px;
    }
    #carousel div.next {
        left: 10%;
        opacity: 0;
    }
    #carousel div.prev {
        opacity: 0;
    }
    #carousel div img {
        width: 270px;
    }
    a.home-category-slider-text::before {
        width: 30px;
        height: 2px;
    }
    a.home-category-slider-text::after {
        width: 50px;
        height: 2px;
    }
    .child-category-names {
        flex-direction: column;
        row-gap: 0;
        padding: 0 8px 3px;
    }
    .child-category-names > p {
        display: block;
        margin: 5px 0;
        text-align: center;
    }
    div.arrow-more-btn {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .custom-card-title1 {
        font-size: 15px;
        font-weight: 500;
        padding: 5px 10px 3px 10px;
        -webkit-line-clamp: 2;
    }

    .index-card {
        max-width: 100%;
    }
    .index__circle {
        width: 100px;
        height: 100px;
    }
    .index__circle:first-child {
        top: -45px;
        left: -13px;
    }
    .index__circle:nth-child(2) {
        bottom: -45px;
        right: -13px;
    }
    .blog-title,
    .date,
    h4.customer-info {
        font-size: 14px;
    }
    .p2 {
        margin: -5px -8px 0px 0px;
    }
    .p1,
    .p2 {
        padding: 0 15px;
    }
    .p1 a, .p2 a{
        margin-right: 27px;
    }
    .social-icons-footer{
        padding: 11px;
    }
    .business-card-btn.business-website{
        max-width: 30px;
        height: 30px;
        padding: 8px;
    }
    .custom-row.owl-carousel.owl-drag .owl-item{
        padding: 20px 6px;
    }
    .icons-wrap{
        margin: 10px auto 10px;
    }
}
