/*!
Theme Name: AV Productions
Theme URI: http://underscores.me/
Author: Triple D Vision
Author URI: https://tripledvision.com
Description: A responsive Bootstrap 5 based WP theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: av-productions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding-top: 85px;
  background-image: url(assets/img/common/body_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  color: #b3b3b3;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

/* Start Common Elements */
.text-justify {
  text-align: justify;
}

.av-img-heading {
  font-size: 22px;
  font-weight: 400;
}

.av-gradient-heading {
  font-size: 35px;
  font-weight: 400;
}

.av-gradient-heading span {
  background: linear-gradient(90deg, #0093DA, #00F7F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* .pos-relative {
  position: relative;
} */

/* End Common Elements */

/* Start Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00065b;
  background-image: url(assets/img/common/body_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999999;
}

#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.preloader-logo {
  animation: pulse 1.5s infinite;
  width: 100%;
  max-width: 450px;
  height: auto;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* End Preloader */

/* Start Header */
header {
  background-image: linear-gradient(90deg, rgb(0, 6, 91), rgb(0, 7, 100), rgb(0, 9, 136));
}

.navbar-brand .av-logo {
  height: 60px;
  width: auto;
}

.navbar-brand .siyama-logo {
  height: 35px;
  width: auto;
}

.nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  color: #fff;
}

.nav-link:hover {
  color: #fff;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.4s ease;
}

.nav-link:hover::after {
  width: 50%;
}

/* End Header */

/* Start Main Slider Section */
.av-hero-slider .slider {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 992px) {

  .av-hero-slider .slider,
  .av-hero-slider .slide {
    /* height: 100vh; */
    height: calc(100vh - 80px);
  }
}

.slide {
  position: relative;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slide__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide .slide__content.slide__content__left {
  left: 18%;
  -webkit-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
  right: 12%;
  left: auto;
  -webkit-transform: translate(5%, -50%);
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: #fff;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  text-shadow: 1px 1px 2px #000;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
  color: #fff;
}

.slide .slide__content--headings .title {
  font-size: 3.75rem;
}

.av-hero-slider .slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  -webkit-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.slick-nav i:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    -webkit-transform: rotate(40deg) scaleX(1);
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    -webkit-transform: rotate(40deg) scaleX(1);
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
    transform: rotate(0deg) scaleX(0.1);
  }
}

.slide .slide__content--headings .title span {
  position: relative;
}

.slide .slide__content--headings .title span::before {
  content: '';
  background: linear-gradient(90deg, rgba(0, 12, 165, 1) 0%, rgba(0, 146, 218, 1) 58%);
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  height: 32px;
  z-index: -1;
  transition: all .3s ease-in-out;
}

/* End Main Slider Section */

/* Start Client Slider */
.av-clients {
  padding: 60px 0 145px;
  background-image: url(assets/img/home/clients_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
}

.av-client-slider {
  margin-top: 40px;
}

.av-client-slider .client-slide img {
  max-height: 65px;
}

/* End Client Slider */

/* Start Stat Section */
.av-home-stats {
  padding: 50px 0 100px;
}

.av-stats .counter-bg {
  background: radial-gradient(rgb(13 24 159) -20%, transparent 75%);
}

.av-stats .counter-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
}

.av-stats .counter-box h2 {
  background: linear-gradient(90deg, #0093DA, #00F7F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.av-stats .stat-divider {
  height: 120px;
  object-fit: contain;
}

/* End Stat Section */

/* Start Values Section */

.icon-box-wrapper {
  background-color: #011257;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.icon-box {
  background: linear-gradient(145deg, #0093DA 0%, #0048B4 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 60px;
}

.icon-box img {
  width: 80px;
  height: 80px;
}

.text-card {
  padding: 1.5rem;
  min-height: 225px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 2;
}

.text-card h3 {
  font-size: 18px;
  margin-bottom: 0.75rem;
  color: #00b4e2;
  font-weight: 400;
}

.text-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

/* .step-arrow-bottom {
  position: absolute;
  bottom: 15px;
  left: 45%;
  width: 55%;
  height: auto;
}
.step-arrow-top {
  position: absolute;
  top: -35px;
  left: 45%;
  width: 55%;
  height: auto;
} */

.step-arrow-bottom,
.step-arrow-top {
  position: relative;
  left: 15%;
  width: 62%;
  height: auto;
}

/* End Values Section */

/* Start Portfolio Slider */
.av-portfolio {
  padding: 60px 0;
}

.av-portfolio-slider {
  margin-top: 60px;
}

.av-portfolio-slider .slick-slide {
  margin-left: 30px;
}

.av-portfolio-slider .slick-list {
  margin-left: -30px;
}

.av-portfolio-slider .slick-track {
  display: flex;
}

/* End Portfolio Slider */

/* Start About Page */
.av-featured-bg {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}

.av-intro {
  background-image: url(assets/img/about/intro_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.av-floating {
  padding: 120px 0 0;
}

.floating-element {
  animation: floatAnimation 3s ease-in-out infinite;
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.av-three-images {
  padding: 0 0 80px;
}

.img-equal-height {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: center;
}

.av-full-image {
  padding: 0 0 40px;
}

.hero-image-wrapper {
  position: relative;
  overflow: hidden;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 90, 255, 0.9) 0%, rgba(0, 90, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.bottom-text-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0 15px;
}

.bottom-text {
  font-size: 42px;
  font-weight: 500;
  text-shadow: 4px 4px 10px #000;
}

.social-media-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-container {
  background: linear-gradient(0deg, rgba(0, 18, 97, 1), rgba(0, 15, 97, 1));
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 5rem;
}

.follow-us-text {
  font-size: 1.1rem;
  margin-right: 1.5rem;
}

.social-pill {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #121c82;
  border-radius: 50rem;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  min-width: 0;
}

.social-pill h6 {
  font-weight: 400;
}

@media (min-width: 992px) {
  .social-pill {
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 60%;
    min-width: 420px;
  }
}

/* End About Page */

/* Start Portfolio Page */
.av-portfolio-wrapper {
  padding: 100px 0 80px;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  text-decoration: none;
  height: 300px;
  background:
    linear-gradient(to top,
      rgba(1, 19, 90, 0.9) 0%,
      rgba(1, 19, 90, 0.7) 25%,
      rgba(0, 0, 0, 0) 60%),
    var(--img-url);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.portfolio-item h5 {
  /* font-size: 1.25rem; */
  /* font-weight: 600; */
  /* line-height: 1.4; */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* End Portfolio Page */

/* Start Contact Page */
.av-contact {
  padding: 80px 0;
}

.contact-info-bg {
  position: relative;
  background: linear-gradient(270deg, #131c89, #09127a);
}

.contact-info-bg::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-image: url(assets/img/contact/contact_info_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-form-wrapper {
  background: linear-gradient(to top right, #0c114d, #0c148c);
}

.form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  height: 45px;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-control:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}

.form-label {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: .5rem;
}

textarea.form-control {
  height: 120px;
  resize: vertical;
}

.contact-info {
  position: relative;
  z-index: 2;
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
}

.contact-info li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.contact-info li i {
  width: 30px;
  font-size: 1.1rem;
  margin-right: 0.5rem;
  text-align: center;
}

.contact-info li a {
  color: #e3e3e3;
  text-decoration: none;
}

.contact-info li a:hover {
  color: #fff;
}

/* End Contact Page */

/* Start WhatsApp Chat */
.av-whatsapp {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: fit-content;
  padding: 5px 18px;
  background-color: #fff;
  border-radius: 25px;
}

.av-whatsapp svg {
  max-width: 35px;
}

.av-whatsapp span {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

/* End WhatsApp Chat */

/* Start Semicircle */
.av-semicircle {
  padding: 25px 0 100px;
}

.carousel-container {
  position: relative;
  margin: auto;
  border-radius: 8px;
}

#carousel-mask {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 50% / 100% 100% 0 0;
  background-color: #0500f5;
}

#carousel-mask svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arc-slice-group {
  cursor: pointer;
}

.arc-slice {
  stroke: #000;
  stroke-width: 6;
  transition: opacity 0.4s ease;
}

.arc-slice-group:not(.active) .arc-slice {
  opacity: 0.7;
}

.arc-slice-group:not(.active):hover .arc-slice {
  opacity: 0.9;
}

.arc-slice-group.active .arc-slice {
  opacity: 1;
}

.arc-slice-group.active {
  cursor: default;
}

/* REMOVED: .center-text style */

/* --- Styles for CURVED text content --- */
.slice-text-content {
  fill: #ffffff;
  text-anchor: middle;
  font-family: "Inter", sans-serif;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.75s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.slice-title-text {
  font-size: 16px;
  font-weight: 600;
}

.slice-description-text {
  font-size: 12px;
  font-weight: 300;
}

/* Visibility logic for slice text */
.arc-slice-group.active .slice-text-content {
  opacity: 1;
}

.rotating-wheel:hover .arc-slice-group.active .slice-text-content {
  opacity: 0;
}

.rotating-wheel .arc-slice-group:hover .slice-text-content {
  opacity: 1;
}

/* --- END CURVED text Styles --- */

/* --- NEW: Styles for static content overlay --- */
#static-content-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  /* Adjust width to fit inside the donut hole */
  height: 45%;
  /* Adjust height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  z-index: 5;
  /* Above SVG mask, below nav buttons */
  pointer-events: none;
  /* Allow clicks to pass through if needed */
}

#static-content-overlay .av-img-heading {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

#static-content-overlay .av-img-heading img,
#static-content-overlay .av-img-heading svg {
  width: 16px;
  height: 16px;
}

#static-content-overlay .av-gradient-heading {
  font-size: 1.5rem;
  /* Adjust as needed */
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

#static-content-overlay .av-gradient-heading span {
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#static-content-overlay p {
  font-size: 0.75rem;
  /* Small paragraph text */
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}

#static-content-overlay .explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 198, 255, 0.2);
  border: 1px solid rgba(0, 198, 255, 0.5);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  pointer-events: auto;
  /* Make the button clickable */
}

#static-content-overlay .explore-btn:hover {
  background-color: rgba(0, 198, 255, 0.4);
  border-color: rgba(0, 198, 255, 0.8);
}

#static-content-overlay .explore-btn .arrow-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #00c6ff;
  border-radius: 50%;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

/* --- END static content styles --- */

/* Navigation buttons styling */
.nav-button {
  position: absolute;
  bottom: 5%;
  z-index: 10;
  width: 44px;
  height: 44px;
  background-color: #e0f7fa;
  border-radius: 50%;
  border: none;
  color: #0891b2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  overflow: hidden;
}

.nav-button:hover {
  background-color: #b2f5ea;
  transform: translateY(-2px);
}

#nav-prev {
  left: 20%;
  transform: translateX(-50%);
}

#nav-next {
  right: 20%;
  transform: translateX(50%);
}

.nav-button .fa-angle-up {
  line-height: 1;
  display: block;
}

.nav-button .icon-top {
  font-size: 0.75em;
  margin-bottom: -4px;
}

.nav-button .icon-bottom {
  font-size: 1em;
}

.nav-button .icon-bottom.animate__bounce {
  --animate-duration: 2s;
}

.nav-button .icon-top.animate__bounce {
  --animate-duration: 2s;
  animation-delay: 0.5s;
}

/* End Semicircle */

/* Start Instagram Slider */
.insta-main-wrapper {
  background-image: url(assets/img/home/insta_slider_bg.png);
  background-repeat: no-repeat;
  background-size: 375px;
  overflow: hidden;
  color: white;
}

.insta-inner-row {
  padding: 50px 25px;
  background: linear-gradient(90deg, #00053a, #000952);
  border-radius: 25px;
  /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.175); */
}

.instagram-slider .slick-slide {
  padding: 0 6px;
}

.instagram-slider .slide-item {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background-color: #1e3a8a;
}

.instagram-slider .slide-item img,
.instagram-slider .slide-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.instagram-slider .slide-item:hover img,
.instagram-slider .slide-item:hover video {
  transform: scale(1.05);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.instagram-slider .slide-item:hover .play-icon {
  opacity: 1;
}

.play-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
  margin-left: 4px;
}

.fancybox__caption {
  font-size: 1rem;
  padding: 1rem;
  background-color: #0d1b4c;
  border-top: 1px solid #1e3a8a;
}

.gradient-btn {
  background: linear-gradient(90deg, rgba(0, 145, 218, .55), rgba(0, 247, 249, 46%));
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.gradient-btn i {
  font-size: 24px;
  color: #ccc;
}

/* End Instagram Slider */

/* Start Common Section */
.av-common-section {
  padding: 60px 0;
}

/* End Common Section */

/* Start Footer */
footer {
  background-color: #070b30;
  padding: 50px 0 75px;
  color: #ccc;
}

.social-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

.av-social-icons .list-inline-item:not(:last-child) {
  margin-right: 12px;
}

footer ul li,
footer p {
  font-size: 14px;
}

footer h6 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
}

footer .av-member-text {
  margin-left: 25%;
}

.footer-links li {
  margin-bottom: 5px;
}

.av-social-icons li a {
  display: inline-block;
  color: #070b30;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background-color: #b3b3b3;
  border-radius: 50%;
  transition: all .5s ease;
}

.av-social-icons li a:hover {
  color: #fff;
  background-color: #034e84;
}

.av-social-icons li a i {
  font-size: 20px;
  vertical-align: middle;
}

.av-copyright {
  margin-top: 20px;
  text-align: left;
}

.av-copyright p {
  margin-bottom: 0;
}

.av-copyright a {
  color: #fff;
}

.av-copyright a:hover {
  color: #00F7F9;
}

/* End Footer */

/* Start Media queries */
@media only screen and (max-width: 1199px) {
  .av-clients {
    padding: 60px 0 106px;
  }
}

@media only screen and (max-width: 991px) {
  .av-clients {
    padding: 60px 0 84px;
  }

  .slide .slide__content--headings .title {
    font-size: 3rem;
  }

  .step-arrow-bottom,
  .step-arrow-top {
    display: none;
  }

  .bottom-text {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .av-clients {
    padding: 60px 0 68px;
  }

  .slide .slide__content--headings .title {
    font-size: 2rem;
  }

  .text-card {
    min-height: auto;
  }

  .bottom-text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-brand .av-logo {
    height: 40px;
  }

  .slide .slide__content--headings .title {
    font-size: 1.5rem;
  }

  .av-clients {
    padding: 60px 0 60px;
  }

  footer .av-member-text {
    margin-left: 50px;
  }

  footer img {
    width: 200px;
  }

  .av-copyright {
    margin-top: 60px;
  }

  .bottom-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .av-clients {
    padding: 60px 0 80px;
  }
}

/* End Media queries */

/*
*** Underscores Default Styles
*/

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}