.rounded-social-buttons {
    text-align: center;
  }
  
.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
        color: #3b5998;
    background: #fefefe;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}
.crt-widget-waterfall {
    min-height: 300px !important;
    position: relative;
    display: block;
    clear: both;
    max-width: 100%;
    overflow-anchor: none;
}
@media (max-width: 992px) {
    .blog-card {
    padding: 10px !important;
  }

  .blog-title {
    font-size: 13px !important;
  }

  .blog-desc {
    font-size: 12px !important;
  }
  .read-more {
    align-self: flex-end;
    text-decoration: none;
    font-weight: 500;
    color: #2c2f76;
    margin-top: auto;
    transition: color 0.3s ease;
    background: #fffff0;
    padding: 5px 17px !important;
    border-radius: 34px;
    font-size: 10px !important;
    text-transform: none;
    text-decoration: none;
    font-weight: 500 !important;
}
.crt-feed{
  height: 300px !important;
}
.crt-col-0{
      width: 22% !important;
    float: left;
    box-sizing: border-box;
}
.crt-col-1{
  width: 22% !important;
    float: left;
    box-sizing: border-box;
}

.crt-col-2{
  width: 22% !important;
    float: left;
    box-sizing: border-box;
}

.blog-left .blog-image img{
  width: 100px !important;
}
.blog-right .blog-image img {
    width: 100% !important;
    height: 140px !important;
    border-radius: 20px;
    object-fit: cover;
}
.tab-overlay {

    padding: 10px;
    border-radius: 15px;
    width: 100%;
    max-width: 1200px;
    height: 490px !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}
}

@media (max-width: 768px) {
    
    .blog-layout {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}

.blog-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-left .blog-card {
  display: flex;
  flex-direction: row;
  background-color: #fffff0;
  border-radius: 12px;
  padding: 15px;
  gap: 20px;
  align-items: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  width: 100%;
  margin: 0 auto;
}

.blog-left .blog-image img {
    width: 140px !important;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
  }

.blog-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blog-right .blog-card {
    display: none !important;
  display: flex;
  flex-direction: row !important;
  background-color: #fffff0;
  border-radius: 12px;
  padding: 15px;
  gap: 20px;
  align-items: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  margin: 0 auto;
}
.blog-right .blog-image img {
      width: 140px !important;
      height: auto;
      border-radius: 20px;
      object-fit: cover;
    }


    .blog-card {
      display: flex;
      flex-direction: column;
      background-color: #fffff0;
      border-radius: 12px;
      padding: 6px !important;
      gap: 10px !important;
      align-items: center;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
      max-width: 800px;
      margin: 0 auto;
    }

    .blog-image img {
      width: 100%;
      height: auto;
      border-radius: 20px;
      object-fit: cover;
    }

    .blog-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .blog-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #aaa;
      padding-bottom: 5px;
      font-size: 12px !important;
      color: #2c2f76;
      font-style: italic;
    }
    .blog-title {
      font-size: 12px !important;
      font-weight: bold;
      color: #2c2f76;
      margin: 0;
    }

    .blog-desc {
      color: #333;
      font-size: 11px !important;
      margin: 0;
    }

    .read-more {
      align-self: flex-end;
      text-decoration: none;
      font-weight: 500;
      color: #2c2f76;
      margin-top: auto;
      font-size: 12px !important;
      transition: color 0.3s ease;
    }
    .view-all-blogs{
      align-self: flex-start;
      font-weight: bold;
      color: #2c2f76;
      margin-top: auto;
      transition: color 0.3s ease;
      text-decoration: underline;
    }
    .tab-overlay {
    background-color: #c2c2c2;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    max-width: 1200px;
    height: 420px !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}
.tab-buttons button {
    flex: 1;
    padding: 12px;
    background-color: #b0b0b0;
    border: none;
    border-radius: 12px 12px 0 0;
    font-size: 12px !important;
    font-weight: bold;
    color: #1f1f75;
    text-shadow: 1px 1px 1px #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.faq-title {
    font-size: 50px !important;
    font-weight: 800;
    text-align: center;
    text-shadow: 2px 2px #ccc;
}
.hello-maintenance-logo{
    max-height: 22px !important;
}
.faq-description {
    text-align: center;
    font-size: 12px !important;
    margin-top: 10px;
}
.crt-feed{
  height: 220px !important;
}
.crt-col-0{

      width: 20% !important;
    float: left;
    box-sizing: border-box;
}
.crt-col-1{
    display: flex !important;
  width: 20% !important;
    float: left;
    box-sizing: border-box;
}

.accordion h3 {
    font-size: 11px !important;
    font-weight: semibold !important;
    color: #1f1f75;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px !important;
    border-radius: 15px;
    background-color: #fffdeb;
}
.accordion-content {
    display: none;
    padding-top: 15px;
    color: #fffff0;
    background: #a3abb9;
    border-radius: 10px;
    margin-top: 10px;
    padding: 4px !important;
    font-size: 10px !important;
}

.blog-first-image img {
    width: 100% !important;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}
.powerDiv p {
  font-size: 11px !important;
}
.header-bar {
    background-color: #e3e3ef;
    padding: 10px;
    border-radius: 50px;
    margin: 10px auto;
    width: 100% !important;
    height: 60px !important;
}
.repair-btn {
    background-color: #282974;
    font-size: 13px !important;
    color: #fff;
    padding: 8px 12px !important;
    border-radius: 25px;
    font-weight: 500 !important;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
  }

  @media (max-width: 480px) {
  .blog-card {
    padding: 6px !important;
  }

  .blog-title {
    font-size: 11px !important;
  }

  .blog-desc {
    font-size: 10px !important;
  }
  .read-more {
    align-self: flex-end;
    text-decoration: none;
    font-weight: 500;
    color: #2c2f76;
    margin-top: auto;
    transition: color 0.3s ease;
    background: #fffff0;
    padding: 6px 20px !important;
    border-radius: 34px;
    font-size: 10px !important;
    text-transform: none;
    text-decoration: none;
    font-weight: 500 !important;
}
.blog-left .blog-image img{
  width: 100px !important;
}
.header-bar {
    background-color: #e3e3ef;
    padding: 10px;
    border-radius: 50px;
    margin: 10px auto;
    width: 100% !important;
}
.repair-btn {
    background-color: #282974;
    font-size: 11px !important;
    color: #fff;
    padding: 8px 12px !important;
    border-radius: 25px;
    font-weight: 500 !important;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
    .hello-maintenance-logo {
        max-height: 17px !important;
    }
    .maintenance-logo{
      width: 80% !important;
    }
}
