/* =============================================
   CloudTechSolutions - Custom Branding CSS
   Overrides browny template for enterprise B2B
   ============================================= */

/* ---- COLOR PALETTE ----
   Primary:    #0a6ef5  (electric blue)
   Secondary:  #00c6ff  (cyan accent)
   Dark:       #0d1b3e  (navy)
   Gradient:   #0a6ef5 -> #00c6ff
   ----------------------- */

/* NAVBAR BRAND */
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #0a6ef5 !important;
    text-transform: none;
}
.brand-cloud { color: #0a6ef5; }
.brand-tech  { color: #00c6ff; }
.brand-sol   { color: #0d1b3e; }

/* NAV LINKS */
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a { color: #0a6ef5 !important; }
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active > a { color: #0a6ef5 !important; }
nav.navbar.bootsnav .navbar-toggle i { color: #0a6ef5 !important; }

/* NAVBAR UNDERLINE */
nav.navbar.bootsnav ul.nav > li > a::after { background: #0a6ef5 !important; }

/* HERO SECTION */
.welcome-hero { background: url(../images/about/welcome-banner.jpg) no-repeat center center; background-size: cover; }
.welcome-hero::before { background: rgba(10, 20, 60, 0.78) !important; }
.header-text h2 span { color: #00c6ff !important; }
.header-text a {
    background: linear-gradient(135deg, #0a6ef5, #00c6ff) !important;
    border: none !important;
    padding: 14px 36px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
}
.header-text a:hover {
    background: linear-gradient(135deg, #0055d4, #00a8d9) !important;
    box-shadow: 0 8px 24px rgba(10, 110, 245, 0.45) !important;
}

/* STATS BAR */
.stats-bar {
    background: #0d1b3e;
    padding: 40px 0;
    border-bottom: 3px solid #0a6ef5;
}
.stat-item { text-align: center; padding: 10px; }
.stat-item h3 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 4px;
    line-height: 1;
}
.stat-item h3 span { color: #00c6ff; font-size: 32px; }
.stat-item p {
    color: #8ba4cc;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* SECTION HEADINGS */
.section-heading h2 { color: #0d1b3e !important; }
.section-heading h2::after { background: linear-gradient(135deg, #0a6ef5, #00c6ff) !important; }

/* ABOUT - capability badges */
.cts-about-visual {
    background: linear-gradient(135deg, #f0f6ff, #e8f1fd);
    border-radius: 12px;
    padding: 30px !important;
    border: none !important;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cts-badge-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.cts-badge {
    background: #fff;
    border: 1px solid #d0e4ff;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 calc(50% - 10px);
    min-width: 120px;
    transition: all 0.3s;
}
.cts-badge:hover {
    background: #0a6ef5;
    border-color: #0a6ef5;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(10,110,245,0.25);
}
.cts-badge:hover span,
.cts-badge:hover i { color: #fff !important; }
.cts-badge i { color: #0a6ef5; font-size: 16px; }
.cts-badge span { color: #0d1b3e; font-size: 12px; font-weight: 500; }

/* SOCIAL ICONS (about section) */
.about-list-icon ul li a { background: #0a6ef5 !important; }
.about-list-icon ul li a:hover { background: #0d1b3e !important; }

/* SERVICES section icons */
.svc-icon {
    font-size: 36px !important;
    color: #0a6ef5 !important;
    margin-bottom: 8px;
}
.svc-icon i { font-size: 36px; }
.single-horizontal-timeline .experience-time h3 span { color: #0a6ef5 !important; }
.timeline-horizontal-border i.fa-circle { color: #0a6ef5 !important; }
.single-timeline-horizontal { background: #0a6ef5 !important; }

/* SKILLS / EXPERTISE */
.skills { background: #f5f9ff !important; }
.progress-bar {
    background: linear-gradient(90deg, #0a6ef5, #00c6ff) !important;
}
.section-heading h2 span { color: #0a6ef5 !important; }

/* EXPERIENCE / SOLUTIONS */
.experience { background: #fff; }
.experience-time h2 { color: #0a6ef5 !important; font-size: 18px !important; }
.experience-time h3 { color: #0d1b3e !important; }
.timeline-content h4.title span i.fa-circle { color: #0a6ef5 !important; }
.timeline-content h4.title { color: #0d1b3e !important; }
.timeline-content h5 { color: #0a6ef5 !important; }
/* vertical timeline center line */
.main-timeline ul::before { background: #0a6ef5 !important; }

/* PROFILES / TECH PARTNERS */
.profiles { background: #0d1b3e !important; }
.profiles .section-heading h2 { color: #fff !important; }
.profiles .section-heading h2::after { background: #00c6ff !important; }
.single-profile-overlay { background: linear-gradient(135deg, #0a6ef5, #00c6ff) !important; }
.profile-border { background: rgba(255,255,255,0.15) !important; }
.single-profile { border-color: rgba(255,255,255,0.15) !important; }
.profile-txt a i { color: #8ba4cc !important; }
.profile-icon-name { color: #8ba4cc !important; }
.single-profile:hover .profile-icon-name,
.single-profile:hover .profile-txt a > i { color: #fff !important; }

/* CLIENTS */
.clients { background: #f5f9ff; }
.clients .section-heading h2 { color: #0d1b3e !important; }

/* TESTIMONIALS */
.cts-testimonials { margin-top: 60px; margin-bottom: 10px; }
.testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 20px;
    border: 1px solid #d8e8ff;
    box-shadow: 0 4px 20px rgba(10,110,245,0.07);
    position: relative;
    transition: all 0.3s;
}
.testimonial-card:hover {
    box-shadow: 0 8px 30px rgba(10,110,245,0.15);
    transform: translateY(-3px);
}
.testimonial-card::before {
    content: '\201C';
    font-size: 60px;
    color: #0a6ef5;
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
    opacity: 0.25;
    font-family: Georgia, serif;
}
.testimonial-card p {
    color: #444;
    font-size: 14px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 18px;
    margin-top: 14px;
}
.testimonial-author strong {
    display: block;
    color: #0d1b3e;
    font-weight: 700;
    font-size: 14px;
}
.testimonial-author span {
    color: #0a6ef5;
    font-size: 12px;
}

/* CONTACT */
.contact { background: #fff; }
.contact .section-heading h2 { color: #0d1b3e !important; }
.contact-add-head h3 { color: #0d1b3e !important; }
.contact-add-head p { color: #0a6ef5 !important; }
.single-contact-add-info h3 { color: #0a6ef5 !important; }
.contact-btn {
    background: linear-gradient(135deg, #0a6ef5, #00c6ff) !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    padding: 14px 28px !important;
}
.contact-btn:hover {
    background: linear-gradient(135deg, #0055d4, #00a8d9) !important;
    box-shadow: 0 8px 24px rgba(10,110,245,0.35) !important;
}
.hm-foot-icon ul li a { background: #0a6ef5 !important; }
.hm-foot-icon ul li a:hover { background: #0d1b3e !important; }

/* FOOTER */
.footer-copyright { background: #0d1b3e !important; }
.footer-copyright p { color: #8ba4cc !important; }
.footer-copyright p a { color: #00c6ff !important; }

/* SCROLL-TO-TOP */
#scroll-top { background: #0a6ef5 !important; }
#scroll-top:hover { background: #0d1b3e !important; }

/* CONTACT FORM INPUTS */
.form-control:focus {
    border-color: #0a6ef5 !important;
    box-shadow: 0 0 0 3px rgba(10,110,245,0.12) !important;
    outline: none;
}

/* HERO EXPANDED CONTENT */
.welcome-hero { min-height: 100vh; padding: 120px 0 80px; display: flex; align-items: center; }
.hero-expanded { max-width: 900px; margin: 0 auto; }
.hero-expanded h2 { font-size: 48px !important; margin-bottom: 20px !important; }
.hero-tagline {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #00c6ff !important;
    margin-bottom: 22px !important;
    font-style: italic;
}
.hero-body {
    font-size: 15px !important;
    color: rgba(255,255,255,0.82) !important;
    line-height: 1.85 !important;
    max-width: 780px;
    margin: 0 auto 16px !important;
}
.hero-how { margin-top: 48px; }
.hero-how h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 28px;
    position: relative;
}
.hero-how h4::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #00c6ff;
    margin: 10px auto 0;
}
.hero-pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.hero-pillar {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 10px;
    padding: 22px 20px;
    flex: 1 1 calc(50% - 16px);
    min-width: 260px;
    max-width: 400px;
    text-align: left;
    transition: background 0.3s, border-color 0.3s;
}
.hero-pillar:hover {
    background: rgba(10,110,245,0.18);
    border-color: rgba(0,198,255,0.4);
}
.pillar-num {
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    color: #00c6ff;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0.9;
}
.hero-pillar p {
    color: rgba(255,255,255,0.78) !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    margin: 0 !important;
}

/* RESPONSIVE TWEAKS */
@media (max-width: 767px) {
    .hero-expanded h2 { font-size: 32px !important; }
    .hero-pillar { flex: 1 1 100%; max-width: 100%; }
}
