    @import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
    body{
      font-family: "Montserrat", sans-serif;
    }


    .image-box {
        background: #666;
		border: solid 1px #ccc;
        color: white;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        font-style: italic;
        overflow: hidden;
    }
    .image-box a {
        width: 100%;
    }
    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .search-form input {
        width: 450px;
    }
    .search-form button {
        border: none;
        padding: 0px 15px;
        font-size: 14px;
        border-radius: 7px 7px 7px 7px;
    }
    .section-heading {
      font-size: 34px;
      margin: 30px 0 20px;
      text-align: center;
      font-family: "Special Gothic Expanded One", sans-serif;
      font-weight: 400;
      font-style: normal;
      
    }
    #typed-loop-text{
      font-family: "Special Gothic Expanded One", sans-serif;
      font-weight: 400;
      font-style: normal;
    }
      .tag-button {
        background: #444;
        color: white;
        border: none;
        margin: 2px;
        font-size: 10px;
        padding: 4px 10px;
        border-radius: 20px;
    }
    .footer {
      background: #222;
      color: #bbb;
      padding: 40px 0;
    }
    footer P , footer .list-unstyled li a {
        font-size: 14px;
    }
    .typing-text::after {
  content: "|";
  animation: blink 1s infinite;
  color: black;
  font-weight: bold;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
canvas {
      display: block;
      background: #111;
      width: 100%;
      position: relative;
    }
.canvasContainer {
    position: relative;
}

.bannerclass {
    z-index: 2;
    position: absolute;
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
}
.cursor, span#typed-loop-text {
    color: #fff;
	font-size:30px;
}
.post.testimonial-sm.custom-ad-box {
    height: 300px;
    overflow: hidden;
}




.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image-box img {
  width: 100%;
  height: 250px;
  transition: transform 0.5s ease;
      object-fit: cover;
    object-position: top;
}

.image-box a {
    display: block;
    width: 100%;
    height: 100%;
}

  .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.3s ease;
    display: block;
  }

.image-box:hover img {
  transform: scale(1.07);
  filter: brightness(0.3) contrast(1.05);
}

  .icon-float {
    font-size: 22px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
    animation: none;
  }

  .image-box:hover .icon-float {
    animation: floatSlight 2s ease-in-out infinite;
    opacity: 1;
    transform: scale(1);
  }

  @keyframes floatSlight {
    0%, 100% {
      top: 30%; /* shifted UP */
    }
    50% {
      top: 40%; /* shifted UP */
    }
  }
.hover-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.2) 60%,
    transparent 100%
  );
  color: #fff;
  text-align: center;
  padding: 15px 15px;
  transition: bottom 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}


  .image-box:hover .hover-content {
    padding-bottom: 35px;
    bottom: 0px; /* shifted UP */
    opacity: 1;
  }

  .hover-content h6 {
    font-size: 14px;
    margin-bottom: 5px;
    animation: fadeInUp 0.4s ease forwards;
    animation-delay: 0.1s;
    opacity: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5em;
    max-width: 100%; /* optional if container is fixed width */

  }
    @import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
    body{
      font-family: "Montserrat", sans-serif;
    }
    .image-box {
        background: #666;
        color: white;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        font-style: italic;
        overflow: hidden;
    }
    .image-box a {
        width: 100%;
    }
    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .search-form input {
        width: 450px !important;
        border-radius: 6px 0px 0px 6px;
    }
    .search-form button {
        border: none;
        padding: 0px 15px;
        font-size: 14px;
        border-radius: 7px 7px 7px 7px;
    }
    .section-heading {
      font-size: 34px;
      margin: 30px 0 20px;
      text-align: center;
      font-family: "Special Gothic Expanded One", sans-serif;
      font-weight: 400;
      font-style: normal;
      
    }
    #typed-loop-text{
      font-family: "Special Gothic Expanded One", sans-serif;
      font-weight: 400;
      font-style: normal;
    }
      .tag-button {
        background: #444;
        color: white;
        border: none;
        margin: 2px;
        font-size: 10px;
        padding: 4px 10px;
        border-radius: 20px;
    }
    .footer {
      background: #222;
      color: #bbb;
      padding: 40px 0;
    }
    footer P , footer .list-unstyled li a {
        font-size: 14px;
    }
    .typing-text::after {
  content: "|";
  animation: blink 1s infinite;
  color: black;
  font-weight: bold;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
canvas {
      display: block;
      background: #111;
      width: 100%;
      position: relative;
    }
.canvasContainer {
    position: relative;
}

.bannerclass {
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.cursor, span#typed-loop-text {
    color: #fff;
	font-size:25px;
}
.post.testimonial-sm.custom-ad-box {
    height: 300px;
    overflow: hidden;
}




.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
	height:300px;
}

.image-box img {
  width: 100%;
  height: 250px;
  transition: transform 0.5s ease;
      object-fit: cover;
    object-position: top;
}

.image-box a {
    display: block;
    width: 100%;
    height: 100%;
}

  .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.3s ease;
    display: block;
  }

.image-box:hover img {
  transform: scale(1.07);
  filter: brightness(0.3) contrast(1.05);
}

  .icon-float {
    font-size: 22px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
    animation: none;
  }

  .image-box:hover .icon-float {
    animation: floatSlight 2s ease-in-out infinite;
    opacity: 1;
    transform: scale(1);
  }

  @keyframes floatSlight {
    0%, 100% {
      top: 30%; /* shifted UP */
    }
    50% {
      top: 40%; /* shifted UP */
    }
  }
.hover-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.2) 60%,
    transparent 100%
  );
  color: #fff;
  text-align: center;
  padding: 15px 15px;
  transition: bottom 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}


  .image-box:hover .hover-content {
    padding-bottom: 35px;
    bottom: 0px; /* shifted UP */
    opacity: 1;
  }

  .hover-content h6 {
    font-size: 14px;
    margin-bottom: 5px;
    animation: fadeInUp 0.4s ease forwards;
    animation-delay: 0.1s;
    opacity: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5em;
    max-width: 100%; /* optional if container is fixed width */

  }
.custom-ad-box{
  border: solid 1px #ccc;
  border-radius: 12px;
}

  .hover-content a {
    font-size: 13px;
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
    text-decoration: none;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
ul#menu-side-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex
;
    justify-content: center;
    gap: 9px;
}
.custom-ad-box {
    height: 250px;
    border-radius: 15px;
}
.container {
    max-width: 1300px;
}
 {
  border: solid 1px #ccc;
  border-radius: 12px;
}

  .hover-content a {
    font-size: 13px;
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
    text-decoration: none;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
ul#menu-side-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}
.custom-ad-box {
    height: 250px;
    border-radius: 15px;
}
.container {
    max-width: 1300px;
}
.footer-logo {
    display: block;
    margin-bottom: 20px;
}

.footer-logo img {
    display: block;
    width: 200px;
}
.list-unstyled li a {
    color: #fff;
    text-decoration: none;
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
    }
.singlePageInner {
    margin-bottom: 20px;
}
.navbar-nav li a {
    color: rgba(0, 0, 0, 60%) !important;
    text-decoration: none;
}
span.single-page {
    font-family: "Special Gothic Expanded One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff !important;
    font-size: 30px;
}
.showMore a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.canvasContainer{
    position: relative;
    height: 200px;
    background: #000;
}
.hover-content h3 {
    font-weight: 500;
    font-size: 16px;
    width: 240px;
    margin: 0 auto 15px !important;
    line-height: 22px;
}

.hover-content a {
    display: inline-block;
    color: #000;
    background: #fff;
    width: auto;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
}
.cursor, span#typed-loop-text {
    color: #fff;
    font-size: 32px !important;
}
@media only screen and (max-width: 767px) {
	.search-form input {
    width: 200px !important;
    border-radius: 6px 0px 0px 6px;
}
}




