/* About Service7 */
.about-service7-area-a1 {
    padding: 60px 0;
    /* reduced spacing */
    background: white;
}



.about-service7-content-a1 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* Custom container */
.custom-container-a1 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    /* reduced padding */
}

/* Section styling */
.section-header-a1 {
    margin-bottom: 40px;
    /* reduced spacing */
}

.section-subtitle-a2-a1 {
    color: #558bff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.section-subtitle-a2-a1::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #558bff 0%, #3b82f6 100%);
}

.section-title-a2-a1 {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.intro-text-a1 {
    font-size: 18px;
    line-height: 28px;
    color: #4a5568;
    margin: 0 auto 40px;
    max-width: 600px;
}

/* Services grid styling */
.services-grid-a1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

/* Force 3 cards per row on large screens */
@media (min-width: 1200px) {
    .services-grid-a1 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.service-card-a1 {
    background: #f8fbff;
    border-radius: 12px;
    padding: 25px 20px;
    border: 1px solid #e2e8f0;
    text-align: left;
    position: relative;
    /* transition: none; */
    transition: all .6s ease;
    /* removed hover animations */
}

.service-card-a1:hover {
    /* transform: scale(1.05) ; slight lift */
    box-shadow: 0 20px 40px rgba(0, 114, 188, 0.25);
    /* stronger, theme color */
    background: #ffffff;
    /* soft gradient */
}

.service-card-a1::before {
    display: none;
    /* removed hover bar animation */
}

.service-icon-a1 {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background: #0072bc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 22px;
    color: white;
}

.service-icon-a1::after {
    content: '✨';
}

/* Titles & descriptions */
.service-title-a1 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.service-description-a1 {
    padding-top: 10px;
    font-size: 17px;
    line-height: 28px;
    color: #4a5568;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .section-title-a2-a1 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .about-service7-area-a1 {
        padding: 40px 0;
    }

    .section-title-a2-a1 {
        font-size: 28px;
    }

    .intro-text-a1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .services-grid-a1 {
        gap: 15px;
    }


}

@media (max-width: 480px) {
    .section-title-a2-a1 {
        font-size: 24px;
    }

    .service-title-a1 {
        font-size: 18px;
    }

    .service-description-a1 {
        font-size: 14px;
        line-height: 22px;
    }
}






/* About 3 */
.about-service3-area-a2 {
    background: var(--dark1);
    padding: 90px 0;
}

.about-service3-area-a2 .custom-row-a2 {
    gap: 83px;
}

.about-service3-area-a2 .img-box {
    flex: none;
    max-width: 748px;
    width: 100%;
    border-radius: 20px;
}

.about-service3-area-a2 .img-box img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.about-service3-area-a2 h1 {
    color: #ffffff;
    font-family: var(--font_yantramanv);
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    /* letter-spacing: 1px; */
    margin-bottom: 40px;
}

.about-service3-area-a2 p {
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
}

.about-service3-area-a2 p+p {
    margin-top: 25px;
}

.about-service3-area-a2 ul {
    display: flex;
    margin-top: 50px;
    gap: 60px;
}

.about-service3-area-a2 ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    color: rgb(255 255 255 / 80%);
    line-height: 1;
}

.about-service3-area-a2 ul li i {
    height: 19px;
    width: 19px;
    line-height: 19px;
    font-size: 14px;
    color: var(--dark1);
    text-align: center;
    background: #558bff;
    border-radius: 50%;
}

.about-service3-style-2-a2 {
    position: relative;
}

.about-service3-style-2-a2 .bg-shape-a2 {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0;
}

.about-service3-style-2-a2 .content-box-a2 .section-subtitle-a2 {
    color: #558bff;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-service3-style-2-a2 .content-box-a2 .section-title-a2 {
    margin-bottom: 35px;
}

.about-service3-style-2-a2 .content-box-a2 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    max-width: 544px;
}

.about-service3-style-2-a2 .content-box-a2 ul {
    flex-direction: column;
    gap: 34px;
}

/* Custom Container */
.custom-container-a2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-row-a2 {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* CTA Button */
.cta-button-a2 {
    display: inline-block;
    background: var(--primary_color);
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.cta-button-a2:hover {
    background: #076cb0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(85, 139, 255, 0.3);
}

/* Support Modes Section */
.support-modes-a2 {
    background: #F8F9FA;
    padding: 80px 0;
}

.support-modes-a2 h2 {
    color: var(--dark1);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.support-grid-a2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.support-card-a2 {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.support-card-a2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.support-card-a2 h3 {
    color: var(--primary_color);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.support-card-a2 p {
    color: rgb(28 28 28 / 80%);
    font-size: 16px;
    line-height: 24px;
}

/* Animation */
.animation-slide-right-a2 {
    animation: slideRight 20s linear infinite;
}

@keyframes slideRight {
    0% {
        transform: translateX(-100px);
    }

    100% {
        transform: translateX(100px);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-service3-area-a2 .custom-row-a2 {
        gap: 80px;
    }

    .about-service3-area-a2 h1 {
        font-size: 48px;
        line-height: 50px;
    }
}

@media (max-width: 768px) {
    .custom-row-a2 {
        flex-direction: column;
        gap: 40px;
    }

    .about-service3-area-a2 {
        padding: 60px 0;
    }

    .about-service3-area-a2 h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .about-service3-area-a2 p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-service3-area-a2 ul {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    .support-modes-a2 {
        padding: 60px 0;
    }

    .support-modes-a2 h2 {
        font-size: 36px;
    }

    .support-grid-a2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bg-shape-a2 {
        display: none;
    }
}

@media (max-width: 480px) {
    .custom-container-a2 {
        padding: 0 15px;
    }

    .about-service3-area-a2 h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .about-service3-area-a2 p {
        font-size: 16px;
        line-height: 24px;
    }

    .support-card-a2 {
        padding: 20px;
    }

    .cta-button-a2 {
        padding: 12px 24px;
        font-size: 16px;
    }
}

.industry-item h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e293b;
    transition: color 0.3s ease;
}

.industry-item:hover h3 {
    color: #0072bc;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .industry-item {
        padding: 20px 25px;
    }


}









/* Industries Section */
.industries-section {
    padding: 80px 20px;
    text-align: center;
    background: #f9fbfd;
    /* light background for contrast */
}

.industries-section .section-title {
    font-size: 42px;
    font-weight: 700;
    color: #0072bc;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.industries-section .section-title::after {
    content: "";
    display: block;
    height: 4px;
    width: 60px;
    background: #0072bc;
    margin: 12px auto 0;
    border-radius: 2px;
}

/* Grid Styling */
.industries-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* exactly 2 items per row */
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

/* Industry Card */
.industry-item {
    background: #fff;
    border: 2px solid #e6f0f6;
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    /* cursor: pointer; */
}

.industry-item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0;
    transition: color 0.3s ease;
}

/* .industry-item:hover {
    border-color: #0072bc;
    background: #0072bc;
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 114, 188, 0.25);
}

.industry-item:hover h3 {
    color: #fff;
} */

/* Responsive */
@media (max-width: 768px) {
    .industries-section {
        padding: 60px 15px;
    }

    .industries-section .section-title {
        font-size: 32px;
    }

    .industry-item {
        padding: 25px 15px;
    }

    .industry-item h3 {
        font-size: 20px;
    }

    .industries-list {
        grid-template-columns: 1fr;
        /* single column on smaller screens */
    }
}



/* Section Styling */
.microsoft-support-section {
  display: flex;
  justify-content: center; /* centers content horizontally */
  align-items: center;     /* centers content vertically */
  padding: 50px 20px;
  background: #f9fbfd;
  width: 100%;
  text-align: center;
}

/* Container → restrict width but keep centered */
.microsoft-support-section .container {
  max-width: 100px;
  margin: 0 auto;
  /* width: 100%; */
}

/* Title */
.microsoft-support-section .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-bottom: 25px;
}

/* Description */
.microsoft-support-section .section-description {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin: 0 auto;
  max-width: 1165px;
}

/* Responsive */
@media (max-width: 768px) {
  .microsoft-support-section {
    padding: 60px 15px;
  }

  .microsoft-support-section .section-title {
    font-size: 28px;
  }

  .microsoft-support-section .section-description {
    font-size: 16px;
  }
}
