* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    font-family: "Inter", sans-serif !important;
    background: #ffffff;
}
   .btn-social {
    padding: 10px 13px;
    border: 2px solid black;
    border-radius: 8px;
}

.btn-social img {
    width: 32px;
}
.btn-get {
    font-size: 1.3rem;
    background: #30aabf;
    color: white;
    border-radius: 50px;
    padding: 7px 30px;
}
.btn-get:hover {
    background: #3ad0eb;
    color: white;
}
.post-cat{
        font-size: 1.2rem;
    background: #30aabf;
    color: white;
    border-radius: 50px;
    padding: 7px 30px;
    width: auto;
    flex-shrink: 0;
}
.header-sec {
    padding: 20px 0px;
}
.nav-2{
   background: #30aabf;
}
nav li.nav-item {
      font-weight: 600;
    height: 15px;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0px !important;
    text-transform: uppercase;
    gap: 8px;
}
nav li.nav-item a{
     display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 400;
}
nav li.nav-item a img{
   position: relative;
   top: -2px;
}

.blog-content {
    border: 1px solid #dadada;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-content-footer {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    padding: 10px 15px;
    background: #fafafa;
    color: #868686;
    font-weight: 300;
    border-top: 1px solid #dadada;
}
.middle-con{
   padding: 20px 0px;
}
.blog-ver {
    border: 1px solid #dadada;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
    min-height: 120px; 

}

img.blog-ver-img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    object-fit: cover; 
    border-radius: 8px;
}

.blog-ver-title {
    font-size: 1.rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin-bottom: 8px;
}

.blog-ver-date {
    margin-top: 15px;
    color: #6f6f6f;
    font-size: 1.1rem;
} 

.fw-600{
   font-weight: 600;
}
.fw-500{
   font-weight: 500;
}
.fw-400{
   font-weight: 400;
}
@media (max-width:767px){
   
.blog-ver-title {
    font-size: 1.1rem !important;
}

.blog-ver-date {
    font-size: 0.9rem !important;
}
.sec-title {
    margin-bottom: 10px !important;
}
.recent-post-title {
    font-size: 1.1rem !important;
}
.post-content {
    font-size: 1.1rem !important;
}
.post-writer {
    font-size: 1.1rem !important;
}
.blog-content-footer {
    font-size: 1.1rem !important;
}
}
.divider-sec {
   border-top: 1px solid rgb(217 217 217);
    width: 100%;
    margin: 30px 0px;
}
.latest-post-content {
    display: flex;
    align-items: start;
    padding: 20px;
    justify-content: space-between;
    gap: 10px;
}
.latest-post-img{
   width: 300px;
   max-width: 100%;
   border-radius: 8px;
}
.latest-post-title{
   font-size: 1.4rem;
}
@media (max-width:992px){
   
.latest-post-content {
   flex-direction: column-reverse;
}

}
@media (max-width:767px){
   
.latest-post-title{
   font-size: 1.3rem !important;
}
}
.post-writer{
   font-size: 1.2rem;
   opacity: 0.8;
}
.post-content{
    font-size: 1.2rem;
    opacity: 0.9;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sec-title{
   margin-bottom: 20px;
}
.recent-post-con {
    border: 1px solid #dadada;
    border-radius: 12px;
    padding: 20px;
}

.recent-post-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.top-nav{
   flex-direction: row !important;
    overflow-x: auto;
    padding: 10px;
    overflow-y: hidden;
        scrollbar-color: #0c3c44 #30aabf;
}
.btn-com:hover,.btn-read:hover{
    font-weight: 600 !important;
    cursor: pointer;
}

/* footer */

footer {
    border-top: 1px solid rgb(203, 203, 203);
}

footer a {
    text-decoration: none;
}

.footer-com-link {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
    margin-left: 60px;
}

.footer-link {
    max-width: 380px;
    text-align: center;
}


.footer-logo img {
    width: 200px;
    margin-top: 25px;
}
footer h2 {
    margin-bottom: 14px;
    font-weight: 600;
}
footer ul {
    margin: 0px;
    padding: 0px;
    color: white;
    list-style: none;
}
footer ul li {
    margin: 5px 0px;
}
footer ul li a {
    color: white;
    text-decoration: none;
    margin: 10px 0px;
    font-size: 1.1rem;
    font-weight: 500;
}
.set-width{
   width: 450px;
   max-width: 100%;
}


.blog-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  transition: box-shadow 0.3s;
  min-height: 120px;
}

.blog-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.blog-card-img-wrapper {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-content {
  flex: 1;
}

.blog-card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-card-date {
  font-size: 0.9rem;
  color: #777;
}
/* end footer  */

.top-cards{
     max-height: 350px;
}

/* start blog details */
.overlay-img{
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.246);
}
.post-title-hover{
position: absolute;
bottom: 10px;
color: white;
font-size: 2.5rem;
padding: 10px 40px;
font-weight: 700;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 0px;
}
.recent-post-sec{
position: sticky;
top: 68px;
z-index: 999;
}
.cust-textarea{
font-size: 1.2rem;
}
.cust-form{
height: 50px;
font-size: 1.2rem;
}
.btn-post {
background: #30aabf;
color: white;
font-size: 1.2rem;
}
.btn-post:hover {
background: #3dd7f3;
}
.comment-sec{
border: 1px solid #dadada;
border-radius: 12px;
padding: 20px;
}
@media (max-width:767px){
.post-title-hover {
font-size: 1.5rem;
bottom: 0px !important;
padding: 10px 20px !important;
}
}
.btn-social:hover{
transform: scale(1.1);
padding: 10px 13px;
border: 2px solid black;
border-radius: 8px;
}

.single-post-content{
    font-size: 1.2rem;
    opacity: 0.9;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* end blog details */