.blog-seection{
    padding:4rem 0;
    position:relative;
}
.blog-seection p{
    text-align: justify;
}
.our-recet-blogs {
 position: sticky;
    top: 20%;

}
.blog-listout{
      position: relative;
    padding: 0;
    margin: 0;
}

.our-recet-blogs h4{
    text-align: center !important;
}



.our-recet-blogs .blog-listout li .imag-blog {
    transition: all 0.6s ease;
}

.our-recet-blogs .blog-listout li span {
        display: block;
    position: relative;
    font-size: 12px;
        margin: 10px 0 0;
}

.our-recet-blogs .blog-listout li span:before {
    position: absolute;
    content: "";
    background-image: url(../image/svg/bg-calendar.svg);
    background-size: cover;
    background-position: center;
    width:18px;
    height:18px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
   filter: brightness(0) invert(1);

}

.our-recet-blogs .blog-listout li .bg-box h4{
  font-size: 15px;
    text-transform: capitalize;
    margin: 10px 0 0;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
    overflow: hidden;
}

/*.our-recet-blogs h4.blg-title{*/
/*    font-size: 19px;*/
/*    font-weight: 900;*/
/*    text-align: center;*/
/*}*/

.bg-box p{
    margin-left:25px;
    font-size: 12px;
        /*margin-top: 8px;*/
    margin: auto 27px;
}
.blog-image img{
       border-radius: 10px;
    margin: 15px 0;
    width: 100%;
}


.blg-lists {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 1.5rem;
}

.blg-lists li {
    position: relative;
    padding-left: 5px; 
    margin-bottom: 10px;
}


.blg-lists li::before {
   content: "";
    position: absolute;
    left: -24px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url(../image/svg/bg-list.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.blg-lists li::before {
    filter: invert(23%) sepia(72%) saturate(748%) hue-rotate(191deg) brightness(92%) contrast(94%);
}

/*blog*/

.image-row {
  display: flex;
  gap: 20px; 
  flex-wrap: wrap; 
}

.blg-images {
  flex: 1;
  text-align: center;
}
.blg-sec p{
    text-align: center;
}
.blg-links{
    color:#ea425b;
}


.glass-sidebar {
        background: rgb(35 86 163);
        border-radius: 10px;
        padding: 25px 20px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .glass-sidebar .blg-title {
        color: #fff;
        font-size: 20px;
            text-align: start !important;
      
    }

    .glass-sidebar .blog-listout li {
        display: flex;
        padding: 12px 0;
        border-radius: 10px;
        transition: 0.3s ease;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.25);
        margin: 30px 0 0;
        align-items: center;
    }

    .glass-sidebar .blog-listout li:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: translateY(-3px);
    }

    .glass-sidebar .imag-blog img {
        border-radius: 10px;
        display: block;
        margin-left: 10px;
    }

    .glass-sidebar .bg-box span {
        color: #eef3ff;
        font-size: 13px;
    }

    .glass-sidebar .bg-box h4 a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
        display: block;
        text-decoration: none;
            text-align: start;
    }

    

    .glass-sidebar .bg-box {
          margin-left: 26px;
    }
    
    
.bg-btn {
   margin-top: -15px;
    padding-top: 30px;
}




.blg-side-title{
    font-weight: 600;
    font-size: 18px;
}
.btn-icon {
    width: 16px;
    height: 16px;
}



/*blog listing*/

.list-blg{
    margin-top: 30px;
   margin-bottom: 60px;
}
.list-blg .sec-big-title{
    text-align:center;
    margin-bottom:50px;
    
}
.list-blg .row{
   row-gap: 35px;
}
  .card {
      border: none;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }
    .card-img-top {
      height: 200px;
      object-fit: cover;
    }
    .blg-title {
      font-size: 19px;
      margin-bottom: 10px;
      font-weight: 600;
    }

   .card-title{
       font-weight: 700;
   }
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 25px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #4769b1;
  box-shadow: 0 0 0 2px #622bff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #4769b1;
  z-index: 9;
  padding-left: 4px;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #622bff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: rgb(0, 0, 0);
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 12px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: rgb(0, 0, 0);
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px 622BFF;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}


  .card-footer {
  display: flex;
  justify-content: center; 
  align-items: center;     
  background-color: rgb(255 255 255);
  border:0;
  text-align: center;
  margin-bottom: 10px;
 
}


.investment-section {
  padding: 80px 0;
  background: #f9fafc;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
  color: #111;
}

.investment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.investment-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);*/
  transition: all 0.3s ease;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*.investment-card:hover {*/
/*  transform: translateY(-6px);*/
/*}*/

.card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  padding: 25px;
  display: block;
}

.card-date {
    display: inline-block;
    font-size: 14px;
    color: #349244;
    margin-bottom: 10px;
    font-weight: 600;
}

.card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.card-text {
  font-size: 15px;
  color: #555;
  line-height: 1.6;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
  text-overflow: ellipsis;
}

.card-text {
  max-height: calc(1.6em * 3);
  line-height: 1.6;
  overflow: hidden;
}


.card-link {
    font-size: 15px;
    font-weight: 600;
    color: #349244;
    text-decoration: none;
    border-bottom: 2px solid #2356a3;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}
.card-link:hover {
  color: #2356a3;
  border-color: #2356a3;
}
.card-image {
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover Zoom Effect */
.investment-card:hover .card-image img {
  transform: scale(1.1);
}
.card-image img {
 transition: opacity .35s, transform .45s;
}
.card-image {
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: none;
  transition: opacity .35s, transform .45s
     
}

/* Hover animation */
.investment-card:hover .card-image img {
  animation: zoomInOut 2s ease-in-out infinite;
   
}

/* Keyframes */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}



.blg-links{
    color: rgb(35 86 163);
}


.blg-breadcrumb{
    justify-content: center !important;
    text-align: center !important;
}

.blg-start{
    text-align: left !important;
    display: flex;
    gap: 15px;
    border: 1px solid #bec8d8;
    border-radius: 6px;
    padding: 10px;
}

.blg-end{
        text-align: right !important;
}

.bg-btn .img{
    border-radius: 6px;
    width: 75px;
    height: 75px;
}

.bg-btn p{
    letter-spacing: 1px;
     display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left !important;
}

.blg-end{
    display: flex;
    gap: 15px;
}

.blog-image{
    /*margin-bottom: 10px;*/
        text-align: center;
}

.blg-table{
    margin-bottom: 15px;
}



.blog-seection .sec-big-title{
        font-size: 26px;
        margin-bottom: 10px;
}


.blg-table td{
    padding: 10px;
    font-size: 14px;
}

.blg-start img{
        object-fit: cover;
}