.header.header-menu-right .header-center {
    justify-content: center !important;
}

.header-search {
    width: auto !important;
}

.instant-results {
    min-width: 200px !important;
}

.single-blog-feed .sbf-title {
    padding: 20px 15px 0;
    text-align: left;
    background: #fff;
}

.single.single-post .container {
    width: 1170px;
}
.single.single-post .col-md-offset-2
 {
	 margin-left: 0%;
 }
.single.single-post .col-md-8 {
    width:100%;
}
.gtranslate_wrapper .gt_option {
    position: absolute !important;
    width: 120px !important;
}
.grecaptcha-badge {
    display:none !important;
} 
/*just uncomment it for hide capcha icon*/
.gt_switcher .gt_selected {
    background: #f0f8ff00 !important;
	width: 110px !important;
    position: relative;
    z-index: 9999;
}
.gt_switcher .gt_selected a{
    border:none !important;
     width: 100px !important;
    font-size: 14px !important;
}
.gt_container-dgstkc .gt_switcher .gt_selected a:hover {
    background: #3a3a3a00 !important;
}
.gt_switcher .gt_selected a:hover {
    background: #3a3a3a00 !important;
}
.gt_switcher{
    width: 100px !important;
}

.header-scroll .gt_switcher .gt_selected a{
    color:#242429 !important;
    font-size: 14px;
    padding:0px;
   }
   
.listing-main-info {
    width: 1140px !important;
}

.gtranslate_wrapper .gt_switcher .gt_selected a:after {
    height: 15px !important;
    right: 10px !important;
    width: 20px !important;
}

/* footer support system css moved on 02-jan-2026 */

#supportBtn {
position: fixed;
bottom: 30px;
right: 30px;
display: inline-block;
margin: 20px;
width: 60px;
height: 60px;
text-align: center;
line-height: 4;
color: white;
font-size: 12px;
background:linear-gradient(7deg, #EB1D25 0%, #F36E15 100%) !important;
border-radius: 50px;
z-index: 99999999;
border:none;
}

#supportPopup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 320px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
  z-index: 99999999;
  overflow: hidden;
  display: none;
}

#supportPopup.show { display: block; animation: slideUp .3s ease; }

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}
.popup-header span {
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
  color: #444;
}
.popup-header span:hover { color: #000; }

.support-list, .support-form {
  padding: 10px 16px 20px;
}
.support-item {
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  cursor: pointer;
}
.support-item:last-child { border-bottom: none; }
.support-item:hover { background: #f9f9f9; }

.support-item h4 {
  margin: 0;
  font-size: 15px;
  color: #d93025;
  display: flex;
  align-items: center;
  gap: 6px;
}
.support-item p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #555;
}

.support-form {
  display: none;
}
.support-form h4 {
  color: #d93025;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
}
.support-form textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  resize: none;
}
.support-form button.send-btn {
  margin-top: 10px;
  background: linear-gradient(90deg, #ff5c5c, #ff8a5c) !important;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.issue-type {
    display: none;
}

.support-form button.send-btn:hover { opacity: 0.9; }

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

@media screen and (max-width: 768px) {
  #supportPopup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 250px;
  }

  /* Optional: tweak padding or font sizes for better fit */
  #supportPopup .popup-header h3 {
    font-size: 14px;
  }

  #supportPopup .support-item h4 {
    font-size: 13px;
  }

  #supportPopup .support-item p {
    font-size: 12px;
  }
  #supportBtn {
    position: fixed;
    bottom: 20px;
    right: 0px;
    display: inline-block;
    margin: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 4;
    color: white;
    font-size: 10px;
    background: linear-gradient(7deg, #EB1D25 0%, #F36E15 100%);
    border-radius: 50px;
    z-index: 99999999;
}

}

