/* PR Infotech Solutions - CCTV Solutions Page */

.cctv-page { background: #fff; }
.cctv-page .section-label,
.cctv-page .section-title > span {
    color: #ef6c00;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 13px;
}
.cctv-page .section-title {
    max-width: 800px;
    margin: 0 auto 46px;
    text-align: center;
}
.cctv-page .section-title h2 {
    margin: 10px 0 14px;
    color: #172033;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.18;
}
.cctv-page .section-title p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.75;
}

.cctv-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 78px;
    background:
        radial-gradient(circle at 20% 15%, rgba(239,108,0,.13), transparent 28%),
        radial-gradient(circle at 85% 25%, rgba(0,87,217,.17), transparent 30%),
        linear-gradient(135deg, #050b18, #0a1b33 52%, #133b68);
}
.cctv-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}
.cctv-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: 58px;
}
.cctv-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}
.cctv-kicker i { color: #ff8b1f; }
.cctv-hero h1 {
    margin: 24px 0 20px;
    color: #fff;
    font-size: clamp(40px, 5.4vw, 66px);
    line-height: 1.08;
}
.cctv-hero-content > p {
    color: #d5dfec;
    font-size: 18px;
    line-height: 1.78;
}
.cctv-hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 22px;
    margin: 28px 0;
}
.cctv-hero-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f7fbff;
    font-weight: 600;
}
.cctv-hero-points i { color: #ff8b1f; }
.cctv-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}
.cctv-page .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 22px;
    background: #25d366;
    color: #fff;
    border-radius: 9px;
    font-weight: 700;
    text-decoration: none;
}
.cctv-trust-line {
    margin-top: 34px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
}
.cctv-trust-line span { display: flex; flex-direction: column; gap: 5px; }
.cctv-trust-line strong { color: #fff; font-size: 14px; }
.cctv-trust-line small { color: #b9c7d8; font-size: 12px; line-height: 1.45; }

.cctv-visual {
    position: relative;
    min-height: 540px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025));
    box-shadow: 0 26px 70px rgba(0,0,0,.35);
    overflow: hidden;
}
.visual-screen {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 78%;
    transform: translate(-50%, -50%);
    padding: 15px;
    background: #07111f;
    border: 8px solid #1a2c43;
    border-radius: 20px;
    box-shadow: 0 25px 55px rgba(0,0,0,.35);
}
.screen-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    color: #d8e2ef;
    font-size: 12px;
}
.screen-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef6c00;
}
.screen-bar strong { margin-left: 8px; }
.screen-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.screen-grid div {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: linear-gradient(145deg, #17304d, #0b1c32);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
}
.screen-grid i { color: #63b3ff; font-size: 26px; }
.screen-grid span { font-size: 12px; }
.camera-unit {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 120px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #e8edf3;
    border-radius: 16px 16px 24px 24px;
    transform: rotate(-8deg);
}
.camera-unit i { color: #26384e; font-size: 28px; }
.camera-lens {
    position: absolute;
    right: -18px;
    width: 38px;
    height: 38px;
    background: #07111f;
    border: 5px solid #3e5168;
    border-radius: 50%;
}
.recording-badge {
    position: absolute;
    top: 34px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    color: #fff;
    background: rgba(5,11,24,.82);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.recording-badge span {
    width: 9px;
    height: 9px;
    background: #ff3b30;
    border-radius: 50%;
}
.cctv-visual-badge {
    position: absolute;
    left: 26px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 16px 32px rgba(0,0,0,.25);
}
.cctv-visual-badge i { color: #ef6c00; font-size: 23px; }
.cctv-visual-badge div { display: flex; flex-direction: column; gap: 3px; }
.cctv-visual-badge strong { color: #172033; font-size: 14px; }
.cctv-visual-badge span { color: #64748b; font-size: 12px; }

.cctv-intro, .camera-types, .cctv-brands, .cctv-process { padding: 92px 0; background: #fff; }
.cctv-intro-grid, .monitoring-grid, .why-cctv-grid, .cctv-enquiry-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 64px;
    align-items: center;
}
.cctv-intro h2, .monitoring-copy h2, .why-cctv-section h2, .cctv-enquiry-copy h2 {
    margin: 10px 0 18px;
    color: #172033;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.18;
}
.cctv-intro p, .monitoring-copy > p, .why-cctv-section p, .cctv-enquiry-copy > p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.75;
}
.cctv-benefit-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.cctv-benefit-panel > div {
    min-height: 150px;
    padding: 24px;
    display: flex;
    gap: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}
.cctv-benefit-panel i { color: #ef6c00; font-size: 24px; }
.cctv-benefit-panel span { display: flex; flex-direction: column; gap: 6px; }
.cctv-benefit-panel strong { color: #172033; }
.cctv-benefit-panel small { color: #64748b; line-height: 1.5; }

.cctv-services, .cctv-industries, .cctv-faq {
    padding: 92px 0;
    background: #f7f9fc;
}
.cctv-service-grid, .camera-type-grid, .industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.cctv-service-card, .camera-type-grid > div, .industry-grid > div {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(15,35,65,.06);
}
.cctv-service-card.featured-card { border-color: rgba(239,108,0,.38); }
.cctv-service-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #ef6c00;
    background: #fff1e6;
    border-radius: 14px;
    font-size: 25px;
}
.cctv-service-card h3, .camera-type-grid h3, .industry-grid h3 {
    margin: 20px 0 10px;
    color: #172033;
    font-size: 21px;
}
.cctv-service-card p, .camera-type-grid p, .industry-grid p {
    color: #64748b;
    line-height: 1.7;
}
.cctv-service-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.cctv-service-card li {
    position: relative;
    padding: 7px 0 7px 20px;
    color: #475569;
}
.cctv-service-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ef6c00;
    font-weight: 800;
}
.card-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 7px 10px;
    color: #fff;
    background: #ef6c00;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}
.camera-type-grid i, .industry-grid i { color: #ef6c00; font-size: 29px; }

.monitoring-section {
    padding: 92px 0;
    background: linear-gradient(135deg, #07152d, #10345e);
}
.monitoring-copy h2 { color: #fff; }
.monitoring-copy > p { color: #c7d4e4; }
.monitoring-list, .why-cctv-list { margin-top: 30px; display: grid; gap: 16px; }
.monitoring-list > div, .why-cctv-list > div {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}
.monitoring-list i, .why-cctv-list i { margin-top: 4px; color: #ff8b1f; }
.monitoring-list span, .why-cctv-list span { display: flex; flex-direction: column; gap: 5px; }
.monitoring-list strong, .why-cctv-list strong { color: #fff; }
.monitoring-list small, .why-cctv-list small { color: #bfd0e2; line-height: 1.5; }

.monitoring-card {
    display: grid;
    place-items: center;
}
.phone-frame {
    width: 300px;
    padding: 18px;
    background: #101b2d;
    border: 7px solid #253a55;
    border-radius: 40px;
    box-shadow: 0 30px 60px rgba(0,0,0,.35);
}
.phone-camera {
    width: 70px;
    height: 8px;
    margin: 0 auto 14px;
    background: #050b18;
    border-radius: 999px;
}
.phone-screen {
    padding: 16px;
    background: #edf3f9;
    border-radius: 26px;
}
.mobile-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #172033;
    font-weight: 700;
}
.mobile-title span {
    width: 8px;
    height: 8px;
    background: #ff3b30;
    border-radius: 50%;
}
.mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}
.mobile-grid div {
    min-height: 95px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #17304d, #0b1c32);
    border-radius: 10px;
}
.mobile-grid i { color: #63b3ff; font-size: 24px; }
.mobile-controls {
    margin-top: 14px;
    display: flex;
    justify-content: space-around;
    color: #0a1b33;
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.brand-grid span {
    min-height: 86px;
    display: grid;
    place-items: center;
    color: #172033;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 800;
}

.why-cctv-section {
    padding: 88px 0;
    background: #050b18;
}
.why-cctv-section h2 { color: #fff; }
.why-cctv-section p { color: #bfd0e2; }
.why-cctv-grid { grid-template-columns: .9fr 1.1fr; }
.why-cctv-list {
    grid-template-columns: repeat(2, 1fr);
}

.cctv-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.cctv-process-grid article {
    padding: 30px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
}
.cctv-process-grid article > span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #ef6c00;
    font-size: 30px;
    font-weight: 800;
}
.cctv-process-grid h3 { margin: 0 0 10px; color: #172033; }
.cctv-process-grid p { color: #64748b; line-height: 1.65; }

/* FAQ fix included */
.cctv-page .faq-container { max-width: 900px; margin: 0 auto; }
.cctv-page .faq-item {
    margin-bottom: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe7f3;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15,35,65,.05);
}
.cctv-page .faq-question {
    width: 100%;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #172033;
    background: #fff;
    border: 0;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}
.cctv-page .faq-question span {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #ef6c00;
    background: #fff1e6;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    transition: transform .25s ease;
}
.cctv-page .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    opacity: 0;
    transition: max-height .35s ease, padding .35s ease, opacity .25s ease;
}
.cctv-page .faq-answer p { margin: 0; color: #64748b; line-height: 1.75; }
.cctv-page .faq-item.active .faq-answer {
    max-height: 380px;
    padding: 0 22px 20px;
    opacity: 1;
}
.cctv-page .faq-item.active .faq-question span { transform: rotate(45deg); }

.cctv-enquiry-section {
    padding: 92px 0;
    background: linear-gradient(135deg, #fff4ea, #fff);
}
.cctv-enquiry-grid {
    grid-template-columns: .8fr 1.2fr;
    align-items: start;
}
.cctv-contact-list { margin-top: 30px; display: grid; gap: 14px; }
.cctv-contact-list a, .cctv-contact-list span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #334155;
    text-decoration: none;
}
.cctv-contact-list i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #ef6c00;
    background: #fff1e6;
    border-radius: 10px;
}
.cctv-enquiry-form {
    padding: 34px;
    background: #fff;
    border: 1px solid #eadfd4;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(15,35,65,.09);
}
.cctv-enquiry-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.cctv-enquiry-form label {
    display: block;
    margin-bottom: 8px;
    color: #172033;
    font-size: 14px;
    font-weight: 700;
}
.cctv-enquiry-form input,
.cctv-enquiry-form select,
.cctv-enquiry-form textarea {
    width: 100%;
    margin-bottom: 18px;
    padding: 13px 14px;
    color: #172033;
    background: #fff;
    border: 1px solid #ccd7e6;
    border-radius: 9px;
    font: inherit;
    outline: none;
}
.cctv-enquiry-form input:focus,
.cctv-enquiry-form select:focus,
.cctv-enquiry-form textarea:focus {
    border-color: #ef6c00;
    box-shadow: 0 0 0 4px rgba(239,108,0,.1);
}
.cctv-enquiry-form textarea { resize: vertical; }
.cctv-enquiry-form .btn-primary { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: 12px 0 0; text-align: center; color: #64748b; font-size: 13px; }

@media (max-width: 1100px) {
    .cctv-hero-grid, .cctv-intro-grid, .monitoring-grid, .why-cctv-grid, .cctv-enquiry-grid {
        grid-template-columns: 1fr;
    }
    .cctv-service-grid, .camera-type-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
    .cctv-process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
    .cctv-hero { padding: 64px 0 56px; }
    .cctv-hero h1 { font-size: 40px; }
    .cctv-hero-points, .cctv-trust-line, .cctv-benefit-panel, .why-cctv-list, .brand-grid, .cctv-enquiry-form .form-row {
        grid-template-columns: 1fr;
    }
    .cctv-service-grid, .camera-type-grid, .industry-grid, .cctv-process-grid { grid-template-columns: 1fr; }
    .cctv-enquiry-form { padding: 24px; }
}
@media (max-width: 520px) {
    .cctv-hero h1 { font-size: 34px; }
    .cctv-hero-content > p { font-size: 16px; }
    .cctv-hero-buttons { flex-direction: column; }
    .cctv-hero-buttons a { width: 100%; text-align: center; }
    .cctv-visual { min-height: 500px; }
    .visual-screen { width: 88%; }
    .phone-frame { width: 100%; max-width: 300px; }
    .cctv-visual-badge { left: 18px; right: 18px; }
}

/* ==========================================================
   CCTV PAGE — FINAL PREMIUM CONSISTENT DESIGN
========================================================== */

/* Top header */
.cctv-page .top-header .top-header-wrapper{
    width:min(1180px, calc(100% - 72px)) !important;
    min-height:48px;
    margin:0 auto !important;
    padding:0 !important;
    display:grid !important;
    grid-template-columns:1fr auto 1fr;
    align-items:center !important;
    gap:28px !important;
}

.cctv-page .top-contact{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#fff;
    text-decoration:none;
    white-space:nowrap;
}

.cctv-page .top-phone{justify-self:start;}
.cctv-page .top-email{justify-self:center;}
.cctv-page .top-hours{justify-self:end;}
.cctv-page .top-contact i{color:#74a8ff;}

/* Clear logo */
.cctv-page .logo{
    width:230px !important;
    min-width:230px !important;
}

.cctv-page .logo img{
    width:230px !important;
    height:76px !important;
    object-fit:contain !important;
    object-position:left center !important;
    filter:none !important;
}

/* Services dropdown */
.cctv-page .nav-menu .has-dropdown{position:relative;}

.cctv-page .nav-menu .dropdown-toggle{
    display:flex;
    align-items:center;
    gap:7px;
    padding:28px 0;
    border:0;
    background:transparent;
    color:#13213d;
    font:inherit;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
}

.cctv-page .nav-menu .dropdown-toggle i{
    font-size:11px;
    transition:transform .25s ease;
}

.cctv-page .nav-menu .dropdown-menu{
    position:absolute;
    top:calc(100% - 8px);
    left:50%;
    z-index:1500;
    min-width:245px;
    margin:0;
    padding:10px;
    list-style:none;
    background:#fff;
    border:1px solid #e3e9f2;
    border-radius:14px;
    box-shadow:0 18px 45px rgba(15,35,60,.16);
    opacity:0;
    visibility:hidden;
    transform:translate(-50%,12px);
    transition:opacity .22s ease,visibility .22s ease,transform .22s ease;
}

.cctv-page .nav-menu .dropdown-menu a{
    display:block;
    padding:11px 13px;
    border-radius:9px;
    color:#1f2937;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
}

.cctv-page .nav-menu .dropdown-menu a:hover,
.cctv-page .nav-menu .dropdown-menu a.active{
    color:#0057d9;
    background:#eef5ff;
}

.cctv-page .nav-menu .has-dropdown:hover .dropdown-menu,
.cctv-page .nav-menu .has-dropdown:focus-within .dropdown-menu,
.cctv-page .nav-menu .has-dropdown.open .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,0);
}

.cctv-page .nav-menu .has-dropdown:hover .dropdown-toggle i,
.cctv-page .nav-menu .has-dropdown:focus-within .dropdown-toggle i,
.cctv-page .nav-menu .has-dropdown.open .dropdown-toggle i{
    transform:rotate(180deg);
}

/* Hide hamburger on desktop */
.cctv-page .menu-toggle{
    display:none !important;
}

/* Split hero */
.cctv-page .cctv-split-hero{
    padding:0 !important;
    overflow:hidden;
    background:
        radial-gradient(circle at 18% 20%,rgba(24,118,255,.18),transparent 34%),
        linear-gradient(135deg,#031b48 0%,#0747a6 100%) !important;
}

.cctv-page .cctv-hero-layout{
    width:100%;
    min-height:430px;
    display:grid;
    grid-template-columns:minmax(0,46%) minmax(0,54%);
    align-items:stretch;
}

.cctv-page .cctv-hero-content{
    padding:28px 48px 28px max(60px,calc((100vw - 1180px)/2));
    display:flex;
    flex-direction:column;
    justify-content:center;
    color:#fff;
}

.cctv-page .cctv-hero-content h1{
    max-width:680px;
    margin:14px 0 12px;
    color:#fff;
    font-size:clamp(38px,3.7vw,52px);
    line-height:1.06;
    letter-spacing:-1px;
}

.cctv-page .cctv-hero-content > p{
    max-width:640px;
    margin:0;
    color:#dbeafe;
    font-size:15.5px;
    line-height:1.58;
}

.cctv-page .cctv-hero-points{
    margin:15px 0;
    gap:9px 16px;
}

.cctv-page .cctv-hero-points span{
    font-size:14px;
}

.cctv-page .cctv-hero-buttons{
    gap:12px;
    margin-top:16px;
}

.cctv-page .cctv-hero-buttons a{
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 19px;
    border-radius:10px;
    text-decoration:none;
    font-weight:800;
}

.cctv-page .cctv-call-btn{
    color:#0057d9;
    background:#fff;
}

.cctv-page .cctv-breadcrumb{
    margin-top:14px;
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:13px;
}

.cctv-page .cctv-breadcrumb a{
    color:#fff;
    text-decoration:none;
}

.cctv-page .cctv-hero-image{
    position:relative;
    min-height:430px;
    overflow:hidden;
    background:#07152d;
}

.cctv-page .cctv-hero-image::before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    z-index:1;
    width:75px;
    background:linear-gradient(90deg,#0747a6 0%,rgba(7,71,166,.35) 48%,transparent 100%);
}

.cctv-page .cctv-hero-image img{
    width:100%;
    height:430px;
    min-height:430px;
    display:block;
    object-fit:cover;
    object-position:center;
}

/* Compact section spacing */
.cctv-page main > section:not(.cctv-hero):not(.cctv-enquiry-section){
    padding-top:52px !important;
    padding-bottom:52px !important;
}

.cctv-page .section-title{
    margin-bottom:28px !important;
}

.cctv-page .cctv-intro-grid,
.cctv-page .monitoring-grid,
.cctv-page .why-cctv-grid,
.cctv-page .cctv-enquiry-grid{
    gap:46px !important;
}

.cctv-page .cctv-service-grid,
.cctv-page .camera-type-grid,
.cctv-page .industry-grid,
.cctv-page .cctv-process-grid,
.cctv-page .brand-grid{
    gap:18px !important;
}

.cctv-page .cctv-service-card,
.cctv-page .camera-type-grid > div,
.cctv-page .industry-grid > div,
.cctv-page .cctv-process-grid article{
    padding:22px !important;
}

/* FAQ */
.cctv-page .cctv-faq-list{
    max-width:900px;
    margin:0 auto;
    display:grid;
    gap:12px;
}

.cctv-page .cctv-faq-box{
    border:1px solid #dce5f2;
    border-radius:14px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(18,38,75,.04);
}

.cctv-page .cctv-faq-toggle{
    appearance:none;
    width:100%;
    min-height:64px;
    padding:18px 22px;
    border:0;
    background:#fff;
    color:#13213d;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    text-align:left;
    font-family:"Inter",sans-serif;
    cursor:pointer;
}

.cctv-page .cctv-faq-title{
    flex:1 1 auto;
    color:#13213d;
    font-size:16px;
    font-weight:700;
    line-height:1.5;
}

.cctv-page .cctv-faq-toggle i{
    color:#ef6c00;
    font-size:17px;
    pointer-events:none;
}

.cctv-page .cctv-faq-content{
    display:none;
    padding:0 22px 20px;
}

.cctv-page .cctv-faq-content p{
    margin:0;
    color:#4d5870;
    font-size:15px;
    line-height:1.8;
}

.cctv-page .cctv-faq-box.is-open{
    border-color:#f4c7a1;
    box-shadow:0 12px 28px rgba(239,108,0,.08);
}

.cctv-page .cctv-faq-box.is-open .cctv-faq-toggle{
    background:#fff8f2;
}

.cctv-page .cctv-faq-box.is-open .cctv-faq-content{
    display:block;
}

/* Enquiry and footer */
.cctv-page .cctv-enquiry-section{
    padding-top:58px !important;
    padding-bottom:58px !important;
}

.cctv-page .footer-logo{
    width:220px;
    height:auto;
    max-height:88px;
    padding:10px 14px;
    background:#fff;
    border-radius:12px;
    filter:none !important;
    object-fit:contain;
}

@media(max-width:1100px){
    .cctv-page .menu-toggle{
        display:inline-grid !important;
        place-items:center;
    }

    .cctv-page .nav-menu{
        display:none !important;
    }

    .cctv-page .call-btn,
    .cctv-page .quote-btn{
        display:none !important;
    }

    .cctv-page .cctv-hero-layout{
        grid-template-columns:1fr 1fr;
        min-height:400px;
    }

    .cctv-page .cctv-hero-content{
        padding:26px 30px;
    }

    .cctv-page .cctv-hero-content h1{
        font-size:40px;
    }

    .cctv-page .cctv-hero-image,
    .cctv-page .cctv-hero-image img{
        min-height:400px;
        height:400px;
    }
}

@media(max-width:800px){
    .cctv-page .cctv-hero-layout{
        grid-template-columns:1fr;
        min-height:auto;
    }

    .cctv-page .cctv-hero-content{
        padding:34px 24px 28px;
    }

    .cctv-page .cctv-hero-content h1{
        font-size:34px;
    }

    .cctv-page .cctv-hero-content h1 br{
        display:none;
    }

    .cctv-page .cctv-hero-image,
    .cctv-page .cctv-hero-image img{
        min-height:280px;
        height:280px;
    }

    .cctv-page .cctv-hero-image::before{
        inset:0 0 auto 0;
        width:auto;
        height:60px;
        background:linear-gradient(180deg,#0747a6 0%,transparent 100%);
    }
}

@media(max-width:700px){
    .cctv-page .top-header{display:none;}

    .cctv-page .logo,
    .cctv-page .logo img{
        width:170px !important;
        min-width:170px !important;
        height:56px !important;
    }

    .cctv-page main > section:not(.cctv-hero):not(.cctv-enquiry-section){
        padding-top:36px !important;
        padding-bottom:36px !important;
    }

    .cctv-page .cctv-faq-toggle{
        min-height:58px;
        padding:16px 18px;
    }

    .cctv-page .cctv-faq-title{
        font-size:15px;
    }

    .cctv-page .cctv-faq-content{
        padding:0 18px 18px;
    }

    .cctv-page .cctv-enquiry-section{
        padding-top:44px !important;
        padding-bottom:44px !important;
    }
}

@media(max-width:520px){
    .cctv-page .cctv-hero-content{
        padding:30px 18px 24px;
    }

    .cctv-page .cctv-hero-content h1{
        font-size:30px;
    }

    .cctv-page .cctv-hero-image,
    .cctv-page .cctv-hero-image img{
        min-height:235px;
        height:235px;
    }
}

/* ==========================================================
   CCTV FINAL HEADER, HERO & BRAND FIX
========================================================== */

/* Header: keep every item on one line */
.cctv-page .nav-wrapper{
    min-height:82px !important;
    gap:18px !important;
}

.cctv-page .logo{
    width:205px !important;
    min-width:205px !important;
}

.cctv-page .logo img{
    width:205px !important;
    height:68px !important;
}

.cctv-page .nav-menu{
    gap:18px !important;
    flex-wrap:nowrap !important;
}

.cctv-page .nav-menu > li > a,
.cctv-page .nav-menu .dropdown-toggle{
    font-size:14px !important;
    white-space:nowrap !important;
}

.cctv-page .nav-right{
    flex:0 0 auto !important;
    gap:10px !important;
}

.cctv-page .call-btn,
.cctv-page .quote-btn{
    min-height:54px !important;
    padding:0 18px !important;
    white-space:nowrap !important;
    flex-wrap:nowrap !important;
}

.cctv-page .quote-btn{
    min-width:165px !important;
}

/* Hero: compact, three-line heading and no bottom empty strip */
.cctv-page .cctv-hero-layout{
    min-height:420px !important;
    grid-template-columns:minmax(0,48%) minmax(0,52%) !important;
}

.cctv-page .cctv-hero-content{
    padding:24px 38px 24px max(48px,calc((100vw - 1180px)/2)) !important;
}

.cctv-page .cctv-hero-content h1{
    max-width:680px !important;
    margin:12px 0 10px !important;
    font-size:clamp(36px,3.35vw,48px) !important;
    line-height:1.04 !important;
}

.cctv-page .cctv-hero-content > p{
    max-width:610px !important;
    font-size:15px !important;
    line-height:1.5 !important;
}

.cctv-page .cctv-hero-points{
    margin:12px 0 !important;
    gap:8px 14px !important;
}

.cctv-page .cctv-hero-points span{
    font-size:13.5px !important;
}

.cctv-page .cctv-hero-buttons{
    margin-top:12px !important;
}

.cctv-page .cctv-breadcrumb{
    margin-top:10px !important;
}

.cctv-page .cctv-hero-image{
    position:relative !important;
    min-height:420px !important;
    height:auto !important;
}

.cctv-page .cctv-hero-image img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    object-fit:cover !important;
    object-position:center !important;
}

/* Brand product image showcase */
.cctv-page .cctv-brand-showcase-section{
    padding-top:48px !important;
    padding-bottom:52px !important;
}

.cctv-page .cctv-brand-showcase{
    max-width:1180px;
    margin:0 auto;
    overflow:hidden;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:20px;
    box-shadow:0 16px 40px rgba(18,38,75,.08);
}

.cctv-page .cctv-brand-showcase img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
}

/* Laptop and smaller desktop */
@media(max-width:1250px){
    .cctv-page .logo{
        width:180px !important;
        min-width:180px !important;
    }

    .cctv-page .logo img{
        width:180px !important;
    }

    .cctv-page .nav-menu{
        gap:14px !important;
    }

    .cctv-page .call-btn,
    .cctv-page .quote-btn{
        padding:0 14px !important;
    }

    .cctv-page .quote-btn{
        min-width:150px !important;
    }
}

@media(max-width:1100px){
    .cctv-page .nav-menu{
        display:none !important;
    }

    .cctv-page .call-btn,
    .cctv-page .quote-btn{
        display:none !important;
    }

    .cctv-page .menu-toggle{
        display:inline-grid !important;
        place-items:center;
    }

    .cctv-page .cctv-hero-layout{
        grid-template-columns:1fr 1fr !important;
        min-height:390px !important;
    }

    .cctv-page .cctv-hero-content{
        padding:24px 28px !important;
    }

    .cctv-page .cctv-hero-content h1{
        font-size:38px !important;
    }

    .cctv-page .cctv-hero-image{
        min-height:390px !important;
    }
}

@media(max-width:800px){
    .cctv-page .cctv-hero-layout{
        grid-template-columns:1fr !important;
    }

    .cctv-page .cctv-hero-image{
        min-height:280px !important;
    }

    .cctv-page .cctv-brand-showcase{
        overflow-x:auto;
    }

    .cctv-page .cctv-brand-showcase img{
        min-width:900px;
    }
}

/* ==========================================================
   CCTV HERO IMAGE SCALE + HEADER QUOTE BUTTON FIX
========================================================== */

/* Make the CCTV equipment image look less enlarged */
.cctv-page .cctv-hero-image{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:18px !important;
    background:#071a35 !important;
}

.cctv-page .cctv-hero-image img{
    position:static !important;
    width:94% !important;
    height:94% !important;
    min-height:0 !important;
    object-fit:contain !important;
    object-position:center !important;
    border-radius:12px !important;
}

/* Keep the blend on the left side of the image */
.cctv-page .cctv-hero-image::before{
    z-index:2 !important;
    pointer-events:none !important;
}

/* Make navbar buttons equal and properly aligned */
.cctv-page .nav-right{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
}

.cctv-page .call-btn,
.cctv-page .quote-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:64px !important;
    height:64px !important;
    padding:0 26px !important;
    border-radius:12px !important;
    line-height:1 !important;
    white-space:nowrap !important;
    font-size:16px !important;
    font-weight:700 !important;
}

.cctv-page .quote-btn{
    min-width:190px !important;
}

/* Tablet */
@media(max-width:1100px){
    .cctv-page .cctv-hero-image{
        padding:14px !important;
    }

    .cctv-page .cctv-hero-image img{
        width:96% !important;
        height:96% !important;
    }
}

/* Mobile */
@media(max-width:800px){
    .cctv-page .cctv-hero-image{
        padding:10px !important;
    }

    .cctv-page .cctv-hero-image img{
        width:100% !important;
        height:100% !important;
        border-radius:8px !important;
    }
}
