.team-members {
        padding: 60px 0;
    }

    .team-member-card {
        background: linear-gradient(135deg, #f9f9f9, #eaeaea);
        border: 1px solid #ddd;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 30px;
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 30px;
        /* Increase spacing between cards */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .team-member-card img {
        width: 100%;
        height: 350px;
        /* Adjust height to fit the card */
        /* object-fit: cover; */
        /* Ensure the image fills the area without distortion */
        border-bottom: 5px solid #ca4445;
    }

    .team-member-content {
        padding: 20px;
        text-align: center;
        background-color: #fff;
        flex-grow: 1;
        border-radius: 0 0 12px 12px;
    }

    .team-member-name {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #ca4445;
    }

    .team-member-position {
        font-size: 16px;
        font-weight: 600;
        color: #555;
        margin-bottom: 15px;
    }

    .team-member-description {
        font-size: 14px;
        color: #333;
        text-align: justify;
        line-height: 1.6;
    }

    .team-member-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .team-member-card:hover img {
        border-bottom: 5px solid #333;
    }

    .team-member-card:hover .team-member-name {
        color: #333;
    }
 
    .service-three__item:hover::after {
        background: none !important; /* Removes the hover background */
    }
 p{
    text-align:justify;
}
.section-bg {
    background-color: #f9f9f9;
    padding: 60px 0;
}

/* Service Card Styling */
.maindv {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.maindv:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.service {
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Service Logo Image */
.service-logo img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.maindv:hover .service-logo img {
    transform: scale(1.1);
}

/* Service Title */
.service h5 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

/* Service Description */
.service p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

/* Shadow Effects */
.shadowOne,
.shadowTwo {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    z-index: 1;
}

.shadowOne {
    width: 100px;
    height: 100px;
    background-color: #0ebd66;
    top: -30px;
    right: -30px;
}

.shadowTwo {
    width: 80px;
    height: 80px;
    background-color: #dc3018;
    bottom: -20px;
    left: -20px;
}
.placement-section .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    }

     .certificate-section {
        background-color: #f6e6f3;
        padding: 40px 0;
    }

    .certificate-card {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    .certificate-card .card-header {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        padding: 15px 25px;
    }

    .certificate-card .nav-pills .nav-link {
        color: #444;
        font-weight: 500;
        border-radius: 50px;
        transition: 0.3s;
    }

    .certificate-card .nav-pills .nav-link.active {
        background-color: #dc3018;
        color: #fff;
        font-weight: 600;
    }

    .certificate-card .card-body {
        padding: 30px;
    }

    .form-group label {
        font-weight: 500;
        margin-bottom: 5px;
    }

    .form-control {
        border-radius: 8px;
        padding: 10px 15px;
    }

    .btn-primary {
        background-color: #0ebd66;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
        font-weight: 600;
        transition: background 0.3s;
    }

    .btn-primary:hover {
        background-color: #0aa856;
    }

    #pdf-container iframe {
        border: 1px solid #ddd;
        border-radius: 10px;
    }

    @media (max-width: 768px) {
        .certificate-card .card-body {
            padding: 20px;
        }
    }
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/* Icon Bar CSS */
.icon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    /* Fixes the icon bar on the left side of the screen */
    transform: translateY(-50%);
    z-index: 1000;
    /* Ensure it appears on top of other elements */
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Add hover effect */
.icon-bar a:hover {
    background-color: #000;
}

/* Individual colors for each icon */
.facebook {
    background: #3B5998;
}

.twitter {
    background: #55ACEE;
}

.google {
    background: #dd4b39;
}

.linkedin {
    background: #007bb5;
}

.youtube {
    background: #E1306C;
}
 .header-bar {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 0;
        }

        .header-logo {
            width: 236px !important;
            height: 91px !important;
            object-fit: contain;
        }

        .header-title {
            flex: 1;
            text-align: center;
            font-size: 3rem;
            font-weight: bold;
            color: #d32f2f;
            letter-spacing: 3px;
        }

        @media (max-width: 768px) {
            .header-bar {
                flex-direction: row;
                padding: 8px 0;
            }

            .header-logo {
                width: 71px !important;
                height: 56px !important;
            }

            .header-title {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 480px) {
            .header-logo {
                width: 62px !important;
                height: 37px !important;
            }

            .header-title {
                font-size: 1.5rem;
            }
        }

        .top-info-bar {
           width: 100%;
    background: #bf0000;
    color: #ffffff;
    font-size: 1rem;
    padding: 6px 32px;
    border-bottom: 1px solidrgb(2, 0, 0);
        }

        .top-info-bar .container-fluid {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 30px;
        }

        .top-info-bar i {
            color:rgb(255, 255, 255);
            margin-right: 6px;
        }

        @media (max-width: 768px) {
            .top-info-bar .container-fluid {
                /* flex-direction: column;
                align-items: flex-start;
                gap: 2px;
                font-size: 0.95rem; */
                display: none;
            }
        }

        @media (max-width: 480px) {
            .top-info-bar {
                /* font-size: 0.85rem;
                padding: 4px 0; */
                display: none;
            }
        }