/* .tblock-content {
    background: #afcb8e;
} */


/* ==========================================================================
   tblock Animation CSS style On
   ========================================================================== */

/* ==========================================================================
   KEYFRAMES
   ========================================================================== */

@keyframes pulse {

  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes rubberBand {

  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

@keyframes rubberBand {

  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

@-webkit-keyframes headShake {

  0%,
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
}

@keyframes headShake {

  0%,
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
}

/* ==========================================================================
   NORMAL ANIMATIONS  (tblock_ prefix — play continuously / on load)
   ========================================================================== */

.tblock_pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
}

.tblock_bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  animation-duration: 2s;
}

.tblock_flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-duration: 2s;
}

.tblock_rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  animation-duration: 2s;
}

.tblock_headShake {
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
  animation-duration: 2s;
}

/* ==========================================================================
   HOVER ANIMATIONS  (tblock_*_h — keyframe animations triggered on :hover)
   ========================================================================== */

.tblock_pulse_h:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
}

.tblock_bounce_h:hover {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  animation-duration: 2s;
}

.tblock_flash_h:hover {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-duration: 2s;
}

.tblock_rubberBand_h:hover {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  animation-duration: 2s;
}

.tblock_headShake_h:hover {
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
  animation-duration: 2s;
}

/* ==========================================================================
   IMAGE HOVER EFFECTS  (zoom, pan, rotate, blur)
   ========================================================================== */

/* Zoom In */
.tblock-image-zoom-in img {
  transition: transform 1s;
}

.tblock-image-zoom-in.hover img,
.tblock-image-zoom-in:focus img,
.tblock-image-zoom-in:hover img,
:focus>.tblock-image-zoom-in img {
  transform: scale(1.25);
  transition: transform 1s;
}

/* Zoom Out */
.tblock-image-zoom-out img {
  transform: scale(1.25);
  transition: transform 1s;
}

.tblock-image-zoom-out.hover img,
.tblock-image-zoom-out:focus img,
.tblock-image-zoom-out:hover img,
:focus>.tblock-image-zoom-out img {
  transform: scale(1);
  transition: transform 1s;
}

/* Pan Up */
.tblock-image-pan-up img {
  transform-origin: top;
  transform: scale(1.2) translate(0, 0);
  transition: transform 1s;
}

.tblock-image-pan-up.hover img,
.tblock-image-pan-up:focus img,
.tblock-image-pan-up:hover img,
:focus>.tblock-image-pan-up img {
  transform: scale(1.2) translate(0, -15%);
  transition: transform 1s;
}

/* Pan Down */
.tblock-image-pan-down img {
  transform-origin: bottom;
  transform: scale(1.2) translate(0, 0);
  transition: transform 1s;
}

.tblock-image-pan-down:focus img,
.tblock-image-pan-down:hover img,
:focus>.tblock-image-pan-down img {
  transform: scale(1.2) translate(0, 15%);
  transition: transform 1s;
}

/* Pan Left */
.tblock-image-pan-left img {
  transform-origin: left;
  transform: scale(1.2) translate(0, 0);
  transition: transform 1s;
}

.tblock-image-pan-left.hover img,
.tblock-image-pan-left:focus img,
.tblock-image-pan-left:hover img,
:focus>.tblock-image-pan-left img {
  transform: scale(1.2) translate(-15%, 0);
  transition: transform 1s;
}

/* Pan Right */
.tblock-image-pan-right img {
  transform-origin: right;
  transform: scale(1.2) translate(0, 0);
  transition: transform 1s;
}

.tblock-image-pan-right.hover img,
.tblock-image-pan-right:focus img,
.tblock-image-pan-right:hover img,
:focus>.tblock-image-pan-right img {
  transform: scale(1.2) translate(15%, 0);
  transition: transform 1s;
}

/* Rotate Left */
.tblock-image-rotate-left img {
  transform: scale(1.1) translate(0, 0);
  transition: transform 1s;
}

.tblock-image-rotate-left.hover img,
.tblock-image-rotate-left:focus img,
.tblock-image-rotate-left:hover img,
:focus>.tblock-image-rotate-left img {
  transform: scale(1.3) rotate(-15deg);
  transition: transform 1s;
}

/* Rotate Right */
.tblock-image-rotate-right img {
  transform: scale(1.1) translate(0, 0);
  transition: transform 1s;
}

.tblock-image-rotate-right.hover img,
.tblock-image-rotate-right:focus img,
.tblock-image-rotate-right:hover img,
:focus>.tblock-image-rotate-right img {
  transform: scale(1.3) rotate(15deg);
  transition: transform 1s;
}

/* Blur */
.tblock-image-blur.hover img,
.tblock-image-blur:focus img,
.tblock-image-blur:hover img,
:focus>.tblock-image-blur img {
  filter: blur(4px);
  transform: scale(1.1);
  transition: 1s;
}

/* ==========================================================================
   REVEAL ANIMATIONS — Base setup
   ========================================================================== */

[class*=" tblock-fade"],
[class*=" tblock-reveal"],
[class*=" tblock-rotate"],
[class^="tblock-fade"],
[class^="tblock-reveal"],
[class^="tblock-rotate"] {
  display: inline-block;
}

[class*=" tblock-fade"]>*,
[class*=" tblock-reveal"]>*,
[class*=" tblock-rotate"]>*,
[class^="tblock-fade"]>*,
[class^="tblock-reveal"]>*,
[class^="tblock-rotate"]>* {
  display: inline-block;
}

[class*=" tblock-fade"]> :last-child,
[class*=" tblock-reveal"]> :last-child,
[class*=" tblock-rotate"]> :last-child,
[class^="tblock-fade"]> :last-child,
[class^="tblock-reveal"]> :last-child,
[class^="tblock-rotate"]> :last-child {
  margin-bottom: 0;
}

[class*=" tblock-reveal"],
[class*=" tblock-rotate"],
[class^="tblock-reveal"],
[class^="tblock-rotate"] {
  overflow: hidden;
  opacity: 1;
}

[class*=" tblock-fade"],
[class^="tblock-fade"] {
  opacity: 0;
}

/* ==========================================================================
   FADE — Normal (on-load via JS triggering opacity + transform reset)
   ========================================================================== */

.tblock-fade-up {
  transform: translateY(1.5rem);
  transition: opacity 1s, transform 1s;
}

.tblock-fade-down {
  transform: translateY(-1.5rem);
  transition: opacity 1s, transform 1s;
}

.tblock-fade-left {
  transform: translateX(1.5rem);
  transition: opacity 1s, transform 1s;
}

.tblock-fade-right {
  transform: translateX(-1.5rem);
  transition: opacity 1s, transform 1s;
}

/* ==========================================================================
   FADE — Hover  (tblock-fade-*-h — self-contained, no wrapper needed)
   ========================================================================== */

.tblock-fade-up-h,
.tblock-fade-down-h,
.tblock-fade-left-h,
.tblock-fade-right-h {
  display: inline-block;
  opacity: 0;
}

.tblock-fade-up-h {
  transform: translateY(1.5rem);
  transition: opacity 1s, transform 1s;
}

.tblock-fade-down-h {
  transform: translateY(-1.5rem);
  transition: opacity 1s, transform 1s;
}

.tblock-fade-left-h {
  transform: translateX(1.5rem);
  transition: opacity 1s, transform 1s;
}

.tblock-fade-right-h {
  transform: translateX(-1.5rem);
  transition: opacity 1s, transform 1s;
}

.tblock-fade-up-h:hover,
.tblock-fade-down-h:hover,
.tblock-fade-left-h:hover,
.tblock-fade-right-h:hover {
  opacity: 1;
  transform: translate(0);
}

/* ==========================================================================
   REVEAL — Normal (clip reveal via overflow:hidden + child translate)
   ========================================================================== */

.tblock-reveal-up>* {
  transform: translateY(100%);
  transition: transform 1s;
}

.tblock-reveal-down>* {
  transform: translateY(-100%);
  transition: transform 1s;
}

.tblock-reveal-left>* {
  transform: translateX(100%);
  transition: transform 1s;
}

.tblock-reveal-right>* {
  transform: translateX(-100%);
  transition: transform 1s;
}

/* ==========================================================================
   REVEAL — Hover  (tblock-reveal-*-h — self-contained, no wrapper needed)
   ========================================================================== */

.tblock-reveal-up-h,
.tblock-reveal-down-h,
.tblock-reveal-left-h,
.tblock-reveal-right-h {
  display: inline-block;
  overflow: hidden;
  opacity: 1;
}

.tblock-reveal-up-h>* {
  transform: translateY(100%);
  transition: transform 1s;
  display: inline-block;
}

.tblock-reveal-down-h>* {
  transform: translateY(-100%);
  transition: transform 1s;
  display: inline-block;
}

.tblock-reveal-left-h>* {
  transform: translateX(100%);
  transition: transform 1s;
  display: inline-block;
}

.tblock-reveal-right-h>* {
  transform: translateX(-100%);
  transition: transform 1s;
  display: inline-block;
}

.tblock-reveal-up-h:hover>*,
.tblock-reveal-down-h:hover>*,
.tblock-reveal-left-h:hover>*,
.tblock-reveal-right-h:hover>* {
  transform: translate(0);
}

/* ==========================================================================
   ROTATE — Normal (clip rotate via overflow:hidden + child rotate)
   ========================================================================== */

.tblock-rotate-up-right>* {
  transform-origin: bottom left;
  transform: rotate(90deg);
  transition: transform 1s;
}

.tblock-rotate-up-left>* {
  transform-origin: bottom right;
  transform: rotate(-90deg);
  transition: transform 1s;
}

.tblock-rotate-down-right>* {
  transform-origin: top left;
  transform: rotate(-90deg);
  transition: transform 1s;
}

.tblock-rotate-down-left>* {
  transform-origin: top right;
  transform: rotate(90deg);
  transition: transform 1s;
}

/* ==========================================================================
   ROTATE — Hover  (tblock-rotate-*-h — self-contained, no wrapper needed)
   ========================================================================== */

.tblock-rotate-up-right-h,
.tblock-rotate-up-left-h,
.tblock-rotate-down-right-h,
.tblock-rotate-down-left-h {
  display: inline-block;
  overflow: hidden;
  opacity: 1;
}

.tblock-rotate-up-right-h>* {
  transform-origin: bottom left;
  transform: rotate(90deg);
  transition: transform 1s;
  display: inline-block;
}

.tblock-rotate-up-left-h>* {
  transform-origin: bottom right;
  transform: rotate(-90deg);
  transition: transform 1s;
  display: inline-block;
}

.tblock-rotate-down-right-h>* {
  transform-origin: top left;
  transform: rotate(-90deg);
  transition: transform 1s;
  display: inline-block;
}

.tblock-rotate-down-left-h>* {
  transform-origin: top right;
  transform: rotate(90deg);
  transition: transform 1s;
  display: inline-block;
}

.tblock-rotate-up-right-h:hover>*,
.tblock-rotate-up-left-h:hover>*,
.tblock-rotate-down-right-h:hover>*,
.tblock-rotate-down-left-h:hover>* {
  transform: rotate(0);
}

/* ==========================================================================
   IZMIR WRAPPER — triggers fade/reveal/rotate on parent hover/focus
   (legacy pattern — use standalone *-h classes for new work)
   ========================================================================== */

.tblock-izmir.hover [class*=" tblock-fade"],
.tblock-izmir.hover [class^="tblock-fade"],
.tblock-izmir:focus [class*=" tblock-fade"],
.tblock-izmir:focus [class^="tblock-fade"],
.tblock-izmir:hover [class*=" tblock-fade"],
.tblock-izmir:hover [class^="tblock-fade"],
:focus>.tblock-izmir [class*=" tblock-fade"],
:focus>.tblock-izmir [class^="tblock-fade"] {
  opacity: 1;
  transform: translate(0);
}

.tblock-izmir.hover [class*=" tblock-reveal"],
.tblock-izmir.hover [class*=" tblock-rotate"],
.tblock-izmir.hover [class^="tblock-reveal"],
.tblock-izmir.hover [class^="tblock-rotate"],
.tblock-izmir:focus [class*=" tblock-reveal"],
.tblock-izmir:focus [class*=" tblock-rotate"],
.tblock-izmir:focus [class^="tblock-reveal"],
.tblock-izmir:focus [class^="tblock-rotate"],
.tblock-izmir:hover [class*=" tblock-reveal"],
.tblock-izmir:hover [class*=" tblock-rotate"],
.tblock-izmir:hover [class^="tblock-reveal"],
.tblock-izmir:hover [class^="tblock-rotate"],
:focus>.tblock-izmir [class*=" tblock-reveal"],
:focus>.tblock-izmir [class*=" tblock-rotate"],
:focus>.tblock-izmir [class^="tblock-reveal"],
:focus>.tblock-izmir [class^="tblock-rotate"] {
  opacity: 1;
}

.tblock-izmir.hover [class*=" tblock-reveal"]>*,
.tblock-izmir.hover [class*=" tblock-rotate"]>*,
.tblock-izmir.hover [class^="tblock-reveal"]>*,
.tblock-izmir.hover [class^="tblock-rotate"]>*,
.tblock-izmir:focus [class*=" tblock-reveal"]>*,
.tblock-izmir:focus [class*=" tblock-rotate"]>*,
.tblock-izmir:focus [class^="tblock-reveal"]>*,
.tblock-izmir:focus [class^="tblock-rotate"]>*,
.tblock-izmir:hover [class*=" tblock-reveal"]>*,
.tblock-izmir:hover [class*=" tblock-rotate"]>*,
.tblock-izmir:hover [class^="tblock-reveal"]>*,
.tblock-izmir:hover [class^="tblock-rotate"]>*,
:focus>.tblock-izmir [class*=" tblock-reveal"]>*,
:focus>.tblock-izmir [class*=" tblock-rotate"]>*,
:focus>.tblock-izmir [class^="tblock-reveal"]>*,
:focus>.tblock-izmir [class^="tblock-rotate"]>* {
  transform: translate(0) rotate(0);
}

/* ==========================================================================
   tblock Animation CSS style Off
   ========================================================================== */
/* On Call now Button */
svg.reset-svg-fill-none {
  fill: none;
}

/* callnow short code style start */
.tblock-callnow-wrap a {
  display: flex;
  padding: 8px 16px;
  font-size: 16px;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #99A1AF;
  transition: 0.3s;
}

.tblock-callnow-wrap {
  display: flex;
}

a.tblock-callnow-btn {
  color: #fff;
  background: #FF0030;
  border-color: #ff0030;
}

.tblock-callnow-wrap a span {
  padding-left: 8px;
}

a.tblock-whatsapp-btn {
  background: #ffffff;
  margin-left: 10px;
  color: #0F172B;
}

a.tblock-whatsapp-btn svg {
  fill: #0F172B;
}

a.tblock-callnow-btn:hover {
  background: #fff;
  color: #FF0030;
  fill: #FF0030;
  transition: 0.3s;
  border-color: #FF0030;
}

a.tblock-whatsapp-btn:hover {
  color: #128C7E;
  transition: 0.3s;
  border-color: #128C7E;
}

a.tblock-whatsapp-btn:hover svg {
  fill: #128C7E;
}

.tblock-callnow-wrap.tblock_callnow_footer {
  background: #101828;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 10px;
  display: none;
}

.tblock-callnow-wrap.tblock_callnow_footer a.tblock-whatsapp-btn span {
  display: none;
}

/* On Call now Button */
span.tblock-btn-icon-text {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

span.tblock-btn-icon-text sapn.tblock-btn-text {
  font-size: 16px;
  font-weight: 600;
  color: #FF0030;
  padding-left: 16px;
}

span.tblock-btn-icon-text sapn.tblock-btn-icon svg {
  margin: 0;
  padding-top: 6px;
}

span.tblock-btn-icon-text sapn.tblock-btn-icon {
  padding: 0;
  margin: 0;
}

a.tblock-call-now-btn-wrap {
  background: #FEF2F2;
  padding: 12px 24px;
  border-radius: 12px;
}

a.tblock-call-now-btn-wrap:hover .tblock-btn-text,
a.tblock-call-now-btn-wrap:hover svg g path {
  color: #C10007;
  stroke: #C10007;
}

/* Off Call now Button */




/*============= For responsive CSS3 Start Now >--->==============*/
/* Medium Layout 1280px */
@media only screen and (min-width:992px) {
  .tblock_none_d {
    display: none !important;
  }
}

/* Tablet Layout: 768px */
@media only screen and (min-width:768px) and (max-width:991px) {
  .tblock_none_t {
    display: none !important;
  }
}

/* Mobile Layout 320px */
@media only screen and (max-width:767px) {
  .tblock_none_m {
    display: none !important;
  }

  .tblock-callnow-wrap.tblock_callnow_footer {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .tblock-callnow-wrap.tblock_callnow_footer a {
    width: auto;
  }

  .tblock-callnow-wrap.tblock_callnow_footer a.tblock-whatsapp-btn {
    margin-left: 10px;
    margin-top: auto;
  }

  .tblock-callnow-wrap a {
    width: 275px;
    justify-content: center;
  }

  .tblock-callnow-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tblock-callnow-wrap a.tblock-whatsapp-btn {
    margin-left: 0;
    margin-top: 10px
  }

  header a.tblock-callnow-btn svg {
    display: none;
  }

  header a.tblock-callnow-btn {
    font-size: 12px;
    padding: 8px;
    width: 160px;
    border-radius: 8px;
    font-weight: 600;
  }

  a.tblock-call-now-btn-wrap {
    padding: 8px 24px;
  }
}

/* Wide Mobile Layout 480px */
@media only screen and (min-width:480px) and (max-width:766px) {}

/*================= <---End---> responsive CSS3 ===================*/
/* callnow short code style end */










/* =============================================================
   Projects Shortcode — [travasoft_projects]
   ============================================================= */

.ts-projects-section {
  width: 100%;
}

/* Grid — default 2 columns on desktop */
.ts-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
}

/* Column modifiers */
.ts-projects-grid--cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.ts-projects-grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.ts-projects-grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.ts-projects-grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.ts-projects-grid--cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.ts-projects-grid--cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* Card */
.ts-project-card {
  display: flex;
  flex-direction: column;
}

/* Image wrapper */
.ts-project-card__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f0f0;
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
}

.ts-project-card__image {
  width: 100%;
  height: 111%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.ts-project-card__image--placeholder {
  width: 100%;
  height: 100%;
  background: #e8e8e8;
}

/* Hover overlay */
.ts-project-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(30, 80, 200, 0.72);
  opacity: 0;
  transition: opacity 0.35s ease;
  text-decoration: none;
  border-radius: 8px;
}

.ts-project-card__image-wrap:hover .ts-project-card__overlay {
  opacity: 1;
}

.ts-project-card__image-wrap:hover .ts-project-card__image {
  transform: scale(1.04);
}

.ts-project-card__overlay-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ts-project-card__overlay-label {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* Card body */
.ts-project-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Title + tags row */
.ts-project-card__meta-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ts-project-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  color: inherit;
}

/* Tags */
.ts-project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex-shrink: 0;
}

.ts-project-card__tag {
  display: inline-block;
  padding: 4px 12px;
  border: 1.5px solid #cbd5e1;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #475569;
  white-space: nowrap;
  background: transparent;
}

/* Excerpt */
.ts-project-card__excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0 0 16px;
}

/* Divider */
.ts-project-card__divider {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 0;
  margin-top: auto;
}

/* No projects message */
.ts-projects-none {
  grid-column: 1 / -1;
  text-align: center;
  color: #64748b;
  padding: 40px 0;
}

/* Load More button */
.ts-projects-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.ts-projects-load-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #1e3a8a;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
  letter-spacing: 0.02em;
}

.ts-projects-load-more:hover {
  background: #1e40af;
  transform: translateY(-1px);
}

.ts-projects-load-more.ts-loading {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.ts-projects-load-more svg {
  flex-shrink: 0;
}

/* =============================================================
   Related Posts Shortcode — [related_post]
   ============================================================= */
.ts-related-posts h3.ts-rp-card__title a {
  font-size: 24px;
}

.ts-related-posts {
  display: grid;
  gap: 32px 28px;
  width: 100%;
}

/* Dynamic column counts */
.ts-related-posts--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.ts-related-posts--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.ts-related-posts--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.ts-related-posts__none {
  grid-column: 1 / -1;
  text-align: center;
  color: #64748b;
  padding: 32px 0;
}

/* Card */
.ts-rp-card {
  display: flex;
  flex-direction: column;
}

/* Image */
.ts-rp-card__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 16 / 10;
  margin-bottom: 20px;
  text-decoration: none;
  background: #e8edf2;
}

.ts-rp-card__image {
  width: 100%;
  height: 111%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ts-rp-card__image-wrap:hover .ts-rp-card__image {
  transform: scale(1.04);
}

.ts-rp-card__image--placeholder {
  width: 100%;
  height: 100%;
  background: #dde3ea;
}

/* Category badge — top-right pill */
.ts-rp-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 20px;
  background: #2563eb;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

/* Body */
.ts-rp-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ts-rp-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.ts-rp-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ts-rp-card__title a:hover {
  color: #2563eb;
}

.ts-rp-card__excerpt {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0 0 16px;
  flex: 1;
}

.ts-rp-card__divider {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 0 0 12px;
}

/* Meta row: date · comments */
.ts-rp-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #94a3b8;
}

.ts-rp-card__meta-dot {
  font-size: 1rem;
  line-height: 1;
  color: #cbd5e1;
}

.single-post .tsoft-white-cta-m .wp-block-column:nth-child(2) {
  text-align: center;
}

/* =============================================================
   Related Posts — Responsive
   ============================================================= */
.ts-blog-sec .wp-block-query ul.columns-3 {
  margin: 60px 0;
}

.ts-blog-sec .icon-container svg {
  margin-bottom: -6px;
  transition: 0.3s;
}

.ts-blog-sec a.icon-text-wrapper {
  padding: 7px 20px !important;
  margin-top: 40px;
  transition: 0.3s;
}

.ts-blog-sec a.icon-text-wrapper:hover {
  background: #3b5af1 !important;
  transition: 0.3s;
}

.ts-blog-sec a.icon-text-wrapper:hover .icon-container svg {
  fill: #ffffff;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.ts-blog-sec a.icon-text-wrapper:hover span.tanvir-block-des {
  color: #ffffff;
  transition: 0.3s;
}

.page-numbers {
  padding: 7px 24px;
  border-radius: 50px;
  border: 1px solid #3b5af1;
  color: #3b5af1;
  margin: 0 4px;
}

.page-numbers.current {
  background: #3b5af1;
  color: #ffffff;
  transition: 0.3s;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
  padding: 4px 14px;
  border-radius: 50px;
  border: 1px solid #3b5af1;
  color: #3b5af1;
  margin: 0 8px !important;
}

mark {
  background-color: transparent;
}

/*============= For responsive CSS3 Start Now >--->==============*/
/* Medium Layout 1280px */
@media only screen and (min-width:992px) {}

/* Tablet Layout: 768px */
@media only screen and (min-width:768px) and (max-width:991px) {

  .ts-related-posts--cols-4,
  .ts-related-posts--cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ts-related-posts--cols-2 {
    grid-template-columns: 1fr;
  }

  .ts-rp-card__title {
    font-size: 1.05rem;
  }

  .ts-projects-grid,
  .ts-projects-grid--cols-1,
  .ts-projects-grid--cols-2,
  .ts-projects-grid--cols-3,
  .ts-projects-grid--cols-4,
  .ts-projects-grid--cols-5,
  .ts-projects-grid--cols-6 {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }

  .ts-project-card__meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ts-project-card__title {
    font-size: 1.3rem;
  }

  .ts-masonry-image-gallery {
    column-count: 2;
  }
}

/* Mobile Layout 320px */
@media only screen and (max-width:767px) {

  .ts-related-posts--cols-4,
  .ts-related-posts--cols-3,
  .ts-related-posts--cols-2 {
    grid-template-columns: 1fr;
    gap: 28px 0;
  }

  .ts-rp-card__image-wrap {
    aspect-ratio: 4 / 3;
    margin-bottom: 14px;
  }

  .ts-rp-card__title {
    font-size: 1rem;
  }

  .ts-rp-card__excerpt {
    font-size: 0.88rem;
  }

  .ts-masonry-image-gallery {
    column-count: 1;
    column-gap: 12px;
  }

  .ts-masonry-image-gallery .ts-masonry-grid {
    padding: 4px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .ts-masonry-image-gallery .ts-masonry-grid-title {
    font-size: 18px;
    font-weight: 400;
  }

  .ts-masonry-image-gallery .wp-block-image {
    margin-bottom: 12px;
  }

  .ts-projects-grid,
  .ts-projects-grid--cols-1,
  .ts-projects-grid--cols-2,
  .ts-projects-grid--cols-3,
  .ts-projects-grid--cols-4,
  .ts-projects-grid--cols-5,
  .ts-projects-grid--cols-6 {
    gap: 32px 0;
  }

  .ts-project-card__image-wrap {
    aspect-ratio: 4 / 3;
    margin-bottom: 16px;
  }

  .ts-project-card__title {
    font-size: 1.15rem;
  }

  .ts-project-card__excerpt {
    font-size: 0.9rem;
  }

  .ts-projects-load-more {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }

  .ts-projects-load-more-wrap {
    margin-top: 32px;
  }

  /* Projects Details Start */
  .project-metaboxs .project-meta-box {
    width: 50%;
  }

  /* Projects Details The End */
  .ts-projects-grid,
  .ts-projects-grid--cols-1,
  .ts-projects-grid--cols-2,
  .ts-projects-grid--cols-3,
  .ts-projects-grid--cols-4,
  .ts-projects-grid--cols-5,
  .ts-projects-grid--cols-6 {
    grid-template-columns: repeat(1, 1fr);
  }

  .ts-project {
    text-align: center;
    padding-top: 40px;
  }

  .ts-project-screens {
    text-align: center;
    padding: 45px 0 45px 0;
  }

  /* ==ctp-project-On== */
  .cpt-project-content h3.wp-block-heading {
    text-align: center;
  }

  .cpt-project-content .wp-block-quote {
    padding: 15px 10px;
    margin: 30px 0;
    width: 100%;
  }

  .cpt-project-content .wp-block-quote p:nth-child(2) {
    font-size: 16px;
  }

  /* ==ctp-project-Off== */
  .ts-more-projects {
    padding: 36px 0 36px 0;
  }

  .ts-more-projects-font .ts-rp-card {
    margin-top: -36px;
  }

  .ts-related-posts h3.ts-rp-card__title a {
    font-size: 20px;
  }

}

/* Wide Mobile Layout 480px */
@media only screen and (min-width:480px) and (max-width:766px) {}

/*================= <---End---> responsive CSS3 ===================*/