/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.banner-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 306px 0 0px;
    z-index: 1;
}

.banner-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.09;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.banner-one__shape-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 192px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
}

.banner-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.banner-one__title {
    font-size: 60px;
    color: var(--techguru-white);
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-one__title span {
    color: var(--techguru-base);
}

.banner-one__btn-box {
    position: relative;
    display: block;
}

.banner-one__btn-box .thm-btn {
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
}

.banner-one__img-box {
    position: relative;
    display: block;
    margin-top: 50px;
    z-index: 1;
}

.banner-one__img {
    position: relative;
    display: block;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 0;
}

.banner-one__img img {
    width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.banner-one__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

.banner-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: var(--techguru-white);
    border-radius: 50%;
    margin: 0 auto 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.banner-one__video-icon::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    z-index: -1;
}

.banner-one__video-icon:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 10px solid transparent;
    background: linear-gradient(90deg, #8F88FF, #5CB0E9) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: visible;
    opacity: .20;
    z-index: -1;
}

.banner-one__video-icon:hover {
    background-color: var(--techguru-base);
    color: var(--techguru-black);
}

.banner-one__video-link .ripple,
.banner-one__video-icon .ripple:before,
.banner-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--techguru-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--techguru-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--techguru-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--techguru-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.banner-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
/* === Banner Section Styles === */
.main-slider-two {
  position: relative;
  overflow: hidden;
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

/* ✅ Background Video */
.main-slider-two__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
  filter: brightness(0.8); /* Slight darkening for better text visibility */
  transition: opacity 0.8s ease-in-out;
}

@media (max-width: 768px) {
  .main-slider-two__video {
    height: 100vh;
    object-position: center;
  }
}

@media (max-width: 480px) {
  .main-slider-two__video {
    height: 90%;
    filter: brightness(0.7); /* Darker for better mobile text visibility */
    object-fit: cover;
  }
}

/* ✅ Background Image */
.main-slider-two__bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  transition: transform 6s ease, opacity 1s ease;
}

.main-slider-two__bg-image:hover {
  transform: scale(1.05);
}

/* === Overlay / Content Layer === */
.main-slider-two .container,
.main-slider-two .main-slider-two__content {
  position: relative;
  z-index: 3;
}

.main-slider-two__content {
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
  max-width: 700px;
}

.main-slider-two__sub-title-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.main-slider-two__sub-title {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  color: #f3f3f3;
}

.main-slider-two__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

.main-slider-two__title span {
  color: #00bcd4; /* accent color for last word */
}

.main-slider-two__text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #e6e6e6;
}

/* === Buttons === */
.main-slider-two__btns-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.thm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #00bcd4;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.thm-btn:hover {
  background-color: #0194a6;
  transform: translateY(-3px);
}

/* === Navigation Buttons === */
.main-slider-two__nav {
  position: absolute;
  bottom: 40px;
  right: 60px;
  z-index: 10;
  display: flex;
  gap: 20px;
}

.main-slider-prev,
.main-slider-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-slider-prev:hover,
.main-slider-next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/* === Social Box === */
.main-slider-two__social-box {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 5;
  color: #fff;
}

.main-slider-two__social-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.main-slider-two__social-box-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-slider-two__social-box-inner a {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.main-slider-two__social-box-inner a:hover {
  color: #00bcd4;
}

/* === Shapes === */
.main-slider-two__shape-1,
.main-slider-two__shape-2,
.main-slider-two__shape-3 {
  position: absolute;
  z-index: 2;
}

.main-slider-two__shape-2 {
  top: 15%;
  left: 10%;
  animation: floatX 6s ease-in-out infinite;
}

.main-slider-two__shape-3 {
  bottom: 10%;
  right: 15%;
  animation: floatY 7s ease-in-out infinite;
}

/* === Floating Animations === */
@keyframes floatX {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

/* === Mobile Responsiveness === */
@media (max-width: 991px) {
  .main-slider-two__content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-slider-two__title {
    font-size: 2rem;
  }

  .main-slider-two__text {
    font-size: 1rem;
  }

  .main-slider-two__social-box {
    display: none;
  }
}

















/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/