body{
        padding-top: 124px;
}

.blogheader .collapse{
       position: absolute;
    top: 59px;
    background: #000;
    left: 0;
    width: 100%;
    padding: 18px;
}
.blogheader .collapse ul{
    justify-content: left;
    width: 100%;
}

.btmbg{
        position: absolute;
    left: 0;
    top: 67px;
    width: 100%;
    height: 57px;
    background: #000;
    z-index: -1;
}

.navbar.blogheader .nav-link {
    font-size: 14px;
    color: #fff;
}
.navbar.blogheader .nav-item {
  margin-right: 40px;
    margin-left: 0;
}
.pad70 {
    padding: 50px 0px;
}

.navbar.blogheader .dropdown-menu{
    /* display: flex;*/
    /*flex-wrap: wrap;*/
    /*width: 400px;*/
    /*min-width: 500px;*/
    /*background: transparent;*/
}

.navbar.blogheader .dropdown-menu li{
    /*width: 50%;*/
}

.navbar .dropdown-item {
    font-size: 13px;
    padding: 8px 20px;
}

.search-section {
  position: relative;
}

.search-form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 5px 10px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.search-form:focus-within {
  border-color: #c22725;
  box-shadow: 0 0 5px #c22725;
}

.search-input {
  border: none;
  outline: none;
  background: transparent;
  padding: 6px 10px;
  width: 180px;
  transition: width 0.3s ease;
  font-size: 14px;
}

.search-form:focus-within .search-input {
  width: 200px;
}

.search-btn {
  background: #c22725;
  border: none;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-btn:hover {
  background: #000;
}

/* ===== Social Icons ===== */
.social-icons {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f8dede;
  color: #c22725;
  transition: all 0.3s ease;
  font-size: 14px;
}

.social-icons li a:hover {
  background: #c22725;
  color: #fff;
}

/* ===== Newsletter Link ===== */
.newsletter-link .subscribe-link {
  font-size: 14px;
  color: #c22725;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  border: 1px solid #c22725;
     border-radius: 42px;
    padding: 13px 14px;
  background-color: #fff;
}

.newsletter-link .subscribe-link:hover {
  background-color: #c22725;
  color: #fff;
  box-shadow: 0 3px 6px rgba(194, 39, 37, 0.25);
}

@media (max-width: 768px) {
  .search-input {
    width: 120px;
  }
  .search-form:focus-within .search-input {
    width: 160px;
  }
}


.blog-list {
    display: block;
    overflow: hidden;
    border: 0.5px solid #0000001a;
    padding: 5px;
    height: 100%;
    border-radius: 12px;
}
.page-link{
    position:relative;
}
.active>.page-link, .page-link.active {
   
    background-color: #000000;
    border-color: #000000;
}


.blog-list1{
    justify-content: space-between;
}
.blog-list1 .blog-img-01{
    height: 90px;
    padding: 0px;
    width: 43%;
}
.blog-list1 .blog-img-01 img{
    height: 100%;
   border-radius: 0;
    object-fit: contain;
}

.blog-list1 .blog-img-02{
    padding-top: 4px !important;
    width: 54%;
}

.blog-list img{
    border-radius: 12px;
}

.blog-side{
    flex-direction: column;
    gap: 10px;
}

.blog-img-0{
       padding: 6px 0 0;
    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
iframe { 
    width: 100%;
    height: 100%;
}
.blog-img{
      background: #fff;
    border: 1px solid #00000014;
    border-radius: 10px;
    overflow: hidden;
        display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.blog-img img {
    height: 100%;
    object-fit: contain;
}

.blog-list1 .blog-img-02 p {
    line-height: 1.5;
    color: #000;
    margin-bottom: 0;
    font-size: 14px;

    display: -webkit-box; /* ✅ required for line-clamp */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* show only 4 lines */
    overflow: hidden; /* ✅ hides extra text */
    text-overflow: ellipsis; /* optional */
}


.blogdate {
    font-size: 12px;
    color: #000;
    padding: 0 0 10px;
    display: inline-block;
}
.bloghd {
       color: #000;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0;
      display: -webkit-box; /* ✅ required for line-clamp */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* show only 4 lines */
    overflow: hidden; /* ✅ hides extra text */
    text-overflow: ellipsis; /* optional */
    
}
.blog-des {
        font-size: 12px;
    color: #666;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 10px;
}
.blogbtn {
    color: #c22725;
    padding: 0px 0px;
    font-size: 16px;
    border-radius: 0px;
    display: inline-block;
    transition: all 0.3s ease;
}
.blog-list:hover .blogbtn{
    transform: translateX(10px);
}

.blgbtn{
   background: #c22725;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.3s ease;
}

.blgbtn:hover{
    background: #000;
}

.recent-post {
    background:#f8f9fa;
    padding: 20px;
    border-radius: 10px;
}
.recent-post h3 {
    font-size: 22px;
}

.recent-post-data {
    display: block;
    padding: 14px 0;
    border-bottom: 0.5px solid #c22725;
}
.blogdate {
    font-size: 12px;
    color: #000;
    padding: 10px 0;
}
.recent-post-data p {
        font-size: 12px;
    line-height: 18px;
    color: #c22725;
    letter-spacing: 0.4px;
     display: -webkit-box; /* ✅ required for line-clamp */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* show only 4 lines */
    overflow: hidden; /* ✅ hides extra text */
    text-overflow: ellipsis; /* optional */
}

.contact-form-blog{
    border-radius: 10px;
    padding: 20px;
}

.contact-form-blog h3 {
    font-size: 22px;
}

.blog-details .h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.bloginner h2 {
    font-size: 22px;
    margin-bottom: 26px;
}
.bloginner ul li {
    margin-top: 12px;
}

.bloginner a{
    color: #c22725;
}

.faq-section{
    margin-top: 30px;
}

.faq-title{
        font-size: 22px;
    margin-bottom: 25px;
}

.faq-section {
      max-width: 700px;
      width: 100%;
      
    }

    

    .accordion-button {
      background: linear-gradient(90deg, #5dade2, #85c1e9);
      color: #fff;
      font-weight: 600;
      border-radius: 10px;
    }

    .accordion-button:not(.collapsed) {
      background: linear-gradient(90deg, #3498db, #5dade2);
      color: #fff;
    }

    .accordion-body {
     background-color: #fff;
    color: #000000;
    font-size: 14px;
    }
    
    .accordion-button{
  background: #f9e9e9 !important;
    color: #000 !important;
    border: 0;
    border-radius: 0;
    }
    .accordion-button:focus {
    
    box-shadow: unset;
}

.blog-details .blogdate {
    font-size: 13px;
    color: #000;
    padding: 0;
    letter-spacing: 0.5px;
}
.page-link{
    color: #fff !important;
}
.page-link:focus {
   
    box-shadow: unset;
}

.getnewsletter{
        background: #c22725;
    padding: 60px;
    border-radius: 20px;
}

.getnewsletter .h3{
        font-size: 34px;
    color: #fff;
}

.getnewsletter form{
    border: 1px solid #ffffff91;
    border-radius: 10px;
    padding: 5px;
    width: 550px;
    margin: 20px auto 0;
}

.getnewsletter form input{
        border: 0;
    height: 100%;
    margin: 0;
    padding: 13px;
    border-radius: 5px;
}

.getnewsletter form button{
        border: 0;
    background: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 13px;
    border-radius: 5px;
    white-space: pre;
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: unset;
}

.navbar.blogheader .dropdown-menu.highdropdown{
        display: flex
;
    flex-wrap: wrap;
    width: 300px;
    min-width: 500px;
}

.navbar.blogheader .dropdown-menu.highdropdown li {
     width: 50%; 
}
.navbar.blogheader .dropdown-menu.highdropdown li:nth-child(odd) {
  border-right: 1px solid #fff;
}

.blogside_ads{
    margin-top: 17px;
    border-radius: 12px;
    overflow: hidden;
}
.top_ads{
    height: 144px;
    overflow: hidden;
     border-radius: 12px;
    overflow: hidden;
}

#bloghome .blog-list{
    border: 0;
}

.contact-form-blog {
   
    top: 126px;
}