p.text-justify {
    text-align: justify;
}

/* Header Logo */
.header .logo img {
    width: 180px;
    padding-bottom: 10px;
}

/* Video Banner Section */
.banner-video-section {
    position: relative;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-video-section {
    padding: 0;
}

.video-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
    z-index: 2;
}

.video-heading {
    width: 50%;
    font-size: 36;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 1.5rem;
    animation: fadeInDown 1s ease-out;
}

.video-heading span {
    font-weight: 100;
}

/* Team Member View More Section */
.indyavisuals-item--meta .view-more-content {
    margin-top: 15px;
}

.indyavisults-item--meta .view-more-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin-bottom: 10px;
}

.indyavisuals-item--meta .view-more-heading {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--color-white);
    font-weight: 400;
    letter-spacing: 1px;
}

.video-subheading {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    font-weight: 300;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.video-overlay-content .btn {
    padding: 12px 40px 12px 30px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: var(--color-black);
    animation: fadeIn 1s ease-out 0.6s both;
    background-color: var(--color-one);
    border-color: var(--color-one);
    position: relative;
    overflow: hidden;
}

.video-overlay-content .btn i {
    margin-left: 8px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: inline-block;
    position: relative;
    left: 0;
    font-size: 18px;
}

.video-overlay-content .btn:hover i {
    transform: translateX(5px);
}

.video-overlay-content .btn:active i {
    transform: translateX(8px);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .video-heading {
        font-size: 3.5rem;
    }
}

@media (max-width: 992px) {
    .video-heading {
        font-size: 2.8rem;
    }

    .video-subheading {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .video-heading {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .video-subheading {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .video-overlay-content .btn {
        padding: 10px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .video-heading {
        font-size: 1.8rem;
    }

    .video-subheading {
        font-size: 1rem;
    }
}



.view-more-link i {
    margin-left: 8px;
}

.footer {
    padding-bottom: 20px !important;
}

.footer-widget h4 {
    font-weight: 700;
}

/* Form Placeholder Styles */
.indyavisuals-form input::placeholder,
.indyavisuals-form textarea::placeholder {
    color: rgb(221, 221, 221) !important;
    opacity: 1;
    /* Firefox adds opacity by default */
}

/* For older browsers */
.indyavisuals-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(221, 221, 221) !important;
}

.indyavisuals-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(221, 221, 221) !important;
}

.breadcrumb-section {
    padding: 160px 0 100px 0;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
}

/* about us page starts */


.about-image {
    /*margin: 0 50px 40px 0;*/
    /*width: 600px;*/
    position: relative;
}

.about-img-1 {
    height: 100%;
    width: 100%;
}

.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* about us page ends */
.product-alt-2{
    margin-top: 80px;
}


/* whatsapp button starts */

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  animation: float 4s ease-in-out infinite;
}

.whatsapp-float a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(145deg, #25d366, #128C7E);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* animation: pulse 2s ease-in-out infinite; */
}

.whatsapp-float a:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-float i {
  font-size: 30px;
  transition: transform 0.3s ease;
}

.whatsapp-float a:hover i {
  transform: scale(1.1);
}

@keyframes float {

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

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

@keyframes pulse-wh {

  0%,
  100% {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }

  50% {
    box-shadow: 0 4px 25px rgba(37, 211, 102, 0.6);
  }
}

