
/* whatsapp symbol css starts */
.my-whatsapp-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #25d366;
    z-index:100;
    animation: pulse 1.5s infinite;
}

.whatsapp-float{
	margin-top:16px;
}
/* animation of whatsapp icon-starts */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
/* animation of whatsapp icon-ends */

/* whatsapp symbol css ends */


.blueish-background{
	background-color:#e5eef8;
}

/* CSS for resizing logo on smaller screens */
@media (max-width: 767px) {
    .site-header .site-branding .logo-img,
    .site-header .site-branding .sticky-logo-img {
        max-width: 250px; /* Adjust the width as needed */
        height: auto;     /* Maintain aspect ratio */
    }

    .site-header .navbar-toggler {
        margin-left: auto; /* Ensure space between logo and menu icon */
    }
}


.header-shadow {
	box-shadow: 0 1px 5px rgb(4, 31, 70);
  }





  .demo_five-client .swiper-slide img {
    border-radius: 10px; /* Adjust the radius value as needed */
}



/* Add these styles for hover and interaction effects */
.pbmit-ihbox-icon-wrapper:hover {
    transform: scale(1.1);
}

.pbmit-btn:hover {
    background: linear-gradient(to right, #96ceff, #003a6d);
    color: #fff;
}

/* For the map section */
.iframe-section {
    margin-top: 20px;
    transition: box-shadow 0.3s ease;
}

.iframe-section:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


    .contact-form .form-control {
        border-radius: 8px;
        border: 1px solid #ddd;
        padding: 12px 15px;
        font-size: 15px;
        color: #333;
        transition: all 0.3s ease;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    .contact-form .form-control:focus {
        border-color: #5c9ae5;
        box-shadow: 0px 2px 10px rgba(92, 154, 229, 0.3);
        outline: none;
    }

    .contact-form .form-control::placeholder {
        color: #aaa;
        /* font-style: italic; */
    }

    .contact-form button.pbmit-btn {
        background: linear-gradient(135deg, #5c9ae5, #4b7ad6);
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.3s ease;
        display: inline-flex;
        align-items: center;
    }

    .contact-form button.pbmit-btn:hover {
        background: linear-gradient(135deg, #4b7ad6, #5c9ae5);
        transform: translateY(-3px);
        box-shadow: 0px 4px 12px rgba(92, 154, 229, 0.4);
    }

    .contact-form button.pbmit-btn .form-btn-loader {
        margin-right: 8px;
    }







    .service-section {
        background-image: url('https://img.freepik.com/premium-photo/white-paper-with-pattern-squares-that-say-rectangle_1259630-713.jpg?w=1380');
        background-size: cover;
        background-position: center;
    }
    
    .service-item {
        background-color: var(--pbmit-global-color);
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(15,60,124, 0.4); /* Soft blue shadow effect */
        transition: all 0.6s ease;
    }
    
    .service-item:hover {
        transform: translateY(05px);
        box-shadow: 0 15px 30px rgba(15,60,124, 0.5); /* Enhanced shadow on hover */
    }
    
    .pbmit-service-style-1 {
        background-color: #fff;
        border: 2px solid var(--pbmit-global-color); /* Blue border */
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    }
    
   
.pbmit-service-icon-wrapper {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #c8dcfa;
    margin: 0 auto 20px; /* Centers the icon wrapper horizontally within the box */
}



.read-more-btn {
    display: inline-block;
    padding: 6px 12px; /* Smaller padding for a compact look */
    font-size: 13px; /* Smaller font size */
    color: var(--pbmit-global-color); /* Blue text color */
    background-color: transparent; /* Transparent background */
    border: 1px solid var(--pbmit-global-color); /* Blue border */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s, color 0.3s, transform 0.3s; /* Smooth transitions */
}

.read-more-btn:hover {
    background-color: var(--pbmit-global-color); /* Blue background on hover */
    color: #fff; /* White text on hover */
    transform: translateY(-2px); /* Slight lift on hover */
}



/* Cursor Dot Style */
/* Cursor Pen Style */
.cursor-pen {
    position: fixed;
    top: 0;
    left: 0;
    width: 25px; /* Adjust the size as needed */
    height: 100px; /* Adjust the size as needed */
    background: url('../images/smile.png') no-repeat center center; /* Path to your pen image */
    background-size: contain;
    pointer-events: none; /* Ensures the pen does not interfere with clicking */
    transition: transform 0.1s ease-out; /* Smooth movement */
    z-index: 10000; /* Ensures the pen appears on top of other elements */
}


/* Style for the testimonial box content */
.pbmit-testimonial-style-6 .pbminfotech-box-content {
    border: 2px solid var(--pbmit-global-color); /* Border around testimonial content */
    padding: 20px; /* Padding inside the testimonial */
    border-radius: 8px; /* Rounded corners */
    background: linear-gradient(135deg, #ffffff, #f9f9f9); /* Light gradient for a shiny effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effects */
}

/* Slight hover effect to enhance the shiny appearance */
.pbmit-testimonial-style-6 .pbminfotech-box-content:hover {
    transform: translateY(5px); /* Slight lift on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
}

/* Styling for the image and name to ensure they are not affected by the testimonial box border */
.pbmit-testimonial-style-6 .pbminfotech-box-image,
.pbmit-testimonial-style-6 .pbminfotech-box-name {
    margin-bottom: 10px; /* Space between image, name, and the testimonial content */
    border: none; /* Ensure no borders on the image or name */
}



/* Custom style for images in the service section */
.demo_five-service img {
    filter: brightness(70%);
    transition: filter 0.3s ease; /* Smooth transition effect */
}

/* Hover effect to increase brightness to 100% */
.demo_five-service img:hover {
    filter: brightness(100%);
}
.pbmit-service-style-5 {
    position: relative;
    margin-bottom: 40px; /* Add some spacing between cards */
}

.pbmit-service-style-5::before {
    content: "";
    position: absolute;
    top: 10px; /* Adjust as needed */
    left: 10px; /* Adjust as needed */
    width: 100%;
    height: 100%;
    background-color: var(--pbmit-global-color); /* Use your primary color here */
    border: 2px solid var(--pbmit-global-color); /* Match the border with the primary color */
    z-index: -1;
    transform: rotate(5deg); /* Rotate to 5 degrees */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Add subtle shadow */
    transition: all 0.3s ease;
}

/* Optional hover effect to lift the card slightly */
.pbmit-service-style-5:hover::before {
    top: 5px; /* Moves the shadow closer on hover */
    left: 5px; /* Moves the shadow closer on hover */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); /* Increase shadow on hover */
}

.justify-content {
    text-align: justify;
}

.career-custom.col-md-4 {
    margin-left: 34%;
}


@media screen and (max-width: 767px){
    .career-custom.col-md-4 {
        margin-left: 0;
    }
}

.career-section-02{
	padding-top: 30px;
	padding-bottom: 50px;
}

section.pranhans-history.section-md.our_history.pbmit-bg-color-light {
    padding-bottom: 20px;
}

.pranhans-client img{
    width: 200px;
    height: 80px;
}

section.pranhans-customer.section-lg.demo_three-service {
    padding-bottom: 0px;
}

rs-layer#slider-1-slide-1-layer-0 {
    background-color: var(--pbmit-global-color) !important;
}

rs-layer#slider-1-slide-1-layer-1 {
    color: #fff !important;
}

rs-layer#slider-1-slide-1-layer-2 {
    color: #fff !important;
}

rs-layer#slider-1-slide-1-layer-4:hover {
    background-color: var(--pbmit-global-color) !important;
}

rs-layer#slider-1-slide-2-layer-0 {
    background-color: var(--pbmit-global-color) !important;
}

rs-layer#slider-1-slide-2-layer-1 {
    color: #fff !important;
}

rs-layer#slider-1-slide-2-layer-2 {
    color: #fff !important;
}

.pranhans-expect{
    padding-bottom: 50px;
}

.d-flex.pbminfotech-box-content-inner.align-items-center.pranhans-box {
    padding: 10px 15px 10px;
}


.transition-hover {
    transition: all 0.4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.transition-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}
.hover-highlight:hover {
    color: #0d6efd !important;
}

.bg-gradient {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
}

.custom-justify{
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.8;
  letter-spacing: 0.2px;
  overflow-wrap: break-word;
  word-break: break-word; /* Helps on very long unbreakable words */
  hyphens: auto; 
}

.pranhans-bottom-footer{
    padding: 10px 0 10px;
}

.pranhans-footer{
    padding: 10px 0 0 0;
}

.footer .menu-item.active a {
    color: var(--pbmit-link-color-hover) !important;
    font-weight: bold;
}