.faq-image-group{
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tj-faq-section-three {
  position: relative;
  padding: 90px 0 70px;
  z-index: 1;
}

.faq-css-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 3;
}

.faq-css-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}

.faq-css-item input[type="radio"] {
  display: none;
}

.faq-css-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f172a;
  cursor: pointer;
  margin: 0;
}

.faq-css-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-css-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.faq-css-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  position: relative;
  margin-left: 18px;
}

.faq-css-icon::before,
.faq-css-icon::after {
  content: "";
  position: absolute;
  background: #0f172a;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.faq-css-icon::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
}

.faq-css-icon::after {
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
}

.faq-css-item input[type="radio"]:checked + .faq-css-question + .faq-css-answer {
  max-height: 260px;
  padding: 0 26px 22px;
}

.faq-css-item input[type="radio"]:checked + .faq-css-question .faq-css-icon::after {
  opacity: 0;
  transform: scaleY(0);
}

.blog-sec-shape {
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 767px) {
  .tj-faq-section-three {
    padding: 70px 0 55px;
  }

  .faq-css-question {
    font-size: 17px;
    padding: 20px;
  }

  .faq-css-answer {
    padding: 0 20px;
  }

  .faq-css-item input[type="radio"]:checked + .faq-css-question + .faq-css-answer {
    padding: 0 20px 20px;
  }
}

/* ============================= */
/* 1024px */
/* ============================= */

@media (max-width:1024px){

h1{font-size:48px !important;}

h2{font-size:38px !important;}

h3{font-size:30px !important;}

h4{font-size:24px !important;}

h5{font-size:19px !important;}

p{font-size:16px !important;}

}


/* ============================= */
/* 768px */
/* ============================= */

@media (max-width:768px){

h1{font-size:40px !important;}

h2{font-size:32px !important;}

h3{font-size:26px !important;}

h4{font-size:22px !important;}

h5{font-size:18px !important;}

p{font-size:15px !important;}

.tj-offcanvas-area .tj-offcanvas-header .logo-area {
    width: 150% !important;
    max-width: 250px !important;
}

.tj-footer-area .footer-menu-area .footer-content-info .footer-logo {
        max-width: 250px !important;
 }
}


/* ============================= */
/* 426px */
/* ============================= */

@media (max-width:426px){

h1{font-size:34px !important;}

h2{font-size:28px !important;}

h3{font-size:24px !important;}

h4{font-size:20px !important;}

h5{font-size:17px !important;}

p{font-size:15px !important;}

.tj-offcanvas-area .tj-offcanvas-header .logo-area {
    width: 150% !important;
    max-width: 250px !important;
}

.contact-right-content .comntact-list .contact-icon img Specificity: (0,3,1){    
    width: 100% !important;
}

}


/* ============================= */
/* 376px */
/* ============================= */

@media (max-width:376px){

h1{font-size:30px !important;}

h2{font-size:26px !important;}

h3{font-size:22px !important;}

h4{font-size:19px !important;}

h5{font-size:16px !important;}

p{font-size:14px !important;}

}


/* ============================= */
/* 320px */
/* ============================= */

@media (max-width:320px){

h1{font-size:26px !important;}

h2{font-size:24px !important;}

h3{font-size:20px !important;}

h4{font-size:18px !important;}

h5{font-size:15px !important;}

p{font-size:14px !important;}

}