:root {
    --color-summary-berry: #ffecf6;
  --color-summary-berry-highlight: #ffecf6;
}


*{
 font-family:"Tenor Sans", sans-serif !important;
}
.collapse{
    display: flex;
    justify-content: flex-end;
}
.firstLogo{
    border-right: 1px solid #a5a5a5;
    padding-right: 10px;
    height: 55px;
}
.secondLogo{
    padding-right: 10px;
    height: 55px;
}
.navbar{
    box-shadow: 6px -3px 10px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #7a0825 !important;
    font-size: 22px;
    font-weight: 700 ; 
    padding-right: 2rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #7a0825 !important;
    font-size: 22px;
    font-weight: 700;
    padding-right: 2rem;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#f0174d !important;
}

/* icon box css */
.boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    background-color: #f8f9fa;
    gap: 20px;
}
.box {
    flex: 1;
    /* width: 280px; */
    padding: 20px;
    text-align: center;
    margin: 10px;
    background: #f8fafc; 
    color: #333; 
    border-radius: 15px; 
    transition: transform 0.3s, box-shadow 0.3s;
}
.box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}
.box img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.box h2 {
    font-size: 19px;
    margin: 10px 0;
    font-weight: 700;
    color: #972a41; 
}
.box p {
    font-size: 19px; 
    font-weight: 500;
    color: #7f7a7a;
}

/* empower shg section css */
.serviceBlock{
    font-size: 28px;
    font-weight: 700;
    color: #003366;
}
.serviceBlockName{
    font-size: 24px;
    font-weight: 700;
    color: #FF9900;
}

  .serviceCard {
    border-radius: 8px;
    max-width: 24em;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .serviceCard h1 {
    font-family: var(--font-ibm-plex-sans);
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-title);
    margin-bottom: 5px;
  }
  .serviceCard details {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background: rgb(255 233 233);
    border-left: 15px solid gray;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    
  }
  .serviceCard details.berry {
    --highlight: var(--color-summary-berry-highlight);
    background: var(--color-summary-berry);
    border-left-color: var(--highlight);
  }
  .serviceCard details.blue p {
    list-style-type: corona-blue;
  }
  .serviceCard details summary,
  .serviceCard details p {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    font-family: var(--font-ibm-plex-sans);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: var(--color-title);
    padding: 5px;
    cursor: pointer;
  }
  .serviceCard details summary::-webkit-details-marker,
  .serviceCard details p::-webkit-details-marker {
    display: none !important;
  }
  
  .serviceCard details summary::selection,
  .serviceCard details p::selection {
    background-color: var(--highlight);
  }
  .serviceCard details p {
    display: list-item;
    cursor: default;
    margin-left: 3rem;
    list-style-type: corona;
  }
  .serviceCard details summary::before {
    cursor: pointer;
    position: absolute;
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    left: 0rem;
    margin-right: 0.5rem;
    content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6066 12H1.3934' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1.39343V22.6066' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .serviceCard details[open] summary {
    font-weight: 700;
  }
  .serviceCard details[open] summary::before {
    transform: rotate(45deg);
    content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6066 12H1.3934' stroke='%23202842' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1.39343V22.6066' stroke='%23202842' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .empowerBlock{
    display: inline-flex;
    width: 100%;
  }
  .subempowerBlock{
    display: grid;
    width: 50%;
    margin: 20px;
    background: #00000024;
    padding: 20px;
    border-radius: 20px;
  }
  .info-section {
            padding: 40px;
            background-color: #f8fafc;
            text-align: center;
            box-shadow: lightgreen !important;
            /* border: 1px solid lightgreen; */
        }
        .info-section.funding-section {
            padding-top: 0px;
            background-color: #f8fafc;
        }
        .info-content {
            
            margin-bottom: 30px;
            text-align: center; 
        }
        .info-content h2 {
          font-size: 40px;
          margin: 0 0 15px;
          /* color: #972a41; */
          padding-top: 30px;
          font-weight: 700;
          color: antiquewhite;
        }
        .info-content p {
          font-size: 19px;
          color: white;
      }
        .info-content h4 {
            font-size: 18px;
            margin-top: 20px;
            color: #972a41;
        }
        .info-content h3 {
            
            margin-top: 20px;
            color: #972a41;
        }
        .info-content h5 {
            font-size: 1.5em;
            margin-top: 20px;
            color: #972a41;
            font-size: 20px;
        }
        .emptitle{
          font-size: 2rem;
          text-align: center;
          font-weight: 800;
          color: antiquewhite;
          padding-top: 20px;
          padding-bottom: 20px;
          border-bottom: 1px solid #faebd762;
      }
      .empdesc{
        margin-top: 0;
        color: aliceblue;
        margin-bottom: 1rem;
        font-size: large;
      }
.stickyImage{
  background-image: url("https://kitintellect.tech/bmccompetition/empowerblock.png_20240821114258");
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 30px;
}
.inclusivityText{
  text-align: center;
  color: #7a0825;
  font-weight: 700;
  font-size: 40px;
}
.info-content-inclusivity span{
  color: #333;
}
.info-content-inclusivity h3{
  text-align: left;
  color: #7a0825;
  font-weight: 700;
  font-size: 27px;
}
.info-content-inclusivity h4{
  font-size: 22px;
  text-align: left;
  font-weight: 600;
  color: #7a0825;
}
.text-left{
  text-align: left;
    font-size: 19px;
    color: #7f7f7f;
    font-weight: 400;
}
.inclusivity-block-div{
  padding: 20px;
    border: 1px solid #ededed;
    border-radius: 22px;
    box-shadow: 0px 1px 4px #cbcbcb;
    background-color: #fff;
}
.info-content-inclusivity{
  text-align: left;
  font-size: 19px;
  color: #7f7f7f;
  font-weight: 400;
}
.inclusivity-image {
  position: relative;
  /* left: 10%; */
  margin-top: 5%;
}
.tasks-container {
  text-align: center;
  padding: 20px;
  max-width: 2000px;
  margin-top: 15px;
}
.tasks-container h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #972a41;
  font-weight: 700;
}
.tasks-container p {
  font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 800;
    padding-top: 11px;
}
.tasks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 0 10px;
}
.task-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.task-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.task-item img {
  width: 100%;
  height: auto;
  display: block;
}
/* .task-item p {
  padding: 10px;
  font-size: 16px;
  color: #333;
} */
.do-task-title{
  font-size: 20px;
  font-weight: 500;
  color: #7f7f7f;
}
.footer {
  background-color: #f0f0f0;
  padding: 20px;
}

.footer-column {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-column h3 {
  margin: 0 0 5px 0;
  padding: 0;
}

.footer-column .footer-text {
  margin: 2px 0;
  padding: 0;
}

.footer-column .footer-text p {
  margin-top: -5px;
}

.find-us-image {
  margin-right: 10px;
  width: 64px;
  height: 53px;
}

.call-us-image {
  margin-right: 10px;
  width: 60px;
  height: 52px;
}

.mail-us-image {
  margin-right: 10px;
  width: 57px;
  height: 41px;
}

.additional-section {
  text-align: left;
}

.additional-section p {
  margin-left: -38px;
}

.additional-section h5 {
  margin-left: -60px;
}

.social-icons img {
  width: 24px;
  height: 24px;
  margin-right: 10px; 
}

.social-icons img.instagram-icon {
  width: 35px; 
  height: 35px; 
}

.footer-image-support {
  width: 65%;
  height: auto;
  margin-right: 10%;
  margin-top: -20%;
}

.copyright {
  text-align: center;
  margin: 0;
  padding-top: 10px;
  font-size: 14px;
  color: #333333;
  width: 100%;
  background-color: gray;
}
.inclusivity-container{
  background-image: url('https://kitintellect.tech/bmccompetition/rainbow3.jpg_20240821114422');
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  margin-bottom: 30px;
  background-size: cover
}

.main-container {
  margin: 0 auto;
  /* padding: 20px; */
  text-align: center;
}
h1 {
  font-size: 2.5em;
  color: #A22842;
  margin-bottom: 20px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #EBE4E4; /* Light background for the gallery section */
  padding: 20px;
  /* border-radius: 20px; */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.video-card {
  /* flex: 1 1 calc(20% - 20px); */ /* Adjusts the width of each box */
  margin: 10px;
  background: #FFFFFF;
  color: #333;
  border-radius: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
 /*  padding-top: 56.25%;  *//* Maintain a 16:9 aspect ratio */
  /* overflow: hidden; */
  height: 400px;
  width: 250px;
  overflow: hidden;
}
.video-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.onlinehub{
  margin-top: 20px;
  width: 32%;
  height: 392px;
  padding-left: 15px;
  /* padding-right: 15px; */
  /* margin-left:30px !important; */
  overflow-x: hidden;
}
.facebook{
  margin-top: 20px;
  width: 32%;
  height:392px;
  /* margin-right: 20px; */
  overflow-x: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.twitter{
  padding-left: 15px;
  /* padding-right: 15px; */
  width:32%;
  height: 412px;
  /* margin-right: 20px; */
  overflow-x: hidden;
  background-color: #ddd;
 background: none;
 margin-top: 12px;
}
.pnetworks {
display: inline-flex;
width: 100%;
justify-content: center;
flex-wrap: wrap;
gap: 1;
margin-top: 0px;
background-color: rgb(253 235 235);
padding-bottom: 25px;
margin-bottom: 30px;
/* height: 800px;; */
}


/* contact us css */
.contact-us {
  max-width: 99%;
  margin: 20px 20px;
  padding: 0 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h1 {
  text-align: center;
  color: #972A41;
  margin-bottom: 20px;
  font-size: 2.5em;
  margin-top: 30px;
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(135deg, #FFFFFF, #F9F9F9);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-heading{
  text-align: center;
  margin-top: 45px;
}
.contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.intro-card {
  background: linear-gradient(135deg, #FFFFFF, #F9F9F9);
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.whatsapp-button i {
  margin-right: 10px; /* Adjusted margin */
  font-size: 24px;
  width: 30px;
}
.whatsapp-button:hover {
  background-color: #1DA851;
}
.intro-text{
  text-align: center;
}
}
.contact-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.contact-section .contact-card {
  flex: 1;
  margin: 10px;
  padding: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #F7F7F7, #E7E7E7);
  text-align: left;
}
.contact-section .contact-card h2 {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: bold
}
.contact-section .contact-card h2 i {
  margin-right: 10px;
  color: #972A41;
  font-size: 24px;
}
.contact-section .contact-card p {
  color: #2D2B2B;
  font-size: 17px;
  margin-bottom: 15px;
  margin-left: 35px;
}
.contact-section .contact-card a {
  color: #2D2B2B;
  text-decoration: none; /* Ensures there is no underline */
}
/* .contact-section .contact-card a:hover {
  text-decoration: underline;
} */
.whatsapp-button {
  display: flex;
  align-items: center;
  background-color: #25D366;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none; /* Ensures there is no underline */
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-left: 30px;
}
.whatsapp-button .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: white;
  color: #25D366;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 20px;
}
.info-section .card {
  background: #F8F8F8;
  padding: 20px;
  border-radius: 8px;
  margin: 10px 0;
  text-align: left;
}
.info-section .card h3 {
  color: #972A41;
  font-size: 1.2em;
  text-align: center;
}
.info-section .card h4 {
  color: #972A41;
  font-size: 1em;
  margin-top: 10px;
  text-align: left;
}
.info-section .card p {
  color: #666;
  margin-top: 10px;
  text-align: left;
}
.info-section .card ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.info-section .card ul li {
  color: #666;
}
svg{
  margin-right: 10px;
}

/* Promotion of products */



.unique-info-section {
  padding: 20px;
  background-color: #ffe9e2;
  /* background-image: url('./images/promotional-block.png');
  background-attachment: fixed;
  background-size: cover; */
}
.unique-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative; 
}
.unique-info-content {
  text-align: center;
  margin-bottom: 40px;
}
.unique-info-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #7a0825;
  font-weight: 700;
}
.unique-info-content p {
  font-size: 19px;
  color: #101010;
  font-weight: 400;
}
.unique-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative; 
  margin: -10px;
}
.unique-col-md-6 {
  flex: 0 0 100%; 
  max-width: 100%;
  padding: 10px;
  position: relative; 
}
.unique-card1, .unique-card2, .unique-card3, .unique-card4 {
  background-color: #f9f9f9; 
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.unique-card1 {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.unique-card2 {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.unique-card3 {
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}
.unique-card4 {
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}
.unique-card1::after, .unique-card2::after, .unique-card3::after, .unique-card4::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
}
.unique-card1::after {
  background-color: #865da1;
  bottom: 0;
  border-radius: 0 0 5px 5px; 
}
.unique-card2::after {
  background-color: #ea9123;
  bottom: 0;
  border-radius: 0 0 5px 5px; 
}
.unique-card3::after {
  background-color: #25b2e8;
  top: 0; 
  border-radius: 5px 5px 0 0; 
}
.unique-card4::after {
  background-color: #e5481a;
  top: 0; 
  border-radius: 5px 5px 0 0; 
}

.unique-card1 h3 {
  color: #865da1;
  text-align: center;
  font-weight: 600 !important;
}

.unique-card1 p {
  color: #7f7f7f;
  font-size: 19px;
  text-align: left;
  font-weight: 400;
}
.unique-card2 h3 {
  color: #ea9123;
  text-align: center;
  font-weight: 600 !important;
}
.unique-card2 p {
  color: #7f7f7f;
  font-size: 19px;
  text-align: left;
  font-weight: 400;
}
.unique-card3 h3 {
  color: #25b2e8;
  text-align: center;
  font-weight: 600 !important;
}
.unique-card3 p {
  color: #7f7f7f;
  font-size: 19px;
  text-align: left;
  font-weight: 400;
}
.unique-card4 h3 {
  color: #e5481a;
  text-align: center;
  font-weight: 600 !important;
}
.unique-card4 p {
  color: #7f7f7f;
  font-size: 19px;
  text-align: left;
  font-weight: 400;
}

.unique-card1 h4 {
  color: #865da1;
}
.unique-card2 h4 {
  color: #ea9123;
}
.unique-card3 h4 {
  color: #25b2e8;
}
.unique-card4 h4 {
  color: #e5481a;
}

.unique-icon-card {
  background-color: #f9f9f9; 
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute; 
  width: 118px; 
  height: 90px; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  z-index: 2; 
  text-align: center; 
}
.unique-icon-card img {
  position: absolute;
  width: 54px; 
  height: 42px; 
}
.unique-icon-card img:nth-child(1) { 
  top: 3px;
  left: 74%;
  transform: translateX(-50%);
}
.unique-icon-card img:nth-child(2) { 
  top: 73%;
  right: 3px;
  transform: translateY(-50%);
}
.unique-icon-card img:nth-child(3) { 
  bottom: 0px;
  left: 27%;
  transform: translateX(-50%);
}
.unique-icon-card img:nth-child(4) { 
  top: 28%;
  left: 2px;
  transform: translateY(-50%);
}

/* image gallery  */
.image-galleryi {
  margin: 0;
  font-family: Arial, sans-serif;
  /* background-color: #f0f0f0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
}

.image-galleryi h1 {
  margin-bottom: 20px;
  font-size: 2em;
  color: #333;
  text-align: center;
}

.image-galleryi .gallery-containeri {
  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  overflow: hidden;
  padding: 0 10px;
}

.image-galleryi .galleryi {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.image-galleryi .gallery-itemi {
  flex: 0 0 100%;
  max-width: 100%;
  margin-right: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: #fff;
  overflow: hidden;
}

.image-galleryi .gallery-itemi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.image-galleryi .gallery-itemi:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.image-galleryi .gallery-itemi:hover img {
  transform: scale(1.1);
}

.image-galleryi .prev,
.image-galleryi .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
}

.image-galleryi .prev {
  left: 10px;
}

.image-galleryi .next {
  right: 10px;
}

.image-galleryi .modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.image-galleryi .modal-content {
  position: relative;
  width: 80%;
  max-width: 700px;
  animation: zoom 0.6s;
}

@keyframes zoom {
  from { transform: scale(0.1) }
  to { transform: scale(1) }
}

.image-galleryi .modal-content img {
  width: 100%;
  border-radius: 10px;
}

.image-galleryi .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.image-galleryi .close:hover,
.image-galleryi .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* blogs section */
.blog-section {
  position: relative;
  /* width: 90%; */
  /* max-width: 1200px; */
  overflow: hidden;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px;
}

.blog-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.blog-item {
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  border: 1px solid rgb(205, 217, 234);
  border-radius: 12px;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  flex-shrink: 0;
}

.blog-item:last-child {
  margin-right: 0;
}

.blog-item img {
  border-radius: 12px;
  width: 85%;
  height: auto;
  object-fit: cover;
}

.blog-item h3 {
  margin: 15px 0 10px;
  font-size: 17px;
  color: #333;
}

.blog-item p {
  color: #555;
  font-size: 0.9em;
  line-height: 1.6;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.continueReading {
  border: none;
  background-color: #7a0825;
  color: #fff;
  font-weight: 600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
  
}

.continueReading:hover {
  background-color: #7a0825;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

/* blog detail css */
.blog-detail {
  /* width: 100%;
  max-width: 1200px; */
  /* background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
  border-radius: 15px;
  padding: 20px;
  margin: 20px auto;
  text-align: center; 
}

.blog-detail img {
  width: 50%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover; 
  margin-left: auto; 
  margin-right: auto;
}

.blog-detail h2,h4 {
  margin: 15px 0;
  font-size: 2em;
  color: #7a0825;
  font-weight: 700 !important;
}

.blog-detail p,li{
  text-align: left;
  font-size: 19px;
  color: #656565;
  font-weight: 400;
}

.blog-detail .content {
  color: #555;
  font-size: 1em;
  line-height: 1.6;
  text-align: left; 
}
