/* =====================================================
   Shyntrix Infotech – Main Stylesheet
   ===================================================== */

/* ---------------- Google Fonts ---------------- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700;800&display=swap');

/* ---------------- Base Reset ---------------- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.main-layout {
    font-family: 'Raleway', sans-serif;
    background: #ffffff;
    color: #222;
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ---------------- Header ---------------- */
.header_to {
    background: #032154;
    padding: 8px 0;
}

.social_icon1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social_icon1 li {
    color: #fff;
    padding-left: 15px;
    font-size: 14px;
}

.social_icon1 a {
    color: #fff;
    font-size: 18px;
}

.social_icon1 a:hover {
    color: #f2db18;
}

.header_midil {
    background: #fff;
    padding: 35px 0;
}

.conta_icon li a {
    color: #032154;
    font-weight: 600;
    font-size: 16px;
}

.conta_icon li a:hover {
    color: #f2db18;
}

.logo img {
    max-height: 90px;
}
/* ================= NAVBAR LOGO ================= */
.navbar-brand {
    display: flex;
    align-items: center;
}
/* ================= NAVBAR LOGO ================= */
.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 30px;
}

/* BIG, CRISP LOGO */
.nav-logo {
    height: 100px;                 /* ✅ BIG LOGO */
    width: auto;
    display: block;
    transition: all 0.3s ease;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.25));
}

/* Extra large screens → even bigger */
@media (min-width: 1200px) {
    .nav-logo {
        height: 115px;             /* ✅ BIGGER on desktop */
    }
}

/* Tablets */
@media (max-width: 992px) {
    .nav-logo {
        height: 80px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .nav-logo {
        height: 60px;
    }
}
.header_bo .navbar {
    min-height: 100px;          /* Controls white bar height */
    display: flex;
    align-items: center;        /* Vertically centers logo + menu */
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 768px) {
    .header_bo .navbar {
        min-height: 70px;
    }
}
/* ================= WHITE NAVBAR ================= */
/* ================= WHITE NAVBAR ================= */
.header_bo {
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 999;
}

/* Tight container so white touches logo */
.header_bo .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

/* Navbar height control */
.header_bo .navbar {
    min-height: 110px;
    padding: 0;
    display: flex;
    align-items: center;
}

/* ================= LOGO ================= */
.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 45px;
}

/* BIG, CRISP LOGO */
.nav-logo {
    height: 100px;
    width: auto;
    display: block;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.25));
    transition: all 0.3s ease;
}

/* Large desktops */
@media (min-width: 1200px) {
    .nav-logo {
        height: 110px;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .nav-logo {
        height: 80px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .header_bo .navbar {
        min-height: 72px;
    }

    .nav-logo {
        height: 58px;
    }
}

/* ================= NAV LINKS ================= */
.navigation .navbar-nav {
    margin-left: auto;
    align-items: center;
}

.navigation .nav-item {
    margin-left: 18px;
}

.navigation .nav-link {
    color: #032154 !important;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 10px 14px;
    position: relative;
}

/* Underline animation */
.navigation .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: #032154;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.navigation .nav-link:hover::after,
.navigation .nav-item.active .nav-link::after {
    width: 65%;
}

/* ================= MOBILE MENU ================= */
@media (max-width: 768px) {
    .navigation .navbar-collapse {
        background: #ffffff;
        padding: 16px;
        border-radius: 12px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    .navigation .nav-link {
        padding: 14px;
        margin: 6px 0;
        text-align: center;
    }
}

/* ---------------- Banner ---------------- */
.banner_main {
    background: linear-gradient(135deg, #032154, #0b3c7a);
    padding: 120px 0 90px;
}

.text-bg h1 {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
}

.text-bg h2 {
    font-size: 38px;
    color: #fff;
    margin-top: 15px;
}

.text-bg span {
    font-size: 22px;
    color: #f2db18;
    display: block;
    margin-top: 15px;
}

.text-bg p {
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
}

.text-bg a {
    display: inline-block;
    margin-top: 30px;
    background: #f2db18;
    color: #032154;
    padding: 12px 28px;
    font-weight: 700;
    border-radius: 6px;
}

.text-bg a:hover {
    background: #ffffff;
    color: #032154;
}

/* ---------------- Animations ---------------- */
.slide-text {
    opacity: 0;
    animation: slideInLeft 1s ease forwards;
}

.slide-img {
    opacity: 0;
    animation: slideInRight 1.3s ease forwards;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-40px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(40px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* ---------------- Section Titles ---------------- */
.titlepage h2 {
    font-size: 36px;
    font-weight: 800;
    color: #032154;
    text-transform: uppercase;
}

.yellow {
    color: #f2db18;
    font-weight: 700;
}

.titlepage span {
    font-size: 18px;
    font-weight: 600;
    color: #444;
}

.titlepage p {
    margin-top: 15px;
    font-size: 16px;
    color: #555;
}

/* ---------------- Services ---------------- */
.service {
    background: #f8f9fa;
    padding: 90px 0;
}

.service_box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.service_box:hover {
    transform: translateY(-6px);
}

.service_box img {
    display: block;
    margin: 0 auto 20px;
    width: 80px;
}

.service_box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service_box p {
    font-size: 16px;
    color: #555;
}

/* ---------------- Portfolio ---------------- */
.portfolio {
    background: #f8f9fa;
    padding: 90px 0;
}

.portfolio_box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 25px;
}

.portfolio_box img {
    transition: transform 0.4s ease;
}

.portfolio_box:hover img {
    transform: scale(1.08);
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.portfolio_box:hover .overlay {
    opacity: 1;
}

.overlay a {
    color: #f2db18;
    font-size: 18px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 18px;
    border-radius: 6px;
}

/* CTA */
.next-project {
    background: #032154;
    color: #fff;
    padding: 60px 20px;
    margin-top: 50px;
}

.next-title {
    font-size: 32px;
    font-weight: 800;
}

.next-btn {
    display: inline-block;
    margin-top: 15px;
    background: #f2db18;
    color: #032154;
    padding: 12px 28px;
    font-weight: 700;
    border-radius: 6px;
}

.next-btn:hover {
    background: #fff;
}

/* ---------------- Team ---------------- */
/* ================= TEAM SECTION ================= */
.team {
    padding: 90px 0;
    background: #ffffff;
}

/* Title */
.team .titlepage h2 {
    font-size: 36px;
    font-weight: 800;
    color: #032154;
    text-transform: uppercase;
}

.team .titlepage p {
    font-size: 16px;
    color: #555;
    max-width: 720px;
    margin: 15px auto 0;
}

/* Team Card */
.team_member {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Premium top accent instead of border */
.team_member::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #032154, #0b3c7a);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.team_member:hover::before {
    opacity: 1;
}

.team_member:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.team_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

/* Image – clean, borderless, professional */
.team_img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 14px;
    background: #f8f9fa;
    padding: 8px;
    display: block;
    margin: 0 auto; /* ensures center */
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    transition: all 0.35s ease;
}

.team_member:hover .team_img img {
    transform: scale(1.04);
    box-shadow: 0 14px 35px rgba(3, 33, 84, 0.35);
}

/* Name */
.team_member h3 {
    font-size: 22px;
    font-weight: 700;
    color: #032154;
    margin-top: 12px;
}

/* Role */
.team_member .role {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Optional Social Icons */
.team_social {
    margin-top: 18px;
}
.team .row {
    justify-content: center;
}
.team_social a {
    display: inline-block;
    margin: 0 8px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #032154;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
}

.team_social a:hover {
    background: #f2db18;
    color: #032154;
}

/* Mobile spacing */
@media (max-width: 768px) {
    .team_member {
        margin-bottom: 30px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .team {
        padding: 60px 0;
    }

    .team_img img {
        width: 130px;
        height: 130px;
    }

    .team_member {
        margin-bottom: 30px;
    }
}
/* ---------------- Testimonials ---------------- */
.testimonial {
    padding: 80px 0;
    background: #fff;
}

.test_box {
    border: 2px solid #f2db18;
    padding: 30px;
    border-radius: 10px;
}

.test_box p {
    font-size: 16px;
    color: #444;
}

.test_box span {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    color: #032154;
}

/* ---------------- Contact ---------------- */
.contact {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    padding: 80px 0;
    color: #fff;
}

.contact p {
    font-size: 18px;
}

/* ---------------- Footer ---------------- */
.footer {
    background: #032154;
    padding: 60px 0 30px;
    color: #fff;
}

.footer img {
    max-height: 60px;
}

.footer p {
    margin-top: 15px;
    font-size: 16px;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 768px) {
    .text-bg h1 {
        font-size: 38px;
    }

    .text-bg h2 {
        font-size: 26px;
    }

    .navigation .nav-link {
        padding: 15px;
    }
}
/* Hero Highlights (Banner Right Section) */
.hero-highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.highlight-box {
    background: rgba(255, 255, 255, 0.08);
    border-left: 5px solid #f2db18;
    padding: 20px 25px;
    border-radius: 8px;
    color: #fff;
    backdrop-filter: blur(6px);
    transition: transform 0.3s ease;
}

.highlight-box:hover {
    transform: translateX(8px);
}

.highlight-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #f2db18;
}

.highlight-box p {
    font-size: 15px;
    color: #eaeaea;
}

/* Banner Button */
.btn-main {
    display: inline-block;
    background: #f2db18;
    color: #032154 !important;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 700;
    margin-top: 30px;
}
.service_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service_box p {
    flex-grow: 1;
}
.overlay a small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: 0.9;
    margin-top: 4px;
}
/* ================= PORTFOLIO ================= */
.portfolio_filters {
    text-align: center;
    margin-bottom: 50px;
}
.portfolio_filters button {
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    background: #f2db18;
    color: #032154;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}
.portfolio_filters button.active {
    background: #032154;
    color: #f2db18;
}
.overlay a small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: 0.9;
    margin-top: 4px;
}
/* ================= TEAM CTA ================= */
.team-cta {
    margin-top: 40px;
    margin-bottom: 70px;
}

.view-team-btn {
    display: inline-block;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(135deg, #032154, #0b3c7a);
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(3, 33, 84, 0.35);
    transition: all 0.35s ease;
}

.view-team-btn:hover {
    background: linear-gradient(135deg, #f2db18, #e6c600);
    color: #032154;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(242, 219, 24, 0.45);
    text-decoration: none;
}

/* ================= TEAM CAROUSEL ================= */
.team-carousel-wrapper {
    padding: 80px 0;
    background: #f8f9fa;
}

/* Social icons under cards */
.social_icons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    padding: 0;
    list-style: none;
}

.social_icons li {
    margin: 0 8px;
}

.social_icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #032154;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social_icons a:hover {
    background: #f2db18;
    color: #032154;
    transform: scale(1.15);
}

/* Carousel arrows polish */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #032154;
    border-radius: 50%;
    padding: 18px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: #f2db18;
}
/* ================= TEXT LOGO ================= */
.company-name {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #032154;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* Slight hover polish */
.company-name:hover {
    color: #000;
    text-decoration: none;
}

/* Optional: elegant underline on hover */
.company-name::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #032154;
    transition: width 0.3s ease;
}

.company-name:hover::after {
    width: 100%;
}

/* Mobile refinement */
@media (max-width: 768px) {
    .company-name {
        font-size: 20px;
    }
}
/* ================= CONTACT SECTION ================= */
.contact-section {
    padding: 80px 0;
    background: #f9fafc;
}

.contact-subtext {
    max-width: 620px;
    margin: 12px auto 0;
    color: #555;
    font-size: 16px;
}

.contact-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}
.contact-card {
    text-align: center;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 576px) {
    .contact-card {
        padding: 28px 20px;
    }

    .contact-card a {
        font-size: 14px;
    }
}
.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.contact-card i {
    font-size: 36px;
    color: #032154;
    margin-bottom: 12px;
}

.contact-card h4 {
    font-weight: 700;
    color: #032154;
    margin-bottom: 6px;
}

.contact-card a {
    color: #032154;
    font-weight: 600;
    text-decoration: none;

    /* FIX for mobile overflow */
    word-break: break-all;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
    text-align: center;
}

.contact-card a:hover {
    text-decoration: underline;
}

/* CTA Button */
.contact-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #032154;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: #f2db18;
    color: #032154;
}

/* ================= FOOTER ================= */
.footer-section {
    background: #032154;
    padding: 70px 0 45px;   /* more vertical space */
    text-align: center;
}

/* Centered & Bigger Logo */
.footer-logo {
    display: block;
    margin: 0 auto 18px;   /* center horizontally */
    height: 85px;          /* BIG logo */
    max-width: 100%;
}

/* Tagline */
.footer-text {
    color: #dce3f0;
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Copyright */
.footer-section .copyright {
    color: #b9c6de;
    font-size: 13px;
    margin-top: 8px;
}
/* Responsive Footer */
@media (max-width: 768px) {
    .footer-logo {
        height: 70px;
    }

    .footer-text {
        font-size: 14px;
    }
}

    .footer-section .copyright {
        font-size: 12px;
    }
/* Centered Brand Title */
/* Main Brand Title */
.hero-brand {
    font-size: 86px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* Subtitle / Tagline */
.hero-tagline {
    font-size: 20px;
    font-weight: 600;
    color: #f2db18;
    letter-spacing: 0.6px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 992px) {
    .hero-brand {
        font-size: 60px;
    }
    .hero-tagline {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero-brand {
        font-size: 42px;
    }
    .hero-tagline {
        font-size: 16px;
    }
}
/* Popup background */
.qr-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup box */
.qr-box {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 14px;
    text-align: center;
    width: 380px;
    max-width: 92%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    position: relative;
}

/* Heading */
.qr-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

/* QR image – BIG & centered */
.qr-box img {
    width: 260px;          /* ⬅ Bigger QR */
    height: auto;
    margin: 0 auto 18px;
    display: block;
}

/* Email text */
.qr-box p {
    font-size: 14px;
    color: #555;
    word-break: break-all;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 26px;
    cursor: pointer;
    color: #666;
}
/* Team Section Heading */
.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0b1c2d; /* Dark professional blue */
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

/* Team Section Subheading */
.section-subtitle {
    font-size: 16px;
    color: #6c757d; /* Soft gray */
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}
.section-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #0d6efd, #00c6ff);
    margin: 12px auto 0;
    border-radius: 2px;
}
.footer-section {
    background: #0b1c2d;
    padding: 40px 0;
    color: #ffffff;
}

.footer-logo {
    width: 120px;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 14px;
    color: #cfd8dc;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-contact {
    font-size: 13px;
    color: #9fbad3;
    margin-bottom: 15px;
}

.footer-contact a {
    color: #9fbad3;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #ffffff;
}

.copyright {
    font-size: 12px;
    color: #8fa3b8;
}