textarea{
  resize: none !important;
}
.textarea_pagediv{
      margin-bottom: 29px;
}
#homeevent_short_description{
  padding-right: 23%;
}
.text_upper_rl {text-transform: uppercase;}
.form-validation{
    position: absolute;
    right: 31px;
    top: 3px;
    z-index: 11;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0px;
    color: rgb(245, 84, 63);
    transition: 0.3s;
}
#show_message_contact_form{
    display:nones;
    text-align: center;
    font-size: 24px;
    color:red;
}
.imgFloat{
    float:left;
}
#full_page_loader{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(64, 64, 64, 0.82);
  transition: 1s 0.4s;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
.displaynone{display:none !important;}
.displayblock{display:block !important;}
.terms_error {
    right: 189px;
}
#full_page_loader {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(64, 64, 64, 0.82);
    transition: 1s 0.4s;
}

/* blog css */
.newsmag-blog-post-layout .newsmag-image {
    display: inline-block;
    float: left;
    position: relative;
}
.newsmag-image .newsmag-post-box-a-category, .newsmag-image .newsmag-post-box-category {
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
   /* font-family: "Poppins", serif; */
    background: #ff3d2e;
    padding: 6px 7px 5px 7px;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.2s ease-in;
}
.newsmag-image .newsmag-post-box-a-category a, .newsmag-image .newsmag-post-box-category a {
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}
.newsmag-blog-post-layout .newsmag-title {
    color: #767676;
}
.newsmag-blog-post-layout .newsmag-content {
    margin-top: 10px;
}
.newsmag-blog-post-layout .newsmag-title h3 {
    font-size: 20px;
    /*font-family: "Poppins", "serif"; */
    margin-top: 0 ;
    font-weight: 700;
    text-transform: initial;
}
.newsmag-blog-post-layout .newsmag-title h3 > a {
    color: inherit;
    font-weight: 700;
}
.newsmag-blog-post-layout .newsmag-content {
    margin-top: 10px;
}
.page-content, .entry-content, .entry-summary {
    margin: 10px 0 0;
}
.entry-content p {
    overflow: hidden;
    font-size: 16px;
   /* font-family: "Lato", sans-serif;*/
    color: #333;
    line-height: 22px;
    margin-bottom: 1.5em;
}
.newsmag-blog-post-layout {
    
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.category_top_padding{
    margin-top: inherit;
}
.category_actvie{
        color: #147bf2 !important;
}
.previous_a{
        left: 42px;
        position: absolute;
    top: 60%;
}
.next_a{
    right: 42px;
    position: absolute;
    top: 60%;
}
/* /////////////////////today///////////////////// */
.pt-5, .py-5{
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
}
.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.text-muted {
    color: #6c757d!important;
        font-size: 80%;
    font-weight: 400;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-outline-secondary {
    color: #6c757d;
    font-size: 14px !important;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
}
#pagination{
margin: 30px 12px 0px
}

ul.tsc_pagination li a
{
border:solid 1px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:6px 9px 6px 9px;
}

ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{
color:#FFFFFF;
box-shadow:0px 1px #EDEDED;
-moz-box-shadow:0px 1px #EDEDED;
-webkit-box-shadow:0px 1px #EDEDED;
}
.tsc_pagination .active a{
    background: #0A7EC5;
    color: #fff;
}
ul.tsc_pagination
{
margin:4px 0;
padding:0px;
height:100%;
font:12px 'Tahoma';
list-style-type:none;
}
ul.tsc_pagination li a
{
float:left;
margin:0px;
padding:0px;
margin-left:5px;
}
ul.tsc_pagination li a
{
color:black;
display:block;
text-decoration:none;
padding:7px 10px 7px 10px;
}
ul.tsc_pagination li a img
{
border:none;
}
ul.tsc_pagination li a
{
color:#0A7EC5;
border-color:#8DC5E6;
background:#F8FCFF;
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{
text-shadow:0px 1px #388DBE;
border-color:#3390CA;
background:#58B0E7;
background:-moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}
.margin_top_css{
    margin-top: 30px;
}
.background_css{
       margin-top: inherit !important;
}
.css_margin_top{
        margin-top: 20px;
}
.row_margin_bottom{
    margin-bottom: 20px;
}
.meta, .newsmag-post-box-category{
    font-size: 16px;
}
.front_user_form {
    color: #6a7179;
    text-decoration: none;
    padding: 23px 15px !important;
    font-weight: 600 !important;
    font-weight: 500;
    font-size: 16px;
  border: solid 1px #e8eaed;
  height: 64px;
  margin-left: -1px;
        margin-top: 1px;
}
.row_margin_bottom{
    margin-bottom: 20px;
}
.submit_btn_popup .btn {
    margin-top: 25px;
    border-radius: 0px;
    border-color: #ffbc33;
    background: #ffbc33;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
    font-family: 'Brandon Grotesque Medium';
}
.menu_search .form-control{
        width: 100%;
}
#changeuserform_message {
    margin-bottom: 8px;
    padding-right: 5px;
    font-size: 15px;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-shadow: inherit !important;
}
#changeuserform .change_user_form_contant, .userforgotpassword, .userforgotpassword:hover {
    padding: 0px 0px 10px 0px;
    color: #ffbc33;
    font-size: 15px;
}
.separator {
    padding-top: 15px;
}
#sectioncareer1 {
    padding: 30px 0 0 0;
}
.careers-title-sub li {
    padding: 43px 29px;
}
.h2_css_green{
    color:green;
}
.front_user_sign_up:hover, .front_user_login:hover{
    background-color:#fff !important;
    color:#6a7179;
}
.user_dropdown_menu{
    height:auto !important;
}
@media (max-width: 767px){
    .responsive_login_form, .responsive_signup_form{
        display: block !important;
    }
    .responsive_popup:hover {
        background-color: inherit !important;
        color: #fff;
    }
}

.cursor_default{
        cursor: default !important;
}
.seleted_val{
    background: #ffbc33 !important;
}
.seleted_val a{
      color: #fff !important;
}
.select_time {
  cursor: pointer;
}
#person_address, #company_address{
    height: 151px;
    min-height:151px;
    max-height: 151px;
  }
/* The Modal (background) */
#myModaluserform, #myModal1, #myModal11, #myModalfrontuseremailtype{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#myModaluserform .modal-content , #myModal1 .modal-content, #myModal11 .modal-content, #myModalfrontuseremailtype .modal-content{
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

a.person_signup_form, a.company_signup_form{
  border: solid 2px #ffbc33;
  padding: 10px 70px;
  text-transform: uppercase;
  background: #fff;
  color: #ffbc33;
  font-family: 'Avenir LT Std 65 Medium';
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0px;
}

a.persion_active{
  background: #147bf2;
  color: #fff;
  border-color: #147bf2;
}

#person_signup_form, #company_signup_form{
max-width: 800px;
margin: 5px auto 0px;
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.btn{
    border: solid 2px #ffbc33;
padding: 8px 50px;
text-transform: uppercase;
background: #fff;
color: #ffbc33;
font-family: 'Avenir LT Std 65 Medium';
font-size: 13px;
text-decoration: none;
font-weight: 600;
border-radius: 0px;
}
.blue-color .btn {
    background: unset;
}

.clio_data {
  border-collapse: collapse !important;
  width: 100%  !important;
}

.clio_data td, th {
  border: 1px solid #ddd  !important;
  text-align: left  !important;
  padding: 15px  !important;
}

.clio_data tr:nth-child(even) {
  background-color: #ddd  !important;
}

.cases-pages-info{
  background: #fff;
  float: left;
  width: 100%;
  padding: 25px 10px 80px;
  margin-bottom: 80px;  
}

.relevent_industries li.active .shopping-industries-icon {
    background-position: 0px -32px !important;
}

.custom_button_remove_bg_btn{
  background:unset !important;
}

.calendar .calendar-frame tbody td:not(.disabled).selected{
  background: #ffbc33 !important;
  color: #fff !important;
}

.relevent_industries .tab .nav-tabs li a {
    padding: 27px 10px 28px; 
}
.allserviceinnercalss {
    margin-bottom: 20px;
    /* border: 1px solid red; */
    padding: 10px;
}
.allserviceinnercalss > a > img{
  .calendar .calendar-frame tbody td.today:hover {
    background: #147bf2;
    color: #fff;
}


  padding-right: 15px;
  height:30px;
}

.allserviceinnercalss > a.allservice {
    font-size: 15px;
    font-family: 'Athelas Regular';
}
.p_attroneyselected_val{
  text-transform: capitalize;
}
.calendar .calendar-frame tbody td.pastdateclass {
    color: #a5a5a5 !important;
        border-radius: 30px;
        cursor: none;
}
.calendar .calendar-frame tbody td.today:hover {
    background: #147bf2;
    color: #fff;
}

.timebooked{
  background: #a5a5a5 !important;
}
.timebooked a{
      color: #fff !important;
}
.header_label{
      margin-left: 43%;
}
#userprofilecolor{
  background-color: #bbb;
  color: #fff;
padding: 10.9px;
border-radius: 50%;
font-size: 16px;
display: inline-block;
width: 42px;
height: 42px;
line-height: 20px;
text-align: center;
font-family: 'Avenir LT Std 65 Medium';
text-transform: uppercase;
  
}
/*#currentjobnameh2{
  float: left;
}*/
/*.singlecurrentjobheart{
  position: relative;
    top: 30px;
    padding-left: 20px;
}*/
.navbar .navbar-nav .nav-link.user_link i {
  margin-left: 7.99px;
}

.our-location-bg{
  background-size: cover !important;
}
.immybox.immybox_witharrow {
  background-image: url(../../assets/immybox-arrow.png);
}

#li_practiceareaname{
      border-bottom: 1px solid #147bf2;
    border-radius: 0;
    margin: 0 -15px 10px;
    padding: 0 15px 5px;
}
.homepage_latet_event{
  color: #fff;
}
.homepage_latet_event:hover{
  color: #fff;
  text-decoration: none !important;
}

.userprofile_name {text-transform: uppercase; background: #147bf2; color: #fff; padding: 10px; border-radius: 50%; font-size: 18px; display: inline-block; width: 42px; height: 42px; line-height: 21px; text-align: center; font-family: 'Source Sans Pro', sans-serif; }
.navbar .navbar-nav .nav-link.user_link i{ top:1px; margin-left: 7.99px;}
.date_section{ margin:50px 0 0 0;}
#confirmation_links{ margin:-5px 0 5px 0;}
#confirmation_links a{ display:inline-block;}
.schedule_appointment { padding: 22px 20px !important; margin-top: 1px;}




.appointcontent table{ border: none;}
  .appointcontent table td h5{ color: #afb6be; font-family: 'Brandon Grotesque Medium'; font-size: 15px; padding-bottom: 5px; margin: 0px;}
  .appointcontent .table > tbody > tr{ margin-bottom: 20px; display: inline-block; width:100%}
  .appointcontent .table > tbody > tr > td{ padding: 22px 15px;}
  .appointcontent table td p{ font-size: 16px; font-weight: 300; margin: 0px; line-height: 23px; color: #414a54;}




.autocomplete .dropdown-menu li{ border: none; padding:0 !important; margin:0; text-align:left;}
.autocomplete .dropdown-menu li:focus{ outline:none;}
.autocomplete select{ margin-bottom:10px;}
.autocomplete .bootstrap-select{ display:block; border:solid 1px green; border-radius: 8px; height: 42px;border: solid 1px #ffbc33; margin-bottom:10px;}
.autocomplete .dropdown-menu{ box-shadow:none;}
.autocomplete .dropdown-menu .inner, .autocomplete .dropdown-menu:focus{ outline:none;}
.autocomplete .dropdown-menu > li > a{ padding: 0.25em 1em; font-size: 14px; outline:none;}
.bootstrap-select .dropdown-toggle .caret{ border:none;}
.autocomplete .dropdown-menu li.disabled a{ display:none;}
.autocomplete .btn{ border: none; padding:10px; background:none; color: #ffbc33 !important; font-weight:normal; font-size:16px; text-transform: none; background-image: url(../../assets/immybox-arrow.png); background-repeat: no-repeat; background-position: right center;}
.autocomplete .btn:hover{ background:none; background-image: url(../../assets/immybox-arrow.png); background-repeat: no-repeat; background-position: right center;}
.autocomplete .dropdown-toggle.btn-default{ line-height:24px;}
.autocomplete .open > .dropdown-toggle.btn-default{ background:none; border:none; box-shadow:none;}
.autocomplete .btn-default:active:focus.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .autocomplete .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover{ background:none; border:none; box-shadow:none; background-image: url(../../assets/immybox-arrow.png); background-repeat: no-repeat; background-position: right center; outline:none;}


.nav>li>a:focus, .nav>li>a:hover{ background:none; color:#6a7179;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn:hover{ outline: 0; color:#ffbc33; outline-offset: 0;}

#attorney_input_seletectpage1{
  display: none !important;
}
.backgroundcolorremovecss:focus{
background-color: none !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: #147bf2;
}













/*** Aarif Custom Css ***/

@media (max-width:1200px){
.our-new-location-blog-left{ padding:0 30px;}
.newsmag-image img{ width:100%;}
}

@media (min-width: 767px) and (max-width:992px){
#myModaluserform a.person_signup_form{ padding: 10px 60px;} 
.date_section{ margin-top:0px !important;}
.calendar table td{ height:35px;}
.timing_schedule{ max-width:50%;}
.calendar table td{ height:35px;}
.timing_schedule{ max-width:50%;}
}

@media (max-width: 767px){
  .date_picker_section{ margin:0 !important; max-width:100% !important;}
.schedule-form{ max-width:100%; margin:0;}
#myModaluserform .modal-content, #myModal1 .modal-content{ width:80%;}
#myModaluserform a.person_signup_form{ display:inline-block; margin-bottom:20px;}
#myModaluserform .schedule-form .form-control, #myModal1 .schedule-form .form-control{ height: 40px; line-height: 22px;}
#person_signup select.form-control ~ i, #frontuserchangeprofile_form select.form-control ~ i{ top: 33px !important;}


#myModal11 .modal-content{width:80%; }
#myModal11 .schedule-form .form-control{height: 40px;}
#frontuserchangeprofile_form .form-control{ height:40px; line-height:22px;}
.about_pages_tabs li a h2{ font-size:23px !important;}
.careers-pages2-info{ padding: 25px 15px 15px;}
#card_details_form .form-control{height: 40px;}
#card_details_form .card-valid.active{ line-height:88px;}
.newsmag-image{margin-bottom:15px;}

.table-responsive{ overflow: scroll !important;}
.date_section{ margin-top:0px !important;}
.user_detail{ margin-bottom:20px;}
.date_picker_section{ margin-top:40px !important;}
#schedule-step1{ margin-bottom:70px;}
} 

@media (min-width: 600px) and (max-width: 767px){
#schedule-step3 .user_detail{ width:50%; float:left}
#schedule-step3 .user_detail.datentime{ width: 46%; float: right;}
} 

@media (min-width:414px) and (max-width: 767px){
.about_pages_tabs li.col-sm-3{width: 50%;}  
}

@media (max-width: 290px){
.confirmation_links a {
    padding: 10px 16px !important;
}
}
#person_signup select.form-control ~ i, #frontuserchangeprofile_form select.form-control ~ i{ top:38px;}
#pagination { margin: 30px 0px 0px; display: inline-block; background:#066de3; padding: 0 5px 0 0;}
ul.tsc_pagination{ display:inline-flex;}
ul.tsc_pagination li a{ font-size:15px; border: solid 2px #fff;}
ul.tsc_pagination li a:hover{ background:#ffbc33; border-color:#ffbc33;}




.calendar table td{ border:none;}
.date_section .clio_data td, th{ border:none !important;}
.calendar .calendar-frame tbody td.today{ border-radius:30px;}

.date_section{ margin:50px 0 0 0;}
.date_section h5{font-size:20px; padding:0 0 10px 0;}
.date_section ul li{ padding:8px 20px; font-size:17px; font-weight:bold; background: #fff; border-radius: 8px; border:solid 1px #ffbc33; text-align: center; color:#ffbc33; margin-bottom:10px;}
.product_date_box{ box-shadow: 1px 1px 13px rgba(68,68,68,0.3); padding:10px 20px; border-radius: 8px;}
.product_date_box span{ display: block; font-size:18px; margin-bottom:5px;}
.product_date_box span i{ margin-right:10px;}
.product_date_box p{ margin-top:8px; font-size:18px;}

.date_section .autocomplete input{ font-size: 17px; font-weight: bold; background: #fff; border-radius: 8px; height:42px; border: solid 1px #ffbc33; margin-bottom:10px;}
ul.user_detail{ padding: 15px; border-radius: 8px; background:#fff; box-shadow: 1px 1px 13px rgba(68,68,68,0.3);}
ul.user_detail li{ border:none; color:#414a54; text-align:left; padding:0px; font-weight:normal;} 
ul.user_detail li span{ color:#066de3; font-weight:bold;}
.date_section .autocomplete{ display:block; border-radius: 8px;} 
.date_section .autocomplete input{ font-weight:normal;}
.date_section .autocomplete input::placeholder{ color:#ffbc33; opacity:1;}
.calendar .calendar-frame tbody td:not(.disabled).selected{ border-radius:30px;}
.table-responsive.date_picker_table{ overflow: inherit}

#select_time{ position:relative;}
.confirmation_links{display:none; text-align:center; margin:16px 0 16px 0;}
.confirmation_links a{ background:#147bf2; color:#fff; border-radius:8px; font-size:19px; color:#fff; padding:15px 38px; text-decoration:none; transition:0.5s;}
.confirmation_links a:hover{ background:#ffbc33;}
.confirmation_links .time_link{ background: #414a54; margin-right:5px;}
.user_detail{ margin-bottom:20px;}
.user_detail.datentime{ background:#147bf2;}
.user_detail.datentime li{ background:transparent; font-size:17px; color:#fff; margin-bottom:10px;}
.user_detail.datentime li:last-child{ margin:0;}
.user_detail.datentime li i{ background:#ffbc33; color:#fff; border-radius:8px; padding:5px 7px; font-size:20px; margin-right:10px;}

/* Infinite Scroll Styles */
#loading-indicator {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    margin: 20px 0;
}

#loading-indicator .spinner-border {
    width: 3rem;
    height: 3rem;
    color: #006CE8;
}

#loading-indicator p {
    color: #666;
    font-size: 16px;
    margin-top: 15px;
}

#no-more-articles {
    padding: 20px 0;
    color: #999;
    font-style: italic;
}

.blog-item {
    transition: opacity 0.3s ease-in-out;
}

.blog-item.fade-in {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading state styles */
body.loading-more-articles {
    cursor: wait;
}

body.loading-more-articles .blog-card {
    pointer-events: none;
    opacity: 0.7;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Loading indicator pulse animation */
#loading-indicator .spinner-border {
    animation: spinner-border 0.75s linear infinite;
}

/* Responsive adjustments for infinite scroll */
@media (max-width: 768px) {
    #loading-indicator {
        padding: 20px 0;
        margin: 15px 0;
    }
    
    #loading-indicator .spinner-border {
        width: 2rem;
        height: 2rem;
    }
    
    #loading-indicator p {
        font-size: 14px;
        margin-top: 10px;
    }
}

/* Notification System Styles */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    z-index: 9999;
    max-width: 400px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    animation: slideIn 0.3s ease-out forwards;
}

.notification-info {
    background: #006CE8;
}

.notification-error {
    background: #dc3545;
}

.notification-success {
    background: #28a745;
}

.notification-close {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    margin-left: 15px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.notification-close:hover {
    opacity: 1;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
    }
}

/* Optimized Blog Item Styles */
.blog-item {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.blog-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    will-change: transform;
}

.blog-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Optimized Loading Indicator */
#loading-indicator {
    will-change: opacity;
    transform: translateZ(0);
}

#loading-indicator .spinner-border {
    will-change: transform;
}

/* Smooth scrolling optimizations */
html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Performance optimizations for images */
.blog-item img {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Reduce layout thrashing */
.blog-item {
    contain: layout style paint;
}


/* Optimize animations */
@media (prefers-reduced-motion: reduce) {
    .blog-card,
    .blog-item,
    #loading-indicator {
        transition: none;
        animation: none;
    }
}