/* Comment Added */

@font-face {
    font-family: "Averta Std PE" !important;
    src: url("fonts/AvertaStd-Black.ttf") format("ttf"),
      url("fonts/AvertaStd-Bold.ttf") format("ttf") !important;
    /* Optional: Specify font-weight and font-style */
    font-weight: normal !important;
    font-style: normal !important;
  }
  a:hover {
    
    color: #fd7714 !important;
    cursor: pointer;
   
    }
  
  .blogs_bg_image {
    background-image: url("assets/images/blogs-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    width: 100%;
    height: 60vh;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }

  .blog-sidehead-date{
    color: grey;
  }
  
  /* 14-06-2024  blog page for common*/
  #blog-main {
    .blogs-breadcrumb {
      font-family: "Space Grotesk";
      font-size: 18px;
      font-weight: 500;
      line-height: 25.2px;
      letter-spacing: -0.04em;
      text-align: left;
      color: #ffffff99;
    }
  
    .blogs-breadcrumb-span {
      font-family: "Space Grotesk";
      font-size: 18px;
      font-weight: 700;
      line-height: 25.2px;
      letter-spacing: -0.04em;
      text-align: left;
      color: #fff;
    }
  }
  .blogs-head {
    font-family: "Space Grotesk";
    font-size: 48px;
    font-weight: 700;
    line-height: 61.25px;
    letter-spacing: -0.06em;
    text-align: left;
    margin-top: 78px !important;
    color: #000000;
  }
  
  .blogs-right a {
    text-decoration: none;
  }
  .blogs-card-grid {
    display: grid;
    grid-template-columns: 45% 45%;
    row-gap: 30px;
    column-gap: 50px;
  }
  .blogs-card-border {
    border: 0.95px solid #0000004d;
    border-radius: 45px;
    padding: 10px;
 }
  .blogs-card-border2 {
    height: 280px;
  }
  .blog-img-fluid {
    width: 100%;
    border-radius: 32px;
    height: auto;
    object-fit: cover;
    height: 272px;
  }
  .blog-date {
    font-size: 18px;
  }
  .blogs-content {
    font-family: Space Grotesk;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.62px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
  }
  .blogs-content a {
    text-decoration: none;
    color: black;
  }
  .blogs-grid {
    display: grid;
    grid-template-columns: 65% 33%;
    gap: 20px !important;
    margin-top: 30px;
  }
  .blogs-right-head {
    font-family: Space Grotesk;
    font-size: 32px;
    font-weight: 600;
    line-height: 40.83px;
    letter-spacing: -0.06em;
    text-align: left;
    color: #000000;
  }
  .blogs-sidehead {
    font-family: Space Grotesk;
    font-size: 24px;
    font-weight: 600;
    line-height: 30.62px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
  }
  .blogs-sidehead a {
    text-decoration: none;
  }
  .blog-sidehead-date {
    font-size: 18px;
  }
  .blog-sidehead-section {
    margin: 35px auto;
  }
  .category-left {
    font-family: Space Grotesk;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.62px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
  }
  
  /* part 2 */
  .breadcrumb-div {
    position: absolute;
    bottom: 20px;
  }
  
  .blogs-location {
    font-family: "Averta Std PE", Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.25px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
  }
  
  /* pagination */
  .pagination {
    justify-content: center !important;
    display: flex;
    align-items: center;
    margin-top: 100px !important;
  }
  
  .pagination-icon {
    /* border: 1px solid #00000080; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #00000080;
    background: transparent;
  }
  
  .pagination-column {
    display: flex !important;
    justify-content: space-between !important;
    width: 30% !important;
    align-items: baseline;
  }
  
  .pagination-number {
    font-size: 18px;
    font-weight: 800;
    line-height: 21.78px;
    text-align: center;
    color: #00000080;
  }
  
  .blogs-right {
    border: 1px solid #00000026;
    background: #fff;
    border-radius: 40px;
    padding: 50px 40px 50px 40px;
    height: fit-content;
  }
  
  .category-grid {
    display: grid;
    grid-template-columns: 80% 20%;
    border-bottom: 1px dashed #d1e7e5;
  }
  
  .instagram-grid {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 20px;
  }
  
  /* .search-tag {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
  } */
  .search-tag {
    display: flex;
    gap:10px;
    text-align: center;
    flex-wrap: wrap;
  }
  .search-tag-btn {
    border: 1px solid #c4c4c4;
    background: transparent;
    padding: 5px 10px;
    border-radius: 40px;
    font-size: 13px;
    color: #666666;
  }
  
  .search-tag-btn:hover {
    border: 1px solid #fd7714 !important;
    color: #fd7714 !important;
    cursor:pointer;
  }
  .search-tag-btn:focus {
    background-color: #fd7714 !important;
    border: 1px solid #fd7714 !important;
    color: white !important;
  }
  
  /* end */
  
  /* blog  page 2 */
  .blogs {
    margin: auto 64px;
  }
  .blogs-grid2 {
    display: grid;
    grid-template-columns: 62% 33%;
    gap: 46px !important;
    margin-top: 50px;
  }
  .blog-detail-img{
    margin-top: -21px;
  }
  .blog-detail-img img {
    height: 400px;
    border-radius: 50px;
    margin-top: 23px;
    object-fit: cover;
  }


.blog-detail-section2 a, .blog-detail-section2 a:hover {
  font-weight: bold;
  /* margin-left: 2px; */
  color: #fd7714;
  cursor: pointer;
  /* font-size: 16px; */
  }

  .overflowx {
    overflow-x: auto;
  }

  ::-webkit-scrollbar {
    background-color: transparent;   
    height: 7px;
  }
  
  ::-webkit-scrollbar-thumb{
    background-color: var(--orange);
    border-radius: 20px;
  
  }

  /* .blog-detail-section2 strong {
    font-size: 20px;
    font-family: Space Grotesk;
  } */

  
  .blog-detail-section2 p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 1rem !important;
  }

  /* .blog-detail-section2 h2 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 1rem !important;
  }

  .blog-detail-section2 h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 1rem !important;
  } */

  .blog-detail-section2 table {
    border-collapse: collapse; /* Ensures borders between cells are merged */
    width: 100%; /* Optional: makes the table span the width of its container */
    margin:20px 0;
}

.blog-detail-section2 th, td {
    border: 1px solid black; /* Creates a border around table cells */
    padding: 8px; /* Optional: adds spacing within cells */
    text-align: left; /* Optional: aligns text to the left within cells */
}

/* Optional: add some style to table headers */
.blog-detail-section2 th {
    background-color: #FAE6D3; /* Light gray background for header cells */
}

.blog-detail-section2 th strong {
  font-size: 15px !important;

}



  .blog-img2-fluid {
    height: 100%;
    border-radius: 32px;
  }
  .blogs-card-grid2 {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 72px !important;
}
  
  /* end */
  

     /* 14-06-2024  blog page for large*/
      #blog-main {
    .blogs-breadcrumb {
      font-family: "Space Grotesk";
      font-size: 18px;
      font-weight: 500;
      line-height: 25.2px;
      letter-spacing: -0.04em;
      text-align: left;
      color: #ffffff99;
    }
  }
  .blogs-head {
    font-family: "Space Grotesk";
    font-size: 48px;
    font-weight: 700;
    line-height: 61.25px;
    letter-spacing: -0.06em;
    text-align: left;
    color: #000000;
  }
  .blog-date {
    font-size: 18px;
  }
  .blogs-content {
    font-size: 24px;
  }
  
  .blogs-right-head {
    font-family: Space Grotesk;
    font-size: 32px;
    font-weight: 600;
    line-height: 40.83px;
    letter-spacing: -0.06em;
    text-align: left;
    color: #000000;
  }
  .blogs-sidehead {
    font-size: 24px;
  }
  .blog-sidehead-date {
    font-size: 18px;
  }
  .category-left {
    font-size: 24px;
  }
  .category-left a {
    text-decoration: none;
  }
  .blogs-content{
    font-weight: 500;
  }
  /* end */

  @media (max-width: 1365px) {
    .blogs-sidehead {
      font-size: 16px  !important;
    }

    .footer-quicks-text {
      font-size: 12px  !important;
  }

    .blogs-content {
      font-size: 16px !important;
    }

    .blogs-content {
      font-size: 16px !important;
    }

    .category-left {
      font-size: 16px !important;
    }
    .blog-sidehead-date {
      font-size: 14px !important;
  }
  }
  
  @media (min-width: 1800px) {
    .blog-detail-img img {
      height: 548px;
      border-radius: 50px;
    }
    .blogs-grid2 {
      display: grid;
      grid-template-columns: 62% 33%;
      gap: 46px !important;
      margin-top: 50px;
    }
  
    /* .blog-detail-section2 strong {
      font-size: 28px;
      font-family: Space Grotesk;
    } */
    .blog-detail-section2 p {
        font-family: 'Space Grotesk';
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 1rem !important;
    }
    /* end */
           
  }
  
  @media (min-width: 900px) and (max-width: 1799px) {
  
      /* 14-06-2024  blog page for desktop*/
      #blog-main {
          .blogs-breadcrumb {
            font-family: "Space Grotesk";
            font-size: 18px;
            font-weight: 500;
            line-height: 25.2px;
            letter-spacing: -0.04em;
            text-align: left;
            color: #ffffff99;
          }
          .blogs-breadcrumb-span {
            font-size: 18px;
          }
        }
        .blogs-head {
          font-size: 46px;
          margin-bottom: 25px;
          
        }
        .blog-date {
          font-size: 17px;
        }
        .blogs-content {
          font-size: 20px;
        }

        /* old css  */
      
        /* .blogs-right-head {
          font-size: 30px;
        } */
        /* .blogs-sidehead {
          font-size: 23px;
        } */

        /* old css end  */



        /* arun  new css  */

        .blogs-right-head {
          font-size: 25px;
        }
        .blogs-sidehead {
          font-size: 18px;
        }

        /* arun  new css End  */
        .blog-sidehead-date {
          font-size: 17px;
        }
        .category-left {
          font-size: 22px;
        }
        .blog-img-fluid {
          height: 200px;
          object-fit: cover;
        }
        .blogs-card-border1 {
          height: 250px;
        }
        /* end */
      /* .blog-detail-section2 strong{
          font-size: 20px ;
          font-family: Space Grotesk;
      } */
      .blog-detail-section2 p{
          font-weight: 500;
          font-size: 16px;
          margin-bottom: 1rem !important;
      }
      
      
        /* end */
  }
  
  @media (min-width: 700px) and (max-width: 899px) {
      /* 14-06-2024  blog page for tablet*/
    #blog-main {
      .blogs-breadcrumb {
        font-size: 17px;
      }
      .blogs-breadcrumb-span {
        font-size: 17px;
      }
    }
    .blogs-head {
      font-size: 44px;
    }
    .blog-date {
      font-size: 17px;
    }
    .blogs-content {
      font-size: 22px;
    }
    .blogs-right-head {
      font-size: 29px;
    }
    .blogs-grid {
      grid-template-columns: 100%;
    }
    .blogs-sidehead {
      font-size: 22px;
    }
    .blog-sidehead-date {
      font-size: 17px;
    }
    .category-left {
      font-size: 20px;
    }
    /* end */
  
      /* blog detail page page 2 tab */
      .blogs-grid2 {
          display: grid;
          grid-template-columns: 100%;
          gap: 46px !important;
          margin-top: 50px;
        }
      /* .blog-detail-section2 strong{
          font-size: 20px ;
          font-family: Space Grotesk;
      } */
      .blog-detail-section2 p{
          font-weight: 500;
          font-size: 16px;
          margin-bottom: 0rem !important;
      }
      .blogs-card-grid2 {
          display: grid;
          grid-template-columns: 50% 50%;
          gap: 30px !important;
        }
  
      
   /* end */
  }
  
  @media (max-width: 699px) {
       /* 14-06-2024  blog page for mobile*/
    #blog-main {
      .blogs-breadcrumb {
        display: none;
        font-size: 16px;
      }
      .blogs-breadcrumb-span {
        font-size: 16px;
      }
    }
    .blogs-head {
      margin-top: 35px !important;
      font-size: 24px;
      padding-left: 10px;
      line-height: 35px;
      margin-bottom: 45px;
    }
    .blog-date {
      font-size: 16px;
    }
    .blogs-content {
    font-size: 20px;
    margin-top: 10px !important;
    margin-bottom: 45px !important;
    }
    .blogs-right-head {
      font-size: 24px;
      margin-bottom: 10px !important;
    }
    .blogs-grid {
      grid-template-columns: 100%;
      gap: 20px !important;
    }
    .blogs-sidehead {
      font-size: 18px;
    }
    .blog-sidehead-date {
      font-size: 16px;
    }
    .category-left {
      font-size: 18px;
    }
    .blogs-card-grid {
      display: grid;
      grid-template-columns: 100%;
      row-gap: 0px;
      column-gap: 50px;
      margin-bottom: -75px;
    }
    #blog-main {
   
      .blogs_bg_image_blog2 {
        height: 250px;
        top: 0px;
      }
    }
  
    .blogs-card-border {
      height: 220px;
      margin-top: -30px;
    }
    .blog-img-fluid {
      height: 197px;
      width:100%;
      object-fit: cover;
    }
    .pagination-column {
      justify-content: center !important;
      gap:20px;
    }
    .blogs-right {
      padding: 36px 22px;
    }
    .pagination-icon {
      width: 40px;
      height: 28px;
  }
    /* end */
  
        /* blog detail page page 2 mobile */
        .blog-detail-img img {
          height: 190px;
          border-radius: 20px;
          margin-top: -20px;
      }
      .blogs-location{
          font-size: 15px;
      }
      .blog-detail-section2{
          margin-top: -10px;
      }
        .blogs-grid2 {
          display: grid;
          grid-template-columns: 100%;
          gap: 46px !important;
          margin-top: 50px;
        }

        /* .blog-detail-section2 strong{
          font-size: 19px !important;
          font-family: Space Grotesk;
      } */

      .blog-detail-section2 p{
          font-weight: 500;
          font-size: 13px;
          margin-bottom: 0rem !important;
      }
      .blogs-card-grid2 {
          display: grid;
          grid-template-columns:100%;
          gap: 0px !important;
        }
        .blogs {
          margin: auto 15px;
      }
      .blog-sidehead-section {
          margin: 35px auto;
      }
      
        /* end */
  }


  /* by arun start  */

  .blogs {
    margin-top: 80px;
  }

  @media (max-width: 699px) {
    .blogs {
      margin-top: 90px;
    }
  }

  /* by arun end */

/* new chgs 26-03-2025 */
@media(max-width:1024px){
  .blogs-head {
  margin-top: 5px !important;

}
@media(max-width:576px){}
.pagination {

  margin-top: 30px !important;
}
}
/* end */