/* header info */
/* Subtle fade + movement animation for header info */
.header-info-animated {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  color: #fff;
}

.item-active{
  color: var(--theme-color) !important;
}

.header-info-animated .info-item {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.header-info-animated .info-item i {
  color: var(--main-color);
  font-size: 16px;
}

/* ✨ Animated phone number pulse + glow */
.vs-header__call .phone-animate {
  display: inline-block;
  font-weight: 600;
  color: var(--main-color);
  animation: phonePulse 2.5s infinite ease-in-out;
}

.vs-header__call i {
  color: var(--main-color);
  margin-right: 8px;
  animation: phoneIconBlink 2.5s infinite ease-in-out;
}

/* Keyframes for animations */
@keyframes phonePulse {
  0%, 100% {
    transform: scale(1);
    text-shadow: 0 0 5px rgba(220, 121, 75, 0.4);
  }
  50% {
    transform: scale(1.05);
    text-shadow: 0 0 12px rgba(220, 121, 75, 0.8);
  }
}

@keyframes phoneIconBlink {
  0%, 100% {
    opacity: 1;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.6;
    transform: rotate(-10deg);
  }
}


@media (max-width: 991px) {
  .header-info-animated {
    display: none;
  }
}


.vs-header__top-style2{
    background-color: var(--title-color);
}

.header-social a,
.vs-header__call.style2 {
    color: var(--white-color);
}

.sec-subtitle{
    color: var(--subtitle-color) !important;
}

.header-logo a img, 
.preloader-inner img,
.footer-logo a img,
.footer-logo img{
    height: 100px;
}

.searchBoxTggler{
    display: none;
}

.vs-btn{
    color: var(--title-color);
}

.vs-btn::after, .vs-btn::before{
    background-color: var(--title-color) !important;
    color: var(--white-color) !important;
}

.vs-btn:hover{
    color: var(--white-color) !important;
}

.vs-btn:hover span{
    background-color: var(--white-color) !important;
}

.vs-feature {
  color: var(--white-color); /* default icon/text color */
  transition: color 0.3s ease;
}

.vs-feature:hover {
  color: var(--theme-color); /* on hover, switch to theme color */
}

.vs-feature__icon--container svg {
  width: 50px;
  height: 50px;
  fill: currentColor; /* inherit the text color from parent */
  transition: fill 0.3s ease;
}

.choose-image__user--link img{
    width: 160px !important;
    height: 60px !important;
}

.sec-title.text-white {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}

.sec-subtitle.text-theme,
.choose-image .media-text,
.sec-subtitle {
  text-shadow:
    0 3px 6px rgba(20, 20, 40, 0.9),
    0 0 6px rgba(10, 10, 30, 0.5);
}

.title-area p.text-white,
.choose-image .media-number {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

.vs-service__number{
    color: var(--subtitle-color) !important;
}

.contact__man img{
    width: 370px;
    height: 451px;
}


@media (max-width: 768px) {
    .vs-header__logo-style2 a img{
        height: 80px;
    }

    h1{
        font-size: 50px;
    }

    h2{
        font-size: 32px;
    }

    .vs-about__img1 img{
        width: 307.5px;
        height: 400px;
    }

    .vs-about__title{
        font-size: 28px;
    }

    .vs-about__img2{
        width: 307.5px;
        height: 280.5px;
    }

    .mobile-logo a img{
        height: 100px;
    }

    .pricing__plan--price {
        font-size: 40px;
    }

}

@media (max-width: 426px) {
    h1{
        font-size: 40px !important;
    }

    .vs-feature__title .vs-feature__title--link{
        font-size: 30px !important;
    }

    .vs-feature__title .vs-feature__title--link,
    .pricing__plan--title {
        font-size: 26px !important;
    }

    h2{
        font-size: 28px;
    }

    .vs-about__img1 img {
        width: 300px;
        height: 370px;
    }

    .vs-about__title {
        font-size: 26px;
    }

    .choose-step__title {
        font-size: 22px;
    }

    .pricing__plan--price {
        font-size: 30px;
    }
}

@media (max-width: 376px) {
    h1{
        font-size: 35px !important;
    }

    .vs-banner__text {
        font-size: 16px;
    }

    .vs-feature__title .vs-feature__title--link, .pricing__plan--title {
        font-size: 24px !important;
    }

    h2 {
        font-size: 26px;
    }

    .vs-about__title {
        font-size: 23px;
    }

    .choose-step__title {
        font-size: 20px;
    }

    .choose-step__number{
        font-size: 12px;
    }

    .project-style2 span.project-number {
        font-size: 30px;
    }
}

@media (max-width: 320px) {

    .vs-header__logo-style2 a img{
        height: 70px;
    }
    h1 {
        font-size: 30px !important;
    }
    .vs-btn{
        padding: 18px 26px;
    }

    .vs-feature__title .vs-feature__title--link, .pricing__plan--title {
        font-size: 20px !important;
    }

    h2{
        font-size: 23.5px;
    }

    .vs-about__title {
        font-size: 21px;
    }

    .vs-about__img2{
        width: 300px;
        height: 280.5px;
    }

    .vs-about__desc , p{
        font-size: 14px;
    }

    .choose-step__title {
        font-size: 18px;
    }

    .pricing__plan--price {
        font-size: 25px;
    }

    /* expertise section */

    .expertise-card p{
        font-size: 14px !important;
    }
}

/* contact info */

.contact-info{
    width: auto !important;
    height: auto !important;
    border-radius: 15px !important;
}

.footer-contact-btn{
    display: flex;
    justify-content: center;
}

.vs-btn2:hover{
    color: var(--title-color);
}

/* contact page */

.footer-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 10px 0;
  background: var(--title-color);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-marquee 15s linear infinite;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  margin: 0 25px;
  color: var(--white-color);
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.marquee-item i {
  margin-right: 8px;
  color: var(--main-color);
  font-size: 16px;
}

.marquee-item:hover {
  color: var(--theme-color);
}

.divider {
  color: rgba(255,255,255,0.4);
  font-weight: 300;
  margin: 0 20px;
}

@keyframes scroll-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Responsive tweak */
@media (max-width: 767px) {
  .marquee-item {
    font-size: 14px;
    margin: 0 15px;
  }
  .divider { margin: 0 10px; }
}

/* expertise section */

.expertise-section {
  background: var(--bg-color2);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.expertise-wrapper {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.expertise-card {
  background: var(--bg-color3);
  border-radius: 20px;
  padding: 40px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 transparent;
}

.expertise-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(220,121,75,0.4);
}

.expertise-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.expertise-card p {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 1.6;
}

.circle-progress {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255,255,255,0.1);
  border-top-color: var(--main-color);
  margin: 0 auto 10px;
  position: relative;
  animation: rotateCircle 3s linear infinite;
}

@keyframes rotateCircle {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 991px) {
  .expertise-wrapper { flex-direction: column; align-items: center; }
  .expertise-card { width: 100%; max-width: 350px; }
}


