/* GLOBAL */
body {
    font-family: "Inter", sans-serif;
}

/* NAVBAR */
.sre-navbar {
    background: #9d8aed;
}
/* btn */
.sre-btn {
    background: #9d8aed;
}

.sre-navbar .nav-link {
    color: #fff !important;
    font-weight: 500;
}

.bg-main{
    background: #4a7cf3;
}
.bg-shri{
    background: #fdffe1;
}
.bg-radhey{
    background: #faebd7;
}
/* HERO */
.hero-section {
    background: #9d8aed;
    padding: 120px 0;
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
}

.hero-subtitle {
    margin: 20px 0;
    font-weight: 600;
}

.hero-text {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.7;
}

.hero-badges span {
    margin-right: 25px;
    font-weight: 600;
}

/* HERO IMAGE */
.hero-image {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.hero-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/*service-areas-section*/
.service-areas-section {
    background: #faebd7;
}

/* ABOUT */
.about-section {
    padding: 120px 0;
    background: #fdffe1;
}

.section-tag {
    color: #4a7cf3;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    margin: 20px 0;
}

.section-text {
    max-width: 720px;
    margin: auto;
    font-size: 17px;
    color: #555;
}

.brand-box img {
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    height: 22vh;
    width: 100%;

}

.work-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.stats-box {
    background: #4a7cf3;
    padding: 40px;
    border-radius: 12px;
}

/*testmoinal*/
.testimonials-section {
    background: #f6fbff;
}

.swiper {
    padding-bottom: 50px;
}

.testimonial-box {
    background: #fff;
    border-radius: 22px;
    padding: 45px 30px 35px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    height: 100%;
}

.avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-section {
    background: #222;
}

/* Contact links styling */
.contact-details a,
a[href^="tel:"],
a[href^="mailto:"] {
    color: #0d6efd; /* Bootstrap primary blue */
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

/* Underline animation */
.contact-details a::after,
a[href^="tel:"]::after,
a[href^="mailto:"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #0d6efd;
    transition: width 0.3s ease;
}

/* Hover effect */
.contact-details a:hover,
a[href^="tel:"]:hover,
a[href^="mailto:"]:hover {
    color: #084298; /* Darker blue */
}

.contact-details a:hover::after,
a[href^="tel:"]:hover::after,
a[href^="mailto:"]:hover::after {
    width: 100%;
}

/* ================= FOOTER ================= */

.footer-main {
    background: #1f2933;
    color: #cfd8dc;
    padding: 60px 0 0;
    font-size: 14px;
}

.footer-logo {
    max-width: 140px;
    margin-bottom: 15px;
}

.footer-title {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
    color: #cfd8dc;
    text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #ffffff;
}

.footer-contact i {
    margin-right: 8px;
    color: #0d6efd;
}

.footer-map iframe {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    border: 0;
}

.footer-bottom {
    background: #000;
    padding: 15px 0;
    margin-top: 40px;
    font-size: 13px;
}

/* ================= SCROLL TOP ================= */
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #25d366;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    text-decoration: none;
}

.whatsapp-float:hover {
    background: #1ebe5d;
    color: #fff;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #0d6efd;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.scroll-top:hover {
    background: #084298;
}

/* ===== PAGE HERO ===== */
.page-hero {
    background: url("../images/banner_2.jpg") center/cover no-repeat;
    padding: 120px 0;
    position: relative;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.hero-heading {
    font-size: 42px;
    font-weight: 700;
}

.hero-tag {
    letter-spacing: 2px;
    font-size: 12px;
}

/* ===== ABOUT GRID ===== */
.about-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.about-image-grid img {
    width: 100%;
    border-radius: 8px;
}

/* ===== TEAM ===== */
.team-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.team-card h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.team-card p {
    font-size: 14px;
    color: #666;
}

.sparktech-section {
    background-color: #faebd7;
}

.brands-section {
    background-color: #deedff;
}
.society-card img {
  height: 180px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.society-card {
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.society-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.service-card img {
  height: 160px;
  object-fit: cover;
}

.service-card {
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {
    .hero-title {
        font-size: 40px;
    }

    .hero-section {
        padding: 80px 0;
    }
}
