/******************************

    00 - Home
    01 - Inner Page
	    01 - About Us
		02 - Our History
		03 - Service Detail
        04 - Portfolio Detail
        05 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        06 - Team Single Detail
        07 - Contact Us
        08 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page {
    overflow: hidden;
}

/** Homepage 01 **/
.about-one-leftbox {
    position: relative;
    background-image: url(../images/homepage-1/about-mask-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 100%;
}

.about-one-leftbox .ihbox-style-area {
    position: absolute;
    width: auto;
    max-width: 100%;
    bottom: 0;
    right: 0;
}

.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}

.pbmit-top-right-corner {
    top: -30px;
    right: 0;
    transform: none;
}

.pbmit-bottom-left-corner {
    bottom: 0;
    left: -30px;
    transform: none;
}

.pbmit-sticky-corner svg path {
    fill: var(--pbmit-white-color);
}

.about-one-rightbox {
    padding: 40px 0px 0px 70px;
}

.service-one {
    position: relative;
    border-radius: 30px;
    padding: 160px 0px 100px 0px;
}

.service-one .pbmit-service-highlight h2 {
    left: 0;
    right: 0;
    font-size: 170px;
    line-height: normal;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--pbmit-global-color-rgb), .15);
    position: absolute;
    top: -100px;
}

.pbmit-service-text {
    margin-top: 60px;
    padding: 10px 30px 10px 30px;
}

.pbmit-service-text p {
    color: #c7b8ac;
    margin: 0;
    border: 1px solid rgba(var(--pbmit-white-color-rgb), .1);
    padding: 8px 30px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 400;
}

.ihbox-one-left-col,
.ihbox-one-right-col {
    width: 28%;
    padding-top: 30px;
}

.ihbox-one-img-col .ihbox-imgbox {
    text-align: center;
    padding-right: 70px;
}

.ihbox-one-img-col .ihbox-imgbox img {
    transform: perspective(100px) rotateY(-3deg);
    border-radius: 15px;
    transition: .9s;
}

.ihbox-one-img-col .ihbox-imgbox:hover img {
    transform: rotateY(10deg) !important;
    cursor: crosshair;
}

.ihbox-one-img-col {
    width: 44%;
}

.marquee-one {
    overflow: hidden;
}

.marquee-one .pbmit-marquee-effect-style-1 .pbmit-element-title {
    width: auto;
    transition: transform 1s cubic-bezier(.22, .61, .36, 1);
    margin: 0;
    padding: 0;
}

.portfolio-one {
    margin-top: -50px;
    padding: 80px 0 70px 0;
}

.portfolio-one .pbmit-sortable-list-ul li:not(:last-child)>a {
    margin-right: 20px;
}

.portfolio-one .pbmit-sortable-list-ul li a.pbmit-selected {
    background-color: transparent;
    color: var(--pbmit-global-color);
}

.portfolio-one .pbmit-sortable-list a {
    position: relative;
    display: inline;
    padding: 12px 18px;
}

.portfolio-one .pbmit-sortable-list a:before {
    position: absolute;
    counter-increment: pbmitbox3;
    content: counter(pbmitbox3, decimal-leading-zero);
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 12px;
    color: var(--pbmit-global-color);
}

.pricing-one-bg {
    background-image: url(../images/homepage-1/bg/pricing-bg-shape.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.pricing-one-rightbox {
    padding: 100px 0px 0px 70px;
}

.pricing-one-rightbox .list-group {
    padding-bottom: 50px;
}

.testimonial-one {
    padding: 100px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}

.testimonial-one .pbmit-testimonialbox-left {
    padding: 80px 70px 0 50px;
    position: relative;
}

.testimonial-one .pbmit-testimonialbox-left:before {
    font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" based on your setup */
    font-weight: 900;                   /* important for solid icons */
    content: "\f10d";                   /* fa-quote-left */

    position: absolute;
    left: -130px;
    top: -10px;
    font-size: 300px;
    line-height: 300px;
    display: inline-block;
    background: rgba(var(--pbmit-blackish-color-rgb), .03);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.testimonial-one .swiper-slider {
    padding-bottom: 210px;
}

.testimonial-one .swiper-button-next,
.testimonial-one .swiper-button-prev {
    bottom: 15%;
    top: auto;
    right: 20%;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
}

.testimonial-one .swiper-button-prev {
    right: 25%;
}

.testimonial-one .swiper-button-prev:hover,
.testimonial-one .swiper-button-next,
.team-six-swiper-arrow .swiper-button-prev:hover,
.team-six-swiper-arrow .swiper-button-next {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.testimonial-one .swiper-button-next:hover {
    background-color: var(--pbmit-blackish-color);
}

.testimonial-one .ihbox-style-area {
    position: absolute;
    width: auto;
    max-width: 100%;
    left: 35%;
    bottom: 11%;
}

.video-section-one {
    position: relative;
    padding: 225px 0px 225px 0px;
}

.fadeIn {
    animation-name: fadeIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.animated-slow {
    animation-duration: 2s;
}

.video-section-one .pbmit-bg-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-image: url(../images/homepage-1/bg/paralax-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.54;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.morphext>.animated {
    display: inline-block;
}

.play-button .pbmit-icon {
    position: relative;
    font-size: 20px;
    padding: 35px;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    z-index: 1;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.play-button .pbmit-icon:before,
.play-button .pbmit-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid rgba(var(--pbmit-white-color-rgb), .2);
}

.play-button .pbmit-icon:before {
    animation: pulse-border-2 1.5s linear infinite;
}

.play-button .pbmit-icon:after {
    animation: pulse-border 1s linear infinite;
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.play-button .pbmit-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.blog-btn {
    text-align: right;
    padding-right: 35px;
}

.blog-one-right-col {
    padding-left: 60px;
}

/** Homepage 02 **/
.ihbox-section-two {
    padding: 50px 30px 0 30px;
}

.about-two-leftbox {
    position: relative;
}

.about-two-leftbox .about-two-img {
    -webkit-mask-image: url(../images/homepage-2/bg/about-masking.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.about-two-leftbox .ihbox-style-area {
    position: absolute;
    width: auto;
    max-width: 100%;
    bottom: 0;
    left: 0;
}

.about-two-content {
    padding: 35px 50px 0px 70px;
}

.about-two-content .list-group {
    padding-bottom: 30px;
}

.about-two-content .list-group .pbmit-icon-list-icon i {
    font-size: 15px;
}

.about-two-content .pbmit-text-editor {
    font-size: 18px;
    line-height: 25px;
    color: var(--pbmit-global-color);
}

.marquee-two {
    padding: 70px 0 90px 0;
    overflow: hidden;
}

.accordion-two-area {
    padding-right: 190px;
}

.accordion-two-rightbox {
    position: relative;
    padding-left: 50px;
}

.accordion-two-rightbox .chair-img,
.accordion-two-rightbox .sofa-img,
.testimonial-two .ihbox-style-area,
.about-three-rightbox .fid-style-area,
.about-three-img2,
.about-seven-left-box .about-img-second,
.service-section-seven .clock-img,
.service-section-seven .frame-img,
.testimonial-seven-right-box .ihbox-style-area,
.about-us-section-seven .pbmit-btn-style-text,
.about-eight-left-box .about-img-second,
.about-eight-left-box .frame-img,
.about-eight-right-box .clock-img,
.service-nine-left-box .ihbox-style-23-area,
.service-nine-left-box .ihbox-style-18-area {
    position: absolute;
    width: auto;
    max-width: 100%;
}

.accordion-two-rightbox .chair-img {
    left: -11%;
    bottom: 11%;
}

.accordion-two-rightbox .sofa-img {
    right: -50px;
    top: 3.251%;
}

.accordion-two-rightbox .floor-img {
    padding-top: 90px;
}

.portfolio-two {
    padding-left: 50px;
    padding-right: 50px;
}

.process-section-two {
    padding: 145px 0px 90px 0px;
    border-top: 1px solid #DDDDDD;
    overflow: hidden;
}

.process-section-two .pbmit-ih-highlight h2 {
    left: 0;
    right: 0;
    text-align: center;
}

.pbmit-ih-highlight h2 {
    position: absolute;
    top: -70px;
    left: 98px;
    left: 0;
    right: auto;
    z-index: -1;
    font-size: 170px;
    line-height: 170px;
    letter-spacing: -1px;
    color: #ebebeb;
    opacity: .4;
}

.process-section-two .pbmit-text-editor {
    padding-top: 40px;
    text-align: center;
}

.pbmit-text-design {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-global-color);
    border-radius: 20px;
    padding: 1px 15px 3px;
    font-size: 14px;
    top: -3px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.testimonial-two {
    padding: 130px 0 80px 0;
}

.testimonial-two .pbmit-testimonialbox-left {
    position: relative;
    padding: 80px 70px 0 90px;
}

.testimonial-two .pbmit-testimonialbox-left:before {
    font-family: pbminfotech-base-icons;
    content: '\e826';
    position: absolute;
    left: 0;
    top: -45px;
    font-size: 300px;
    line-height: 300px;
    display: inline-block;
    color: rgba(var(--pbmit-white-color-rgb), .2);
    background: -webkit-linear-gradient(rgba(108, 79, 54, 1) 0, rgba(81, 64, 49, .3) 99%, rgba(81, 64, 49, .3) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 30%;
}

.testimonial-two .swiper-slider {
    padding: 0 30px;
}

.testimonial-two .swiper-button-next,
.testimonial-two .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: none;
}

.testimonial-two .swiper-button-next {
    right: 0px;
}

.testimonial-two .swiper-button-prev {
    left: 0px;
}

.testimonial-two .swiper-button-prev:hover,
.testimonial-two .swiper-button-next {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.testimonial-two .swiper-button-next:hover,
.testimonial-two .swiper-button-prev {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.testimonial-two .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}

.testimonial-two .ihbox-style-area {
    left: 88px;
    top: 293px;
}

.client-two-area {
    margin-top: 100px;
}

/** Homepage 03 **/
.client-three {
    padding: 40px 0;
    border-bottom: 1px solid #DDDDDD;
}

.about-section-three {
    padding: 145px 0px 130px 0px;
}

.about-three-left-area {
    padding-right: 120px;
}

.about-three-rightbox {
    padding-left: 80px;
}

.about-three-rightbox .fid-style-area {
    left: -72px;
    top: 10px;
    z-index: 1;
}

.about-three-img1 {
    margin-top: -40px;
}

.about-three-rightbox img {
    border-radius: 30px;
}

.about-three-img2 {
    left: -25px;
    bottom: -30px;
}

.service-three {
    border-radius: 30px;
    overflow: hidden;
}

.service-three .pbmit-servicebox-left {
    padding: 50px 45px 0 0;
    position: relative;
}

.service-three .pbmit-servicebox-right {
    padding-left: 55px;
}

.service-three .swiper-button-next,
.service-three .swiper-button-prev {
    position: static;
    border: none;
}

.pbmit-service-highlight h2 {
    position: absolute;
    font-size: 170px;
    line-height: normal;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--pbmit-global-color-rgb), .15);
    top: auto;
    bottom: -150px;
    left: -180px;
}

.pbmit-bg-color-secondary .swiper-button-prev,
.pbmit-bg-color-secondary .swiper-button-next:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .swiper-button-prev:hover,
.pbmit-bg-color-secondary .swiper-button-next {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.ihbox-section-three {
    padding-bottom: 90px;
}

.ihbox-section-three .heading-area {
    border-top: 1px solid #DDDDDD;
}

.ihbox-section-three .heading-area .pbmit-heading {
    text-align: center;
}

.ihbox-section-three .heading-area .pbmit-heading h2,
.ihbox-section-four .heading-area .pbmit-heading h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--pbmit-global-color);
}

.ihbox-section-three .heading-area .pbmit-heading .pbmit-award {
    background-color: var(--pbmit-white-color);
    position: relative;
    top: -10px;
    padding: 0 35px;
    color: var(--pbmit-global-color);
}

.before-after-left-area {
    padding: 90px 200px 0px 140px;
    border-radius: 30px;
    height: 100%;
}

.portfolio-three-slider .swiper-pagination-bullet,
.testimonial-three-main .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: .5;
    margin: 0 5px !important;
    background-color: var(--pbmit-global-color);
}

.portfolio-three-slider .swiper-pagination-bullet-active,
.testimonial-three-main .swiper-pagination-bullet-active {
    outline: none;
    opacity: 1;
}

.about-us-three-sec {
    padding-bottom: 100px;
    background-image: url(../images/homepage-3/bg/pattern.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.about-us-three-content {
    padding: 70px 75px 0px 0px;
}

.about-us-three-content .pbmit-text-editor {
    font-weight: 400;
    color: var(--pbmit-global-color);
}

.about-us-three-sec .fid-style-area {
    padding: 35px 0px 0px 130px;
}

.testimonial-three-bg {
    background-image: url(../images/homepage-3/bg/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 100%;
}

.testimonial-three-main {
    border-radius: 30px;
    padding: 100px 400px 100px 130px;
    background-color: var(--pbmit-light-color);
}

.testimonial-three-main .pbmit-heading-subheading:before {
    font-family: pbminfotech-base-icons;
    content: '\e886';
    position: absolute;
    right: -265px;
    top: -23px;
    font-size: 290px;
    line-height: 290px;
    display: inline-block;
    color: rgba(var(--pbmit-blackish-color-rgb), .2);
    background: -webkit-linear-gradient(rgba(196, 196, 196, 1) 0, rgba(254, 254, 254, .3) 99%, rgba(255, 255, 255, .3) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .2;
}

.testimonial-three-main .swiper-horizontal>.swiper-pagination-bullets {
    justify-content: left;
}

.blog-three-right-col {
    padding-left: 60px;
}

/** Homepage 04 **/
.frame-clock-img {
    margin-bottom: 85px;
}

.home4-about-02-img {
    border-radius: 20px;
}

.about-four-center-area {
    padding: 70px 50px 0px 50px;
}

.about-four-lamp-img {
    position: absolute;
    width: auto;
    max-width: 100%;
    left: -85px;
    /* bottom: -100%; */
}

.service-section-four {
    overflow: hidden;
    padding: 160px 0px 100px 0px;
}

.service-four-swiper-arrow {
    position: relative;
    top: 50px;
    right: 80px;
}

.service-four-swiper-arrow .swiper-button-next,
.service-four-swiper-arrow .swiper-button-prev {
    position: static;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.service-four-swiper-arrow .swiper-button-next {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.service-four-swiper-arrow .swiper-button-prev:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.service-four-swiper-arrow .swiper-button-next:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-element-static-box-style-2 .swiper-static-slide-nav {
    background-image: url(../images/homepage-4/bg/step-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}

.ihbox-section-four {
    padding-bottom: 90px;
}

.ihbox-style-10-bg-area {
    background-image: url(../images/homepage-4/bg/pattern-bg-01.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 30px;
    border-radius: 20px;
}

.testimonial-four-box {
    padding: 140px 140px 0px 0px;
    position: relative;
}

.testimonial-four-box .testimonial-four-bg {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/homepage-4/bg/testimonial-bg-01.jpg);
    border-radius: 0px 20px 20px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 40px;
}

.testimonial-four-box .ihbox-style-area {
    position: absolute;
    left: 40px;
    width: auto;
    top: 0;
    max-width: 100%;
    z-index: 1;
}

.testimonial-four-box .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon {
    background-color: var(--pbmit-white-color);
}

.testimonial-four-box .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before {
    box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
}

.testimonial-four-spacing {
    padding-left: 265px;
}

.testimonial-four-rightbox {
    padding: 140px 30px 0px 140px;
    position: relative;
}

.testimonial-four-rightbox .pbmit-col-stretched-right {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/homepage-4/bg/pattern-bg-02.png);
    border-radius: 0px;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.testimonial-four-rightbox .ihbox-style-2-area {
    margin-top: 180px;
    border-top: 1px solid #DDDDDD;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.testimonial-four-box .swiper-button-next,
.testimonial-four-box .swiper-button-prev {
    top: inherit;
    bottom: -1px;
    width: 60px;
    height: 60px;
    border-radius: 0 30px 0 0;
    padding: 0 18px;
    right: 70px;
    border: none;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.testimonial-four-box .swiper-button-next:after,
.testimonial-four-box .swiper-button-prev:after {
    font-size: 30px;
}

.testimonial-four-box .swiper-button-prev {
    left: inherit;
    right: 130px;
    border-radius: 0px 0 30px;
}

.testimonial-four-box .swiper-button-prev:before {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    bottom: 19px;
    box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
    z-index: 1;
    right: -20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.testimonial-four-box .testimonial-four-inner {
    position: relative;
    overflow: hidden;
}

.testimonial-four-box .testimonial-four-inner:before {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    bottom: 0;
    left: calc(100% - 70px);
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
    z-index: 2;
}

.testimonial-four-box .swiper-button-next:hover,
.testimonial-four-box .swiper-button-prev:hover {
    color: var(--pbmit-global-color);
}

.testimonial-four-box .swiper-button-next:before {
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 1px;
    height: calc(100% - 30px);
    background-color: rgba(var(--pbmit-blackish-color-rgb), .2);
}

/** Homepage 05 **/
.service-section-five {
    padding: 100px 0 30px 0;
    overflow: hidden;
}

.service-five-header-area {
    padding-top: 60px;
}

.service-five-arrow {
    position: relative;
}

.service-five-arrow .swiper-button-next,
.service-five-arrow .swiper-button-prev {
    position: static;
    border: none;
}

.service-five-arrow .swiper-button-prev {
    background-color: var(--pbmit-light-color);
}

.service-five-arrow .swiper-button-next {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.service-five-arrow .swiper-button-prev:hover {
    background-color: var(--pbmit-global-color);
}

.service-five-arrow .swiper-button-next:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
}

.service-five-header-area .fid-style-area {
    margin-top: 80px;
}

.service-five-right-col {
    padding-left: 50px;
}

.about-five-bg {
    background-image: url(../images/homepage-5/bg/about-company-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.about-five-left-box {
    position: relative;
    background-image: url(../images/homepage-5/bg/about-company-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 100%;
}

.about-five-left-box .ihbox-style-area {
    position: absolute;
    top: 45%;
    right: -132px;
    width: auto;
    max-width: 100%;
    transform: rotateZ(-90deg);
}

.about-five-left-box .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before {
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}

.about-five-left-box .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::after {
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}

.about-five-left-box .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon {
    background-color: var(--pbmit-white-color);
}

.about-five-rightbox {
    padding: 100px 0px 100px 100px;
}

.about-five-content {
    padding: 0 45px;
}

.about-us-five-bg {
    position: relative;
    margin: 0 30px;
    padding: 140px 0px 140px 15px;
    background-image: url(../images/homepage-5/bg/about-us-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about-us-five-bg::before,
.offer-area-bg .pbmit-bg-overlay {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(90deg, #403226 0%, #BB9A6533 100%);
    opacity: 0.84;
    border-radius: 30px;
}

.about-us-five-bg .ihbox-style-area,
.offer-area-bg .ihbox-style-area {
    position: absolute;
    right: -107px;
    width: auto;
    max-width: 100%;
    transform: rotateZ(-90deg);
}

.about-us-five-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon {
    background-color: var(--pbmit-white-color);
}

.about-us-five-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::before,
.about-us-five-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::after {
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}

.about-us-five-bg .pbmit-heading-subheading .pbmit-subtitle,
.about-us-five-bg .pbmit-heading-subheading .pbmit-title,
.offer-area-bg .pbmit-heading-subheading .pbmit-subtitle,
.offer-area-bg .pbmit-heading-subheading .pbmit-title {
    color: var(--pbmit-white-color);
}

.about-us-five-bg .pbmit-heading-subheading .pbmit-subtitle:before,
.offer-area-bg .pbmit-heading-subheading .pbmit-subtitle:before {
    border-color: var(--pbmit-white-color);
}

.about-us-five-bg .pbmit-heading-subheading .pbmit-title,
.offer-area-bg .pbmit-heading-subheading .pbmit-title {
    font-size: 60px;
    line-height: 60px;
}

.portfolio-section-five {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.pricing-five-bg {
    background-image: url(../images/homepage-5/bg/pattern-bg-03.png);
    background-position: center left;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.pricing-five-head-area {
    padding: 100px 60px 100px 0px;
}

.pricing-five-area {
    padding: 100px 0px 100px 0px;
}

.testimonial-section-five {
    padding: 0 40px;
}

.testimonial-five-left-box {
    background-image: url(../images/homepage-5/bg/testimonial-bg-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    height: 100%;
    margin-right: 25px;
}

.testimonial-five-right-box {
    padding: 110px 0px 100px 130px;
    border-radius: 25px;
}

.testimonial-five-slider {
    padding: 0 200px 0 0;
    position: relative;
}

.testimonial-five-slider .pbmit-header-area {
    position: relative;
}

.testimonial-five-slider .pbmit-header-area:before {
    font-family: "pbminfotech-base-icons";
    content: '\e826';
    position: absolute;
    right: -140px;
    top: -45px;
    font-size: 290px;
    line-height: 290px;
    display: inline-block;
    color: rgba(var(--pbmit-blackish-color-rgb), .2);
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(rgba(113, 89, 68, 1) 0, rgba(64, 50, 38, .3) 99%, rgba(64, 50, 38, .3) 100%);
    opacity: .2;
    -webkit-background-clip: text;
    background-clip: text;
}

.testimonial-five-right-box .ihbox-style-area {
    padding-top: 50px;
    margin: 0 150px 0 0;
    border-top: 1px solid rgba(var(--pbmit-global-color-rgb), .2);
}

.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets {
    position: absolute;
    display: inline-block;
    margin-left: 130px;
    left: 100%;
    width: 70px;
    top: 30%;
    height: 160px;
    padding: 35px 10px 35px 30px;
    background-color: var(--pbmit-white-color);
    border-radius: 20px 0 0 20px;
}

.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets:before,
.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: transparent;
    height: 40px;
    width: 20px;
}

.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets:after {
    bottom: 100%;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}

.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets:before {
    top: 100%;
    border-top-right-radius: 20px;
    box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
}

.testimonial-five-right-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 2px 15px !important;
}

.testimonial-five-right-box .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: .5;
}

.testimonial-five-right-box .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    outline: none;
    margin: 0 0 15px !important;
    background-color: var(--pbmit-global-color);
}

/** Homepage 06 **/
.about-six-col-1 {
    width: 29%;
}

.about-six-col-2 {
    width: 43%;
}

.about-six-img {
    padding-right: 50px;
    text-align: center;
}

.about-six-img img {
    transform: perspective(100px) rotateY(-3deg);
    transition: .9s;
}

.about-six-img:hover img {
    transform: rotateY(10deg) !important;
    cursor: crosshair;
}

.about-six-col-3 {
    width: 28%;
    padding-left: 50px;
}

.ihbox-six-left-area {
    padding: 100px 85px 0px 0px;
}

.ihbox-six-right-area {
    padding: 100px 0px 100px 70px;
}

.pf-six-header-area {
    padding: 80px 30px 1px 30px;
    border-radius: 20px;
    margin-bottom: 5px;
}

.pbmit-column-three .pbmit-portfolio-style-5 {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.ihbox-sec-six {
    padding: 80px 0px 50px 0px;
}

.ihbox-sec-six .container {
    padding-bottom: 65px;
    border-bottom: 1px solid #DDDDDD;
}

.ihbox-sec-six .pbmit-heading-title .pbmit-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    color: var(--pbmit-global-color);
}

.team-six-swiper-arrow {
    position: relative;
}

.team-six-swiper-arrow .swiper-button-next,
.team-six-swiper-arrow .swiper-button-prev {
    position: static;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
}

.team-six-swiper-arrow .swiper-button-next:hover {
    color: var(--pbmit-blackish-color);
    background-color: transparent;
}

.testimonial-six-bg {
    margin: 0 50px;
    border-radius: 30px;
    padding: 175px 0px 195px 0px;
    background-image: url(../images/homepage-6/bg/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-six-bg .swiper-slider {
    margin-left: 150px;
}

.pricing-six-bg {
    background-image: url(../images/homepage-6/bg/pattern-bg-02.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.pricing-six-rightbox {
    padding: 100px 70px 0px 70px;
}

.pricing-six-rightbox .list-group .pbmit-icon-list-icon i {
    font-size: 20px;
}

.pricing-six-rightbox .pbmit-btn-style-text {
    padding-top: 50px;
}

.pricing-six-rightbox .pbmit-btn-style-text .pbmit-btn {
    background-color: transparent;
    padding: 14px 20px 14px 0;
}

.client-sec-six .pbmit-client-style-2:nth-child(even) {
    border: none;
}

/** Homepage 07 **/
.about-seven-left-box {
    position: relative;
    padding-right: 45px;
    height: 100%;
}

.about-seven-left-box .first-img {
    border-radius: 30px;
}

.about-seven-left-box .about-img-second {
    right: 0;
    bottom: 0;
}

.about-seven-left-box .about-img-wrap {
    position: relative;
    padding: 20px 0px 0px 20px;
    border-radius: 16px 0px 0px 0px;
    background-color: var(--pbmit-white-color);
}

.about-seven-left-box .about-img-wrap:after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -40px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
    left: calc(100% - 25%);
    border-bottom-right-radius: 20px;
}

.about-seven-left-box .about-img-second img {
    border-radius: 16px;
}

.about-seven-left-box .fid-style-area {
    position: absolute;
    width: auto;
    left: -12%;
    top: 15%;
}

.about-seven-right-box {
    padding: 45px 80px 45px 60px;
}

.service-section-seven {
    position: relative;
    padding: 110px 15px 120px 15px;
}

.service-section-seven .clock-img {
    left: 85px;
    top: 10px;
}

.service-section-seven .frame-img {
    right: 80px;
    top: 0;
}

.portfolio-section-seven {
    padding: 80px 0px 20px 0px;
}

.portfolio-section-seven>.container-fluid {
    padding: 0 30px;
}

.portfolio-section-seven .pbmit-portfolio-heading-wrapper {
    background-image: url(../images/homepage-7/bg/portfolio-pattern.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    padding: 60px;
    border-radius: 20px;
}

.portfolio-section-seven .pbmit-heading-subheading .pbmit-subtitle {
    color: var(--pbmit-white-color);
}

.portfolio-section-seven .pbmit-heading-subheading .pbmit-subtitle:before {
    border-color: var(--pbmit-white-color);
}

.portfolio-section-seven .pbmit-portfolio-btn {
    position: absolute;
    bottom: 80px;
}

.offer-area-bg {
    position: relative;
    background-image: url(../images/homepage-7/bg/offer-bg-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.offer-area-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon {
    background-color: var(--pbmit-white-color);
}

.offer-area-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::before {
    box-shadow: 1px 20px 0 0 var(--pbmit-white-color);
}

.offer-area-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::after {
    box-shadow: -1px 20px 0 0 var(--pbmit-white-color);
}

.testimonial-seven-bg {
    background-image: url(../images/homepage-7/bg/testimonial-pattern-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding: 120px 15px 120px 15px;
}

.testimonial-seven-left-img {
    background-image: url(../images/homepage-7/testimonial-img.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 100%;
}

.testimonial-seven-right-box {
    position: relative;
    padding: 50px 0px 50px 80px;
}

.testimonial-seven-right-box .ihbox-style-area {
    bottom: 50px;
    left: 80px;
}

.testimonial-seven-right-box .swiper-slider {
    padding-bottom: 110px;
}

.testimonial-seven-right-box .swiper-button-prev,
.testimonial-seven-right-box .swiper-button-next {
    width: 60px;
    height: 60px;
    bottom: 0;
    top: auto;
    right: 0;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
}

.testimonial-seven-right-box .swiper-button-prev {
    right: 70px;
    left: auto;
}

.testimonial-seven-right-box .swiper-button-next {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.testimonial-seven-right-box .swiper-button-prev:hover {
    background-color: var(--pbmit-global-color);
}

.testimonial-seven-right-box .swiper-button-next:hover {
    background-color: var(--pbmit-blackish-color);
}

.about-us-section-seven {
    padding: 0 50px;
}

.about-us-section-seven .about-us-left-box {
    background-image: url(../images/homepage-7/bg/col-bg-img-01.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin-right: 20px;
    padding: 80px 80px 80px 80px;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
}

.about-us-section-seven .pbmit-heading-subheading {
    border-bottom: 1px solid;
    padding-bottom: 40px;
}

.about-us-section-seven .about-us-left-box .pbmit-heading-subheading {
    border-color: var(--pbmit-white-color);
    margin-bottom: 100px;
}

.about-us-section-seven .pbmit-heading-subheading .pbmit-title {
    font-size: 30px;
    line-height: 30px;
}

.about-us-section-seven .pbmit-shape-square {
    padding: .5em;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    font-size: 50px;
    text-align: center;
    fill: var(--pbmit-white-color);
    border-radius: 25px;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.about-us-section-seven .pbmit-shape-square i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.about-us-section-seven .about-us-center-box {
    position: relative;
    background-image: url(../images/homepage-7/bg/col-bg-img-02.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 10px 0px 10px;
    padding: 80px 80px 80px 80px;
    border-radius: 30px 30px 30px 30px;
}

.about-us-section-seven .about-us-center-box .pbmit-heading-subheading {
    border-color: #F3F7FA1A;
    margin-bottom: 10px;
}

.about-us-section-seven .about-us-center-box .pbmit-heading-desc {
    color: #E9D9BF;
}

.about-us-section-seven .about-us-center-box .list-group {
    margin-bottom: 100px;
}

.about-us-section-seven .list-group .pbmit-icon-list-text {
    color: var(--pbmit-white-color);
}

.about-us-section-seven .list-group .pbmit-icon-list-icon i {
    transform: rotate(20deg);
    font-size: 16px;
}

.about-us-section-seven .list-group .list-group-item:not(:last-child) {
    border-bottom: 1px solid #F3F7FA1A;
    padding-bottom: calc(15px/2);
}

.about-us-section-seven .about-us-right-box {
    position: relative;
    background-image: url(../images/homepage-7/bg/col-bg-img-03.png);
    background-position: center right;
    background-repeat: no-repeat;
    margin-left: 20px;
    padding: 80px 80px 100px 80px;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
}

.about-us-section-seven .about-us-right-box .pbmit-heading-subheading {
    border-color: #DDDDDD;
    margin-bottom: 100px;
}

.about-us-section-seven .about-us-right-box .pbmit-shape-square {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.about-us-section-seven .pbmit-btn-style-text {
    right: 20%;
    bottom: 0px;
}

.about-us-section-seven .pbmit-btn-wrap {
    background-color: var(--pbmit-white-color);
    position: relative;
    padding: 10px 55px 10px 0;
    border-radius: 30px 30px 0 0;
}

.about-us-section-seven .pbmit-btn-wrap:before {
    right: 100%;
    border-bottom-right-radius: 20px;
}

.about-us-section-seven .pbmit-btn-wrap:before,
.about-us-section-seven .pbmit-btn-wrap:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}

.about-us-section-seven .pbmit-btn-wrap:after {
    left: 100%;
    border-bottom-left-radius: 20px;
}

.about-us-section-seven .pbmit-btn-wrap .pbmit-btn {
    background-color: transparent;
}

.about-us-section-seven .pbmit-btn-wrap .pbmit-btn::after {
    background-color: transparent;
    color: var(--pbmit-global-color);
    border: 1px solid var(--pbmit-global-color);
}

.about-us-section-seven .pbmit-btn-wrap .pbmit-btn:hover {
    color: var(--pbmit-blackish-color);
}

/** Homepage 08 **/
.accordion-eight-left-box {
    padding: 30px 55px 0px 80px;
}

.accordion-eight-left-box .pbmit-desc {
    font-weight: 400;
    margin-top: -25px;
}

.accordion-eight-left-box .pbmit-desc .pbmit-drop-cap {
    padding: 6px;
    border-radius: 12px;
    font-size: 30px;
    line-height: 30px;
    margin-top: 6px;
    float: left;
    text-align: center;
    margin-right: 10px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.accordion-eight-left-box .pbmit-desc .pbmit-drop-cap-letter {
    width: 1em;
    height: 1em;
    font-weight: 700;
    display: inline-block;
}

.accordion-eight-area {
    padding-left: 130px;
}

.ihbox-eight-left-bg {
    position: absolute;
    height: 100%;
    right: 15px;
    top: 0;
    left: 35px;
    width: auto;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/homepage-8/bg/col-bg-1.jpg);
    border-radius: 30px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.ihbox-eight-slider-box {
    padding: 80px;
    border-radius: 30px;
    background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
}

.ihbox-eight-slider-box .swiper-slider {
    padding-bottom: 75px;
}

.ihbox-eight-slider-box .swiper-button-prev,
.ihbox-eight-slider-box .swiper-button-next {
    width: 60px;
    height: 60px;
    top: auto;
    bottom: 0;
    border-color: rgba(var(--pbmit-blackish-color-rgb), .1);
}

.ihbox-eight-slider-box .swiper-button-next {
    left: 60px;
}

.ihbox-eight-slider-box .swiper-button-prev:hover,
.ihbox-eight-slider-box .swiper-button-next:hover {
    background-color: var(--pbmit-global-color);
}

.about-eight-left-box {
    padding-left: 120px;
    position: relative;
}

.about-eight-left-box .about-img-first,
.about-eight-left-box .about-img-second img {
    border-radius: 30px;
}

.about-eight-left-box .about-img-second {
    left: 0;
    top: 20%;
}

.about-eight-left-box .frame-img {
    left: -170px;
    top: -110px;
}

.about-eight-right-box {
    padding: 80px 50px 0px 100px;
}

.about-eight-right-box .pbmit-col-stretched-right {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/homepage-8/bg/about-pattern-bg.png);
    border-radius: 0px;
    background-color: transparent;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

.about-eight-right-box .clock-img {
    top: -85px;
    right: -105px;
}

.about-eight-ihbox-style {
    padding-left: 26%;
    margin-top: -105px;
    position: relative;
    z-index: 1;
}

.about-eight-ihbox-style-bg {
    border-radius: 30px;
    padding: 50px;
}

.portfolio-section-eight {
    padding: 130px 30px 130px 130px;
}

.before-after-section-eight {
    padding: 100px 0 130px 0;
}

.before-after-eight-left-box,
.before-after-eight-left-top {
    padding-left: 120px;
}

.before-after-eight-right-box {
    padding-left: 115px;
}

.before-after-eight-left-top .twenty20 {
    margin-bottom: 0;
    margin-right: 10px;
}

.before-after-eight-left-bottom .twenty20 {
    margin-bottom: 0;
    margin-left: 10px;
}

.before-after-eight-left-top .before-after-img-1 {
    background-image: url(../images/homepage-8/before-after-img-1.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 1px;
    height: 100%;
    border-radius: 30px 0px 0px 30px;
}

.before-after-eight-left-top .before-after-img-2 {
    background-image: url(../images/homepage-8/before-after-img-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 1px;
    height: 100%;
    border-radius: 0px 30px 30px 0px;
}

.before-after-eight-left-bottom {
    padding-top: 20px;
}

.before-after-eight-left-bottom .before-after-img-3 {
    background-image: url(../images/homepage-8/before-after-img-3.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 1px;
    height: 100%;
    border-radius: 30px 0px 0px 30px;
}

.before-after-eight-left-bottom .before-after-img-4 {
    background-image: url(../images/homepage-8/before-after-img-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 1px;
    height: 100%;
    border-radius: 0px 30px 30px 0px;
}

.testimonial-eight-left-box {
    padding: 100px 100px 0px 0px;
}

.testimonial-eight-left-box .ihbox-style-area {
    border-top: 1px solid #0000001A;
    margin-top: 120px;
    padding-top: 40px;
}

.client-sec-eight .client-style-area {
    padding-right: 60px;
}

.client-sec-eight .fid-style-area {
    padding: 80px 80px 80px 80px;
    border-radius: 30px;
    background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
}

/** Homepage 09 **/
.about-section-nine {
    padding: 120px 0 80px 0;
}

.about-nine-left-box {
    padding: 35px 15px 0px 0px;
}

.about-nine-img {
    background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
    border-radius: 30px 30px 0 0;
}

.about-nine-img img {
    mix-blend-mode: multiply;
}

.about-nine-right-box {
    padding: 40px 0px 0px 25px;
}

.service-section-nine {
    margin: 0 30px;
    border-radius: 30px;
    background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
}

.service-nine-left-box {
    position: relative;
    padding: 100px 90px 150px 0px;
}

.service-nine-left-box .service-left-img {
    border-radius: 20px;
}

.service-nine-left-box .ihbox-style-23-area {
    left: 0;
    bottom: 15.2%;
}

.service-nine-left-box .ihbox-style-23-wrap {
    position: relative;
    padding: 16px 25px 0px 25px;
    border-radius: 0px 20px 0px 20px;
    background-color: var(--pbmit-white-color);
}

.service-nine-left-box .ihbox-style-23-wrap:before,
.service-nine-left-box .ihbox-style-23-wrap:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 9px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}

.service-nine-left-box .ihbox-style-23-wrap:before {
    bottom: 100%;
    right: calc(100% - 20px);
    border-bottom-left-radius: 20px;
}

.service-nine-left-box .ihbox-style-23-wrap:after {
    left: 100%;
    border-bottom-left-radius: 20px;
}

.service-nine-left-box .ihbox-style-18-area {
    right: 2px;
    top: 177px;
}

.service-nine-left-box .ihbox-style-18-wrap {
    transform: rotate(-90deg);
}

.service-nine-right-box {
    padding-top: 150px;
}

.fid-section-nine {
    padding: 10px 0 100px 0;
}

.about-us-nine-bg {
    margin: 0 50px;
    padding: 115px 10px 125px 0px;
    background-image: url(../images/homepage-9/bg/bg-img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.about-us-nine-bg .about-us-content {
    padding: 80px;
    border-radius: 30px;
}

.testimonial-section-nine {
    padding: 110px 0px 75px 0px;
}

.testimonial-section-nine .pbmit-inner {
    position: relative;
}

.testimonial-section-nine .swiper-slider {
    border-radius: 30px;
}

.testimonial-nine-arrow .swiper-button-prev,
.testimonial-nine-arrow .swiper-button-next {
    top: 60%;
    width: 60px;
    height: 60px;
    border-color: rgba(var(--pbmit-blackish-color-rgb), .1);
}

.testimonial-nine-arrow .swiper-button-prev:hover,
.testimonial-nine-arrow .swiper-button-next:hover {
    background-color: var(--pbmit-global-color);
}

.testimonial-nine-arrow .swiper-button-next:after,
.testimonial-nine-arrow .swiper-button-prev:after {
    content: '\e847';
    font-size: 18px;
    font-weight: 600;
}

.testimonial-nine-arrow .swiper-button-prev {
    left: -100px;
}

.testimonial-nine-arrow .swiper-button-next {
    right: -100px;
}

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - About Us **/
.about-us .ihbox-section-three {
    padding-bottom: 0;
}

.about-us .process-section-two {
    padding-top: 130px;
    border-top: none;
}

/** 02 - Our History **/
.pbmit-element-timeline-style-1 .pbmit-timeline-year {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 50px;
    text-transform: capitalize;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-desc {
    margin: 0;
    padding: 0 90px;
    line-height: 22px;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
    display: grid;
    width: 100%;
    height: auto;
    position: relative;
    justify-items: center;
    grid-template-rows: 1fr 1fr;
    text-align: center;
    grid-gap: 160px;
}

.pbmit-element-timeline-style-1 .pbmit-same-height.steps-content_wrap {
    justify-content: flex-start;
}

.pbmit-element-timeline-style-1 .pbmit-slide-even .pbmit-same-height.steps-content_wrap {
    justify-content: flex-end;
}

.pbmit-element-timeline-style-1 .pbmit-heading-subheading {
    margin-bottom: 80px;
}

.pbmit-element-timeline-style-1 .steps-dot .dot {
    background-color: var(--pbmit-blackish-color);
    display: block;
    line-height: normal;
    font-size: 14px;
    margin: auto;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    z-index: 2;
    position: relative;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto !important;
}

.pbmit-element-timeline-style-1 .steps-dot .dot::after {
    content: "";
    position: absolute;
    left: -11px;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 40px;
    margin: 0;
    background: rgb(var(--pbmit-blackish-color-rgb), .90);
    transform: rotate(-45deg);
}

.pbmit-element-timeline-style-1 .pbmit-slide-even .steps-dot .dot::after {
    left: 19px;
    top: 0;
    bottom: auto;
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line {
    color: transparent;
    line-height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before,
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after {
    content: "";
    width: calc(50% + 10px * 100);
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(var(--pbmit-blackish-color-rgb), 0.05), rgb(var(--pbmit-blackish-color-rgb), 0.05));
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before {
    right: 50%;
    background: linear-gradient(90deg, rgb(var(--pbmit-blackish-color-rgb), 0.05), rgb(var(--pbmit-blackish-color-rgb), 0.05));
}

.pbmit-element-timeline-style-1 .pbmit-same-height {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.pbmit-element-timeline-style-1 .pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2) .pbmit-feature-image {
    order: 0;
}

.pbmit-element-timeline-style-1 .pbmit-slide-even .pbmit-feature-image {
    order: 1;
    justify-content: start;
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image {
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}

.pbmit-element-timeline-style-1 .pbmit-feature-image img {
    border-radius: 30px;
}

.pbmit-element-timeline-style-1 .steps-dot,
.pbmit-element-timeline-style-1 .pbmit-feature-image,
.pbmit-element-timeline-style-1 .steps-content_wrap {
    opacity: 1;
}

/** 03 - Service Detail **/
.service-details .container>.row {
    flex-direction: row-reverse;
}

.service-sidebar .post-list {
    padding-top: 40px;
}

.service-sidebar .all-post-list ul li {
    position: relative;
    line-height: 20px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.service-sidebar .all-post-list ul li a {
    padding: 16px 60px 16px 25px;
    display: block;
    position: relative;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(var(--pbmit-blackish-color-rgb), .7);
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.service-sidebar .all-post-list ul li a:before {
    position: absolute;
    content: '\e8eb';
    font-family: "pbminfotech-base-icons";
    right: 0;
    left: auto;
    width: 35px;
    height: 35px;
    color: var(--pbmit-blackish-color);
    top: 12px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 10px;
    text-align: center;
    transform: translate3d(0px, 0px, 0px) rotateZ(0deg);
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
}

    /* .service-sidebar .all-post-list ul li a:after {
        position: absolute;
        content: "+";
        left: 0;
        font-size: 15px;
        top: 50%;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(var(--pbmit-blackish-color-rgb), .7);
        transition: all 0.4s ease;
    } */

.service-sidebar .all-post-list ul li:hover a,
.service-sidebar .all-post-list ul li.post-active a {
    transform: translateX(1%);
    color: var(--pbmit-global-color);
}

.service-sidebar .all-post-list ul li:hover a:before {
    opacity: 1;
    transform: translate3d(10px, 0px, 0px) rotateZ(45deg);
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.service-sidebar .all-post-list ul li:hover a:after {
    color: var(--pbmit-global-color);
}

.service-sidebar .widget.pbmit-download-content {
    border: none;
    padding: 0;
}

.widget .download .item-download a {
    position: relative;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 5px;
    padding-left: 25px;
    background-color: var(--pbmit-light-color);
    border-radius: 40px;
}

.widget .download .item-download a .pbmit-download-content {
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.widget .download .item-download a .pbmit-download-content i {
    margin-right: 10px;
    font-size: 24px;
    color: var(--pbmit-secondary-color);
    transition: all 0.2s ease-in;
}

.widget .download .item-download .pbmit-download-item {
    font-size: 16px;
    line-height: 16px;
    padding: 18px 13px;
    border-radius: 50%;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
    transition: all 0.2s ease-in;
}

.widget .download .item-download a .pbmit-download-item i {
    font-size: 26px;
    vertical-align: middle;
}

.widget .download .item-download a:hover {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.widget .download .item-download a:hover .pbmit-download-content i {
    color: var(--pbmit-white-color);
}

.widget .download .item-download a:hover .pbmit-download-item {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.widget .download .item-download:last-child a {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    margin-bottom: 0;
}

.widget .download .item-download:last-child a .pbmit-download-content i {
    color: var(--pbmit-white-color);
    transition: all 0.3s ease-in-out;
}

.widget .download .item-download:last-child .pbmit-download-item {
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.widget .download .item-download:last-child a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.widget .download .item-download:last-child a:hover .pbmit-download-item {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.service-details .pbmit-service-feature-image img {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 30px;
}

.service-details .pbmit-heading .pbmit-title {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -.25px;
}

.service-details .service-det-img {
    padding: 50px 0;
}

.service-details .service-det-img img {
    border-radius: 30px;
}

.service-details .fid-style-rea {
    padding: 50px 0 40px 0;
}

.service-details .fid-style-rea .pbminfotech-ele-fid-style-3 {
    padding: 0 110px 0 0;
}

/** 04 - Portfolio Detail **/
.portfolio-single .pbmit-short-description {
    text-align: center;
    padding: 55px 0;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.portfolio-single .pbmit-short-description h3 {
    font-size: 48px;
    line-height: 58px;
}

.portfolio-single .pbmit-short-description p {
    margin: 0 150px;
}

.pbmit-single-project-details-list {
    padding: 60px 0;
}

.pbmit-single-project-details-list h3 {
    display: none;
}

.portfolio-single .pbmit-portfolio-lines-wrapper ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.portfolio-single .pbmit-portfolio-lines-wrapper ul li {
    text-align: center;
    width: 100%;
    position: relative;
}

.portfolio-single .pbmit-portfolio-lines-wrapper ul li:not(:last-child) {
    padding: 0 15px 0 0;
    margin: 0 0 20px;
    border: none;
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    color: var(--pbmit-global-color);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
    display: block;
}

.portfolio-single .pbmit-portfolio-lines-wrapper ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 1px;
    height: 26px;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
    transform: rotate(27deg);
}

.portfolio-single .pbmit-featured-img-wrapper {
    padding-bottom: 80px;
}

.portfolio-single .pbmit-featured-img-wrapper img {
    border-radius: 30px;
}

.portfolio-single .ihbox-style-area {
    border-radius: 20px;
    margin-top: 55px;
    background-color: var(--pbmit-light-color);
}

.portfolio-single .ihbox-style-area .pbmit-ihbox-style-14 {
    padding: 45px 30px 35px 90px;
}

.portfolio-single .pf-img-box {
    padding-top: 60px;
}

.portfolio-single .ihbox-style-15-area {
    margin: 40px 140px 0px 65px;
}

.portfolio-single .pf-img-box img {
    border-radius: 30px;
}

.portfolio-single .portfolio-video-bg {
    background-image: url(../images/portfolio/portfolio-video-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 225px 0px 225px 0px;
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.portfolio-single .portfolio-video-bg .play-button {
    text-align: center;
}

.portfolio-single .post-navigation {
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.10);
}

/** 05 - Blog Detail**/
.pbmit-element-posts-wrapper.row .pbmit-blog-style-1,
.pbmit-element-posts-wrapper.row .pbmit-portfolio-style-2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

/** Sidebar Right**/
.sidebar .widget {
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
    padding: 30px;
    margin-bottom: 45px;
    border-radius: 30px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget.widget-search {
    background-color: var(--pbmit-secondary-color);
}

.sidebar .widget.widget-search .widget-title {
    color: var(--pbmit-white-color);
}

.sidebar .widget .widget-title {
    display: block;
    margin-bottom: 20px;
    position: relative;
    width: auto;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.25px;
    padding-left: 15px;
    padding-bottom: 0px;
    text-transform: capitalize;
    color: var(--pbmit-blackish-color) !important;
}

.sidebar .widget .widget-title:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    border-left: 7px solid var(--pbmit-global-color);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.widget .search-form {
    position: relative;
}

.widget .search-form input {
    height: 60px;
    border: 0;
    padding: 0px 30px;
    padding-right: 80px;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    font-size: 15px;
    border-radius: 40px;
    display: block;
    width: 100%;
    font-weight: normal;
}

.widget .search-form .search-submit {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 55px;
    height: 55px;
    font-size: 16px;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    line-height: 58px;
    outline: none;
    background: var(--pbmit-global-color);
    color: var(--pbmit-secondary-color);
    transition: all .6s;
}

.widget .search-form .search-submit:after {
    position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\e80d';
    right: 50%;
    top: 50%;
    font-size: 16px;
    color: var(--pbmit-white-color);
    line-height: normal;
    font-weight: normal;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}

.widget .search-form .search-submit:hover {
    background-color: var(--pbmit-blackish-color);
}

.sidebar .widget-categories li {
    position: relative;
    line-height: 26px;
}

.sidebar .widget-categories .pbmit-cat-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(var(--pbmit-blackish-color-rgb), .5);
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .05);
    transition: all .25s ease-in-out;
}

.sidebar .widget-categories ul li:last-child .pbmit-cat-li {
    border-bottom: none;
}

.sidebar .widget-categories .pbmit-cat-li a {
    font-size: 13px;
    line-height: 23px;
    position: relative;
    padding-left: 20px;
    margin: 15px 0;
    color: rgba(var(--pbmit-blackish-color-rgb), .7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar .widget-categories .pbmit-cat-li a:before {
    position: absolute;
    content: "+";
    left: 0;
    font-size: 15px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
    color: rgba(var(--pbmit-blackish-color-rgb), .7);
    transition: all 0.4s ease;
    font-weight: 600;
}

.sidebar .widget-categories .pbmit-brackets {
    font-size: 14px;
    transition: all .25s ease-in-out;
}

.sidebar .widget-categories .pbmit-cat-li:hover,
.sidebar .widget-categories .pbmit-cat-li:hover>a,
.sidebar .widget-categories .pbmit-cat-li>a:hover:before {
    color: var(--pbmit-global-color);
}

.widget-recent-post .recent-post-list-li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.widget-recent-post .recent-post-list-li {
    display: flex !important;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    padding-bottom: 18px;
    line-height: 20px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.10);
}

.widget-recent-post .recent-post-list-li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}

.widget-recent-post .recent-post-list-li>a {
    width: 91px;
    flex-shrink: 0;
    margin-right: 20px;
    display: inline-block;
}

.widget-recent-post .recent-post-list-li>a img {
    border-radius: 20px;
}

.widget-recent-post .pbmit-rpw-title a {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
}

.pbmit-rpw-content .pbmit-rpw-date a {
    font-size: 14px;
    margin-bottom: 2px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--pbmit-global-color);
}

aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a {
    line-height: 30px;
    margin: 0 5px 12px 0;
    display: inline-block;
    font-size: 13px !important;
    padding: 0 20px;
    height: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    border-radius: 30px;
}

aside.widget.widget-tag-cloud a:hover,
.pbmit-blog-meta-bottom .pbmit-meta-tags a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.widget.pbmit-service-ad {
    padding: 0;
    background-image: url(../images/bg/service-sidebar-bg.jpg);
    background-size: cover;
    background-position: center center;
}

.widget.pbmit-service-ad .textwidget:before,
.widget.pbmit-service-ad .textwidget:after {
    content: "";
    display: table;
}

.widget.pbmit-service-ad .textwidget:after {
    clear: both;
}

.widget.pbmit-service-ad .pbmit-service-ads {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 85px 30px 90px 30px;
    border-radius: 30px;
}

.pbmit-service-ads .pbmit-ads-subheding {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 0 13px 0 20px;
    margin-bottom: 25px;
    color: var(--pbmit-white-color);
    border: 1px solid var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-ads-subtitle {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-ads-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-ads-desc a,
.pbmit-service-ads .pbmit-ads-desc {
    font-size: 15px;
    line-height: 21px;
    padding-top: 25px;
    color: var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-ads-desc i {
    font-size: 18px;
    padding-right: 5px;
    color: var(--pbmit-global-color);
}

.pbmit-service-ads .pbmit-btn {
    margin-top: 30px;
}

.pbmit-service-ads .pbmit-btn:after {
    display: none;
}

/** Blog Classic **/
.site-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.post.blog-classic {
    margin-bottom: 60px;
    position: relative;
}

.post.blog-classic .pbmit-featured-wrapper img {
    border-radius: 30px;
}

.post.blog-classic:last-child {
    margin-bottom: 0px;
}

.post.blog-classic .pbmit-featured-img-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.post.blog-classic .pbmit-meta-cat a {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .5px;
    padding: 2px 15px 0 15px;
    border-radius: 15px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.post.blog-classic .pbmit-meta-cat a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

.blog-classic .pbmit-blog-classic-inner {
    background: 0 0;
    padding: 0;
    position: relative;
}

.pbmit-blog-meta.pbmit-blog-meta-top {
    position: relative;
    font-size: 14px;
}

.pbmit-blog-meta-top.pbmit-blog-meta,
.pbmit-blog-meta-top.pbmit-blog-meta a {
    color: rgba(var(--pbmit-blackish-color-rgb), .8);
}

.pbmit-blog-meta-top.pbmit-blog-meta a:hover {
    color: var(--pbmit-secondary-color);
}

.pbmit-blog-meta-top .pbmit-meta {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 6px;
    font-size: 14px;
    text-transform: uppercase;
}

.pbmit-blog-meta-top .pbmit-meta:first-child {
    padding-left: 0;
}

.pbmit-blog-meta-top .pbmit-meta i {
    margin-right: 2px;
    font-size: 20px;
    color: var(--pbmit-global-color);
}

.pbmit-blog-meta-top .pbmit-meta-comments {
    display: none;
}

.blog-classic .pbmit-post-title {
    margin-bottom: 25px;
    margin-top: 15px;
    font-size: 36px;
    padding-bottom: 25px;
    line-height: 42px;
    text-transform: none;
    letter-spacing: 0px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.2);
    
}

.blog-classic .pbmit-entry-content {
    margin-top: 20px;
}

.pbmit-blog-classic-inner .pbmit-entry-content .pbmit-btn:hover {
    border-color: var(--pbmit-blackish-color);
}

/** Blog Single **/
.blog-details .post.blog-classic {
    margin-bottom: 0;
    position: relative;
}

.blog-details .pbmit-featured-img-wrapper {
    position: relative;
}

.blog-details .post.blog-classic .pbmit-blog-meta-top {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-firstletter::first-letter {
    color: var(--pbmit-global-color);
    padding: 0;
    font-size: 52px;
    line-height: 48px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin-right: 8px;
}

.blog-details .pbmit-entry-content blockquote {
    border: 0;
    padding: 60px 0 25px 70px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300 !important;
    margin: 30px 0;
    position: relative;
    letter-spacing: 0px;
    border-radius: 30px;
    font-style: normal;
    color: var(--pbmit-blackish-color);
}

.blog-details .pbmit-entry-content blockquote:before {
    content: '\e826';
    font-family: "pbminfotech-base-icons";
    font-size: 140px;
    line-height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    color: rgba(var(--pbmit-blackish-color-rgb), .03);
    background: -webkit-linear-gradient(rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0.53) 67%, rgba(246, 246, 246, 0.3) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}

.blog-details .pbmit-entry-content blockquote p {
    margin-bottom: 0;
}

.blog-details .pbmit-entry-content:after {
    clear: both;
    content: "";
    display: table;
}

.blog-details .pbmit-entry-content blockquote cite {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    color: var(--pbmit-global-color);
    display: block;
    line-height: 24px;
    font-style: normal !important;
    margin-top: 15px;
    letter-spacing: .5px;
}

.blog-details .pbmit-entry-content blockquote cite:before {
    content: "-";
    margin-right: 5px;
}

.blog-details .pbmit-entry-content .pbmit-block-columns {
    margin-bottom: 1.75em;
}

.blog-details .pbmit-entry-content .pbmit-block-columns img {
    margin-top: 15px;
    border-radius: 30px;
}

.blog-details .pbmit-entry-content .pbmit-block-column:first-child {
    padding: 0 22px 0 0;
}

.blog-details .pbmit-entry-content .pbmit-block-column:last-child {
    padding: 0 0 0 22px;
}

.blog-details .list-group {
    margin-bottom: 20px;
}

.blog-details .list-group .pbmit-icon-list-text {
    color: rgba(64, 50, 38, .9);
}

.blog-details .post-navigation {
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.10);
    margin-top: 35px;
}

.post-navigation .nav-links {
    margin-top: 0;
    padding: 40px 0 8px;
    display: flex;
    align-items: normal;
    width: 100%;
}

.post-navigation .nav-previous {
    width: 50%;
    margin-right: auto !important;
    position: relative;
}

.post-navigation .nav-links a {
    display: block;
    text-align: left;
    width: 300px;
    transition: all 0.3s ease-in;
}

.post-navigation .pbmit-post-nav-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}

.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
    justify-content: flex-start;
}

.post-navigation .nav-links .pbmit-post-nav-icon i {
    font-size: 13px;
    color: var(--pbmit-global-color);
    transition: all 0.3s ease-in;
}

.post-navigation .nav-links .pbmit-post-nav-head {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-left: 8px;
    transition: all 0.3s ease-in;
    color: var(--pbmit-global-color);
}

.post-navigation .nav-links .pbmit-post-nav-wrapper {
    display: block;
    word-break: break-word;
}

.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
    text-align: left;
}

.post-navigation .nav-links .nav-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px;
    text-transform: none;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.post-navigation .nav-links a:hover .pbmit-post-nav-icon i,
.post-navigation .nav-links a:hover .pbmit-post-nav-head {
    color: var(--pbmit-secondary-color);
}

.post-navigation .nav-next {
    width: 50%;
    text-align: right;
    margin-left: auto;
}

.post-navigation .nav-next a {
    display: block;
    text-align: right;
    margin-left: auto;
}

.nav-links .nav-next .pbmit-post-nav-wrapper {
    text-align: right;
}

.post-navigation .nav-next .pbmit-post-nav-head {
    margin: 0 8px 0 0;
}

.blog-details .pbmit-author-box {
    position: relative;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 40px;
    padding-right: 80px;
    background-color: var(--pbmit-secondary-color);
    background-position: center center;
    background-repeat: repeat;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
}

.blog-details .pbmit-author-image img {
    width: 135px;
    min-width: 135px;
    height: 135px;
    display: block;
    overflow: hidden;
    margin-right: 50px;
    border-radius: 50%;
}

.blog-details .pbmit-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.blog-details .pbmit-author-content .pbmit-author-name {
    line-height: 26px;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: inline-block;
}

.blog-details .pbmit-author-box a {
    color: var(--pbmit-global-color);
}

.blog-details .pbmit-author-box a:hover {
    color: var(--pbmit-white-color);
}

.blog-details .pbmit-author-content .pbmit-text {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: var(--pbmit-white-color);
}

.blog-details .comments-area {
    margin-top: 60px;
}

.blog-details .comments-area .comments-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 48px;
}

.blog-details .comment-list li:not(:last-child) .pbmit-comment {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.10);
}

.comment-list .pbmit-comment-avatar {
    float: left;
}

.comment-list .pbmit-comment-avatar img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
}

.blog-details .pbmit-comment-content {
    position: relative;
    padding: 0px 0px 30px 0;
    margin-left: 115px;
    min-height: 115px;
}

.blog-details .pbmit-comment-meta {
    display: flex;
    align-items: center;
}

.pbmit-comment-content .pbmit-comment-author {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    display: inline-flex;
    position: relative;
    color: var(--pbmit-global-color);
}

.pbmit-comment-author-inner {
    margin: 0 5px;
    text-transform: capitalize;
    color: var(--pbmit-secondary-color);
}

.blog-details .pbmit-comment-date {
    display: block;
    font-size: 16px;
    padding: 0 0 0 15px;
    font-weight: 400;
    color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
}

.blog-details .pbmit-comment-date a {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding: 0 0 0 10px;
    color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-date a:before {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    height: 1px;
    width: 5px;
    background: var(--pbmit-global-color);
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog-details .pbmit-comment-content p {
    margin: 10px 0 18px;
    font-weight: normal;
    font-style: normal;
}

.blog-details .pbmit-comment-content .reply a {
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    text-transform: capitalize;
    letter-spacing: 0;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--pbmit-global-color);
    padding: 2px 19px;
    border-radius: 30px;
    border: 1px solid var(--pbmit-global-color);
}

.blog-details .pbmit-comment-content .reply a::after {
    font-family: 'pbminfotech-base-icons';
    content: "\e8eb";
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 10px;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 600;
}

.blog-details .pbmit-comment-content .reply a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.comment-list .children {
    margin-left: 100px;
    padding-top: 8px;
}

.blog-details .comment-respond {
    background-color: var(--pbmit-light-color);
    padding: 60px 70px;
    border-radius: 30px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.blog-details .comment-respond .comment-reply-title {
    margin-bottom: 25px;
}

.blog-details .comment-form .comment-notes {
    font-size: 15px;
}

.blog-details .comment-form .form-check {
    margin: 20px 0;
}

.blog-details .comment-form .form-check-label {
    font-size: 15px;
}

.blog-details .comment-form .pbmit-submit-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.25px;
    text-transform: capitalize;
    font-style: normal;
    transition: all .6s;
    padding: 13px 35px;
    border-radius: 50px;
    border: none;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.blog-details .comment-form .pbmit-submit-button:hover {
    background-color: var(--pbmit-blackish-color);
}

.blog-details .comment-respond .comment-form .form-control:focus::placeholder {
    color: var(--pbmit-blackish-color);
}

/** 06 - Team Single Detail **/
.team-single {
    padding-bottom: 80px;
}

.pbmit-team-single-info .pbmit-sticky-col {
    padding-top: 100px;
}

.team-single .pbmit-team-left-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
}

.team-single .pbmit-team-detail {
    position: relative;
}

.team-single .pbmit-team-detail-inner {
    padding: 45px 38px 70px;
    border-radius: 0 0 30px 30px;
    background-color: var(--pbmit-secondary-color);
}

.team-single .pbmit-team-summary {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
}

.pbmit-team-summary .pbmit-team-designation {
    color: var(--pbmit-white-color);
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
}

.team-single .pbmit-team-designation::before {
    background-color: var(--pbmit-global-color);
    position: absolute;
    content: '';
    left: 0;
    height: 6px;
    width: 6px;
    top: 7px;
    border-radius: 50%;
}

.team-single .pbmit-team-title {
    color: var(--pbmit-white-color);
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

.pbmit-single-team-info li,
.pbmit-single-team-info li a {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--pbmit-white-color);
}

.pbmit-single-team-info li:last-child {
    margin-bottom: 0;
}

.pbmit-single-team-info li label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    min-width: 120px;
    display: block;
    text-transform: capitalize;
    color: var(--pbmit-global-color);
}

.team-single .pbmit-team-share-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--pbmit-white-color);
    border-radius: 50% 0 0 0;
}

.team-single .pbmit-share-icon-wrapper {
    position: relative;
    display: block;
    padding: 15px 0 0 15px;
    border-radius: 50%;
    background-color: var(--pbmit-white-color);
}

.team-single .pbmit-share-icon {
    padding: 12px 16px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    border-radius: 50%;
    height: 56px;
    width: 56px;
    font-size: 20px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.team-single .pbmit-share-icon i {
    transition: all 0.4s ease-in-out;
    display: block;
    font-size: 20px;
}

.team-single .pbmit-team-social-links {
    text-align: center;
    position: absolute;
    bottom: 5px;
    right: 0;
    transform: translate(-40px, 0);
    opacity: 0;
    padding: 3px;
    display: flex;
    flex-direction: row-reverse;
    transition: all 0.3s ease-in;
}

.team-single .pbmit-team-social-links li {
    padding: 8px !important;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: var(--pbmit-white-color);
    border-radius: 50%;
    margin-right: 5px;
    transform: translate(0);
    transition: all 600ms ease-in-out;
}

.team-single .pbmit-team-social-links li a {
    position: relative;
    display: inline-block;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    color: var(--pbmit-blackish-color);
}

.team-single .pbmit-team-social-links li:nth-child(1) {
    transform: translate(0, 0);
}

.team-single .pbmit-team-social-links li:nth-child(2) {
    transform: translate(43px, 0);
}

.team-single .pbmit-team-social-links li:nth-child(3) {
    transform: translate(86px, 0);
}

.team-single .pbmit-team-social-links li:nth-child(4) {
    transform: translate(129px, 0);
}

.pbmit-team-share-btn:hover .pbmit-share-icon {
    background-color: var(--pbmit-secondary-color);
    transition: all 0.3s ease-in-out;
}

.pbmit-team-share-btn:hover .pbmit-share-icon i {
    transform: rotateY(180deg);
}

.pbmit-team-share-btn:hover .pbmit-team-social-links {
    transform: translate(-70px, 0);
    opacity: 1;
}

.pbmit-team-share-btn:hover .pbmit-team-social-links li {
    transform: translate(0);
}

.team-single .pbmit-entry-content {
    padding: 100px 0 0 33px;
}

.team-single .pbmit-entry-content .text-editor-box {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #181A171F;
}

.team-single .text-editor-box .col-md-4 {
    width: 18%;
}

.team-single .text-editor-box .col-md-8 {
    width: 82%;
}

.team-single .text-editor-box .col-md-4 h6 {
    margin-bottom: 0;
}

.team-single .pbmit-entry-content .text-editor-box:nth-child(6) {
    border-bottom: none;
}

.team-single .pbmit-entry-content .list-group {
    flex-direction: initial;
}

.team-single .pbmit-entry-content .list-group li {
    margin-right: calc(35px / 2);
    margin-left: calc(35px / 2);
}

.team-single .list-group .pbmit-icon-list-icon i {
    font-size: 18px;
}

.team-single .team-progress {
    margin-top: 60px;
}

.team-single .ihbox-style-area .pbmit-ihbox-style-13:not(:last-child) {
    border-bottom: 1px solid #0000001F;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.team-single .comment-respond {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 100px;
    padding: 60px 75px 60px 75px;
    border-radius: 30px;
    background-color: var(--pbmit-light-color);
}

.team-single .comment-form .form-check {
    margin: 15px 0 25px 0;
}

.team-single .comment-form .form-check-label {
    font-size: 15px;
}

.team-single .comment-form .pbmit-btn-outline {
    color: var(--pbmit-blackish-color);
}

/** 07 - Contact Us **/
.contact-us-bg {
    background-image: url(../images/bg/contact-bg-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-us-left-area {
    padding: 100px 90px 30px 0px;
}

.iframe-section iframe {
    height: 550px;
    max-width: 100%;
    width: 100%;
}

.contact-form-area {
    padding: 50px 65px 40px 65px;
    border-radius: 30px;
    margin: 100px 0px 70px 0px;
    background: linear-gradient(13deg, #23418c, #A53046)
}

.contact-form-area .form-check {
    margin: 20px 0;
}

.contact-form-area .form-check-label {
    font-size: 14px;
}

.contact-form-area form .pbmit-btn {
    color: var(--pbmit-blackish-color);
    background-color: #ffffff;
}

.iframe-area {
    padding: 0px 110px 0px 100px;
}

.iframe-area iframe {
    height: 600px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    border-radius: 20px;
}

label.error {
    background: red;
    color: white;
    border-radius: 0px 0 10px 10px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 12px;
    display: block;
    margin-top: 0px;
    margin-right: 20%;
}

.message-status {
    margin-top: 30px;
}

.form-control.error {
    margin-bottom: 0 !important;
}

/**08 - Comment Form **/
.form-control {
    margin-bottom: 20px;
    font-size: 14px;
    height: 60px;
    line-height: normal;
    padding: 10px 20px;
    font-weight: normal;
    border-width: 0 0 1px 0;
    font-family: inherit;
    background-color: transparent;
    border-radius: 10px;
    border: unset;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color: var(--pbmit-white-color);
}

textarea.form-control {
    height: 130px;
    padding-top: 20px;
    resize: none;
}

.form-control:focus {
    border-color: rgba(var(--pbmit-blackish-color-rgb), .2);
}

.form-control:focus::placeholder {
    opacity: 1;
}




/* clients partnerssection */
/* ===========================================
       CLIENT SECTION (HOME PAGE)
       =========================================== */
.section-lgt.client-sec-eight {
    /* background: #f4f5fb; */
    padding: 80px 0;
}

.section-lgt.client-sec-eight .container {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    padding: 40px 40px 32px;
}

@media (min-width: 1200px) {
    .section-lgt.client-sec-eight .row.g-0 {
        display: flex;
        align-items: stretch;
    }

    /* put counter text at left on large screens */
    .section-lgt.client-sec-eight .pbmit-client-style-1-new {
        order: 2;
    }

    .section-lgt.client-sec-eight .fid-style-area.pbmit-fid-style-6-new {
        order: 1;
        border-right: 1px solid #edf0f5;
        margin-right: 32px;
        padding-right: 32px;
    }
}

/* counter text area */
.section-lgt.client-sec-eight .pbminfotech-ele-fid-style-6 {
    padding: 16px 0;
}

.section-lgt.client-sec-eight .pbmit-fid-inner {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.section-lgt.client-sec-eight .pbmit-fid-title {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #6b7280;
    max-width: 260px;
}

/* View all button */
.section-lgt.client-sec-eight .client-view-all-btn {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border-radius: 999px;
    border: none;
    background: #23418c;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease,
        box-shadow 0.15s ease;
    box-shadow: 0 10px 25px rgba(35, 65, 140, 0.28);
}

.section-lgt.client-sec-eight .client-view-all-btn:hover {
    background: #1b326b;
    transform: translateY(-1px);
}

/* swiper layout */
.section-lgt.client-sec-eight .client-style-area {
    position: relative;
    overflow: hidden;
}

.section-lgt.client-sec-eight .client-swiper-row {
    width: 100%;
}

.section-lgt.client-sec-eight .client-swiper-row--top {
    margin-bottom: 0;
}

.section-lgt.client-sec-eight .client-swiper-row--bottom {
    margin-top: 0;
}

.section-lgt.client-sec-eight .swiper-wrapper {
    box-sizing: border-box;
}

.section-lgt.client-sec-eight .swiper-slide.pbmit-client-style-1 {
    margin-bottom: 0 !important;
    height: auto;
    display: flex;
    align-items: stretch;
}

/* card look like Wipro blocks */
.section-lgt.client-sec-eight .pbmit-border-wrapper {
    border: 1px solid #edf0f5;
    border-radius: 14px;
    background: #ffffff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.section-lgt.client-sec-eight .pbmit-client-wrapper {
    padding: 22px 18px;
    text-align: center;
    width: 100%;
}

.section-lgt.client-sec-eight .pbmit-client-hover-img {
    display: none !important;
}

.section-lgt.client-sec-eight .pbmit-featured-img-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
}

.section-lgt.client-sec-eight .pbmit-featured-wrapper img {
    max-width: 120px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;

}

.section-lgt.client-sec-eight .pbmit-client-style-1:hover .pbmit-border-wrapper {
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}

/* NOTE: arrows CSS kept, but no elements are created in JS,
       so visually there are NO left/right arrows now. */
.section-lgt.client-sec-eight .client-swiper-prev,
.section-lgt.client-sec-eight .client-swiper-next {
    display: none;
}

@media (max-width: 767.98px) {

    .section-lgt.client-sec-eight .client-swiper-prev,
    .section-lgt.client-sec-eight .client-swiper-next {
        display: none;
    }
}

/* Mobile: Show ONLY ONE logo per slide */
@media (max-width: 490px) {

    /* Force Swiper to show 1 slide per view */
    .client-swiper-row.swiper,
    .client-swiper-row--top.swiper,
    .client-swiper-row--bottom.swiper {
        width: 100% !important;
    }

    .client-swiper-row .swiper-wrapper .swiper-slide {
        width: 100% !important;
        /* FULL WIDTH slide = 1 per row */
    }

    /* Card height */
    .section-lgt.client-sec-eight .pbmit-border-wrapper {
        min-height: 150px !important;
    }

    /* Logo size */
    .section-lgt.client-sec-eight .pbmit-featured-wrapper img,
    .section-lgt.client-sec-eight .pbmit-client-wrapper img,
    .section-lgt.client-sec-eight .pbmit-client-hover-img img {
        width: 90px !important;
        height: 90px !important;
        max-width: 90px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .section-lgt.client-sec-eight .container {
        padding: 10px;
    }
}

/* === BACKDROP === */
.beelite-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    z-index: 999999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* === IMAGE FRAME === */
.beelite-modal-img {
    max-width: 80%;
    max-height: 90%;
    border-radius: 16px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.35);
    animation: fadeZoom 0.25s ease-out;
}

@keyframes fadeZoom {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* === NAV BUTTONS === */
.beelite-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.35);
    padding: 6px 16px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.25s;
    backdrop-filter: blur(3px);
}

.beelite-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.beelite-nav.prev {
    left: 35px;
}

.beelite-nav.next {
    right: 35px;
}

/* === CLOSE BUTTON === */
.beelite-close {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 45px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

.beelite-close:hover {
    color: #f87171;
    transform: scale(1.15);
}

/* MOBILE OPTIMIZED */
@media (max-width: 575px) {
    .beelite-modal-img {
        max-width: 95%;
        padding: 12px;
    }

    .beelite-nav {
        padding: 10px 14px;
        font-size: 22px;
    }
}





.beelite-nav {
    background: linear-gradient(135deg, #a53046, #23418c);
    border: none;
}

.beelite-nav:hover {
    background: linear-gradient(135deg, #23418c, #a53046);
}

.beelite-nav.prev {
    background: #23418c;
    border-color: #23418c;
}

.beelite-nav.next {
    background: #a53046;
    border-color: #a53046;
}

.beelite-nav.prev:hover {
    background: #2e56b5;
    /* lighter blue */
}

.beelite-nav.next:hover {
    background: #c8455d;
    /* lighter red */
}

/* beelite & bondada highlight */

/* MAIN SECTION (desktop) */
.ab-container {
    display: flex;
    align-items: center;
    padding: 40px 80px;
    width: 100%;
    margin: 0;
    background: linear-gradient(135deg, #ec5345 0%, #23418c 100%);
    border-radius: 20px;
}

/* COLUMN WIDTHS */
.ab-left {
    display: flex;
    gap: 18px;
    align-items: center;
    flex: 0 0 34%;
    max-width: 34%;
}

.ab-right {
    flex: 0 0 66%;
    max-width: 66%;
}

/* LOGO CARDS */
.ab-img-box {
    border-radius: 28px;
    overflow: hidden;
    background: #fffefe8a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.ab-img-square {
    width: 300px;
    height: 300px;
}

.ab-img-rect {
    width: 130px;
    height: 300px;
}

.ab-img-square img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: contain;
    display: block;
}

.ab-img-rect img {
    width: 100%;
    height: 100%;
    max-height: 230px;
    object-fit: contain;
    display: block;
}

/* TEXT */
.ab-since {
    font-size: 17px;
    color: #3b286b;
    font-weight: 600;
    letter-spacing: 1.4px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ab-heading {
    font-size: 30px;
    font-weight: 800 !important;
    margin: 6px 0 12px;
    line-height: 1.25;
    color: #1a1918;
    font-family: none;
}

.ab-desc {
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.45;
    font-size: 18px;
    max-width: 85%;
    font-weight: 400;
}

/* LIST */
.ab-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.ab-list li {
    margin-bottom: 6px;
    /* font-weight: 600; */
    font-size: 17.5px;
    color: whitesmoke;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ab-list li::before {
    content: "•";
    font-size: 14px;
    color: #e9e4e4;
}

/* ========== RESPONSIVE ========== */

/* Tablet + Mobile */
@media (max-width: 992px) {
    .ab-container {
        flex-direction: column;
        align-items: flex-start;
        /* so content aligns correctly */
        gap: 28px;
        padding: 32px 20px;
        border-radius: 0;
    }

    .ab-left,
    .ab-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ab-left {
        justify-content: center;
    }

    /* Center only the small label + heading */
    .ab-right {
        width: 100%;
    }

    .ab-since,
    .ab-heading {
        text-align: center;
        width: 100%;
    }

    .ab-heading {
        font-size: 24px;
        margin: 6px 0 10px;
    }

    /* Paragraphs & list nicely spaced and full-width */
    .ab-desc {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
    }

    .ab-list {
        margin-top: 12px;
    }

    .ab-list li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .ab-img-square {
        width: 210px;
        height: 210px;
    }

    .ab-img-rect {
        width: 110px;
        height: 260px;
    }
}

/* Small mobile (extra fine tuning) */
@media (max-width: 480px) {
    .ab-container {
        padding: 24px 16px;
        gap: 24px;
    }

    .ab-heading {
        font-size: 22px;
    }

    .ab-desc {
        font-size: 13.5px;
    }

    .ab-list li {
        font-size: 13.5px;
    }
}


.beelite-video-section {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
}

/* Wrapper keeps ratio */
.beelite-video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

/* Video */
.beelite-video {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay */
.beelite-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
}

/* Content Center */
.beelite-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    color: #fff;
}

/* Text */
.beelite-content h1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: white;
}

.beelite-content p {
    font-size: 20px;
    margin-bottom: 25px;
}

.beelite-btn {
    padding: 14px 30px;
    background: #23418c;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 768px) {

    .beelite-content h1 {
        font-size: 22px;
    }

    .beelite-content p {
        font-size: 14px;
    }

    .beelite-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 325px) {

    .beelite-content h1 {
        font-size: 16px;
    }

    .beelite-content p {
        font-size: 12px;
    }

    .beelite-btn {
        padding: 10px 10px;
        font-size: 5px;
    }
}


/* POPUP FORM (Hidden by default) */
.popup-form {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 99;
}

.popup-form.active {
    visibility: visible;
    opacity: 1;
}

.popup-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(14px);
    padding: 40px;
    width: 90%;
    max-width: 420px;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4);
    position: relative;
    transform: translateY(30px);
    transition: 0.4s;
}

.popup-form.active .popup-card {
    transform: translateY(0);
}

.close-popup {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.popup-card h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.popup-card form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popup-card input {
    padding: 14px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
}

.popup-card button {
    padding: 14px;
    background:#9c1c2e;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.popup-card button:hover {
    background: #574585;
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 600px) {
    .cta-text h1 {
        font-size: 28px;
    }

    .cta-text p {
        font-size: 16px;
    }
}

/* breadcrumb */

/* MAIN WRAPPER */
.breadcrumb-section {
  width: 100%;
  height: 300px; /* same height for all screens */
  background-image: url('../images/pro.png'); /* CHANGE IMAGE */
  background-size: cover;         /* image same in all screens */
  background-position: center;    /* keeps subject centered */
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  
}

/* DARK OVERLAY */
.breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

/* CONTENT */
.breadcrumb-content {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-weight: 500;
  padding-top: 100px;
  padding-left: 40px;
}

/* MAIN WRAPPER */
.breadcrumb_about {
  width: 100%;
  height: 300px; /* same height for all screens */
  background-image: url('../images/bred1.png'); /* CHANGE IMAGE */
  background-size: cover;         /* image same in all screens */
  background-position: center;    /* keeps subject centered */
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  
}

/* DARK OVERLAY */
.breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

/* CONTENT */
.breadcrumb-content {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-weight: 500;
  padding-top: 100px;
  padding-left: 40px;
}




.page-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #ffffff;

}

/* BREADCRUMB NAV */
.breadcrumb-nav {
  font-size: 16px;
}

.breadcrumb-nav a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  font-weight: 500;
}

.breadcrumb-nav .current {
  opacity: 0.8;
}

.breadcrumb-nav .sep {
  margin: 0 6px;
  opacity: 0.8;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .breadcrumb-section {
    height: 240px;
    background-size: cover; /* ALWAYS same image */
  }
  .page-title {
    font-size: 28px;
    padding: 0 !important;
  }
}

@media(max-width: 480px) {
  .breadcrumb-section {
    height: 200px;
  }
  .page-title {
    font-size: 24px;
    padding: 0 !important;
  }
  .breadcrumb-nav {
    font-size: 14px;
  }
}

/* chaiman's message */

:root {
  --beelite-grad: linear-gradient(90deg, #b73442 0%, #8b3a76 50%, #5243a3 100%);
  --beelite-dark: #111827;
  --beelite-text: #4b5563;
  --beelite-muted: #9ca3af;
  --beelite-bg: #f4f5fb;
}

/* =============================
   PREMIUM CHAIRMAN SECTION
   ============================= */
.beelite-chairman {
  position: relative;
  padding: 50px 0;
  background: radial-gradient(circle at 30% 20%, #ffffff, #f4f5fb 60%);
  overflow: visible;
}

/* Soft purple aura on right */
.beelite-chairman::before {
  content: "";
  position: absolute;
  right: -80px;
  top: 0;
  width: 580px;
  height: 100%;
  background: radial-gradient(circle at 40% 40%, rgba(122, 95, 190, 0.18), transparent 70%);
  z-index: 0;
  filter: blur(6px);
}

/* Vertical Watermark */
.beelite-chairman::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 440px;
  background-image: url('/images/logo1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.09;
  z-index: 1;
}

/* Layout */
.beelite-chairman .container {
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.chairman-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT SECTION */
.chairman-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #A53046;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 600;
}

.chairman-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--beelite-dark);
  line-height: 1.25;
}

.chairman-title-underline {
  width: 95px;
  height: 4px;
  background: var(--beelite-grad);
  border-radius: 10px;
  margin-top: 12px;
  box-shadow: 0 0 15px rgba(139, 58, 118, 0.4);
}

.chairman-desc {
  font-size: 16px;
  line-height: 1.85;
  color: #333;
  margin: 18px 0;
  text-align: justify !important;
}

.chairman-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
}

.chairman-list li {
  font-size: 15px;
  color: var(--beelite-dark);
  padding-left: 22px;
  position: relative;
}

.chairman-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #b83e6a;
  font-size: 14px;
  filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.15));
}

.chairman-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  border: 1px solid #ececf1;
  font-size: 14px;
  font-weight: 500;
}

.chairman-badge-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--beelite-grad);
  color: #fff;
  font-size: 11px;
}

/* RIGHT CARD */
.chairman-card {
  position: relative;
  padding: 26px;
  border-radius: 28px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(220, 220, 230, 0.7);
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.15);
  text-align: center;
  animation: floatUp 1s ease-out both;
}

/* Smooth Entrance */
@keyframes floatUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

.chairman-img-shell {
  border-radius: 20px;
  padding: 5px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
  margin-bottom: 18px;
}

.chairman-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.chairman-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  
}

.chairman-role {
  font-size: 14px;
  color: #A53046;
  font-weight: 500;
  margin: 3px !important;
}

.chairman-company {
  font-size: 12px;
  text-transform: uppercase;
 color: #23418c;
  font-weight: 400;
  letter-spacing: 0.15em;
}

/* RESPONSIVE */
@media(max-width: 991px) {
  .chairman-layout {
    grid-template-columns: 1fr;
    text-align:start;
  }

  .chairman-list {
    grid-template-columns: 1fr;
  }

  .chairman-card {
    max-width: 420px;
    margin: auto;
  }

  .beelite-chairman::after {
    opacity: 0.05;
  }
  .chairman-title{
    font-size: 20px;
  }
}

@media (max-width:768px) {
    .pbminfotech-ele-fid-style-4 .pbmit-fid-title{
		color: #272727af;
	}
	.pbminfotech-ele-fid-style-4 .pbmit-fid-inner{
		color: #2a2a2acd;
	}
}


@media (max-width:400px) {
    .pbminfotech-ele-fid-style-4 .pbmit-fid-title{
		display: none;
	}
	.pbminfotech-ele-fid-style-4 .pbmit-fid-inner{
		display: none;
	}
}
/* mission  */

.mvv-section *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* Section wrapper */
.mvv-section{
    font-family:"Poppins",sans-serif;
    background:linear-gradient(180deg,#f7f9fc 0%,#eef1f7 100%);
    padding:90px 20px 120px;
}

/* Container */
.mvv-container{
    max-width:1400px;
    margin:auto;
}

/* Title Row */
.mvv-title-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    margin-bottom:60px;
    gap:40px;
}

.mvv-title-left{flex:1.3;}
.mvv-title-small{
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:.25em;
    color:#667085;
}
.mvv-title-main{
    font-size:44px;
    line-height:1.25;
    font-weight:700;
    margin-top:8px;
    color:#0f172a;
}
.mvv-title-main span{
    background:linear-gradient(90deg,#2d4cc8,#6f42c1,#a53046);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.mvv-title-right{
    flex:1;
    font-size:15px;
    line-height:1.8;
    color:#475569;
}

/* Grid */
.mvv-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;
    justify-items:stretch;
}

/* Card */
.mvv-card{
    position:relative;
    background:rgba(255,255,255,0.75);
    backdrop-filter:blur(22px);
    padding:45px 34px 55px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,0.55);
    box-shadow:
      0 24px 60px rgba(0,0,0,0.07),
      inset 0 0 20px rgba(255,255,255,0.35);
    transition:0.45s ease;
    overflow:hidden;
}

.mvv-card:hover{
    transform:translateY(-14px) scale(1.025);
    box-shadow:
      0 36px 85px rgba(0,0,0,0.10),
      inset 0 0 28px rgba(255,255,255,0.55);
}

/* Glow */
.mvv-card::after{
    content:"";
    position:absolute;
    width:200%;
    height:200%;
    background:var(--glow);
    top:-40%;
    left:-40%;
    opacity:0;
    transition:0.45s ease;
    filter:blur(80px);
}
.mvv-card:hover::after{
    opacity:.18;
}

/* Icon Box */
.mvv-icon{
    width:72px;
    height:72px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--icon-bg);
    color:#fff;
    font-size:30px;
    margin-bottom:22px;
    box-shadow:0 10px 30px var(--icon-shadow);
}
.mvv-icon i{
    line-height:1;
}

/* Number Bubble */
.mvv-num{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    margin-top:-10px;
    margin-left:60px;
    color:#475569;
    border:1px solid rgba(0,0,0,0.05);
}

/* Text */
.mvv-label{
    font-size:13px;
    color:#94a3b8;
    text-transform:uppercase;
    letter-spacing:.18em;
    margin-top:10px;
}
.mvv-card-title{
    font-size:22px;
    font-weight:600;
    margin-top:6px;
    color:#0f172a;
}
.mvv-line{
    width:90px;
    height:3px;
    background:var(--line);
    border-radius:999px;
    margin:12px 0 20px;
}
.mvv-text{
    font-size:15px;
    line-height:1.8;
    color:#475569;
}

/* Color Themes */
.mvv-mission{
    --icon-bg:linear-gradient(135deg,#2d4cc8,#7ea0ff);
    --icon-shadow:rgba(45,76,200,0.45);
    --line:#2d4cc8;
    --glow:rgba(45,76,200,0.7);
}
.mvv-vision{
    --icon-bg:linear-gradient(135deg,#1c9a6f,#7cd9b4);
    --icon-shadow:rgba(28,154,111,0.45);
    --line:#1c9a6f;
    --glow:rgba(28,154,111,0.7);
}
.mvv-values{
    --icon-bg:linear-gradient(135deg,#6f42c1,#c2a8ff);
    --icon-shadow:rgba(111,66,193,0.45);
    --line:#6f42c1;
    --glow:rgba(111,66,193,0.7);
}

/* Responsive */
@media(max-width:1200px){
    .mvv-title-main{font-size:38px;}
}

@media(max-width:900px){
    .mvv-section{
        padding:70px 16px 90px;
    }
    .mvv-title-row{
        flex-direction:column;
        gap:24px;
    }
    .mvv-title-right{
        font-size:14px;
    }
    .mvv-grid{
        grid-template-columns:1fr;
        justify-items:center;
    }
    .mvv-card{
        max-width:480px;
        width:100%;
        margin:0 auto;
    }
}

@media(max-width:600px){
    .mvv-title-main{font-size:30px;}
    .mvv-card{
        padding:32px 22px 40px;
    }
}




/* beelite products */
 .beelite-products-section {
      margin: 0;
      padding: 40px 32px 60px;
    }

    .beelite-products-wrapper,
    .beelite-products-wrapper *::before,
    .beelite-products-wrapper *::after {
      box-sizing: border-box;
    }

    .beelite-products-wrapper {
      max-width: 1240px;
      margin: 0 auto;
    }
.beelite-products-wrapper h2{
    text-align: center;
}
  .beelite-products-wrapper p{
text-align: justify;
color: #020617;
margin-bottom: 40px;

  }

 
    /* MAIN LAYOUT */
    .beelite-products-layout {
      display: flex;
      align-items: flex-start;
      gap: 26px;
    }

    .beelite-products-sidebar-tab a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 5px 5px !important;
  text-decoration: none;
  color: inherit;
}

    /* SIDEBAR TABS */
    .beelite-products-sidebar-tabs {
      display: flex;
      flex-direction: column;
      gap: 14px;
      position: sticky;
      top: 20px;
      padding: 16px 14px;
      border-radius: 24px;
      background: linear-gradient(145deg, #f3f4ff, #ffffff);
      box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
      min-width: 220px;
      max-width: 260px;
      color: #0000001A !important;
    }

    .beelite-products-sidebar-tab {
      padding: 12px 18px;
      font-size: 14px;
      font-weight: 600;
      border-radius: 999px;
      border: 1px solid transparent;
     
      color: #0f172a !important;
      cursor: pointer;
      text-align: left;
      transition: all 0.25s ease;
      display: flex;
      align-items: center;
      gap: 10px;
      opacity: 0;
      transform: translateY(10px);
      animation: beelite-products-fadeUp 0.45s ease forwards;
      white-space: nowrap;
    }

    .beelite-products-sidebar-tab::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: rgba(165, 48, 70, 0.35);
      box-shadow: 0 0 0 4px rgba(165, 48, 70, 0.09);
      transition: all 0.25s ease;
      
    }

    .beelite-products-sidebar-tab:nth-child(1) {
      animation-delay: 0.05s;
    }

    .beelite-products-sidebar-tab:nth-child(2) {
      animation-delay: 0.12s;
    }

    .beelite-products-sidebar-tab:nth-child(3) {
      animation-delay: 0.19s;
    }

    .beelite-products-sidebar-tab:hover {
      transform: translateY(-1px);
      background: linear-gradient(135deg, #a53046, #23418c);
    }

    .beelite-products-sidebar-tab.active {
      background: linear-gradient(135deg, #a53046, #23418c);
      color: #ffffff !important;
      box-shadow: 0 16px 32px rgba(35, 65, 140, 0.35);
    }

    .beelite-products-sidebar-tab.active::before {
      background: #ffffff;
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.35);
    }

    /* PRODUCTS GRID */
    .beelite-products-products-grid {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 22px;
    }

    .beelite-products-product-card {
      background: linear-gradient(135deg, #ffffff, #ffffff);
      border-radius: 26px;
      border: 1px solid #a53046;
      box-shadow: 0 6px 20px rgba(15, 23, 42, 0.03);
      overflow: hidden;
      transition: all 0.25s ease;
      opacity: 0;
      transform: translateY(14px);
      animation: beelite-products-fadeUp 0.55s ease forwards;
      position: relative;
    }

    .beelite-products-product-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 10% 0, rgba(165, 48, 70, 0.08), transparent 55%),
        radial-gradient(circle at 90% 100%, rgba(35, 65, 140, 0.08), transparent 55%);
      opacity: 0;
      transition: opacity 0.25s ease;
      pointer-events: none;
    }

    .beelite-products-product-card:nth-child(1) {
      animation-delay: 0.08s;
    }

    .beelite-products-product-card:nth-child(2) {
      animation-delay: 0.14s;
    }

    .beelite-products-product-card:nth-child(3) {
      animation-delay: 0.2s;
    }

    .beelite-products-product-card:nth-child(4) {
      animation-delay: 0.26s;
    }

    .beelite-products-product-card:nth-child(5) {
      animation-delay: 0.32s;
    }

    .beelite-products-product-card:nth-child(6) {
      animation-delay: 0.38s;
    }

    .beelite-products-product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
      border-color: rgba(35, 65, 140, 0.55);
    }

    .beelite-products-product-card:hover::before {
      opacity: 1;
    }

    /* IMAGE BOX – remove fake height, use fixed height + flex */
.beelite-products-product-img-wrapper {
  width: 100%;
  height: 220px;              /* fixed, no extra white space */
  padding-top: 0;             /* remove old 72% */
  position: relative;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  overflow: hidden;
  display: flex;
  align-items: flex-end;      /* image sits near bottom */
  justify-content: center;
}

.beelite-products-product-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.6), transparent 60%);
  transform: translateX(-120%);
  opacity: 0;
  transition: all 0.6s ease;
}

/* IMAGE – normal positioning inside flex box */
.beelite-products-image {
  position: relative;
  max-width: 80%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.3s ease;
  display: block;
  background-size: cover;
}

    .beelite-products-product-card:hover .beelite-products-image {
      transform: translateY(-4px) scale(1.05);
    }

    .beelite-products-product-card:hover .beelite-products-product-img-wrapper::after {
      transform: translateX(110%);
      opacity: 1;
    }

    .beelite-products-product-content {
      padding: 10px 18px 20px;
      background-color: #7c013125;
      background-size: cover !important;
    }

    .beelite-products-product-title {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 6px;
      color: #a53046;
      
    }

    .beelite-products-product-desc {
      font-size: 13px;
      color: #23418c;
      font-weight: 500;
      line-height: 1.3;
    }

    /* ANIMATION */
    @keyframes beelite-products-fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* RESPONSIVE */
    @media (max-width: 1100px) {
      .beelite-products-section {
        padding: 30px 20px 40px;
      }
    }

    @media (max-width: 900px) {
      .beelite-products-layout {
        flex-direction: column;
        justify-self: center;
      }

      .beelite-products-products-grid {
        order: 1;
      }

      .beelite-products-sidebar-tabs {
        order: 2;
        width: 100%;
        max-width: 100%;
        position: static;
      }
      .beelite-products-wrapper h2{
    justify-self: center;
}
    }

    @media (max-width: 640px) {
      .beelite-products-section {
        padding: 22px 12px 32px;
      }

      .beelite-products-header-title {
        font-size: 20px;
      }

      .beelite-products-products-grid {
        grid-template-columns: 1fr;
      }

      .beelite-products-product-card {
        border-radius: 22px;
        max-height: 360px;
      }
    }


 /* WhatsApp Floating Button */
.whatsapp-button {
  position: fixed;
  bottom: 51px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 55px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

/* POP Animation */
.pop-up-animation {
  animation: popup 1.5s infinite;
}

@keyframes popup {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}

/* ✅ Mobile Responsive */
@media (max-width: 600px) {
  .whatsapp-button {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    bottom: 15px;
    right: 15px;
  }
}





/* =======================
   TEAM SCENE BACKGROUND
   ======================= */

.scene {
  position: relative;
  padding: 90px 0 110px;
  overflow: hidden;
  /* colorful radial bg like reference */
  background:
    radial-gradient(circle at 0% 100%, #a83244 0%, #a83244 40%, #4c3d8d 90%),
    radial-gradient(circle at 100% 0%, #a83244 0%, #4c3d8d 40%, #4c3d8d 90%);
  
}

/* soft moving lights behind */
.light-layer,
.ray-layer {
  position: absolute;
  inset: -20%;
  pointer-events: none;
  z-index: 0;
}

/* soft blobs */
/* .light-layer {
  background:
    radial-gradient(circle at 20% 20%, rgba(147, 197, 253, 0.55) 0, transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(244, 114, 182, 0.45) 0, transparent 55%),
    radial-gradient(circle at 50% 80%, rgba(45, 212, 191, 0.42) 0, transparent 60%);
  filter: blur(4px);
  animation: bgPulse 14s ease-in-out infinite alternate;
} */

/* subtle rays from center */
.ray-layer {
  background-image: repeating-conic-gradient(
    from 0deg,
    rgba(148, 163, 184, 0.16) 0 8deg,
    transparent 8deg 14deg
  );
  mask-image: radial-gradient(circle at 50% 50%, black 0%, transparent 65%);
  opacity: 0.4;
  animation: rayRotate 40s linear infinite;
}

/* =======================
   LAYOUT
   ======================= */

.scene-inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 60px;
}

.team-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* =======================
   MEMBER CARD
   ======================= */

.member-card {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 360px;
  padding: 14px 18px ;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  

}

/* hover effect */
.member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  background: rgba(255, 255, 255, 0.99);
}

/* left & right offsets */
.team-column.left .member-card {
  margin-left: 10px;
}

.team-column.right .member-card {
  margin-right: 10px;
}

/* avatar big size */
.member-photo-wrap {
  flex-shrink: 0;
}

.member-photo-inner {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  padding: 6px;
  background: radial-gradient(circle at 30% 30%, #ffffff, #e0f2fe);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-photo-inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* text card feel */
.member-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.member-name {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 4px;
}

.member-role {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
}

/* right side already image -> text; keep same */
.member-card.right-side {
  flex-direction: row;
}

/* floating animation subtle */
/* .team-column.left .member-card:nth-child(1),
.team-column.right .member-card:nth-child(1) {
  animation: floatCard 7s ease-in-out infinite;
}

.team-column.left .member-card:nth-child(2),
.team-column.right .member-card:nth-child(2) {
  animation: floatCard 8s ease-in-out infinite 0.8s;
}

.team-column.left .member-card:nth-child(3),
.team-column.right .member-card:nth-child(3) {
  animation: floatCard 9s ease-in-out infinite 1.4s;
} */

/* =======================
   CENTER LOGO / ORBIT
   ======================= */

.center-orbit {
  position: relative;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* outer soft circle */
  background: radial-gradient(circle at 30% 20%, #ffffff 0%, #f4f6ff 40%, #e0ebff 75%, #d3e4ff 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

/* outer ring */
.center-orbit::before,
.center-orbit::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.center-orbit::after {
  inset: 32px;
  border-color: rgba(209, 213, 219, 0.7);
}

/* soft animated glow behind logo */
.logo-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 114, 182, 0.45), transparent 65%);
  opacity: 0.7;
  filter: blur(4px);
  animation: logoPulse 6s ease-in-out infinite alternate;
}

/* inner pure white circle where existing logo sits */
.logo-circle {
  position: relative;
  z-index: 2;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 16px 40px rgba(15, 23, 42, 0.22),
    0 0 0 10px rgba(248, 250, 252, 0.9);
}

.logo-circle img {
  max-width: 210px; /* existing logo size same */
  height: auto;
}

/* text below logo */
.center-text {
  margin-top: 18px;
  position: relative;
  z-index: 2;
}

.center-text h2 {
  font-size: 22px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #a11f63; /* beelite magenta tone */
}

/* =======================
   RESPONSIVE
   ======================= */

@media (max-width: 1199.98px) {
  .scene-inner {
    gap: 40px;
  }

  .center-orbit {
    width: 340px;
    height: 340px;
  }

  .logo-circle {
    width: 250px;
    height: 250px;
  }

  .member-photo-inner {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 991.98px) {
  .scene {
    padding: 70px 0 80px;
  }

  .scene-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .center-orbit {
    order: -1; /* mobile lo logo top ki */
    width: 300px;
    height: 300px;
  }

  .logo-circle {
    width: 210px;
    height: 210px;
  }

  .team-column {
    align-items: center;
  }

  .member-card,
  .team-column.left .member-card,
  .team-column.right .member-card {
    margin: 0;
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 575.98px) {
  .member-photo-inner {
    width: 110px;
    height: 110px;
  }

  .member-name {
    font-size: 16px;
  }

  .member-role {
    font-size: 13px;
  }

  .center-text h2 {
    font-size: 18px;
    letter-spacing: 0.18em;
  }
}

/* =======================
   ANIMATIONS
   ======================= */

@keyframes floatCard {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes logoPulse {
  0% {
    transform: scale(0.96);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.04);
    opacity: 0.9;
  }
}

@keyframes bgPulse {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-2%, -2%, 0) scale(1.05);
  }
}

@keyframes rayRotate {
  from {
    transform: rotate(0deg) scale(1.05);
  }
  to {
    transform: rotate(360deg) scale(1.05);
  }
}





.brand-section{
  padding:50px 20px;
  text-align:center;
  position:relative;
  overflow:hidden;
}

/* ✅ Moving Lines */
.brand-section::before,
.brand-section::after{
  content:"";
  position:absolute;
  width:120%;
  height:2px;
 
}

.brand-section::after{
  top:auto;
  bottom:80px;
  animation-delay:3s;
}

@keyframes moveLines{
  from{transform:translateX(-100%);}
  to{transform:translateX(100%);}
}

/* ✅ HEADING */
.brand-title{
  font-size:42px;
  font-weight:800;
  margin-bottom:15px;
  position:relative;
  z-index:2;
}

/* ✅ CAPTION */
.brand-caption{
  font-size:16px;
  color:#777;
  max-width:750px;
  margin:0 auto 90px;
  line-height:1.7;
  position:relative;
  z-index:2;
}

/* ✅ GRID */
.brand-grid{
  max-width:1250px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:40px;
  position:relative;
  z-index:2;
}

/* ✅ SQUARE CARD */
.brand-card{
  background:#fff;
  width:100%;
  aspect-ratio:1/1;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  box-shadow:0 25px 45px rgba(0,0,0,0.1);
  transition:0.35s ease;
  position:relative;
}

.brand-card img{
  max-width:80%;
  max-height:60%;
  object-fit:contain;
}

/* ✅ DIAGONAL PATTERN (UNCHANGED LOGIC) */
.brand-card:nth-child(1){transform:translateY(0px);}
.brand-card:nth-child(2){transform:translateY(40px);}
.brand-card:nth-child(3){transform:translateY(80px);}
.brand-card:nth-child(4){transform:translateY(40px);}
.brand-card:nth-child(5){transform:translateY(0px);}

.brand-card:nth-child(6){transform:translateY(0px);}
.brand-card:nth-child(7){transform:translateY(40px);}
.brand-card:nth-child(8){transform:translateY(80px);}
.brand-card:nth-child(9){transform:translateY(40px);}
.brand-card:nth-child(10){transform:translateY(0px);}

.brand-card:nth-child(11){transform:translateY(0px);}
.brand-card:nth-child(12){transform:translateY(40px);}
.brand-card:nth-child(13){transform:translateY(80px);}
.brand-card:nth-child(14){transform:translateY(40px);}
.brand-card:nth-child(15){transform:translateY(0px);}

.brand-card:nth-child(16){transform:translateY(0px);}
.brand-card:nth-child(17){transform:translateY(40px);}
.brand-card:nth-child(18){transform:translateY(80px);}
.brand-card:nth-child(19){transform:translateY(40px);}
.brand-card:nth-child(20){transform:translateY(0px);}

.brand-card:nth-child(21){transform:translateY(0px);}
.brand-card:nth-child(22){transform:translateY(40px);}
.brand-card:nth-child(23){transform:translateY(80px);}
.brand-card:nth-child(24){transform:translateY(40px);}
.brand-card:nth-child(25){transform:translateY(0px);}

.brand-card:nth-child(26){transform:translateY(0px);}
.brand-card:nth-child(27){transform:translateY(40px);}
.brand-card:nth-child(28){transform:translateY(80px);}
.brand-card:nth-child(29){transform:translateY(40px);}
.brand-card:nth-child(30){transform:translateY(0px);}

/* ✅ HOVER */
.brand-card:hover{
  transform:translateY(0px) scale(1.08);
  box-shadow:0 35px 65px rgba(0,0,0,0css
0.18);
}

/* ✅ TABLET */
@media(max-width:992px){
  .brand-grid{
    grid-template-columns:repeat(4,1fr);
    gap:30px;
  }
  .brand-card{transform:none !important;}
}



/* ✅ MOBILE DEVICES — ALWAYS 2 COLUMNS */
@media (max-width: 768px) {

  .brand-grid,
  .partners-grid,
  .logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* ✅ 2 columns ONLY */
    gap: 14px;
    padding: 12px;
    
  }

  .brand-card,
  .partner-card,
  .logo-card {
    width: 100%;
    aspect-ratio: 1 / 1; /* ✅ Perfect square cards */
    border-radius: 12px;
   
  }

}






/* =========================================
   TEAM SECTION – MOBILE PADDING FIX
   ========================================= */
@media (max-width: 767px) {

  /* scene whole block ki side padding */
  .scene {
    padding-left: 16px;
    padding-right: 16px;
    
  }

  /* columns & cards full width but gap tho */
  .scene-inner {
    gap: 20px;
  }

  .team-column {
    width: 100%;
  }

  .member-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
   
   
}


@media (max-width: 320px) {

  /* scene whole block ki side padding */
  .scene {
    padding-left: 16px;
    padding-right: 50px;
  }

  /* columns & cards full width but gap tho */
  .scene-inner {
    gap: 20px;
  }

  .team-column {
    width: 100%;
  }

  .member-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;

    
    
  }
}
}


.product-container{
max-width:1200px;
margin:auto;
padding:40px 20px;
display:flex;
gap:40px;
flex-wrap:wrap;
}

.product-image{
flex:1;
min-width:280px;
text-align:center;
}

.product-image img{
width:100%;
max-width:420px;
transition:transform 0.4s ease;
}

.product-image img:hover{
transform:scale(1.08);
}

.product-details{
flex:1;
min-width:280px;
}

.subtitle{
color:#666;
margin-bottom:15px;
}

.watt-buttons{
margin-bottom:20px;
}

.watt-buttons button{
padding:10px 18px;
margin:5px;
border:1px solid #ddd;
background:#f5f5f5;
cursor:pointer;
transition:0.3s;
}

.watt-buttons button.active,
.watt-buttons button:hover{
background:#1e40ff;
color:#fff;
}

.spec-table{
width:100%;
border-collapse:collapse;
}

.spec-table td{
border:1px solid #ddd;
padding:12px;
}

.book-btn{
margin-top:20px;
padding:12px 20px;
background:#8134af;
color:#fff;
border:none;
cursor:pointer;
font-size:16px;
}
 

.related{
max-width:1200px;
margin:auto;
padding:30px 20px 50px;
}

.slider{
overflow:hidden;
}

.slider-track{
display:flex;
gap:20px;
animation:scroll 25s linear infinite;
}

.slider:hover .slider-track{
animation-play-state:paused;
}

.card{
min-width:220px;
border:1px solid #eee;
padding:10px;
text-align:center;
cursor:pointer;
}

.card img{
width:100%;
transition:transform 0.4s;
}

.card img:hover{
transform:scale(1.1);
}

.side-products{
min-width:200px;
}

.side-products ul{
list-style:none;
padding:0;
}

.side-products li{
padding:8px;
cursor:pointer;
border-bottom:1px solid #eee;
}

.side-products li:hover{
background:#f5f5f5;
}

@keyframes scroll{
0%{ transform:translateX(0); }
100%{ transform:translateX(-50%); }
}

@media(max-width:768px){
.product-container{
flex-direction:column;
}
.side-products{
order:-1;
}
}


main product container
.product-container{
  background:#ffffff;
}

/* ===== SIDE OUR PRODUCTS – SAME AS IMAGE ===== */

.side-products{
  background:#ffffff;
  border-radius:20px;
  padding:25px 20px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.side-products h3{
  font-size:26px;
  font-weight:800;
  margin-bottom:25px;
  color:#2b2b2b;
}

.side-products ul{
  list-style:none;
  padding:0;
  margin:0;
}

.side-products li{
  position:relative;
  padding:14px 20px 14px 45px;
  margin-bottom:14px;
  border-radius:30px;
  font-weight:700;
  color:#0f172a;
  cursor:pointer;
  transition:0.35s ease;
}

/* left dot */
.side-products li::before{
  content:'';
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  border-radius:50%;
  background:#f0cbd3;
}

/* hover */
.side-products li:hover{
  background:#f5f7ff;
}

/* ACTIVE STATE – SAME AS IMAGE */
.side-products li.active{
  background:linear-gradient(135deg,#b43a55,#2b3c8f);
  color:#ffffff;
  box-shadow:0 10px 30px rgba(43,60,143,0.35);
}

.side-products li.active::before{
  background:#ffffff;
  box-shadow:0 0 0 4px rgba(255,255,255,0.25);
}


/* product image */
.product-image img{
  border-radius:10px;
  background:#fff;
}

/* product title */
#productTitle{
  color:#111827;
  font-weight:800;
}

.subtitle{
  color:#4b5563;
}

/* watt buttons */
.watt-buttons button{
  background:#f1f3f8;
  border:1px solid #dbe0ff;
  color:#111;
  border-radius:6px;
}

.watt-buttons button.active,
.watt-buttons button:hover{
  background:var(--pbmit-global-color);
  border-color:var(--pbmit-global-color);
  color:#fff;
}

/* spec table */
.spec-table{
  border-radius:10px;
  overflow:hidden;
}

.spec-table td{
  background:#fafafa;
}

.spec-table tr td:first-child{
  font-weight:600;
  color:#374151;
  width:45%;
}

.spec-table tr td:last-child{
  color:var(--pbmit-global-color);
  font-weight:600;
}

/* whatsapp button */
.book-btn{
  background:linear-gradient(135deg,#7f1625,var(--pbmit-global-color));
  border-radius:6px;
  font-weight:700;
}
.book-btn:hover{
  background:#8134af;
}

/* related products */
.related h2{
  color:#111827;
  font-weight:800;
}

.card{
  background:#ffffff;
  border:1px solid #eee;
  border-radius:10px;
  transition:0.3s;
}

.card:hover{
  border-color:var(--pbmit-global-color);
  box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

/* slider images */
.card img{
  border-radius:8px;
  background:#fff;
}



.chairman-text{
    background: radial-gradient(circle at 30% 20%, #ffffff, #f4f5fb 60%);
    text-align: center;
    font-weight: 400;
    font-size: large;
    color: #c8455d;
}



/* Hover Effects */
.bt-core-card:hover img{
filter:blur(0);
transform:scale(1.04);
}


.bt-core-card::after{
content:"";
position:absolute;
inset:0;
border-radius:18px;
box-shadow:0 0 0 rgba(59,130,246,0);
transition:0.5s;
}




/* ===============================
   CORE TEAM – MODERN CLEAN STYLE
================================ */

/* Section */
.bt-core-wrap{
  padding:90px 20px;
  background:#ffffff;
}

/* Heading */
.bt-core-heading{
  font-size:38px;
  font-weight:700;
  color:#020617;
  margin-bottom:70px;
}

/* Grid */
.bt-core-grid{
  max-width:600px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:50px;
}

/* Card – NO BOX FEEL */
.bt-core-card{
  text-align:center;
  position:relative;
  animation:softZoom 0.9s ease forwards;
  opacity:0;
}

/* stagger */
.bt-core-card:nth-child(1){animation-delay:.1s}
.bt-core-card:nth-child(2){animation-delay:.2s}
.bt-core-card:nth-child(3){animation-delay:.3s}
.bt-core-card:nth-child(4){animation-delay:.4s}
.bt-core-card:nth-child(5){animation-delay:.5s}
.bt-core-card:nth-child(6){animation-delay:.6s}
.bt-core-card:nth-child(7){animation-delay:.7s}
.bt-core-card:nth-child(8){animation-delay:.8s}

/* Image container */
.bt-core-media{
  width:100%;
  aspect-ratio:4 / 5;  /* professional portrait ratio */
  overflow:hidden;
  border-radius:22px;
  background:#f1f5f9;
  transition:all 0.5s ease;
}

/* Image */
.bt-core-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.6s ease, filter 0.6s ease;
}

/* Hover – premium */
.bt-core-card:hover .bt-core-media img{
  transform:scale(1.08);
  filter:brightness(0.85);
}

/* Body */
.bt-core-body{
  margin-top:18px;
}

/* Name */
.bt-core-name{
  font-size:19px;
  font-weight:600;
  color:#020617;
  margin-bottom:4px;
  letter-spacing:0.3px;
}

/* Role */
.bt-core-role{
  font-size:14px;
  color:#64748b;
}

/* Line animation */
.bt-core-body::after{
  content:"";
  display:block;
  width:0;
  height:2px;
  background:#2563eb;
  margin:10px auto 0;
  transition:width 0.4s ease;
}

.bt-core-card:hover .bt-core-body::after{
  width:50px;
}

/* Animation */
@keyframes softZoom{
  from{
    opacity:0;
    transform:scale(0.92);
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}

/* ===============================
   RESPONSIVE
================================ */

/* Tablets */
@media(max-width:992px){
  .bt-core-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:40px;
  }
}

/* Mobile */
@media(max-width:576px){
  .bt-core-grid{
    grid-template-columns:1fr;
    gap:35px;
  }

  .bt-core-heading{
    font-size:30px;
  }
}
/* Mobile */
@media (max-width: 575px){
  .bt-core-grid{
    grid-template-columns: 1fr;
  }

  .bt-core-media{
    height: 280px;
  }

  .bt-core-name{
    font-size: 16px;
  }

  .bt-core-role{
    font-size: 13px;
  }
}


.pbmit-footer-right-social {
  display: flex;
  justify-content: center;
}

.pbmit-social-links {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pbmit-social-links .social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Platform Colors */
.social.facebook a {
  background: #1877f2;
}

.social.youtube a {
  background: #ff0000;
}

.social.linkedin a {
  background: #0a66c2;
}

.social.instagram a {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

/* Hover Effects */
.pbmit-social-links .social a:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .pbmit-social-links {
    gap: 10px;
  }

  .pbmit-social-links .social a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}


.beelite-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
}

.beelite-modal.is-open {
  display: flex;
}

.beelite-modal-content {
  width: min(1100px, 100%);
  height: min(90vh, 820px);
  background: #0b0b0b;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.beelite-modal-pdf {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #111;
}

.beelite-pdf-fallback {
  display: none;
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 13px;
}

.beelite-pdf-fallback a {
  color: #fff;
  text-decoration: underline;
}

.beelite-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.beelite-nav {
  background: rgba(0,0,0,0.55);
  color: #fff;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 20px;
  display: grid;
  place-items: center;
}

.beelite-nav.prev { margin-right: 10px; }
.beelite-nav.next { margin-left: 10px; }

@media (max-width: 768px) {
  .beelite-modal { padding: 10px; }
  .beelite-modal-content { height: 92vh; border-radius: 12px; }
  .beelite-nav { width: 40px; height: 40px; border-radius: 10px; }
}

@media (max-width: 480px) {
  .beelite-nav.prev,
  .beelite-nav.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 2;
  }
  .beelite-nav.prev { left: 10px; }
  .beelite-nav.next { right: 10px; }
}

/* Restore bullets for certification points */
.pbmit-tab-list ul.list-group {
  list-style-type: disc !important;
  padding-left: 22px !important;
}

.pbmit-tab-list ul.list-group > li.list-group-item {
  display: list-item !important;
  list-style-type: disc !important;
  border: none;              /* keeps your current look */
  padding-left: 6px;
}



/* =============================
   PREMIUM director SECTION
   ============================= */
.beelite-director {
  position: relative;
  padding: 50px 0;
  background: radial-gradient(circle at 30% 20%, #ffffff, #f4f5fb 60%);
  overflow: visible;
}

/* Soft purple aura on left (flipped) */
.beelite-director::before {
  content: "";
  position: absolute;
  left: -80px; /* flipped from right */
  top: 0;
  width: 580px;
  height: 100%;
  background: radial-gradient(circle at 40% 40%, rgba(122, 95, 190, 0.18), transparent 70%);
  z-index: 0;
  filter: blur(6px);
}

/* Vertical Watermark – moved to left side */
.beelite-director::after {
  content: "";
  position: absolute;
  left: 40px; /* moved from right to left */
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 440px;
  background-image: url('/images/logo1.png'); /* replace with your uploaded logo path if needed */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.09;
  z-index: 1;
}


/* Layout */
.beelite-director .container {
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.director-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr; /* image left, content right */
  gap: 70px;
  align-items: center;
}

/* LEFT SECTION (text) */
.director-left {
  order: 2; /* ensures text is on right */
}

.director-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #A53046;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 600;
}

.director-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--beelite-dark);
  line-height: 1.25;
}

.director-title-underline {
  width: 95px;
  height: 4px;
  background: var(--beelite-grad);
  border-radius: 10px;
  margin-top: 12px;
  box-shadow: 0 0 15px rgba(139, 58, 118, 0.4);
}

.director-desc {
  font-size: 16px;
  line-height: 1.85;
  color: #333;
  margin: 18px 0;
  text-align: justify !important;
}

.director-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
}

.director-list li {
  font-size: 15px;
  color: var(--beelite-dark);
  padding-left: 22px;
  position: relative;
}

.director-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #b83e6a;
  font-size: 14px;
  filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.15));
}

.director-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  border: 1px solid #ececf1;
  font-size: 14px;
  font-weight: 500;
}

.director-badge-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--beelite-grad);
  color: #fff;
  font-size: 11px;
}

/* RIGHT CARD (image) */
.director-card {
  position: relative;
  padding: 26px;
  border-radius: 28px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(220, 220, 230, 0.7);
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.15);
  text-align: center;
  animation: floatUp 1s ease-out both;
}

@keyframes floatUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

.director-img-shell {
  border-radius: 20px;
  padding: 5px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
  margin-bottom: 18px;
}

.director-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.director-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

.director-role {
  font-size: 14px;
  color: #A53046;
  font-weight: 500;
  margin: 3px !important;
}

.director-company {
  font-size: 12px;
  text-transform: uppercase;
  color: #23418c;
  font-weight: 400;
  letter-spacing: 0.15em;
}

/* RESPONSIVE */
@media(max-width: 991px) {
  .director-layout {
    grid-template-columns: 1fr;
    text-align:start;
  }

  .director-list {
    grid-template-columns: 1fr;
  }

  .director-card {
    max-width: 420px;
    margin: auto;
  }

  .beelite-director::after {
    opacity: 0.05;
  }
  .director-title{
    font-size: 20px;
  }
}



.about-four-center-area .pbmit-heading-desc{
    text-align: justify;
}
.about-three-left-area .pbmit-heading-desc{
    text-align: justify;
}


.certificates-button a{
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #0000003d;
    border-radius: 50px !important;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    transition: all 0.3s ease;
    background-color: #A53046;
 
  
}


.certificates-button a:hover{
 background-color: #8134af;
    color: #ffffff;
    box-shadow: 0 10px 10px rgba(59, 59, 59, 0.062);
    transform: translateX(-2px);
}

.certificates-button {
   
    align-items: center;
    text-align: left;
    margin-left: 70px;
    
}



/* ===============================
   BEELITE CERTIFICATE VARIABLES
================================ */
:root {
  --beelite-certificate-primary: #9c1c2e;
  --beelite-certificate-primary-dark: #7f1625;
  --beelite-certificate-heading: #3b2a1a;
  --beelite-certificate-bg: #f7f7f7;
  --beelite-certificate-card-bg: #ffffff;
  --beelite-certificate-border: #e6e6e6;
}

/* ===============================
   SECTION
================================ */
.beelite-certificate-section {
  padding: 70px 20px;
  background: var(--beelite-certificate-bg);
}

.beelite-certificate-container {
  max-width: 1200px;
  margin: auto;
}

.beelite-certificate-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 45px;
  color: var(--beelite-certificate-heading);
}

/* ===============================
   GRID
================================ */
.beelite-certificate-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* ===============================
   CARD
================================ */
.beelite-certificate-card {
  background: var(--beelite-certificate-card-bg);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--beelite-certificate-border);
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  padding-top: 20px;
}

.beelite-certificate-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

/* ===============================
   IMAGE
================================ */
.beelite-certificate-image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
}

/* ===============================
   ACTIONS
================================ */
.beelite-certificate-actions {
  display: flex;
  gap: 12px;
  padding: 12px;
  width: 150px;
  justify-self: center;
}

/* ===============================
   BUTTONS
================================ */
.beelite-certificate-btn {
  flex: 1;
  text-align: center;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* VIEW BUTTON */
.beelite-certificate-btn-view {
   background: linear-gradient(135deg, #A53046,#ac4053, #ff859b);
  color: #fff;
  border: 2px solid var(--beelite-certificate-primary);
}

.beelite-certificate-btn-view:hover {
  background: #fff;
  color: var(--beelite-certificate-primary);
}

/* DOWNLOAD BUTTON */
.beelite-certificate-btn-download {
  background: var(--beelite-certificate-primary);
  color: #ffffff;
  border: 1px solid var(--beelite-certificate-primary);
}

.beelite-certificate-btn-download:hover {
  background:#8134af;
  border-color: var(--beelite-certificate-primary-dark);
  color: white;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1200px) {
  .beelite-certificate-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .beelite-certificate-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .beelite-certificate-grid {
    grid-template-columns: 1fr;
  }
}

.beelite-certificate-card h4{
    text-align: center;
   color: #9c1c2e;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}

/* Reference products slider scroll control */
.slider.scrollable {
  overflow-x: auto;
}

.slider:not(.scrollable) {
  overflow-x: hidden;
}


.process-section {
  padding: 80px 20px;
  background: #fff;
}

.process-container {
  max-width: 1200px;
  margin: auto;
}

.process-heading {
  text-align: center;
  margin-bottom: 50px;
}

.process-subtitle {
  color: #b02a37;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.process-title {
  font-size: 36px;
  margin-top: 10px;
}

.process-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.process-steps {
  flex: 1;
}

.process-step {
  display: flex;
  gap: 20px;
  padding: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.process-step:hover,
.process-step.active {
  background: #f8f8f8;
}

.step-number {
  width: 52px;
  height: 52px;
  min-width: 52px;

  background: #b02a37;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50%;   /* PERFECT CIRCLE */
  display: flex;
  align-items: center;
  justify-content: center;
}


.step-content h4 {
  margin: 0 0 6px;
  font-size: 18px;
}

.step-content p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.process-image-box {
  flex: 1;
}

.process-image-box img {
  width: 100%;
  border-radius: 18px;
  transition: opacity 0.4s ease;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .process-wrapper {
    flex-direction: column;
  }

  .process-image-box {
    order: -1;
  }
}

@media (max-width: 576px) {
  .process-title {
    font-size: 28px;
  }

  .process-step {
    flex-direction: column;
  }

  .step-number {
    margin-bottom: 10px;
    width: 50px !important;
  }
}



/* nabl redirect */
/* Parent must be relative */
.pbmit-slider-item {
  position: relative;
}

/* Disable pointer blocking from background */
.pbmit-slider-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* Clickable NABL zone */
.nabl-hotspot {
  position: absolute;
  right: 15%;
  top: 24%;
  width: 300px;
  height: 300px;

  z-index: 999;
  cursor: pointer;

  background: transparent;
}

/* Tablet */
@media (max-width: 991px) {
  .nabl-hotspot {
    width: 120px;
    height: 120px;
    right: 6%;
    top: 40%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .nabl-hotspot {
    width: 90px;
    height: 90px;
    right: 5%;
    top: 42%;
  }
}

 /* ====== SECTION ====== */
    .dp-sliders-section{
      padding: 70px 18px;
      background:
        radial-gradient(900px 380px at 20% 0%, rgba(2,132,255,0.12), transparent 55%),
        radial-gradient(900px 380px at 80% 0%, rgba(18,194,233,0.12), transparent 55%),
        #f7f9fc;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    }

    .dp-title{
      text-align:center;
      margin:0 0 26px;
      font-size: clamp(22px, 2.6vw, 36px);
      color:#0f172a;
      letter-spacing:.2px;
    }

    /* ====== SLIDER WRAP ====== */
    .dp-slider{
      max-width: 1260px;
      margin: 0 auto 22px;
      position: relative;
      border-radius: 22px;

      /* ✅ keep arrows space */
      /* padding: 18px 76px; */

      /* background: linear-gradient(120deg, rgba(255,255,255,.92), rgba(255,255,255,.86));
      border: 1px solid rgba(15,23,42,.06);
      box-shadow: 0 18px 45px rgba(15,23,42,.08);
      backdrop-filter: blur(10px); */
    }

    /* ✅ FIX 1: end cutting
       We add inner padding + allow shadows to breathe */
    .dp-viewport{
      overflow: hidden;
      border-radius: 18px;
      padding: 10px 14px 14px;
    }

    .dp-track{
      display:flex;
      gap: 18px;
      will-change: transform;
    }

    /* ====== CARDS ====== */
    /* Desktop (>=1200): 4 cards */
    .dp-card{
      flex: 0 0 calc((100% - (18px * 3)) / 4);
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(2,132,255,0.10);
      box-shadow: 0 5px 15px rgba(147, 4, 51, 0.1);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .dp-card:hover{
      transform: translateY(-8px);
      border-color: rgba(2,132,255,0.28);
      box-shadow: 0 5px 15px rgba(44, 4, 88, 0.262);
      border: 1px solid #8a0416;
    }

    .dp-card img{
      width:100%;
      height: 270px;
      object-fit: contain;
      background: linear-gradient(180deg, #f3f7ff, #f6fffd);
      padding: 14px;
      display:block;
      transition: transform .35s ease;
    }

    .dp-card:hover img{ transform: scale(1.06); }

    .dp-caption{
      padding: 14px 12px 16px;
      text-align:center;
      font-weight: 700;
      font-size: 18px;
      color:#ffffff;
      letter-spacing:.2px;

      /* ✅ FIX 2: caption cut on mobile (wrap neatly) */
      white-space: normal;
      word-break: break-word;
      line-height: 1.25;
      min-height: 44px;
      display: grid;
      place-items: center;
      background: #7f1625;
    }
    .dp-card:hover .dp-caption{
color: #7f1625;
background: #fff;
    }

    /* ====== ARROWS ====== */
    .dp-arrow{
      position:absolute;
      top:50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      border-radius: 999px;
      border: 1px solid rgba(118, 0, 6, 0.645);
      background: linear-gradient(180deg, #ffffff, #f3f7ff);
      box-shadow: 0 18px 40px rgba(2,6,23,0.14);
      display:grid;
      place-items:center;
      cursor:pointer;
      z-index:6;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .dp-arrow svg{ width: 26px; height: 26px; fill: #680010; }

    .dp-arrow:hover{
      transform: translateY(-50%) scale(1.07);
      border-color: rgba(2,132,255,0.45);
      box-shadow: 0 26px 55px rgba(2,6,23,0.18);
    }

    .dp-arrow:active{ transform: translateY(-50%) scale(0.98); }

    .dp-prev{ left: 18px; }
    .dp-next{ right: 18px; }

    /* ✅ 1024px (and below 1199) => 3 cards */
    @media (max-width: 1199px){
      .dp-card{ flex-basis: calc((100% - (18px * 2)) / 3); }
    }

    /* Tablet <= 991 => 2 cards */
    @media (max-width: 991px){
      .dp-slider{ padding: 16px 66px; }
      .dp-track{ gap: 16px; }
      .dp-card{ flex-basis: calc((100% - 16px) / 2); }
      .dp-card img{ height: 245px; }
      .dp-viewport{ padding: 10px 12px 14px; }
    }

    /* Mobile <= 576 => 1 card */
    @media (max-width: 576px){
      .dp-slider{ padding: 14px 8px; border-radius: 18px; }
      .dp-track{ gap: 14px; }
      .dp-card{ flex-basis: 100%; }
      .dp-card img{ height: 220px; }
      .dp-prev{ left: 10px; }
      .dp-next{ right: 10px; }
      .dp-arrow{ width: 36px; height: 36px; }
      .dp-arrow svg{ width: 22px; height: 22px; }
      .dp-viewport{ padding: 10px 14px 14px; }
    }


/*form and scope testing*/
.dp-enquiry-section {
  padding: 60px 20px;
  background-image: url("https://i.pinimg.com/1200x/7b/75/ad/7b75ad425f894e6cb3cad1b34cfcbc31.jpg");
  background-size: cover;
  background-attachment: fixed !important;
  max-height: 800px;
}

.dp-enquiry-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 40px; */
}

/* FORM */
.dp-enquiry-formbox {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  max-height: 600px;
}
@media (max-width: 576px){
  .dp-enquiry-formbox{
      max-height: 100%;
  }
}
.dp-enquiry-title {
  font-size: 26px;
  /* margin-bottom: 25px; */
  color: #7f1625;
}

/* .dp-field {
  margin-bottom: 18px;
} */

.dp-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.dp-field input,
.dp-field textarea {
  width: 100%;
  padding: 7px 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.dp-field input:focus,
.dp-field textarea:focus {
  border-color: #0066ff;
  outline: none;
}

.dp-error {
  color: #d9534f;
  font-size: 12px;
  display: none;
}

.dp-submit-btn {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  background: #8a0416;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.dp-submit-btn:hover {
  background:#4c3d8d;
  color: white;
}

/* PDF */
.dp-enquiry-pdfbox {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.dp-pdf-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  /* max-width: 540px; */
  max-height: 600px;
}
@media (max-width: 576px){
  .dp-pdf-card{
      max-height: 100%;
  }
}
.dp-pdf-card img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.4s ease;
  height: 430px;
}

.dp-pdf-card img:hover {
  transform: scale(1.05);
}

.dp-pdf-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  background: #3b286b;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.dp-pdf-btn:hover {
  background: #9c1c2e;
  color: white;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .dp-enquiry-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dp-enquiry-section{
    max-height: 100%;
    gap: 40px;
  }
}


/* =============================
   BOARD OF DIRECTORS – PREMIUM
============================= */

.board-wrap{
  padding:90px 20px;
  background:#fff;
  text-align:center;
}

.board-title{
  font-size:42px;
  font-weight:700;
  margin-bottom:60px;
}

.board-title span{
  color:#9c1c2e;
}

/* GRID */
.board-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:35px;
}

/* CARD */
.board-card{
  cursor:pointer;
  animation:fadeUp .8s ease forwards;
}

/* IMAGE */
.board-img{
  position:relative;
  overflow:hidden;
  border-radius:12px;
      border: 2px solid maroon;
}

.board-img img{
  width:100%;
  height:360px;
  object-fit:cover;
  /* filter:grayscale(100%); */
  transition:.6s ease;
}

/* COLOR ON HOVER */
.board-card:hover img{
  filter:grayscale(0);
  transform:scale(1.05);
}

/* ARROW BUTTON */
.open-modal{
  position:absolute;
  bottom:15px;
  right:15px;
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#fff;
  color:#000;
  font-size:18px;
  cursor:pointer;
  opacity:0;
  transform:translateY(10px);
  transition:.4s ease;
}

.board-card:hover .open-modal{
  opacity:1;
  transform:translateY(0);
}

/* INFO */
.board-info{
  padding:8px 10px;
  background: #681c28;
   margin-top: 10px;
  border-radius: 10px;
}

.board-info h3{
  font-size:16px;
  font-weight:700;
  margin-bottom:6px;
  color: #fff;
}

.board-info p{
  font-size:14px;
  color:#ffffff;
  margin-bottom: 5px;
  font-weight: 500;
}

/* MODAL */
.board-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.6);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  pointer-events:none;
  transition:.4s ease;
  z-index:999;
}

.board-modal.active{
  opacity:1;
  pointer-events:auto;
}

.modal-box{
  background:#fff;
  max-width:520px;
  width:90%;
  padding:40px;
  border-radius:12px;
  text-align:left;
  animation:scaleIn .4s ease;
}

.modal-box h3{
  font-size:22px;
  margin-bottom:6px;
}

.modal-box h4{
  font-size:15px;
  color:#7f1625;
  margin-bottom:15px;
}

.modal-box p{
  font-size:14px;
  line-height:1.7;
  color:#444;
}

.close-modal{
  position:absolute;
  top:15px;
  right:20px;
  font-size:26px;
  background:none;
  border:none;
  cursor:pointer;
}

/* ANIMATIONS */
@keyframes fadeUp{
  from{opacity:0; transform:translateY(30px);}
  to{opacity:1; transform:translateY(0);}
}

@keyframes scaleIn{
  from{transform:scale(.9);}
  to{transform:scale(1);}
}

/* RESPONSIVE */
@media(max-width:1024px){
  .board-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:576px){
  .board-grid{grid-template-columns:1fr;}
  .board-img img{height:300px;}
}

/* our products - text */
.beelite-products-sidebar-tabs a{
color: #9c1c2e;
}
.beelite-products-sidebar-tabs :hover{
color: #ffffff;

}
.beelite-products-sidebar-tab{
  color: white;
}
 
/* contact page */

.pbmit-heading-desc a{
color: #9c1c2e !important;
}



/* ===============================
   MAIN SECTION
================================ */
.cp-wrap {
  position: relative;
  padding: 100px 20px;
  background:
    radial-gradient(circle at 10% 10%, #e8edff, transparent 45%),
    radial-gradient(circle at 90% 90%, #ffe1ef, transparent 45%),
    linear-gradient(135deg, #f7f9ff, #ffffff);
  overflow: hidden;
}

/* Floating Lights */
.cp-wrap::before,
.cp-wrap::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132,94,247,0.25), transparent 70%);
  animation: cpFloat 9s infinite alternate ease-in-out;
}

.cp-wrap::before {
  top: -120px;
  left: -120px;
}

.cp-wrap::after {
  bottom: -140px;
  right: -140px;
  animation-delay: 3s;
}

/* ===============================
   TITLE
================================ */
.cp-title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 85px;
  /* background: linear-gradient(90deg, #7b2ff7, #eb1f4f); */
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  letter-spacing: 1px;
  color: #9c1c2e;
}

/* ===============================
   GRID
================================ */
.cp-grid {
  max-width: 1600px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}


.Projects-button a{
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #0000003d;
    border-radius: 50px !important;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    transition: all 0.3s ease;
    background-color: #A53046;
    margin-top: 40px;
    
 
  
}


.Projects-button a:hover{
 background-color: #8134af;
    color: #ffffff;
    box-shadow: 0 10px 10px rgba(59, 59, 59, 0.062);
    transform: translateX(-2px);
}

.Projects-button {
   
    align-items: center !important;
    text-align: center;
}

/* ===============================
   COLUMN BOX
================================ */
.cp-box {
  position: relative;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  border-radius: 28px;
  padding: 48px 36px;
  box-shadow:
    0 30px 65px rgba(0,0,0,0.12),
    inset 0 0 0 1px rgba(255,255,255,0.7);
  animation: cpFadeUp 0.9s ease forwards;
}

/* Side Accent */
.cp-box::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 7px;
  height: calc(100% - 90px);
  border-radius: 12px;
}

.cp-complete::before {
  background: linear-gradient(180deg, #c31432, #ff6a88);
  box-shadow: 0 0 30px rgba(195,20,50,0.6);
}

.cp-active::before {
  background: linear-gradient(180deg, #5f2c82, #49a09d);
  box-shadow: 0 0 30px rgba(95,44,130,0.6);
}

/* Column Heading */
.cp-head {
  font-size: 26px;
  margin-bottom: 38px;
  padding-left: 24px;
  color: #111;
}

/* ===============================
   PROJECT ITEM
================================ */
.cp-item {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 26px;
  margin-bottom: 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff, #f3f5ff);
  transition: 0.45s ease;
  overflow: hidden;
  cursor: pointer;
}

/* Shine */
.cp-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.8),
    transparent
  );
  transition: 0.7s;
}

.cp-item:hover::after {
  left: 120%;
}

.cp-item:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 35px 60px rgba(0,0,0,0.2);
}

/* ===============================
   IMAGE
================================ */
.cp-img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef1ff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(210,210,255,0.7);
}

.cp-img img {
  max-width: 90%;
  max-height: 90%;
  transition: transform 0.4s ease;
}

.cp-item:hover img {
  transform: scale(1.1) rotate(-3deg);
}

/* ===============================
   TEXT
================================ */
.cp-text h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #111;
}

.cp-text p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #555;
}

/* ===============================
   ANIMATIONS
================================ */
@keyframes cpFadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cpFloat {
  from { transform: translateY(0); }
  to { transform: translateY(50px); }
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .cp-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .cp-box {
    padding: 34px 24px;
  }

  .cp-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cp-img {
    width: 100px;
    height: 100px;
  }
}


/* breadcrump */
/* ===== FULL WIDTH HERO ===== */
.hero-full {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 0; /* KEY FIX */
}

/* IMAGE */
.hero-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* TEXT LEFT-BOTTOM */
.hero-text {
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 30px;
  text-align: left;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 6px;
}

/* TITLE */
.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.2;
  color: #fff;
}

/* BREADCRUMB */
.hero-breadcrumb {
  font-size: 0.9rem;
}

.hero-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.hero-breadcrumb i {
  margin: 0 6px;
  font-size: 14px;
  color: #ffffff;
}

.hero-current {
  color: #ffffff;
  font-weight: 600;
}

/* ===== RESPONSIVE (UNCHANGED BEHAVIOR) ===== */
/* ===============================
   BASE (Desktop First)
================================ */

.hero-image {
  height: auto;
}

.hero-title {
  font-size: 42px;
}

.hero-text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 16px 20px;
  max-width: 80%;
}


/* ===============================
   Large Devices (≤ 1200px)
================================ */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 38px;
  }
}


/* ===============================
   Tablets (≤ 992px)
================================ */
@media (max-width: 992px) {
  .hero-full {
    margin-top: 0;
  }

  .hero-title {
    font-size: 34px;
  }
}


/* ===============================
   Small Tablets (≤ 768px)
================================ */
@media (max-width: 768px) {
  .hero-text {
    left: 20px;
    bottom: 20px;
    padding: 12px 16px;
    max-width: calc(100% - 40px);
  }

  .hero-title {
    font-size: 28px;
  }
}


/* ===============================
   Mobile (≤ 575px)
================================ */
@media (max-width: 575px) {
  .hero-text {
    left: 15px;
    bottom: 15px;
    padding: 10px 12px;
    max-width: calc(100% - 30px);
  }

  .hero-title {
    font-size: 22px;
  }
}


/* ===============================
   Small Mobile (≤ 425px)
================================ */
@media (max-width: 425px) {
  .hero-text {
    left: 10px;
    bottom: 10px;
    padding: 5px 4px;
  }
    .hero-current{
    font-size: 10px;
    left: 0px;
  }

  .hero-title {
    font-size: 20px;
  }
}


/* ===============================
   Very Small Screens (≤ 325px)
================================ */
@media (max-width: 325px) {
  .hero-text {
    left: 3px;
    bottom: 8px;
    padding: 1px;
    font-size: 3px;
    
  }
  .hero-current{
    font-size: 10px;
    left: 0px !important;
  }

  /* .hero-title {
    font-size: 18px;
  }
  .hero-breadcrumb a{
font: 3px !important;
  } */
}




/* Projects Section  */

.ihbox-static .ihbox-grid-static{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

@media (max-width: 1024px){
  .ihbox-static .ihbox-grid-static{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 576px){
  .ihbox-static .ihbox-grid-static{ grid-template-columns:1fr; }
}

/* project section */
.pro-sec {
  width: 100%;
}

.pro-sec img {
  width: 100%;
  height: auto;     /* 👈 NO CUTTING EVER */
  display: block;
}


/* clean room  */

/* CLEAN ROOM TABS */
#cleanRoomTabs {
  width: 100%;
}

.tab-header {
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
}

.tab-btn {
  background: none;
  border: none;
  font-weight: 600;
  padding: 10px 15px;
  color: #9c0101;
  border-bottom: 3px solid #9c0101;
  cursor: default;
}

/* Responsive safety */
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
  }

  .product-image img {
    max-width: 100%;
  }
}


/* best performece TEam  */

/* IMPORTANT */
.pbmit-slider-item {
    position: relative;
}

/* POPUP STYLE */
.bp-month-popup {
    position: absolute;
    bottom: 60px;
    right: 80px;
    width: 520px;
    max-width: 92%;
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    padding: 25px;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.6s ease;
    z-index: 20;
}

.bp-month-popup.show {
    opacity: 1;
    transform: translateY(0);
}

.bp-month-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.bp-left {
    width: 40%;
    text-align: center;
}

.bp-left img {
    width: 130px;
    border-radius: 12px;
}

.bp-left h4 {
    margin-top: 10px;
    font-size: 18px;
}

.bp-left p {
    font-size: 14px;
    color: #666;
}

.bp-right {
    width: 60%;
}

.bp-right h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #8c1c1c;
}

.bp-right p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.bp-close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {

    .bp-month-popup {
        left: 20px;
        right: 20px;
        bottom: 30px;
        width: auto;
    }

    .bp-month-box {
        flex-direction: column;
        text-align: center;
    }

    .bp-left,
    .bp-right {
        width: 100%;
    }
}


/* ===============================
   BEST PERFORMER POPUP
================================= */

/* Overlay */
.bp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

/* Show popup */
.bp-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Card container */
.bp-card {
  display: flex;
  max-width: 850px;
  width: 92%;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(50px);
  transition: all 0.4s ease;
}

.bp-overlay.active .bp-card {
  transform: translateY(0);
}

/* LEFT SECTION */
.bp-left {
  width: 40%;
  background: linear-gradient(135deg, #111111, #1c1c1c);
  padding: 25px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bp-left img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 20px;
  border-radius: 14px;
  border: 3px solid #ffffff;
  object-fit: cover;
}

.bp-designation h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}

.bp-designation span {
  font-size: 14px;
  opacity: 0.8;
}

/* RIGHT SECTION */
.bp-right {
  width: 60%;
  padding: 35px;
  position: relative;
}

.bp-right h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #8c1c1c;
}

.bp-right p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #000000;
}

/* Button */
.bp-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #8c1c1c;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.bp-btn:hover {
  background: #5f1c8c;
  transform: translateY(-2px);
}

/* Close Button */
.bp-close {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
  color: #e7bebe;
  transition: 0.3s;
}

.bp-close:hover {
  color: #ffffff;
}



/* ===============================
   RESPONSIVE DESIGN
================================= */

@media (max-width: 992px) {
  .bp-card {
    flex-direction: column;
    max-width: 500px;
  }

  .bp-left,
  .bp-right {
    width: 100%;
  }

  .bp-left {
    padding: 30px 20px;
  }

  .bp-right {
    padding: 25px;
    text-align: center;
  }

  .bp-right h2 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .bp-left img {
    max-width: 160px;
  }

  .bp-right p {
    font-size: 14px;
  }

  .bp-btn {
    width: 100%;
  }
}
