

.hero-section{
    position: relative;
}

.hero-slide{
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

.hero-content{
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #fff;
}

.hero-content h5{
    color: #00AEEF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.hero-content h1{
    font-size: 62px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content p{
    font-size: 18px;
    line-height: 1.8;
    color: #ddd;
    margin-bottom: 35px;
}

.hero-btns{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.theme-btn{
    background: #00AEEF;
    color: #fff;
    padding: 14px 32px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.theme-btn:hover{
    background: #0088cc;
    color: #fff;
}

.outline-btn{
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 32px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.outline-btn:hover{
    background: #fff;
    color: #111;
}

/* Swiper Arrows */

.swiper-button-next,
.swiper-button-prev{
    color: #00AEEF;
}



@media(max-width:991px){

    .hero-slide{
        height: 75vh;
    }

    .hero-content h1{
        font-size: 42px;
    }

    .hero-content p{
        font-size: 16px;
    }
}

@media(max-width:576px){

    .hero-slide{
        height: 70vh;
        text-align: center;
    }

    .hero-content{
        max-width: 100%;
    }

    .hero-content h1{
        font-size: 30px;
    }

    .hero-content h5{
        font-size: 14px;
    }

    .hero-content p{
        font-size: 14px;
        line-height: 1.6;
    }

    .hero-btns{
        justify-content: center;
    }

    .theme-btn,
    .outline-btn{
        width: 100%;
        text-align: center;
    }
}

/* Slider Main Title */
.pbmit-slider-content .pbmit-title{
    color: #ffffff;
}

/* Subtitle */
.pbmit-slider-content .pbmit-sub-title{
    color: #00AEEF;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Highlight Word */
.pbmit-globalcolor{
    color: #00AEEF !important;
}

/* Paragraph / Phone */
.pbmit-desc{
    color: #ffffff;
}

/* Overlay on image */
.pbmit-slider-bg::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

/* Important */
.pbmit-slider-bg{
    position: relative;
}

.section-lg_tb{
    padding: 90px 0;
    background: #f5f8fc;
}

/* Heading */

.pbmit-heading-subheading{
    margin-bottom: 50px;
}

.pbmit-subtitle{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00A3FF;
    margin-bottom: 15px;
}

.pbmit-title{
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    color: #0b1c39;
    margin-bottom: 0;
}

.section-lg_tb p{
    font-size: 16px;
    line-height: 30px;
    color: #5f6c7b;
}

/* Service Card */

.pbmit-service-style-6{
    margin-top: 20px;
}

.pbminfotech-post-item{
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    transition: all .4s ease;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    height: 100%;
    position: relative;
}

.pbminfotech-post-item:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,163,255,0.12);
}

/* IMAGE */

.pbmit-service-icon-wrapper{
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.pbmit-service-icon-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease;
}

/* Zoom Animation */

.pbminfotech-post-item:hover 
.pbmit-service-icon-wrapper img{
    transform: scale(1.08);
}

/* Content */

.pbminfotech-box-content-inner{
    padding: 28px;
}

.pbmit-service-cat h4{
    margin-bottom: 12px;
}

.pbmit-service-cat h4 a{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00A3FF;
    text-decoration: none;
    letter-spacing: 1px;
}

/* Title */

.pbmit-service-title{
    margin-bottom: 15px;
}

.pbmit-service-title a{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #0b1c39;
    text-decoration: none;
    transition: .3s;
}

.pbmit-service-title a:hover{
    color: #00A3FF;
}

/* Description */

.pbmit-service-content p{
    font-size: 15px;
    line-height: 28px;
    color: #687585;
    margin-bottom: 20px;
}

/* Button */

.pbminfotech-box-content-inner a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #0b1c39;
    transition: .3s;
}

.pbminfotech-box-content-inner a i{
    margin-left: 8px;
    transition: .3s;
}

.pbminfotech-box-content-inner a:hover{
    color: #00A3FF;
}

.pbminfotech-box-content-inner a:hover i{
    transform: translateX(5px);
}

/* Swiper Dots */

.swiper-pagination-bullet{
    background: #00A3FF;
    opacity: .4;
}

.swiper-pagination-bullet-active{
    opacity: 1;
}

/* Responsive */

@media(max-width:991px){

    .pbmit-title{
        font-size: 38px;
        line-height: 50px;
    }

    .pbmit-service-icon-wrapper{
        height: 200px;
    }
}

@media(max-width:767px){

    .section-lg_tb{
        padding: 70px 0;
    }

    .pbmit-title{
        font-size: 32px;
        line-height: 42px;
    }

    .pbminfotech-box-content-inner{
        padding: 22px;
    }
}

/* ===================================
        SERVICES SECTION
=================================== */

.section-lg_tb{
    padding: 100px 0;
    background: #f5f8fc;
}

/* HEADING */

.pbmit-title{
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #0b1c39;
    margin-bottom: 0;
}

.section-lg_tb p{
    font-size: 16px;
    line-height: 30px;
    color: #687585;
}

/* GRID GAP */

.row-cols-md-3{
    margin-top: 40px;
}

/* CARD */

.card{
    border: none;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.4s ease;
    height: 100%;
    position: relative;
}

/* HOVER EFFECT */

.card:hover{
    transform: translateY(-12px);
    box-shadow: 0 18px 40px rgba(0,163,255,0.12);
}

/* IMAGE AREA */

.card-img-top{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s ease;
}

/* IMAGE ZOOM */

.card:hover .card-img-top{
    transform: scale(1.08);
}

/* CARD BODY */

.card-body{
    padding: 28px;
}

/* TITLE */

.card-title{
    font-size: 24px;
    font-weight: 700;
    color: #0b1c39;
    margin-bottom: 14px;
}

/* TEXT */

.card-text{
    font-size: 15px;
    line-height: 28px;
    color: #687585;
    margin-bottom: 25px;
}

/* BUTTON */

.service-btn{
    display: inline-flex;
    align-items: center;
    background: #00A3FF;
    color: #fff;
    padding: 12px 26px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s ease;
}

/* BUTTON HOVER */

.service-btn:hover{
    background: #0b1c39;
    color: #fff;
    padding-right: 32px;
}

/* ICON */

.service-btn i{
    transition: 0.4s ease;
}

.service-btn:hover i{
    transform: translateX(5px);
}

/* SIMPLE ENTRY ANIMATION */

.product-animate{
    animation: fadeUp 1s ease;
}

@keyframes fadeUp{

    from{
        opacity: 0;
        transform: translateY(40px);
    }

    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */

@media(max-width:991px){

    .pbmit-title{
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .card-img-top{
        height: 220px;
    }
}

@media(max-width:767px){

    .section-lg_tb{
        padding: 70px 0;
    }

    .pbmit-title{
        font-size: 30px;
        line-height: 40px;
    }

    .card-body{
        padding: 24px;
    }
}

.testimonial-section{
    padding: 90px 0;
    background: #f5f8fc;
}

.testimonial-top-text{
    font-size: 16px;
    line-height: 30px;
    color: #687585;
}

/* CARD */

.testimonial-card{
    background: #ffffff;
    border-radius: 22px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: .4s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,163,255,0.12);
}

/* TOP BORDER */

.testimonial-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00A3FF;
}

/* STARS */

.testimonial-stars{
    margin-bottom: 18px;
}

.testimonial-stars i{
    color: #ffc107;
    margin-right: 3px;
    font-size: 14px;
}

/* TEXT */

.testimonial-card p{
    font-size: 15px;
    line-height: 30px;
    color: #5f6c7b;
    margin-bottom: 28px;
}

/* USER */

.testimonial-user{
    display: flex;
    align-items: center;
}

.testimonial-user-img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid #00A3FF;
}

.testimonial-user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* NAME */

.testimonial-user h4{
    font-size: 18px;
    margin-bottom: 4px;
    color: #0b1c39;
    font-weight: 700;
}

.testimonial-user span{
    font-size: 14px;
    color: #00A3FF;
}

/* RESPONSIVE */

@media(max-width:991px){

    .testimonial-card{
        padding: 28px;
    }
}

@media(max-width:767px){

    .testimonial-section{
        padding: 70px 0;
    }
}


.about-modern-section{
    padding: 90px 0;
    background: #fff;
}


/* LEFT CONTENT BOX */

.about-modern-section .section-heading{
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    border: 1px solid #eee;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: .4s ease;
}

.about-modern-section .section-heading:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}


/* SUBTITLE */

.about-modern-section .section-heading h5{
    color: #00A0E0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}


/* TITLE */

.about-modern-section .section-heading h2{
    color: #111;
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 18px;
}


/* TEXT */

.about-modern-section .section-heading p{
    color: #666;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
}


/* PROGRESS */

.progress-item{
    margin-bottom: 25px;
}

.progress-item span{
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.custom-progress{
    width: 100%;
    height: 8px;
    background: #f2f2f2;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 10px;
}

.custom-bar{
    height: 100%;
    background: #00A0E0;
    border-radius: 50px;
}


/* BUTTON */

.service-btn-group{
    display: flex;
    gap: 18px;
    margin-top: 30px;
}

.service-btn{
    display: inline-block;
    padding: 14px 34px;
    background: linear-gradient(135deg,#00aaff,#0077cc);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.service-btn:hover{
    transform: translateY(-3px);
    color: #fff;
}

.service-btn-outline{
    display: inline-block;
    padding: 14px 34px;
    border: 2px solid #00aaff;
    color: #00aaff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.service-btn-outline:hover{
    background: #00aaff;
    color: #fff;
}


/* IMAGE SIDE */

.about-image-wrapper{
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #eee;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: .4s ease;
}

.about-image-wrapper:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

.main-about-img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition: .5s ease;
}

/* IMAGE HOVER */

.about-image-wrapper:hover .main-about-img{
    transform: scale(1.05);
}


/* MOBILE */

@media(max-width:991px){

    .section-heading{
        margin-bottom: 30px;
    }

    .about-modern-section .section-heading h2{
        font-size: 34px;
        line-height: 44px;
    }

    .main-about-img{
        height: 380px;
    }
}


.floating-card{
    position: absolute;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    min-width: 220px;
}

.floating-card h3{
    font-size: 38px;
    color: #0095ff;
    font-weight: 800;
    margin-bottom: 5px;
}

.floating-card p{
    margin: 0;
    color: #6b7280;
}

.card-one{
    top: 40px;
    left: 0;
}

.card-two{
    bottom: 40px;
    right: -20px;
}


.card {
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-img-top {
    transition: transform 0.4s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

.card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

/* Card Styling */
.card {
    border: 10px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    transition: 0.3s ease;
    height: 100%;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}


/* Image Styling */
.card-img-top {
    height: 220px;
    object-fit: cover;
    /* border-radius: 30%; */
}


/* Card Body */
.card-body {
    padding: 25px;
    text-align: center;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1B1F5E;
    margin-bottom: 15px;
}

.card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}


.service-btn,
.service-btn-outline{
    transition: 0.3s ease;
}

.service-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,170,255,0.18);
}

.service-btn-outline:hover{
    transform: translateY(-3px);
}


/* FOOTER */
.footer {
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
}

.footer .widget-title {
    color: #fff;
    font-weight: 600;
}

.footer p,
.footer a {
    color: #cbd5e1;
}

.footer a:hover {
    color: #4267B2;
}

.footer-widget-col-1,
.footer-widget-col-2,
.footer-widget-col-3,
.footer-widget-col-4 {
    transition: 0.3s;
}

.footer-widget-col-1:hover,
.footer-widget-col-2:hover,
.footer-widget-col-3:hover,
.footer-widget-col-4:hover {
    transform: translateY(-5px);
}

.footer .menu li a {
    position: relative;
    transition: 0.3s;
}

.footer .menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    transition: 0.3s;
}

.footer .menu li a:hover::after {
    width: 100%;
}
