
*{
  scroll-behavior: smooth;
   font-family: "Inter", sans-serif;
}
body{
      background: #F4F4F4;
}
a{
  text-decoration: none;
}
table{
      background: #ffffff !important;
}

.blog{
    margin-top: 12px;
}
.swiper-slide{
  border-radius: 10px !important;
}
.swiper-slide:hover {
  cursor: pointer;
  border-radius: 10px !important;
}
.card{
    display: flex;
    flex-direction: column;
    /* width: clamp(20rem, calc(30rem + 5vw), 35rem); */
    width: clamp(20rem, calc(30rem + 5vw), 30rem);
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    background: #ECE9E6;
    background: linear-gradient(to right, #FFFFFF, #ffffff);
}
.card img{
    width: 100%;
    /* min-height: 189px; */
    height: 350px;
    object-fit: cover;
}
.blog_cards{
    /* display: grid;
    grid-template-columns: 6fr 6fr; */
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    
}
table{
       width: 100% !important;
      padding-top: 20px;
      margin-top: 20px;
      border: 1px solid #8080804f;
      border-style: dotted;
}
table, th, td {
    border-collapse: collapse;
    padding: 10px;
    text-align: left;
  }
  .blog_main_div_category{
    display: flex
    ;
        gap: 50px;
        justify-content: start;
        flex-wrap: wrap;
        padding-top: 50px;
        padding-left: 50px;
        padding-bottom: 50px;

  }
  .blog_main_div{
    display: flex;
    gap: 50px;
    justify-content: center;

  }
  .content{
    padding: 20px;
  }
  .content h2{
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: .5px;
  }
  .date {
    font-size: 13px;
    line-height: 1.43;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 2.5px
  }
  .latestpostdate{
         color: #7a7b7f;
    font-size: 11px !important;
    background: #D9D9D9;
    padding: 5px;
    border-radius: 5px;
  }
  .read_more{
    display: flex;
    justify-content: end;
    padding-top: 10px;
  }
  .read_more button{
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    background: #0a946b;
    color: #fff;
  }

  .read_more button:hover{
    cursor: pointer;
  }
  /* .content .date{
    text-align: left;
    display: flex;
    padding-bottom: 10px;
  } */

  .card_detail{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 50px 0px 50px 0px;
       width: 850px;
  }

  /* .card_detail p{
    width: 55.5%;

  } */

  .card_detail h2{
    padding-bottom: 10px;
    /* width: 55.5%; */
    padding-top: 20px;
    font-size: 36px;
  }
  .card_detail h1{
    padding-bottom: 10px;
    /* width: 55.5%; */
    padding-top: 20px;
        font-size: 52px;
  }
  .card_detail h3{
    padding-bottom: 10px;
    /* width: 55.5%; */
    padding-top: 20px;
     font-size: 30px;
  }
  .card_detail h4{
    padding-bottom: 10px;
    /* width: 55.5%; */
    padding-top: 20px;
     font-size: 25px;
  }
  .card_detail h5{
    padding-bottom: 10px;
    /* width: 55.5%; */
    padding-top: 20px;
     font-size: 20px;
  }
  .card_detail h6{
    padding-bottom: 10px;
    /* width: 55.5%; */
    padding-top: 20px;
     font-size: 15px;
  }
  .card_detail p{
    line-height: 1.5;
    font-weight: 400;
    padding-top: 0px;
        font-size: 21px;
}
  .card_detail .date{
    padding-bottom: 10px;
  }
.blog_data{
     display: flex;
    width: 100%;
    background: #F5F5F5;
}
.blog_latest{
  width: 300px;
  max-height: 350px;
  margin-top: 122px;
  border: solid 1px #ddd;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .4);
  overflow-y: scroll;
  position: sticky;
    top: 60px;
}
.blog_latest h2{
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

#blogContainer_detail{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 70px;
}
.blogContainer_detail{
    /* width: 1600px; */
  display: flex;
  justify-content: center;
  /* flex-direction: row-reverse; */
  flex-wrap: wrap;
  column-gap: 70px;
  padding: 10px;
}

.latest_dtl {
  display: flex;
  gap: 10px;
  padding: 10px;
}

.latest_dtl img{
  width: 70px;
}

.latest_dtl h3{
  font-size: 15px;
  font-weight: 500;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-slide:hover{
  cursor: pointer;
}

.swiper-slide img {
  width: 100%;
  transition: transform 0.5s ease;
  /* opacity: 0.4; */
  height: 627px;
  display: block;
  border-radius: 10px;
}

/* Black Overlay */
.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) .01%, rgb(0 0 0 / 59%) 76.04%);
  z-index: 1;
}

/* Ensure content appears above the overlay */
.swiper-slide .content {
  position: absolute;
  z-index: 2;
  color: white;
  top: 60%;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 25px;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}


.swiper-slide-active img {
  transform: scale(1); /* Zoom effect */
  opacity: 1;
  border-radius: 10px;
}

.swiper-container {
  overflow: hidden;
}

/* Smooth Zoom Effect */
.swiper-slide:hover img {
  transform: scale(1.1);
  border-radius: 10px;
}

.swiper-slide:not(:hover) img {
  transform: scale(1);
  border-radius: 10px;
}

/* .blogcommonhtml{
  background-color: #fff;
} */
.AHA-header-links a{
  color: #fff;
    text-decoration: none;
}

.AHA-header-linksDiv{
  /* justify-content: center; */
  justify-content: right;
}
.sticky .sl-bg1-logobtn-div {
  padding: 0px 70px;
  height: auto;
  background-color: rgb(255 255 255);
  /* box-shadow: 0px 0px 60px 0px #d9d9d9; */
}
.blogcategory{
  padding: 30px 0px 70px 0px;
  /* background: #f9f9f9; */
  margin-top: 15px;
}
.blogcategory h2{
    /* text-align: center; */
    padding-bottom: 70px;
    font-size: 2vw;
    font-weight: 600;
    position: relative;
    padding: 0px 150px 30px 150px;
}
.overlaycat_Card h2{
    font-size: 26px;
    color: #000;
    padding: 20px 30px 0px 30px;
}
.cardtpcontain{
  font-size: 14px;
  color: #000;
      padding: 15px 30px 10px 30px;
}
.readMore{
  font-size: 14px;
  display: flex;
  align-items: start;
  gap: 5px;
 padding: 8px 30px 20px 30px;
 color: #3F72E5;
}

/* .blogcategory h2::after{
  position: absolute;
    content: "";
    border-bottom: 2px solid #ebb558;
    width: 12%;
    left: 44%;
    top: 45%;

} */

.cat_card_main{
  display: grid
  ;
      grid-template-columns: 3fr 3fr 3fr 3fr;
  justify-content: center;
  gap: 30px;
  padding: 0px 150px 0px 150px;
}

.cat_card {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, .2);
      border-radius: 15px;

}

.cat_card img {
  width: 100%;
  display: block;
  /* border-radius: 10px; */
  transform: scale(1); /* Start at normal size */
  transition: transform 0.6s cubic-bezier(0.25, 0.45, 0.45, 0.95); /* Smooth easing */
  /* height: 297px;
  width: 414px; */
}

/* .cat_card:hover img {
  transform: scale(1.15); 
} */

.overlay {
  position: absolute;
  border-radius: 10px;
  top: 0px;
  left: 0;
  width: 100%;
  background: rgb(0 0 0 / 32%);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.4s ease-in-out;
  height: 100%;
}

.cat_card:hover .overlay {
  opacity: 1; /* Show overlay on hover */
  cursor: pointer;
}
.catdetailcontent h2{
  padding-bottom: 10px;
  font-size: 24px;
}

.catdetailcontent h1{
  font-size: 20px;
}

.overlay h3{
  position: absolute;
  left: 0px;
  right: 45%;
  /* top: 65%; */
  bottom: 45px;
  font-size: 27px;
  text-align: left;
  padding-left: 30px;
  font-weight: 500;
  width: 90%;
}
.overlay h4{
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 90%;
  right: 0;
  font-size: 20px;
  padding-left: 30px;
  width: 100%;
  text-align: left;
  font-weight: 500;
}

.page_head{
  width: 100%;
  background-color: #f9f9f9;
  padding-top: 36px;
  padding-bottom: 24px;
  text-align: center;
}
.page_head h2{
  color: #242330;
  margin-top: 8px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.24;
}
.page_head p{
  color: #6e7191;
}
.latest_post_popuplar_post_section{
  display: grid;
      grid-template-columns: 6fr 4fr;
  
      width: 100%;
      margin: 0 auto;
      padding: 40px 150px 0px 150px;
      gap: 80px;
      justify-content: space-between;
}
.latest_post img{
  width: 100%;
  object-fit: cover;
  height: 430px;
}
.latest_post h2{
  padding-bottom: 30px;
  font-size: 2vw;
  font-weight: 600;
  position: relative;
}

/* .latest_post h2::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ebb558;
  width: 11%;
  left: 0;
  top: 75%;
} */

.latest_post h3{
  font-size: 1.6vw;
  font-weight: 500;
  padding-top: 10px;
  letter-spacing: 1px;
  line-height: 1.5;
  /* color: #315cad; */
  font-weight: 600;
  font-size: 24px;
  line-height: 1.67;
}
/* .latest_post p{
  font-size: 20px;
  padding-top: 10px;
  line-height: 1.6;
} */

/* .latestPostcontetn{
  padding: 20px 20px 20px 0px !important;
} */

.latest_post .btn{
  padding-top: 10px;
}
.popularpostdate{
  text-transform: uppercase;
  color: #3f3f48;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: normal;
}
.latest_post .btn button{
    border: none;
    padding: 13px 20px 13px 0px;
    font-size: 16px;
    background: transparent;
    color: #3F72E5;
    border-radius: 5px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    display: flex
;
    align-items: start;
    gap: 5px;
}
.latest_post .btn button:hover{
  cursor: pointer;
}
.pouplar_card{
  display: flex
  ;
      gap: 0px;
      padding-bottom: 20px;
      align-items: center;
}
.pouplar_card h3{
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  line-height: 1.4em;
  max-height: 2.8em; */
      font-size: 12px;

}
.popular_post img{
    width: 193px;
    object-fit: cover;
    border-radius: 5px;
    height: 129px;
}
.popular_post a{
  text-decoration: none;
  color: #000;
}
.card_detail img {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
}



.popular_post:hover{
  cursor: pointer;
}
.popuar_main h2{
  padding-bottom: 30px;
  font-size: 2vw;
  font-weight: 600;
  position: relative;
}
/* .popuar_main h2::after{
  position: absolute;
  content: "";
  border-bottom: 2px solid #ebb558;
  width: 20%;
  left: 0;
  top: 75%;
} */
#commentForm{
  display: none;
}
.comment_section{
  display: flex
  ;
      justify-content: center;
      align-items: baseline;
      gap: 9.5%;
      padding-bottom: 50px;
      padding-top: 50px;
}
.total_comment h2{
  font-weight: 600;
  font-size: 20px;
  color: #c7003d;
}
.all_comment{
  margin-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px -5px #ececec;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #d2003e2e;
}
.all_comment p{
  width: 450px;
  margin: 0 auto;
  padding-top: 8px;
}

.comment_divider{
  width: 50%;
  margin: 0 auto;
  border-color: #3e57a81c;
}

.cmt_btn{
  text-align: center;
  padding: 20px 0px 30px 0px;
}

.cmt_btn button{
  border: none;
  /* padding: 10px; */
  /* font-size: 26px; */
  background-color: #315cad;
  color: #fff;
  transition: box-shadow .3s ease-in-out;
  width: 300px;
  height: 56px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
}

.cmt_btn button:hover{
  cursor: pointer;
  box-shadow: 2px 2px 12px rgb(59 84 161 / 77%), 0px 2px 8px rgb(59 84 160 / 67%), inset 4px 4px 40px rgba(0, 0, 0, .08), inset -4px -4px 40px rgba(0, 0, 0, .16);

}

.form_comment form{
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form_comment form input{
  height: 50px;
  text-indent: 10px;
  border: none;
  border: 1px solid #aeadad;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
}


.form_comment form textarea{
  padding: 10px;
  border: 1px solid #aeadad;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  resize: none;
}

.form_comment form button{
  border: none;
    /* padding: 10px; */
    /* font-size: 26px; */
    background-color: #315cad;
    color: #fff;
    transition: box-shadow .3s ease-in-out;
    width: 100px;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    text-align: center;
}

.frm_btn{
  display: flex
;
    justify-content: end;
}

@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .blogcategory h2::after{
    position: absolute;
    content: "";
    border-bottom: 2px solid #ebb558;
    width: 12%;
    left: 44%;
    /* right: 0; */
    top: 45%;
  
  }
  .swiper-slide img {
    height: 500px ;
    object-fit: cover; /* This ensures the image covers the area without distortion */
  }
}

@media only screen and (max-width: 768px) {
    .mainBlogbaner{
    width: 100% !important;
    padding:0px !important;
  }
  .latest_post_popuplar_post_section{
    display: grid;
    grid-template-columns: 12fr;
    padding: 40px 10px 0px 10px;
    gap: 30px;
  }
  /* .popular_post{
    padding-left: 20px;
  } */
  .popuar_main h2{
    font-size: 7vw;
    /* padding-left: 20px; */
  }
  .cat_card_main{
    display: grid;
    grid-template-columns: 12fr;
    padding: 0px 30px 0px 20px;
  }
  .blogcategory h2{
    font-size: 7vw;
  }
  .overlay h3 {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 100px;
    font-size: 43px;
    text-align: left;
    padding-left: 18px;
    font-weight: 500;
}
.overlay h4 {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 81%;
  right: 0;
  font-size: 23px;
  padding-left: 20px;
  width: 100%;
  text-align: left;
  font-weight: 500;
}
.sticky .sl-bg1-logobtn-div{
  padding: 10px;
  height: 60px;
}
.card_detail {
        width: 100%;
        padding: 20px;
    }
.blog_main_div_category{
  padding: 20px;
}
.latest_post h3{
  font-size: 7.6vw;
}
.latest_post h2{
  font-size: 7vw;
}
.swiper-slide .content {
  position: absolute;
  z-index: 2;
  color: white;
  top: 30%;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 3vw;
  display: flex
;
  flex-direction: column-reverse;
  /* gap: 10px; */
  height: 75%;
}
.content h2 {
  padding-bottom: 0px;
}
/* .AHA-header-links{
  border-top: 1px solid rgb(0 0 0);
}
.AHA-header-linksDiv{
  background-color: #fff;
} */
/* .AHA-header-linksDiv{
  left: 0;
} */
}

@media only screen and (max-width: 767px){
  .blogTopHone {
    font-size: 30px !important;
    width: 100% !important;
}
.card_detail h3 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    font-size: 26px !important;
}
.card_detail h2{
  font-size: 26px !important;
}
.card_detail p {
    padding-top: 0px !important;
    font-size: 18px !important;
}
  .mainBlogbaner{
    width: 100% !important;
        padding:0px !important;
  }
  .blogTopHone {
    font-size: 28px !important;
    width: 100% !important;
    padding-left: 20px !important;
}
.card_detail h1 {
    padding-bottom: 10px;
    /* width: 55.5%; */
    padding-top: 20px;
    font-size: 26px !important;
}
.total_comment h2{
  text-align: center;
}
  .blogContainer_detail {
    padding: 0px !important;
  }
  .all_comment p {
    width: 100% !important;
}
  .comment_section {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 9.5%;
    padding-bottom: 50px;
    padding-top: 50px;
    flex-direction: column;
    justify-content: center;
}
  .latest_post h2::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ebb558;
    width: 20%;
    left: 0;
    top: 70%;
}
.popuar_main h2::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ebb558;
  width: 24%;
  left: 0;
  top: 70%;
}
  .swiper-slide img {
    width: 100%;
    transition: transform 0.5s ease;
    /* opacity: 0.4; */
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.content h2 {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .5px;
}
.swiper-slide .content {
  position: absolute;
  z-index: 2;
  color: white;
  top: 20%;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 3vw;
  display: flex
;
  flex-direction: column-reverse;
  /* gap: 10px; */
  height: 75%;
}
}

.blogTopHone{
  font-size: 52px;
      width: 50%;
    padding-bottom: 30px;
    padding-top: 30px;
}
.mainBlogbaner{
  width: 1199px;
  padding: 0px 40px 0px 40px;
}

.latest_design{
      background: #ffffff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.latest_design img{    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.latestPostcontetn{
     padding: 25px 35px 5px 35px;
    /* margin: 15px; */
    border-bottom-right-radius: 20px;
}
.latestPostcontetn h1{
     padding-bottom: 10px;
    padding-top: 15px;
}
.latestPostcontetn span{
      background: #e5e5e5;
    padding: 5px;
    border-radius: 5px;
    color: #888888;
    font-size: 14px;
}