
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
ul li{
    list-style:none;
}



 /* -------------------------------------------------------blogs ----------------------------- */
.mb-30{
  margin-bottom:30px;
}
#blogs{
  display: block;
  width: 100%;
  background: #F6F6F6;
  padding:80px 0;
}

.blog-box{
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  /*padding-bottom: 50px;*/
  border: 1px solid #e1e0e0;
  transition: all 0.5s;
  margin-bottom:20px;

  
}
.blog-box:hover{
  box-shadow: 0 0 20px rgb(0 0 0 / 12%);
}
.blog-box .blog-box-content-area{
  padding: 38px 25px 36px;
  position: relative;
  text-align: center; 
}
.blog-box .blog-cat{
  position: absolute;
  left: 7px;
  bottom: inherit;
  top: 10px;
}
.blog-box .blog-cat h4{
  display: inline-block;
  background: #1f325d;
  padding: 5px 16px;
  line-height: 19px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  letter-spacing: 1px;
  margin-right: 5px;
}
.blog-box .blog-author-date{
  position: relative;
  text-align: center;
  margin: 0 0px;
}
.blog-box .blog-author-date .blog-auth-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  top: -24px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 0;

}
.blog-box .blog-author-date .blog-auth-inner p{
  margin: 0 10px;
}
.blog-box .blog-title h2 a{
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
  color: #232323;
  font-size: 1.3rem;

}
.blog-short-description p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
 
}
#blog-details{
  width: 100%;
  padding: 50px 0;
}
.left-details .blog-details .blog-detal-content-wrapper{
  padding: 20px 45px 45px;
  -webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
  box-shadow: 0 3px 19px rgba(0,0,0,.08);

}
.blog-detal-content-wrapper .blog-details-title h1{
  padding: 0;
  text-transform: unset;
  color: #232323;
  font-weight: 700;
  font-size: 2.1rem;

}
.blog-detal-content-wrapper .blog-detail-author-date-comment{
  display: flex;
  padding-bottom: 22px;
  align-items: center;
}
.blog-detal-content-wrapper .blog-detail-author-date-comment .author-details{
  display: flex;
  align-items: center;
  
}
.blog-detal-content-wrapper .blog-detail-author-date-comment .author-details .author-icon img{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 12px;
}
.blog-detal-content-wrapper .blog-detail-author-date-comment .blog-posting-date{
  padding: 0 10px;
}
.blog-detal-content-wrapper .request-demo{
  width: 100%;
  padding: 20px 0;
}

.blog-detal-content-wrapper .blog-details-social ul{
  display: flex;
  padding-left: 0;
}
.blog-detal-content-wrapper .blog-details-social ul li:nth-child(1) a{
  border-radius: 100px 0 0 100px;
  background-color: #007BB6;
  width: 64px;
  display: block;
  float: left;
  margin: 0;
  height: 32px;
  line-height: 0;
  text-align: center;
}
.blog-detal-content-wrapper .blog-details-social ul li svg{
  fill: #fff;
  margin-top: 8px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 0;
  text-align: center;
  font-size:1rem;
   width: 16px;
  height: 16px;
}
.blog-detal-content-wrapper .blog-details-social ul li:nth-child(2) a{
  
  background-color: #3B5998;
  width: 64px;
  display: block;
  float: left;
  margin: 0;
  height: 32px;
  line-height: 0;
  text-align: center;
}
.blog-detal-content-wrapper .blog-details-social ul li:nth-child(3) a{
  border-radius: 0 100px 100px 0;
  background-color: #00B6F1;
  width: 64px;
  display: block;
  float: left;
  margin: 0;
  height: 32px;
  line-height: 0;
  text-align: center;
}
.blogDetails-description ul li{
  list-style:disc;
}
.blogDetails-description{
    text-align: justify;
}

 .blog-details-right-wrapper{
  margin-top: 30px;

}
  .blog-details-right-wrapper .categories{
  width: 100%;
  /* margin-bottom: 50px; */
}
.right-widget{
  margin-bottom: 40px;
  padding: 35px 30px 35px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
.right-widget .widget-title h2{
  color: #232323;
  display: block;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
}
.right-widget .widget-title h2:before{
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 88px;
  height: 3px;
  background: #aec6ef;
  content: "";
}
.right-widget .widget-title h2:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #FF3C00;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
  .right-widget .widget-details ul{
  padding-left: 0;
}

  .right-widget .widget-details ul li{
  transition: .3s;
  border-top: 1px solid #E8E8E8;
  padding: 15px 0;
}
  .right-widget .widget-details ul li a{
  color: #616161;
  font-weight: 400;
}
.right-widget .widget-details ul li a:hover{
  color: #FF3C00;
}
.blog-details-img{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.blog-img{
    height:300px;
}
  .blog-img a img{
    height:100%;
}


/* ---------------------------------------- blog by category-------------------------- */
#blog-by-cetegory{
  padding: 50px 0;
}
.category-blog-wrapper{
  width: 100%;
  margin-bottom: 100px;
}
.category-blog-inner{
  width: 100%;
  position:relative;


}
.category-blog-inner .cb-category{
  position: absolute;
  left: 7px;
  bottom: inherit;
  top: 10px;
}
.cb-category h4{
  display: inline-block;
  background: #1f325d;
  padding: 5px 16px;
  line-height: 19px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  letter-spacing: 1px;
  margin-right: 5px;

}
.cb-author-date{
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  top: -24px;
  background: #fff;
  left: 0;
  right: 0;
  margin-bottom: 10px;
}
.bc-content-details{
  padding: 55px 25px 36px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.cb-author-icon img{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 12px;
}
.cb-title h2 a{
  font-size: 1.8rem;
  color: #232323;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
}
.PostDesc{
  height:70px;
  overflow:hidden;
}
.PostDesc p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*.PostDesc:nth-child(n + 3){*/
/*    display: none;*/
/*}*/

.cb-author-name,
.cb-post-date{
  padding: 0 10px;
}
.pagination-count{
  display:flex;
  padding-left: 0;
}
.pagination-count li {
   margin-right:15px;
}
.pagination-count li a{
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border:1px solid var(--BLUE);

}
.recent-post-inner ul{
  padding-left: 0;
}
.recent-post-inner ul li{
  display: flex;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin-bottom:20px;
  padding-bottom:20px;
} 
.recent-post-inner ul li .recent-left-img{
  width: 30%;
  padding: 0 5px;
}
.recent-post-inner ul li .recent-right-details{
  width: 70%;
  padding: 0 5px;
}
.recent-post-inner ul li .recent-left-img img{
 width: 100%;
}
.recent-post-inner ul li .recent-right-details h4{
  line-height:1rem;
  margin-bottom:0;
}
.recent-post-inner ul li .recent-right-details h4 a{
  font-size: 1rem;
  color: #232323;
  font-weight: 500;
  line-height:.6rem;
}

/* -----------------------------------admin -------------------------- */
#admin{
  width: 100%;
  height: 100vh;
  background-color: #FF3CAC;
  background-image: linear-gradient(225deg, #bd1b77 0%, #784BA0 50%, #2B86C5 100%);
  display: flex;
  align-items: center;
  justify-content: center;


}
.admin{
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.admin .form-title{
  padding: 10px 0;
}
.admin form{
  padding: 10px 0;
}
.admin form input{
  width: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  border: none;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.admin form input[type="submit"]{
  background: #2B86C5;
  color: #fff;
  display: block;
}
.admin .wrong{
  color: #e53905;
}

/* Form Wrapper inside Popup */
.popup-form-wrapper {
    width: 100%;
    max-width: 500px; /* Limit max width */
    max-height: 80vh; /* Set maximum height */
    overflow-y: auto; /* Make form scrollable if content overflows */
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 10px;
}

/* Close Button Position */
.popup-form-wrapper .popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

/* Style the form */
.popup-form-wrapper form input,
.popup-form-wrapper form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Submit Button */
.popup-form-wrapper form input[type="submit"] {
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
}

/* Scrollbar customization (optional) */
.popup-form-wrapper::-webkit-scrollbar {
    width: 6px;
}
.popup-form-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
 .no-scroll {
    overflow: hidden;
}
.tour-cta-wrapper-two{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 9999;
}
.tour-cta-wrapper-two button{
    background: #007BFF;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 30px;
    border: none;
}    
 .thanks-wrapper{
     padding:5rem;
 }   
 
 
