/* Font */
@import url('https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&family=Pompiere&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


/* Navbar */
.navbar-nav .nav-item {
    padding: 0 10px;
}

.navbar-nav .nav-item a {
    position: relative;
    text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 12px 0;
    display: inline-block;
}

.navbar {
    background-color: #001f81;
    /* background-color: rgba(255, 255, 255, 0.3); */
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(10px); */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    /* transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out; */
}

.navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    /* background-color: #808a8b; */
    transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover::before {
    width: 100%;
}

.search-bar {
    display: flex;
    align-items: center;
    border: 2px solid #808a8b;
    border-radius: 60px;
    overflow: hidden;
    width: fit-content;
}

.president{
    border: 0;
}

/* product card */
.card-img{
    background-color: white;

}

/*  */

.card-title{
    text-align: center;
}

.face-Scrub{
    display: block;
    margin: auto;
}
/* 
#team-president{
    height: 250px;
    width: 300px;
    align-items: center;
} */
.card-img-top{
    height: 250px;
    width: 250px;
    
}

.d-flex .form-control {
    background-color: transparent;
    font-size: 12px;
    border: none;
    border-radius: 60px 0 0 60px;
    padding: 10px 20px;
    outline: none;
    box-shadow: none;
    width: 250px;
}

.d-flex .form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.d-flex .btn {
    border: none;
    border-radius: 0 60px 60px 0;
    padding: 10px 20px;
    background-color: #3e79b5;
    color: #fff;
    transition: background 0.3s ease-in-out;
}

.d-flex .btn:hover {
    background-color: #808a8b;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    content: " ▼";
    font-size: 12px;
    color: white;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
}

.logo-head{
    background-color: #005eff;
    padding: 0%;
    
}

.nav-item.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-item .dropdown-menu {
    border-radius: 0;
    text-align: center;
}

.nav-item .dropdown-menu a {
    padding: 0px 0px;
} 

/* -----Navbar End----- */



/* Hero section start */
.carousel-item {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-caption-fixed {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    color: #fff;
}

.carousel-caption-fixed h1 {
    font-weight: 700;
    font-size: 48px;
}

.carousel-caption-fixed p {
    font-size: 15px;
    font-weight: 500;
}

#carouselExample {
    width: 100vw;
    height: 100vh;
}

.carousel-control-prev .carousel-control-prev-icon {
    background-color: #000;
    border-radius: 60px;
}

.carousel-control-next .carousel-control-next-icon {
    background-color: #000;
    border-radius: 60px;
}

.sla{
    display: block;
    margin: auto;
}

/* Hero section End */

/* rishikul logo */
.rishikulLogo{
    padding-left: 10px;
}

/* Whatsapp */

.whatsapp-btn-container {
    position: fixed;
    right: 30px;
    opacity: 0;
    bottom: -50px;
    padding: 24px;
    animation: fade-up 1000ms forwards;
    animation-delay: 1000ms;
}

@keyframes fade-up {
    100% {
        bottom: 24px;
        opacity: 1;
    }
}

.whatsapp-btn-container .whatsapp-btn {
    font-size: 48px;
    color: #25d366;
    display: inline-block;
    transition: all 400ms;
}

.whatsapp-btn-container .whatsapp-btn:hover {
    transform: scale(1.2);
}

.whatsapp-btn-container span {
    position: absolute;
    top: 0;
    left: 4px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #075e54;
    transform: rotateZ(20deg) translateX(10px);
    opacity: 0;
    transition: all 400ms;
}

.whatsapp-btn-container .whatsapp-btn:hover + span {
    transform: rotateZ(0deg) translateX(0px);
    opacity: 1;
}

/* Founder start*/
.bio-section-fluid {
    margin: 100px 0;
}

.bio-hero-container {
    width: 80%;
}

.bio-hero-container .heading h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.bio-hero-container .heading p {
    font-size: 15px;
    margin-bottom: 40px;
}

.circle-container {
    text-align: center;
}

.circle-icon p {
    font-size: 15px;
}

.circle-icon {
    width: 70px;
    height: 70px;
    border-radius: 1000px;
    background-color: #fff;
    border-top: 5px solid #377d3e;
    border-right: 5px solid #377d3e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.circle-icon i {
    font-size: 30px;
    color: #377d3e;
}

.founder-img {
    background-image: url('/Image/backgroundImg/blceo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

/* Hero section end */



/* Brother comapny Products start*/
.hero-product-container {
    width: 80%;
    margin: 100px 0;
}

.hero-product-container .heading h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.hero-product-container .heading h5 {
    margin-bottom: 20px;
}

.hero-product-container .heading p {
    font-size: 15px;
}

.hero-product-container .card {
    border-radius: 0;
    margin-bottom: 10px;
    border: none;
    transition: all .3s ease;
}

.hero-product-container .card-title {
    font-size: 18px;
}

.hero-product-container .card:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.hero-product-container .card-body {
    display: flex;
    justify-content: space-between;
}

.hero-product-container .card img {
    border-radius: 0;
}

.button-secondary {
    border: none;
    background-color: #d1e29b;
    padding: 10px 40px;
    border: 1px solid #808a8b;
    transition: all .3s ease;
    margin-top: 50px;
    text-decoration: none;
    color: #377d3e;
}

.button-secondary:hover {
    background-color: transparent;
    color: #808a8b;
}

.button-secondary a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.button-class {
    margin: 20px 0;
}

/* Brother company products end */



/* Why our prpducts start*/
.why-our-container {
    width: 80%;
    margin: 100px 0;
}

.why-our-container .heading h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

.why-our-img {
    background-image: url('/Image/backgroundImg/yOurProduct.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.why-our-container .card {
    border: none;
}

.why-our-container .card-body {
    padding: 0;
    font-size: 15px;
}

.why-our-container .card-body h5 {
    padding: 0;
    font-size: 18px;
}

.why-our-container .card .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-our-container .card i {
    font-size: 50px;
    color: #377d3e;
}

/* why our product end */



/* 3-card-design start*/
.three-card-design {
    width: 80%;
    margin: 100px 0;
}

.three-card-design .card {
    border: none;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    transition: all .3s ease;
}

.three-card-design p {
    font-size: 15px;
}

.three-card-design .card i {
    font-size: 70px;
    color: #808a8b;
}

/* 3-card-design end */



/* Testimonials  start*/
.testi-container {
    width: 80%;
    margin-bottom: 50px;
}

.testi-container h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

.testi-container .card {
    transition: all .3s ease;
}

.testi-container .card:hover {
    transform: translateY(-5px);
}

/*  Testimonials  end */



/* Footer-container start*/
.brand-title {
    font-weight: 700;
}

.footer-heading {
    font-weight: 500;
    margin-bottom: 1.5rem;
   }

.nav-link {
    transition: color 0.3s ease;
}

.newsletter-form .form-control {
    border-radius: 0;
    padding: 0.75rem;
    font-size: 15px;
}

.newsletter-form .btn-primary {
    background-color: #d1e29b;
    color: #377d3e;
    border: 1px solid #808a8b;
    border-radius: 0;
}

.newsletter-form .btn-primary:hover {
    background-color: transparent;
    color: #808a8b;
    border: 1px solid #808a8b;
}


.social-links {
    display: flex;
    padding: 4rem;
    margin-bottom: 0%;
    gap: 1.5rem;
    justify-content: end;
    align-items:center;
    float: right;
}

.social-links2 {
  position: absolute;
  top: 50px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 1000;
}
.company-name{
    padding: 3.5rem;
    padding-left: 2%;
    margin-bottom: 0%;
    font-weight: 900;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.logo-head h1 {
  margin-top:50px;
  padding-left: 20px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222;
  white-space: nowrap;
}
.rishikul-logo{
    display: flex;
    justify-content: flex-end;
}

.social-link-fb {
    color: blue;
    background-color: white;
    font-size: 1.25rem;
    transition: color 0.3s ease;
    padding-right: -50px;
    border: 1px solid #808a8b;
}

.social-link-yt {
    color: red;
    background-color: white;
    font-size: 1.25rem;
    transition: color 0.3s ease;
    float: right;
    border: 1px solid #808a8b;
}

.social-link:hover {
    background-color: red;
    color: #fff;
}

.rishikul-logo-head{
    display: flex;
    justify-content: flex-end;
}
/* .footer-team{
    margin-top: 60em;
} */

/* Footer end */

.testi-navbar
{
    margin-bottom: 1000px;
}

/* Testimonials */
.youtube-video{
    margin-top: 200px;
    color: #000;
}

/* Trending News Box */
.container-trending-news .col-sm-2 {
    background-color: #d1e29b;
    color: #377d3e;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.container-trending-news .col-sm-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    position: absolute;
    will-change: transform;
}

.marquee-item {
    font-size: 15px;
    color: #495057;
    display: inline-block;
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translateX(60vw);
        /* Starts immediately */
    }

    100% {
        transform: translateX(-160%);
        /* Moves left smoothly */
    }
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .container-trending-news .col-sm-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .container-trending-news .col-sm-10 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .container-trending-news .col-sm-2 p {
        font-size: 1rem;
    }

    .marquee-item {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .container-trending-news .col-sm-2 {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .container-trending-news .col-sm-10 {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .container-trending-news .col-sm-2 p {
        font-size: 0.9rem;
    }

    .marquee-item {
        font-size: 0.9rem;
    }
}

/* Trending News Box End*/

.bg-custom-blue {
  background-color: #001f81;
}






/* Contact Us Start */
.contact-container {
    width: 80%;
   
    
}
 /* .contact-border .col-lg-6 {
    border: 2px solid #ddd; 
    padding: 20px;/* 
    border-radius: 10px; 
  } */


.contact-container .heading h1 {
    margin-top: 150px;
    font-size: 50px;
    margin-bottom: 50px;
}

.contact-container .col-lg-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.contact-container .col-lg-6 i {
    font-size: 50px;
    margin-bottom: 20px;
    color: #377D3E;
}

.contact-container .col-lg-6 h4 {
    color: #377D3E;
    margin-bottom: 20px;
}

.contact-container .col-lg-6 p {
    line-height: .5;
    font-size: 15px;
    color: #377D3E;
}

.contact-container .contact-form {
    margin: 50px 0;
}

.contact-container .contact-form h1 {
    margin-bottom: 20px;
}

.contact-container .contact-form input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 10px 0;
    outline: none;
    color: #808a8b;
}

.contact-container .contact-form textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 10px 0;
    height: 150px;
    outline: none;
    color: #808a8b;
}

.contact-container .map-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-container .map-col iframe {
    width: 100%;
    height: 450px;
}

.map-col .card {
    border-radius: 0;
    margin-bottom: 50px;
}

/* Contact Us End */

/* About Us Start */
.gallery-container {
    
    margin-top: 150px;
}


/* About Us Start */
.about-container {
    width: 80%;
    margin: 50px 0;
}

.about-container .heading {
    margin-bottom: 50px;
}

.about-container .heading h1 {
    margin-top: 50px;
    font-size: 50px;
    margin-bottom: 20px;
}

.about-container .heading p {
    font-size: 15px;
}

.about-who-we-are-row {
    background-image: url('/Image/backgroundImg/about-who-we-are.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-who-we-are-row .content {
    /* background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)); */
    background: #377d3e;
    height: 100%;
    color: #fff;
    padding: 5%;
}

.about-who-we-are-row .content h1 {
    font-size: 50px;
}

.about-who-we-are-row .content p {
    font-size: 15px;
}

.about-who-we-are-row .row .card {
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;

}

.about-who-we-are-row .row .card p {
    font-size: 15px;
}

.about-who-we-are-row .row .card i {
    font-size: 80px;
}

.about-who-we-are-row .row .card .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mission-vision {
    margin: 50px 0;
}

.mission-vision h1 {
    font-size: 50px;
}

.mission-vision .row {
    margin: 50px 0;
}

.mission-vision .row h3 {
    margin-bottom: 20px;
    text-decoration: underline;
}

.mission-vision .row p {
    font-size: 15px;
}

.count-container {
    width: 80%;
}

.counter-row {
    margin: 50px 0;
}

.count-container .count-card {
    height: 250px;
    border-radius: 0;
    background-color: #377d3e;
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
    text-align: center;
}

.count-card:hover {
    transform: translateY(-7px);
}

.count-card h1 {
    font-weight: bold;
}

.count-card i {
    font-size: 50px;
    margin: 20px 0px;
}

/* About Us End */








/* Testi start*/
.testi {
    margin-top: 150px;
}

/* Testi End*/









/* Gallery Start */
.gallery-container {
    /* width: %; */
    margin-top: 0em;
}

.gallery-container .row .col-lg-6,
.gallery-container .row .col-lg-6 {
    margin: 5px 0;
    height: 10vh;
}

.gallery-container .row .col-lg-6 h1 {
    font-size: 50px;
}

.gallery-container .row .col-lg-6 p {
    font-size: 15px;
    margin: 0;
}

.gallery-container .row .col-lg-6 .card {
    padding: 0;
    border-radius: 0;
    text-align: center;
    background-color: #495057;
    color: #fff;
    border: none;
}

.gallery-card1 {
    position: relative;
    top: 150px;
    right: 10px;
    rotate: -30deg;
}

.gallery-card2 {
    position: relative;
    top: 0px;
    right: 30px;
    z-index: 1;
}

.gallery-card3 {
    position: relative;
    top: 150px;
    left: 100px;
}

.gallery-card4 {
    position: relative;
    bottom: 50px;
    right: 0px;
    rotate: 20deg;
}

.gallery-card1,
.gallery-card2,
.gallery-card3,
.gallery-card4 {
    overflow: hidden;
}

.gallery-container .row .col-lg-6 .card img {
    border-radius: 0;
    transition: transform 0.1s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
}

.gallery-card:hover img {
    transform: scale(1.1);
    /* Zoom effect on hover */
}

.gallery-card-overlay {
    position: relative;
    overflow: hidden;
}

.gallery-card-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    z-index: 1;
}

.gallery-card:hover .gallery-card-overlay::before {
    opacity: 1;
}

.icon-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    color: white;
    font-size: 2rem;
    text-decoration: none;
    transition: opacity 0.1s ease-in-out;
}

.gallery-card:hover .icon-link {
    opacity: 1;
}

/* Another gallery sec */
.gallery-img-icon {
    color:whitesmoke;
    font-size:40px;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-section .gallery-img-icon i:hover{
    color:whitesmoke;
    font-size:40px;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: all .3s ease;
}

/* Another gallery sec */



/* Team Section start */

.bod{
    margin-top: 150px;

}
.events-margin{
    margin-top: 75px;
}
.events-slider{
    width: 1rem;
    height: 0.8rem ;
}

.BoD{
    margin-top: 100px;

}

.team-section .heading h1 {
    font-size: 50px;
}

.team-section .heading p {
    font-size: 15px;
}

.member-card {
    transition: transform 0.3s;
}

.member-card:hover {
    transform: scale(1.01);
}

.member-img {
    /* object-fit: cover; */
    height: 250px;
}

.team-section .container .row .card {
    border-radius: 0;
    border: 0;
}

.team-section .container .row .card img {
    border-radius: 0;
}

.team-section .container .row .card i {
    color: #000;
    border: 1px solid black;
    font-size: 20px;
    padding: 10px;
    transition: all .3s ease;
}

.team-section .container .row .card i:hover {
    background-color: #495057;
    border: 1px solid #495057;
    color: #fff;
}

.team-section .container .row .card p {
    font-size: 15px;
}
/* Team Section End */



/* Blog */

.containerI{
    text-align: center;
    margin-top: 5em;
    margin-bottom: 5em;
}


/* staff start*/
.team-container {
    margin-top: 150px;
    width: 80%;
    margin-bottom: 50px;
}

.team-container h1{
    font-size: 50px;
    margin-bottom: 20px;
}

.team-container p{
    margin-bottom: 20px;
}

.team-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-card {
    width: 22%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    transition: transform 0.3s ease-in-out;
}

.team-card:hover {
    transform: scale(1.05);
}

.team-card-inner {
    display: flex;
    align-items: center;
    padding: 15px;
}

.team-card-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.team-card-info {
    margin-left: 15px;
}

.team-card-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.team-card-title {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0;
}

@media (max-width: 1024px) {
    .team-card {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .team-card {
        width: 100%;
    }
}

/* staff end*/




/* risi-products */
.big-container {
    background-color: #d1e29b;
    margin-top: 60px;
  }
  .big-container h1 {
    color: green;
    font-weight: 700;
  }
  
  .big-container .product-a {
    height: 250px;
    width: 250px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    background-color: #d1e29b;
    padding: 0%;
    display: block; /* Remove extra spacing below the image */
    object-fit: cover;
  }
  
  .big-container .product-b {
    height: 250px;
    width: 310px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    background-color: #d1e29b;
    padding: 0%;
    display: block;
    object-fit: cover;
  }
  
  .background-color-pages h2 {
    color: green;
    font-weight: 750;
  }
  
  .background-color-pages li {
    font-size: 18px;
  }
  
  /* Products styles start */
  .product-styles {
    margin-top: 70px;
    background-color: #d1e29b;
    padding: 20px 0px 15px;
    margin-top: 15px;
    width: 100%;
  }
  
  .product-styles img {
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: none;
    border: none;
    line-height: 2;
    object-fit: cover;
    background-color: white;
  }
  
  .card-img {
    margin-top: 30px;
    padding: 0;
    background-color: white;
  }
  /* 
      .img-container{
          margin-bottom: 60px;
          
      } */
  
  .product-styles h1 {
    color: green;
    font-size: 3.6rem;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
  }
  
  .product-styles .card-title {
    font-family: "Poppins", sans-serif;
  }
  
  /* .content-of-modals {
    background-color: #d1e29b;
    font-family: "poppins" sans-serif;
    font-size: 16px;
  } */
  
  /* .content-of-modals h3 {
    color: green;
    font-size: 2rem;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
  } */
  
  /* .content-of-modals p {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  } */
  
  /* .content-of-modals li {
    font-size: 1rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  } */
  
  /* .btn-read-more {
    margin-top: 12px;
    margin-bottom: 12px;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    background-color: #198754;
    text-align: center;
    align-items: center;
  }
  
  .btn-read-more:hover {
    color: white;
  } */
  
  .card-body h5{
    text-align: center;
  }
  /* Products styles end  */
  
  
  /* new css for personal */
  .card-img {
      transition: all 0.3s ease-in-out; /* Smooth transition */
      border-radius: 8px;
      overflow: hidden;
      
  }
  .management-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  
  /* Add shadow effect on hover */
  .card-img:hover {
      padding: 15px;
      box-shadow: 0px 15px 20px rgba(121, 36, 36, 0.25); /* Enhanced shadow */
      transform: scale(1.05); /* Slight zoom effect */
      cursor: pointer;
  }
  
  /* risi-product end/

