
.btn-default,
.template-btn,
.wp-block-itblocks-counter p {
  font-family: var(--heading-font);
}

input:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}

.stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

/* Youtube Video */
.youtube-video {
  padding: 100px 60px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Button */
.it-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 13px 28px;
  border-radius: 8px;
  margin-right: 20px;
}

.template-btn {
  background: var(--accent-color);
  display: inline-block;
  padding: 8px 35px 10px;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 14px;
}
/* Button Default */
.btn-default {
  color: var(--contrast-color);
  background: var(--primary-color);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.btn-default:hover,
.template-btn:hover {
  opacity: 0.8;
  color: #fff !important;
}

/* Button 2 */
.btn-2 {
  padding-right: 30px;
  position: relative;
}

.btn-2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='m9.71 17.71 5.7-5.71-5.7-5.71-1.42 1.42 4.3 4.29-4.3 4.29z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

/* Button 3 */
.btn-3 {
  padding: 10px 50px 10px 15px;
  position: relative;
  display: block;
  background: #c98d09;
  color: #ffffff;
  border-radius: 20px;
}

.btn-3:hover {
  color: #ffffff;
  opacity: 0.8;
}

.btn-3::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='m9.71 17.71 5.7-5.71-5.7-5.71-1.42 1.42 4.3 4.29-4.3 4.29z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

/*Button 4 */
.btn-4 {
  color: #ffffff;
  background: #e47a25;
}

.btn-4:hover {
  color: #e47a25;
  background: #ffffff;
  box-shadow: 0 4px 15px color-mix(in srgb, #000, transparent 94%);
}

/* Button 5 */
.btn-5 {
  color: var(--heading-color);  
  background-color: #ffffff; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23e47a25' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 18px;
  padding: 13px 28px 13px 45px!important;
  font-family: var(--heading-font);
  box-shadow: 0 4px 15px color-mix(in srgb, #000, transparent 94%);
}

.btn-5:hover {
  color: #e47a25;
}

/* Button 6 */
.btn-6 {
  color: #69a0fc;
  border: 1px solid rgba(105, 160, 252, 0.9);
  box-shadow: 0 4px 20px color-mix(in srgb, #69a0fc, transparent 20%);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.btn-6:hover {
  background-color: rgba(105, 160, 252, 0.5);
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(-5px);
  box-shadow: 0 4px 30px color-mix(in srgb, #69a0fc, transparent 30%);
}

/*counter*/
.stats-container {
  border:1px solid rgba(105,160,252, 0.9);
  box-shadow: 0 4px 25px color-mix(in srgb, #69a0fc, transparent 20%);
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  background: linear-gradient(to bottom,  rgba(106,201,252,0.53) 0%,rgba(255,255,255,0.05) 9%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 79%,rgba(255,255,255,0.03) 80%,rgba(105,160,252,0.53) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color:#ffffff;
}

.stats-item p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color:rgba(105,160,252, 0.9);
}

.counter-icon {
  border:1px solid rgba(105,160,252, 0.9);
  background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 20%,rgba(105,160,252,0.8) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color:#69a0fc;
  width: 64px;
  height: 64px;
  margin-right: 25px;
  font-size: 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* Query Post Template */
/* Post 1 */
.post-template-1 {
  background-color: #fff;
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  transition: border 0.3s ease-in-out;
  height: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.post-template-1::before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  inset: 100% 0 0 0;
  transition: 0.3s;
  z-index: -1;
}

.post-template-1:hover:before {
  background: var(--accent-color);
  inset: 0;
  border-radius: 0;
}

.post-template-1 h3 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}

.post-template-1 h3 a {
  color: var(--heading-color);
  transition: 0.3s ease-in-out;
}

.post-template-1 p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}

.post-template-1:hover {
  border-color: var(--accent-color);
}

.post-template-1 .post-description-1 {
  padding: 1.5rem;
}

/* Post 2 */
.post-template-2 h3,
.template-btn {
  color: var(--contrast-color);
  font-weight: 600;
}

.post-template-2 {
  background-color: var(--surface-color);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post-template-2 h3 {
  margin: 0;
  padding: 20px 15px;
  font-size: 16px;
  text-transform: uppercase;
  background: var(--primary-color);
}

.post-template-2 .excerpt-content {
  padding: 20px;
}

.post-template-2 .excerpt-content p {
  margin: 0;
}

.post-template-2 .btn-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 15px;
  text-align: center;
}

/* Post 3 */
.post-template-3 h3,
.vacancy-post {
  font-weight: 700;
  margin-bottom: 15px;
}
.post-template-3 {
  background-color: var(--surface-color);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
  border-bottom: 3px solid var(--accent-color);
  position: relative;
}

.post-description-3 {
  padding: 25px 15px;
  text-align: center;
}

.post-template-3 h3 {
  margin-top: 0;
  font-size: 16px;
}

.post-template-3 .featured-image {
  background: #eff3f9;
}

.post-template-3 p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.post-template-3:hover img {
  transform: scale(1.05);
}

/* Post 4 */
.post-template-4
{
  border: 1px solid #e2e2e2;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.post-template-4 {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
}

.post-template-4 p
 {
  font-size: 14px;
}

.post-template-4 h3 {
  margin: 10px 0;
  color: var(--primary-color);
}

/* Post 5 */
.post-template-5 {
  overflow: hidden;
  position: relative;
}

.post-template-5 img {
  transform: scale(1.1);
  transition: 0.3s;
}

.post-template-5 .title-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -150px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.post-template-5 .title-container h3 {
  font-size: 14px;
  color: #fff;
  padding: 5px 15px;
}

.post-template-5:hover .title-container {
  bottom: 0;
}

.post-template-5:hover img {
  transform: scale(1);
}

/* Post 6 */
.post-description-6 {
  background: #f1f2f3;
  border-radius: 15px;
  padding: 20px;
  margin-left: 70px;
  position: relative;
}

.post-description-6:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-right: 26px solid red;
  border-left: 26px solid transparent;
}

/* Post 8 */
.post-8 {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px color-mix(in srgb, #394757, transparent 92%);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.post-8:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px color-mix(in srgb, #394757, transparent 85%);
}

.post-8:hover .card-media img {
  transform: scale(1.08);
}

.post-8:hover .card-body .card-link {
  color: color-mix(in srgb, var(--accent-color), #000 15%);
  gap: 0.6rem;
}

.post-8 .card-media {
  height: 220px;
  overflow: hidden;
}

.post-8 .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.post-8 .card-body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-8 .card-body h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0.6rem 0;
  color: var(--heading-color);
}

.post-8 .card-body p {
  font-size: 0.88rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  line-height: 1.5;
  margin-bottom: 1rem;
  flex: 1;
}

.post-8 .card-body .card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--secondary-color);
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

/* Masonry */
.masonry {
  column-gap: 15px;
}
.masonry a {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .masonry-sm-2 {
    column-count: 2;
  }
  .masonry-sm-3 {
    column-count: 3;
  }
  .masonry-sm-4 {
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .masonry-md-2 {
    column-count: 2;
  }
  .masonry-md-3 {
    column-count: 3;
  }
  .masonry-md-4 {
    column-count: 4;
  }  
}
@media (min-width: 1200px) {
  .masonry-lg-2 {
    column-count: 2;
  }
  .masonry-lg-3 {
    column-count: 3;
  }
  .masonry-lg-4 {
    column-count: 4;
  }
}

/* Pdf Viewer */
#pdf-download {
  margin-top: 50px;
}

#pdf-download a {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: var(--contrast-color);
  border-radius: 5px;
  text-decoration: none;
}

.itb-pdf-viewer {
  position: relative;
  display: inline-block;
  border: 1px solid var(--primary-color);
}

.pdf-tools {
  padding: 10px;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 9;
  background: #007affcc;
}

.hover-show {
  opacity: 0;
}

.alway-show {
  opacity: 1;
}
.top-tool {
  top: 0;
}

.bottom-tool {
  bottom: 0;
}

.pdf-tools .pdf-btn-wrapper {
  display: flex;
  align-items: center;
}

.pdf-tools .pdf-btn {
  color: #fff;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border: 1px solid #fff;
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.itb-pdf-viewer:hover .pdf-tools {
  opacity: 1;
}

.info-wrapper {
  padding: 0 10px;
  color: #fff;
}

.pdfviewer-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'  fill='%23fff'/%3E%3C/svg%3E");
}

.pdfviewer-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708' fill='%23fff'/%3E%3C/svg%3E");
}

.pdfviewer-zoom-in {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4' fill='%23fff'/%3E%3C/svg%3E");
}

.pdfviewer-zoom-out {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8' fill='%23fff'/%3E%3C/svg%3E");
}

.pdfviewer-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5' fill='%23fff'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z' fill='%23fff'/%3E%3C/svg%3E");
}

/* Social Link */
.social-icon-list{
  margin-top: 20px!important;
  display: flex;
}

.social-icon-list li{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}


/* Slider Animation*/


.swiper-button-next, .swiper-button-prev{
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.swiper-button-next{
  right:0!important;
}

.swiper-button-prev{
  left:0!important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 20px!important;
  color: #fff;
}


.swiper-slide {
  position: relative!important;
  overflow: hidden;
}


/* Custom Global CSS */
.counter-container{
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(10, 0, 0, 1) 100%);
}

.company-info{
  margin:60px 0 30px;
  border-radius: 12px;
  padding: 18px 0;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px color-mix(in srgb, #000, transparent 94%);
}

.s-divider::before{
  content: "";
  width: 1px;
  height: 70px;
  right: 0;    
  position: absolute;
  z-index: 9;
  background: color-mix(in srgb, #444444, transparent 85%);       
}


h2.it-heading {  
  margin-bottom: 20px;
}

.identity h3.it-heading{
  font-size: 1.5rem;
  margin: 10px  0;
}

.identity p{
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.custom-sub p{
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary-color);
}

.custom-sub p::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #444444;
}

.therapuetic-card{
  display:block;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  border-top: 3px solid var(--secondary-color);
  border-bottom: 3px solid var(--secondary-color);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--default-color), transparent 92%);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.therapuetic-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 20px 50px color-mix(in srgb, #000, transparent 90%);
}

.therapuetic-card .wp-block-image img{
  width: 50px;
  height: 50px;
  margin: 15px 0;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.therapuetic-card:hover .wp-block-image img{
  transform: scale(1.1);
  opacity: 0.8;
}

.therapuetic-card h4{
  font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #444444;
    text-align: center;
}

.therapuetic-card p{
  font-size: 0.88rem;
    color: color-mix(in srgb, #444444, transparent 30%);
    line-height: 1.5;
    text-align: center;
}



h1.heading-title,
h2.heading-title,
h3.heading-title,
h4.heading-title,
h5.heading-title,
h6.heading-title{
  font-family: var(--heading-font);
}

p{
  font-family: var(--default-font);
}

@media (min-width: 1200px) {
  .hero-banner{
    height: 600px;
  }
}

.fixed-table{
    width: 100%;
    border-collapse: collapse;
}

.fixed-table th,
.fixed-table td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
}


/* FAQ */
.faq-container .faq-item {
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 12px;
  border:1px solid #e2e2e2;
}

.faq-container .faq-item .faq-title{
  display: flex;
  justify-content: space-between;  
}

.faq-container .faq-item h3{
  font-size: 22px;
}

.faq-item .icon-wrapper{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.faq-item .icon-wrapper svg{
  width: 30px;
  height: 30px;  
}

.faq-item.active  .active-icon svg{
  display: block;
}


.faq-item .active-icon, .faq-item.active .inactive-icon{
  display: none;
}

.faq-item .inactive-icon, 
.faq-item.active  .active-icon{
  display: block;
}

.faq-container .faq-item .faq-description{
  display:none;
}

.faq-container .faq-item.active .faq-description{
  margin-top: 15px;
  display: block;
}
