/* Mobile Hero Section*/
.mobile-hero-section {
    background: #f5f5f5;
    padding: 20px 0;
}

.mobile-hero-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-primary);
}

.mobile-hero-title .text-primary {
    color: /** #0072a4**/#53c3cc  !important;

}

.mobile-hero-description {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    max-width: 600px;
}

.mobile-hero-btn {
    margin-top: 35px;
    padding: 14px 35px;
    background:  var(--text-primary);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

.mobile-hero-btn:hover {
    background: #0e2b52;
}

.mobile-hero-image-wrapper {
    position: relative;
}

.mobile-hero-image {
    max-width: 500px;
    animation: floatImage 4s ease-in-out infinite;
}

/* animation */
@keyframes floatImage {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}
@media (max-width: 992px) {

    .mobile-hero-section {
        padding: 80px 0;
        text-align: center;
    }

    .mobile-hero-title {
        font-size: 36px;
    }

    .mobile-hero-description {
        margin: 20px auto;
    }

    .mobile-hero-image {
        max-width: 350px;
        margin-top: 40px;
    }
}
.Animate-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;  
    margin: auto;
    
}
.hero-img-outer,
.hero-img-inner {
    position: absolute;
    width: 100%;
    aspect-ratio: 500 / 380;  
    
    border: 1.5px solid #53c3cc;
    background-color: transparent;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    
    animation: rotateShape 8s linear infinite;
    top: 6%;
}
.hero-img-inner {
    border: 2px solid #fff;
    padding-top: 6%;
    margin-left: 6%;
    animation: rotateShapeReverse 8s linear infinite;
}

.hero-img img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    animation: floatImage 4s ease-in-out infinite alternate,
               scaleImage 4s ease-in-out infinite alternate;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes rotateShape {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes rotateShapeReverse {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

@keyframes scaleImage {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

.page-banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-banner-content p {
    font-size: 18px;
    opacity: 0.9;
    color:#fff;
}
.page-banner {
    position: relative;
    height: 60vh;
    min-height: 400px;
    background:  url("./assets/images/m.avif")center / cover no-repeat;
    display: grid;
    place-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.page-banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 800px;
    padding: 20px;
}

@media (max-width: 992px) {
    .page-banner {
        height: 50vh;
    }

    .page-banner-content h1 {
        font-size: 38px;
    }

    .page-banner-content p {
        font-size: 16px;
    }
}
.hero-img img {
  width: 100%;
  max-width: 500px;
  position: relative;
  display: block;
  animation: floatImage 4s ease-in-out infinite alternate,
             scaleImage 4s ease-in-out infinite alternate;

  filter: hue-rotate(-79deg) saturate(180%) brightness(0.7) contrast(1.1);
}
.why-section {
    padding: 35px 0;
}

.why-card {
    padding: 35px;
    border-radius: 12px 12px 12px 50px;
 background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
    color: #343a40 !important;
    border-bottom: 5px solid #53c3cc;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    transition: 0.4s ease;
    height: 100%;
}


.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
}

.why-card:hover {
    transform: translateY(-8px);
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.3),
    transparent 40%
  );
  pointer-events: none;
}


.why-icon {
  
    margin: 0 auto 20px;
    border-radius: 50%;
  
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;

    
}

.why-icon svg {
    width: 30px;
    height: 30px;
}

.why-card h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.why-card p {
    line-height: 1.8;
    color: #444;
}
/*  CTA SECTION  */
.cta-section {
    padding: 80px 0;
    position: relative;
}

.cta-card {
  padding: 60px 50px;
  border-radius: 20px 20px 20px 80px;
  background: #dddfd529;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 6px solid #000;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  border: 0 solid #e8e8e8;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.cta-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-text p {
    font-size: 16px;
    opacity: 0.9;
    max-width: 600px;
}

.cta-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #53c3cc;
    color: #000;
}

/* HERO SECTION  */
.cyber-hero-section {
  background: #f5f5f5;
  padding: 50px 0;
}
.cyber-img{
  width: 100%;
  max-width: 500px;
  position: relative;
  display: block;
  animation: floatImage 4s ease-in-out infinite alternate, scaleImage 4s ease-in-out infinite alternate;

}
.cyber-banner{
  position: relative;
  height: 60vh;
  min-height: 400px;
  background: url("./assets/images/cyber3.jpg")center / cover no-repeat;
  display: grid;
  place-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.cyber-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}


.web-hero-section {
  background: #f5f5f5;
  padding: 20px 0;
}
.web-banner{
  position: relative;
  height: 60vh;
  min-height: 400px;
  background: url("./assets/images/web.webp")center / cover no-repeat;
  display: grid;
  place-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.web-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}


.ai-hero-section {
  background: #f5f5f5;
  padding: 20px 0;
}
.ai-banner{
  position: relative;
  height: 60vh;
  min-height: 400px;
  background: url("./assets/images/generative-ai-services.webp")center / cover no-repeat;
  display: grid;
  place-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.ai-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}


@media (max-width: 1024px) {

    .Animate-image {
        overflow: hidden;
    }

    .hero-img-outer,
    .hero-img-inner {
        width: 420px;   
        height: 320px;
        transform: translateX(-50%);
        top: 10%;
    }

}
@media (max-width: 992px) {
    .web-hero-section,.cyber-hero-section,.ai-hero-section {
        padding: 80px 0;
        text-align: center;
    }
}
@media (max-width: 432px) {

    .Animate-image {
        max-width: 100%;
        padding: 20px 0;
    }

    .hero-img-outer,
    .hero-img-inner {
        width: 280px;     
        height: 220px;
      
        transform: translateX(-50%);
        top: 20%;
    }

    .hero-img-inner {
        margin-left: 15px;
        padding-top: 15px;
    }

    .hero-img img {
        max-width: 260px;
        margin: auto;
    }
}