@media (max-width: 480px) {

  /* home page css code start here */

  /* Nav bar */

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-nav {
    max-width: 100%;
    overflow: hidden;
  }

  .hamburger {
    flex-shrink: 0;
  }

  .site-nav {
    padding: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-nav-section img {
    height: 70px;
  }

  .hamburger {
    width: 46px;
    height: 46px;
  }

  /* home page : Hero section */

  .hero-section {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .bttom-hero-section {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 36px;
  }

  .left-bottom-hero-section,
  .right-bottom-hero-section {
    width: 100%;
    padding: 0;
  }

  .left-bottom-hero-section h1 {
    font-size: 58px;
    line-height: 1;
    padding-bottom: 25px;
    letter-spacing: -0.5px;
    text-align: justify;
  }

  .left-bottom-hero-section p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
  }

  .hero-cta {
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
    margin-top: 22px;
    padding-bottom: 18px;
  }

  .hero-cta a {
    /* width: 100%; */
    justify-content: center;
  }

  .hero-card-stack {
    width: 280px;
    height: 480px;
    margin: 0 auto;
  }

  /* home page : service section */

  .work-style-section {
    padding: 70px 0;
    padding-bottom: 40px;
  }

  .work-style-section-service-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-eyebrow {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 1.3px;
    padding-bottom: 20px;
  }

  .section-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 36px;
    text-align: center;
  }

  .highlight-pill {
    display: inline-block;
    font-size: 28px;
    padding: 8px 16px;
    margin-top: 8px;
  }

  .work-cards {
    padding-top: 40px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .work-card {
    width: 100%;
  }

  .image-wrap {
    height: 650px;
    margin-bottom: 18px;
  }

  .image-wrap img {
    height: 650px;
  }

  .bottom-triangle-card {
    bottom: 14px;
    opacity: 1;
    transform: translateX(-50%) scale(1);
    padding: 14px 18px 18px;
  }

  .bottom-triangle-card span {
    font-size: 14px;
    font-weight: 800;
  }

  .bottom-triangle-card small {
    font-size: 11px;
  }

  .work-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .work-tags span {
    font-size: 13px;
    padding: 9px 14px;
  }

  .work-cta {
    margin-top: 70px;
    text-align: left;
  }

  .work-cta a {
    /* width: 100%; */
    justify-content: center;
  }

  .services-btn span {
    font-size: 18px;
    font-weight: 600;
  }

  .services-btn .btn-arrow {
    font-size: 30px;
    margin-top: -11px;
    font-weight: 800;
  }

  /* Home page : Trust proof section */

  .trust-proof-section {
    padding: 165px 0 80px;
  }

  .trust-eyebrow {
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 1.4px;
  }

  .trust-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 48px;
  }

  .trust-stats-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }


  .trust-stat {
    text-align: center;
    padding-top: 5px;
  }

  .trust-stat strong {
    font-size: 45px;
    margin-bottom: 6px;
  }

  .trust-stat p {
    font-size: 16px;
    max-width: 100%;
  }

  .trust-stat:hover {
    transform: none;
  }

  /* Home page : Process section */

  .process-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .process-eyebrow {
    font-size: 14x;
    margin-bottom: 16px;
    letter-spacing: 1.4px;
  }

  .process-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 48px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .process-card {
    padding: 27px 23px;
    border-radius: 16px;
  }

  .process-step {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .process-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .process-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  .process-card:hover {
    transform: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  }

  /* Home page : Testmonial section */

  .testimonials-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonials-eyebrow {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 16px;
  }

  .testimonials-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 44px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .testimonial-card {
    padding: 27px 23px;
    border-radius: 16px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 18px;
  }

  .testimonial-name {
    font-size: 14px;
  }

  .testimonial-card:hover {
    transform: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  }

  /* Home Section : Coverage section */

  .coverage-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .coverage-eyebrow {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 16px;
  }

  .coverage-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 18px;
  }

  .coverage-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 22px;
  }

  .coverage-list {
    gap: 10px;
  }

  .coverage-list li {
    font-size: 14px;
    padding: 7px 12px;
  }

  .map-placeholder {
    height: 220px;
    border-radius: 16px;
    font-size: 13px;
  }

  /* Home page : Final CTA */

  .final-cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .final-cta-eyebrow {
    font-size: 14px;
    letter-spacing: 1.6px;
    margin-bottom: 18px;
  }

  .final-cta-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 22px;
  }

  .final-cta-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 40px;
    padding: 0 6px;
  }

  .final-cta-buttons {
    flex-direction: row;
    gap: 16px;
  }

  .final-cta-buttons a {
    /* width: 100%; */
    justify-content: center;
  }

  .final-cta-buttons .btn-primary,
  .final-cta-buttons .btn-secondary {
    padding: 15px 22px;
    font-size: 15px;
    border-radius: 8px;
  }

  .final-cta-buttons .btn-primary .btn-arrow {
    margin-top: -9px;
    font-size: 18px;
  }

  /* Home page footer section */

  .site-footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }


  .footer-logo {
    width: 180px;
  }

  .footer-tagline {
    font-size: 17px;
    line-height: 1.65;
    max-width: 100%;
  }

  .footer-socials {
    justify-content: flex-start;
    gap: 14px;
  }

  .footer-socials a {
    width: 42px;
    height: 42px;
  }

  .footer-socials svg {
    width: 25px;
    height: 25px;
  }

  .footer-col h4 {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .footer-col li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer-col a {
    display: inline-block;
    padding: 4px 0;
  }

  .footer-contact li {
    font-size: 16px;
    line-height: 1.6;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .footer-bottom p {
    font-size: 13px;
  }

  .footer-credit a {
    font-size: 13px;
  }

  /* ---------------------- SERVICE PAGE CSS START HERE -------------------------- */

  .services-hero {
    margin-top: -70px;
    padding-bottom: 60px;
  }

  .services-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* Heading */
  .services-heading {
    font-size: 46px;
    line-height: 1.15;
    text-align: left;
  }

  .services-heading span {
    display: block;
    font-size: 36px;
    margin-top: 6px;
  }

  /* Bottom layout */
  .services-hero-bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }

  .services-hero-left,
  .services-hero-right {
    width: 100%;
  }

  /* Text */
  .services-desc {
    font-size: 16px;
    line-height: 1.65;
  }

  /* CTA */
  .services-hero-content-cta {
    margin-top: 25px;
    display: flex;
    gap: 20px;
  }

  .services-hero-content-cta a {
    justify-content: center;
  }

  /* Image */
  .services-hero-right {
    margin-top: -20px;
  }

  .services-hero-right img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* SERVICE : Overview-section */

  .services-overview-section {
    padding: 70px 0 60px;
    padding-bottom: 120px;
  }

  /* Eyebrow */
  .services-eyebrow {
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
    font-weight: 800;
  }

  /* Heading */
  .services-overview-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 42px;
  }

  .services-overview-heading span {
    display: block;
    font-size: 24px;
    margin-top: 6px;
  }

  /* Grid */
  .services-overview-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  /* Card */
  .service-overview-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .service-overview-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .service-overview-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  /* SERVICE: DETAIL SECTION */

  .service-detail-section {
    padding: 70px 0 60px;
    padding-bottom: 80px;
  }

  /* Eyebrow */
  .service-eyebrow {
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
    font-weight: 800;
  }

  /* Heading */
  .service-detail-heading {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 26px;
  }

  .service-detail-heading span {
    display: block;
    font-size: 22px;
    margin-top: 6px;
  }

  /* GRID → STACK */
  .service-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  /* IMAGE FIRST */
  .service-detail-image {
    order: 1;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .service-detail-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
  }

  /* CONTENT AFTER IMAGE */
  .service-detail-content {
    order: 2;
  }

  .service-detail-content p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  /* POINTS */
  .service-points {
    margin-top: 19px;
    margin-bottom: 26px;
    gap: 10px;
  }

  .service-points li {
    font-size: 16px;
    line-height: 1.6;
  }

  /* CTA */
  .service-cta {
    display: flex;
    flex-direction: row;
    gap: 13px;
    margin-top: 10px;
  }

  .service-cta a {
    justify-content: center;
  }

  /* SERVICES: FINAL CTA */

  .services-final-cta {
    padding: 100px 0 90px;
  }

  /* Eyebrow */
  .services-final-eyebrow {
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    font-weight: 800;
  }

  /* Heading */
  .services-final-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .services-final-heading span {
    display: block;
    font-size: 24px;
    margin-top: 6px;
  }

  /* Text */
  .services-final-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 38px;
    padding: 0 6px;
  }

  /* Buttons stack */
  .services-final-buttons {
    flex-direction: column;
    gap: 16px;
  }

  .services-final-buttons a {
    width: 100%;
    justify-content: center;
    padding: 15px 22px;
    font-size: 15px;
    border-radius: 10px;
  }

  /* Arrow fix */
  .services-final-buttons .btn-primary .btn-arrow {
    font-size: 18px;
    margin-top: -6px;
  }

  /* ----------------- DETICATED SERVICES PAGE CSS START HERE ------------------- */

  /* ===== CCTV HERO ===== */

  .serivces-bottom-section {
    display: flex;
    flex-direction: column;
  }

  /* Image should come first inside bottom section */
  .serivces-bottom-rigth-section {
    order: 1;
  }

  /* Text section below image */
  .deticated-serivces-bottom-left-section {
    order: 2;
  }

  /* Make CTA vertical */
  .deticated-serives-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .deticated-serives-hero-cta a {
    width: 100%;
    justify-content: center;
  }

  .single-service-hero {
    padding: 0px 0 60px;
    margin-top: -50px;
  }

  /* Layout */
  .single-service-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .serivces-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  /* Order (Heading → Image → Text → CTA) */
  .serivces-bottom-rigth-section {
    order: 1;
  }

  .deticated-serivces-bottom-left-section {
    order: 2;
  }

  /* Heading */
  .single-service-title {
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    width: 100%;
  }

  /* Description */
  .single-service-desc {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;
  }

  /* Image */

  .single-service-image {
    margin-top: -10px;
  }

  .single-service-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
  }

  /* CTA Buttons */
  .deticated-serives-hero-cta {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 24px;
  }

  .deticated-serives-hero-cta a {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 10px;
    justify-content: center;
  }

  /* 

  BENEFITS SECTION 

*/

  .service-benefits-section {
    padding: 70px 0;
  }

  /* Eyebrow */
  .services-eyebrow {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }

  /* Main Heading */
  .service-benefits-heading {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 36px;
  }

  .service-benefits-heading span {
    display: block;
  }

  /* Grid → Stack */
  .service-benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  /* Card */
  .service-benefit-card {
    padding: 22px;
    border-radius: 16px;
  }

  /* Card Title */
  .service-benefit-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* Card Text */
  .service-benefit-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* ===============================
   SERVICE DETAIL – 480px
================================= */

  .service-detail-section {
    padding: 70px 0;
  }

  /* Eyebrow */
  .service-eyebrow {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }

  /* Heading */
  .service-detail-heading {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 32px;
  }

  .service-detail-heading span {
    display: block;
  }

  /* Layout Stack */
  .service-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  /* Make image come after heading */
  .service-detail-image {
    order: 1;
  }

  .service-detail-content {
    order: 2;
  }

  /* Image */
  .service-detail-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
  }

  /* Paragraph text */
  .service-detail-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  /* List */
  .service-points {
    margin: 18px 0 24px;
    padding-left: 0;
    list-style: none;
  }

  .service-points li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  /* CTA */
  .service-cta {
    margin-top: 10px;
  }

  .service-cta a {
    /* width: 100%; */
    /* padding: 14px 18px; */
    font-size: 15px;
    /* border-radius: 10px; */
    justify-content: center;
  }

  /* FINAL CTA */

  .services-final-cta {
    padding: 70px 0;
    text-align: center;
  }

  /* Eyebrow */
  .services-final-eyebrow {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }

  /* Heading */
  .services-final-heading {
    font-size: 35px;
    line-height: 1.15;
    margin-bottom: 18px;
  }

  .services-final-heading span {
    display: block;
  }

  /* Description */
  .services-final-text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  /* Buttons layout */
  .services-final-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }

  /* Buttons style */
  .services-final-btn {
    width: 100%;
    padding: 12px 16px;
    font-size: 12px;
    border-radius: 10px;
    justify-content: center;
  }



  /* ---------------------- ABOUT PAGE CSS START HERE -------------------------- */

  /* ABOUT HERO */

  .about-hero-new {
    margin-top: -120px;
    padding: 70px 0 60px;
  }

  .about-hero-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .about-hero-title {
    font-size: 56px;
    line-height: 1.15;
  }

  .about-hero-bottom-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  /* IMAGE FIRST */
  .about-hero-right-bottom-content {
    order: 1;
  }

  .about-hero-image {
    margin-top: -20px;
  }

  .about-hero-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* CONTENT AFTER IMAGE */
  .about-hero-left-bottom-content {
    order: 2;
  }

  .about-hero-desc {
    font-size: 16px;
    line-height: 1.65;
    padding-bottom: 15px;
  }

  .about-hero-actions {
    margin-top: 22px;
  }

  .about-hero-btn {
    justify-content: center;
  }

  /* ABOUT :  WHO WE ARE */

  .about-who-section {
    padding: 70px 0 80px;
  }

  .about-eyebrow {
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
    font-weight: 800;
  }

  .about-heading {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 32px;
  }

  .about-heading span {
    display: block;
    font-size: 22px;
    margin-top: 6px;
  }

  .about-who-grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .about-who-content p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .about-who-card {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .about-who-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .about-who-card li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  /* ABOUT SERVICES */

  .about-services-section {
    padding: 80px 0;
  }

  .about-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-service-card {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .about-service-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-service-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .about-services-cta {
    margin-top: 36px;
    text-align: center;
  }

  .about-btn-services-cta {
    justify-content: center;
  }

  .about-btn-services-cta .btn-arrow {
    margin-top: -6px;
  }

  /* ABOUT : JOURNEY SECTION */

  .journey-section {
    padding: 80px 0;
  }

  .journey-eyebrow {
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
  }

  .journey-heading {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 32px;
  }

  .journey-heading span {
    display: block;
    font-size: 22px;
    margin-top: 6px;
  }

  .journey-grid {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .journey-content p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .journey-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .journey-stat {
    text-align: center;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .journey-stat strong {
    font-size: 26px;
  }

  .journey-stat span {
    font-size: 13px;
  }

  /* ABOUT: WHY CHOOSE US  */

  .why-choose-section {
    padding: 80px 0;
  }

  .why-eyebrow {
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
  }

  .why-heading {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 34px;
  }

  .why-heading span {
    display: block;
    font-size: 22px;
    margin-top: 6px;
  }

  .why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .why-card {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .why-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .why-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  /* ABOUT : FINAL CTA */

  .about-final-cta {
    padding: 100px 0 90px;
  }

  .about-final-eyebrow {
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }

  .about-final-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .about-final-heading span {
    display: block;
    font-size: 24px;
    margin-top: 6px;
  }

  .about-final-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 36px;
    padding: 0 6px;
  }

  .about-final-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .about-final-buttons a {
    width: 100%;
    justify-content: center;
  }

  /* ---------------------- CONTACT PAGE CSS START HERE -------------------------- */

  /* CONTACT : HERO SECTION */

  /* ================= CONTACT HERO – MOBILE FIRST ================= */

  .contact-hero {
    margin-top: -60px;
    padding-bottom: 80px;
  }

  .contact-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* -------- Heading -------- */
  .contact-heading {
    font-size: 45px;
    line-height: 1.1;
    text-align: left;
  }


  .contact-heading span h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 6px;
    font-weight: 800;
  }

  /* -------- Layout stack -------- */
  .contact-hero-contect-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* -------- Image comes second -------- */
  .contact-hero-content-bottom-right-section {
    order: 1;
    margin-top: -20px;
    padding-bottom: 10px;
  }

  .contact-hero-content-bottom-right-section img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* -------- Text after image -------- */
  .contact-hero-content-bottom-left-section {
    order: 2;
  }

  .contact-desc {
    font-size: 16px;
    line-height: 1.65;
  }

  /* -------- CTA -------- */
  .contact-hero-cta {
    display: flex;
    gap: 14px;
    margin-top: 22px;
  }

  .contact-hero-cta a {
    justify-content: center;
  }

  /* CONTACT : INFO SECTION */

  .contact-info-section {
    padding: 70px 0 80px;
  }

  .contact-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-info-card {
    padding: 26px 22px;
    text-align: center;
  }

  .contact-info-card svg {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
  }

  .contact-info-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .contact-info-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* CONTACT DETAILS ICON CENTER FIX */

  .contact-detail-card {
    text-align: center;
  }

  .contact-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    /* centers horizontally */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .contact-icon svg {
    width: 26px;
    height: 26px;
    display: block;
  }


  /* CONTACT :  */

  .contact-map-section {
    padding: 80px 0;
  }

  .contact-map-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .map-placeholder {
    height: 220px;
    border-radius: 16px;
  }

  /* CONTACT : FINAL CTA */
  .contact-final-cta {
    padding: 100px 0 90px;
  }

  .contact-final-heading {
    font-size: 32px;
    line-height: 1.15;
  }

  .contact-final-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 38px;
  }

  .contact-final-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .contact-final-buttons a {
    width: 100%;
    justify-content: center;
  }

  .contact-final-btn .btn-arrow {
    margin-top: -7px;
  }

  /* CONTACT : FORM SECTION */

  .contact-form-section {
    padding: 80px 0 70px;
  }

  /* Eyebrow */
  .contact-form-section .contact-eyebrow {
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
    font-weight: 800;
    text-align: center;
  }

  /* Heading */
  .contact-form-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 38px;
    text-align: center;
  }

  .contact-form-heading span {
    display: block;
    font-size: 24px;
    margin-top: 6px;
  }

  /* Form wrapper */
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  /* Form group */
  .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  /* Labels */
  .form-group label {
    font-size: 14px;
    font-weight: 600;
  }

  /* Inputs & textarea */
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 14px 14px;
    font-size: 15px;
    border-radius: 10px;
  }

  /* Full width textarea */
  .form-group.full-width textarea {
    min-height: 120px;
    resize: none;
  }

  /* Button wrapper */
  .form-action {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }

  /* Submit button */
  .form-action .btn-primary {
    width: 100%;
    justify-content: center;
    padding: 15px 22px;
    font-size: 15px;
    border-radius: 10px;
  }

  /* Arrow fix */
  .form-action .btn-primary .btn-arrow {
    font-size: 18px;
    margin-top: -6px;
  }

}

@media (min-width: 481px) and (max-width: 600px) {

  /* Nav bar */

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-nav {
    max-width: 100%;
    overflow: hidden;
  }

  .hamburger {
    flex-shrink: 0;
  }

  .site-nav {
    padding: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-nav-section img {
    height: 70px;
  }

  .hamburger {
    width: 46px;
    height: 46px;
  }

  /* home page : Hero section */

  .hero-section {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .bttom-hero-section {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 36px;
  }

  .left-bottom-hero-section,
  .right-bottom-hero-section {
    width: 100%;
    padding: 0;
  }

  .left-bottom-hero-section h1 {
    font-size: 58px;
    line-height: 1;
    padding-bottom: 25px;
    letter-spacing: -0.5px;
    text-align: justify;
  }

  .left-bottom-hero-section p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
  }

  .hero-cta {
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
    margin-top: 22px;
    padding-bottom: 18px;
  }

  .hero-cta a {
    /* width: 100%; */
    justify-content: center;
  }

  .hero-card-stack {
    width: 280px;
    height: 480px;
    margin: 0 auto;
  }

  /* home page : service section */

  .work-style-section {
    padding: 70px 0;
    padding-bottom: 40px;
  }

  .work-style-section-service-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-eyebrow {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 1.3px;
    padding-bottom: 20px;
  }

  .section-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 36px;
    text-align: center;
  }

  .highlight-pill {
    display: inline-block;
    font-size: 28px;
    padding: 8px 16px;
    margin-top: 8px;
  }

  .work-cards {
    padding-top: 40px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .work-card {
    width: 100%;
  }

  .image-wrap {
    height: 650px;
    margin-bottom: 18px;
  }

  .image-wrap img {
    height: 650px;
  }

  .bottom-triangle-card {
    bottom: 14px;
    opacity: 1;
    transform: translateX(-50%) scale(1);
    padding: 14px 18px 18px;
  }

  .bottom-triangle-card span {
    font-size: 14px;
    font-weight: 800;
  }

  .bottom-triangle-card small {
    font-size: 11px;
  }

  .work-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .work-tags span {
    font-size: 13px;
    padding: 9px 14px;
  }

  .work-cta {
    margin-top: 70px;
    text-align: left;
  }

  .work-cta a {
    /* width: 100%; */
    justify-content: center;
  }

  .services-btn span {
    font-size: 18px;
    font-weight: 600;
  }

  .services-btn .btn-arrow {
    font-size: 30px;
    margin-top: -11px;
    font-weight: 800;
  }

  /* Home page : Trust proof section */

  .trust-proof-section {
    padding: 165px 0 80px;
  }

  .trust-eyebrow {
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 1.4px;
  }

  .trust-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 48px;
  }

  .trust-stats-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }


  .trust-stat {
    text-align: center;
    padding-top: 5px;
  }

  .trust-stat strong {
    font-size: 45px;
    margin-bottom: 6px;
  }

  .trust-stat p {
    font-size: 16px;
    max-width: 100%;
  }

  .trust-stat:hover {
    transform: none;
  }

  /* Home page : Process section */

  .process-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .process-eyebrow {
    font-size: 14x;
    margin-bottom: 16px;
    letter-spacing: 1.4px;
  }

  .process-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 48px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .process-card {
    padding: 27px 23px;
    border-radius: 16px;
  }

  .process-step {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .process-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .process-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  .process-card:hover {
    transform: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  }

  .process-heading {
    font-size: 36px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .process-card {
    padding: 36px 28px;
  }

  .testimonials-heading {
    font-size: 36px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }


  .coverage-heading {
    font-size: 34px;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .map-placeholder {
    height: 280px;
  }

  .final-cta-heading {
    font-size: 38px;
  }

  .final-cta-buttons {
    flex-direction: column;
    gap: 18px;
  }

  /* -------------------- SERVICES PAGE CSS START HERE ------------------------- */

  .services-hero {
    margin-top: -70px;
    padding-bottom: 60px;
  }

  .services-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* Heading */
  .services-heading {
    font-size: 46px;
    line-height: 1.15;
    text-align: left;
  }

  .services-heading span {
    display: block;
    font-size: 36px;
    margin-top: 6px;
  }

  /* Bottom layout */
  .services-hero-bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }

  .services-hero-left,
  .services-hero-right {
    width: 100%;
  }

  /* Text */
  .services-desc {
    font-size: 16px;
    line-height: 1.65;
  }

  /* CTA */
  .services-hero-content-cta {
    margin-top: 25px;
    display: flex;
    gap: 20px;
  }

  .services-hero-content-cta a {
    justify-content: center;
  }

  /* Image */
  .services-hero-right {
    margin-top: -20px;
  }

  .services-hero-right img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* SERVICE : Overview-section */

  .services-overview-section {
    padding: 70px 0 60px;
    padding-bottom: 120px;
  }

  /* Eyebrow */
  .services-eyebrow {
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
    font-weight: 800;
  }

  /* Heading */
  .services-overview-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 42px;
  }

  .services-overview-heading span {
    display: block;
    font-size: 24px;
    margin-top: 6px;
  }

  /* Grid */
  .services-overview-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  /* Card */
  .service-overview-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .service-overview-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .service-overview-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  /* SERVICE: DETAIL SECTION */

  .service-detail-section {
    padding: 70px 0 60px;
    padding-bottom: 80px;
  }

  /* Eyebrow */
  .service-eyebrow {
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
    font-weight: 800;
  }

  /* Heading */
  .service-detail-heading {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 26px;
  }

  .service-detail-heading span {
    display: block;
    font-size: 22px;
    margin-top: 6px;
  }

  /* GRID → STACK */
  .service-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  /* IMAGE FIRST */
  .service-detail-image {
    order: 1;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .service-detail-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
  }

  /* CONTENT AFTER IMAGE */
  .service-detail-content {
    order: 2;
  }

  .service-detail-content p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  /* POINTS */
  .service-points {
    margin-top: 19px;
    margin-bottom: 26px;
    gap: 10px;
  }

  .service-points li {
    font-size: 16px;
    line-height: 1.6;
  }

  /* CTA */
  .service-cta {
    display: flex;
    flex-direction: row;
    gap: 13px;
    margin-top: 10px;
  }

  .service-cta a {
    justify-content: center;
  }

  /* SERVICES: FINAL CTA */

  .services-final-cta {
    padding: 100px 0 90px;
  }

  /* Eyebrow */
  .services-final-eyebrow {
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    font-weight: 800;
  }

  /* Heading */
  .services-final-heading {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .services-final-heading span {
    display: block;
    font-size: 24px;
    margin-top: 6px;
  }

  /* Text */
  .services-final-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 38px;
    padding: 0 6px;
  }

  /* Buttons stack */
  .services-final-buttons {
    flex-direction: column;
    gap: 16px;
  }

  .services-final-buttons a {
    width: 100%;
    justify-content: center;
    padding: 15px 22px;
    font-size: 15px;
    border-radius: 10px;
  }

  /* Arrow fix */
  .services-final-buttons .btn-primary .btn-arrow {
    font-size: 18px;
    margin-top: -6px;
  }

  .services-heading {
    font-size: 40px;
  }

  .services-heading span {
    font-size: 28px;
  }

  .services-hero-right img {
    height: 300px;
  }

  /*---------------- Deticated services page css start here ------------------- */

  /* ===== CCTV HERO ===== */

  .serivces-bottom-section {
    display: flex;
    flex-direction: column;
  }

  /* Image should come first inside bottom section */
  .serivces-bottom-rigth-section {
    order: 1;
  }

  /* Text section below image */
  .deticated-serivces-bottom-left-section {
    order: 2;
  }

  /* Make CTA vertical */
  .deticated-serives-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .deticated-serives-hero-cta a {
    width: 100%;
    justify-content: center;
  }

  .single-service-hero {
    padding: 0px 0 80px;
    margin-top: -50px;
  }

  /* Layout */
  .single-service-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .serivces-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  /* Order (Heading → Image → Text → CTA) */
  .serivces-bottom-rigth-section {
    order: 1;
  }

  .deticated-serivces-bottom-left-section {
    order: 2;
  }

  /* Heading */
  .single-service-title {
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    width: 100%;
  }

  /* Description */
  .single-service-desc {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;
  }

  /* Image */

  .single-service-image {
    margin-top: -10px;
  }

  .single-service-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
  }

  /* CTA Buttons */
  .deticated-serives-hero-cta {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 24px;
  }

  .deticated-serives-hero-cta a {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 10px;
    justify-content: center;
  }

  /* BENEFITS SECTION  */

  .service-benefits-section {
    padding: 80px 0;
    text-align: center;
  }

  /* Eyebrow */
  .service-benefits-section .services-eyebrow {
    font-size: 14px;
    letter-spacing: 1.3px;
    margin-bottom: 16px;
    font-weight: 800;
  }

  /* Heading */
  .service-benefits-heading {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 40px;
  }

  .service-benefits-heading span {
    display: block;
    font-size: 26px;
    margin-top: 6px;
  }

  /* Grid */
  .service-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    /* Still single column */
    gap: 28px;
  }

  /* Card */
  .service-benefit-card {
    padding: 28px 24px;
    /* border-radius: 18px; */
    text-align: center;
  }

  /* Card title */
  .service-benefit-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  /* Card text */
  .service-benefit-card p {
    font-size: 16px;
    line-height: 1.65;
  }

  /*
  SERVICE DETAIL
*/

  .service-detail-section {
    padding: 90px 0;
    /* text-align: center; */
  }

  /* Eyebrow */
  .service-eyebrow {
    font-size: 14px;
    letter-spacing: 1.3px;
    margin-bottom: 16px;
    font-weight: 800;
  }

  /* Heading */
  .service-detail-heading {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 36px;
  }

  .service-detail-heading span {
    display: block;
    font-size: 26px;
    margin-top: 6px;
  }

  /* Layout stack */
  .service-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* IMAGE FIRST */
  .service-detail-image {
    order: 1;
  }

  .service-detail-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    /* border-radius: 18px; */
  }

  /* CONTENT BELOW */
  .service-detail-content {
    order: 2;
  }

  /* Paragraphs */
  .service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  /* Points */
  .service-points {
    margin: 22px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .service-points li {
    font-size: 16px;
    line-height: 1.3;
  }

  /* CTA */
  .service-cta {
    display: flex;
    /* justify-content: center; */
  }

  .service-cta a {
    padding: 15px 22px;
    font-size: 16px;
    /* border-radius: 10px; */
    /* justify-content: center; */
  }

  /* SERVICES FINAL CTA  */

  .services-final-cta {
    padding: 110px 0;
    text-align: center;
  }

  /* Eyebrow */
  .services-final-eyebrow {
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 800;
    margin-bottom: 18px;
  }

  /* Heading */
  .services-final-heading {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 24px;
  }

  .services-final-heading span {
    display: block;
    font-size: 26px;
    margin-top: 6px;
  }

  /* Description */
  .services-final-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 42px;
    padding: 0 20px;
  }

  /* Buttons stack */
  .services-final-buttons {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  /* Button styling */
  .services-final-buttons a {
    width: 100%;
    max-width: 340px;
    justify-content: center;
    padding: 16px 24px;
    font-size: 16px;
    border-radius: 10px;
  }

  /* Arrow fix */
  .services-final-btn .btn-arrow {
    margin-top: -5px;
    font-size: 18px;
  }

  /* ------------------------ ABOUT US PAGE CSS START HERE ----------------------- */


  /* ABOUT HERO */

  .about-hero-new {
    margin-top: -120px;
    padding: 70px 0 60px;
  }

  .about-hero-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .about-hero-title {
    font-size: 56px;
    line-height: 1.15;
  }

  .about-hero-bottom-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  /* IMAGE FIRST */
  .about-hero-right-bottom-content {
    order: 1;
  }

  .about-hero-image {
    margin-top: -20px;
  }

  .about-hero-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* CONTENT AFTER IMAGE */
  .about-hero-left-bottom-content {
    order: 2;
  }

  .about-hero-desc {
    font-size: 16px;
    line-height: 1.65;
    padding-bottom: 15px;
  }

  .about-hero-actions {
    margin-top: 22px;
  }

  .about-hero-btn {
    justify-content: center;
  }

  /* WHO WE ARE */
  .about-who-section {
    padding: 80px 0 70px;
  }

  .about-heading {
    font-size: 34px;
    line-height: 1.15;
  }

  .about-heading span {
    font-size: 26px;
  }

  .about-who-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .about-who-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-who-card {
    padding: 28px 26px;
    border-radius: 18px;
  }

  .about-who-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .about-who-card li {
    font-size: 15px;
  }

  /* ABOUT SERVICES */
  .about-services-section {
    padding: 80px 0;
  }

  .about-services-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-service-card {
    padding: 26px 24px;
    border-radius: 18px;
  }

  .about-service-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-service-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  /* JOURNEY SECTION */
  .journey-section {
    padding: 80px 0;
  }

  .journey-heading {
    font-size: 34px;
  }

  .journey-heading span {
    font-size: 26px;
  }

  .journey-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .journey-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .journey-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .journey-stat strong {
    font-size: 32px;
  }

  .journey-stat span {
    font-size: 14px;
  }

  /* WHY CHOOSE US */
  .why-choose-section {
    padding: 80px 0;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .why-card {
    padding: 26px 24px;
    border-radius: 18px;
  }

  .why-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .why-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  /* FINAL CTA */
  .about-final-cta {
    padding: 100px 0 90px;
  }

  .about-final-heading {
    font-size: 36px;
  }

  .about-final-heading span {
    font-size: 26px;
  }

  .about-final-text {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 36px;
  }

  .about-final-buttons {
    flex-direction: column;
    gap: 18px;
  }

  .about-final-buttons a {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
    font-size: 16px;
    border-radius: 10px;
  }

  /* ---------------------- CONTACT PAGE CSS START HERE -------------------------- */

  /* CONTACT HERO */

  .contact-hero {
    margin-top: -60px;
    padding-bottom: 80px;
  }

  .contact-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* -------- Heading -------- */
  .contact-heading {
    font-size: 45px;
    line-height: 1.1;
    text-align: left;
  }


  .contact-heading span h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 6px;
    font-weight: 800;
  }

  /* -------- Layout stack -------- */
  .contact-hero-contect-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* -------- Image comes second -------- */
  .contact-hero-content-bottom-right-section {
    order: 1;
    margin-top: -20px;
    padding-bottom: 10px;
  }

  .contact-hero-content-bottom-right-section img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* -------- Text after image -------- */
  .contact-hero-content-bottom-left-section {
    order: 2;
  }

  .contact-desc {
    font-size: 16px;
    line-height: 1.65;
  }

  /* -------- CTA -------- */
  .contact-hero-cta {
    display: flex;
    gap: 14px;
    margin-top: 22px;
  }

  .contact-hero-cta a {
    justify-content: center;
  }

  /* CONTACT : INFO SECTION */

  .contact-info-section {
    padding: 70px 0 80px;
  }

  .contact-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-info-card {
    padding: 26px 22px;
    text-align: center;
  }

  .contact-info-card svg {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
  }

  .contact-info-card h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .contact-info-card p {
    font-size: 18px;
    line-height: 1.6;
  }

  /* CONTACT DETAILS ICON CENTER FIX */

  .contact-detail-card {
    text-align: center;
  }

  .contact-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    /* centers horizontally */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .contact-icon svg {
    width: 26px;
    height: 26px;
    display: block;
  }


  /* ADDRESS SECTION */

  .contact-address-section {
    padding: 90px 0;
  }

  .address-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .address-card {
    text-align: center;
    padding: 30px 26px;
    border-radius: 18px;
  }

  .address-map .map-placeholder {
    height: 260px;
    border-radius: 18px;
    font-size: 14px;
  }

  /* CONTACT FORM */

  .contact-form-section {
    padding: 90px 0 80px;
  }

  .contact-form-heading {
    font-size: 34px;
    margin-bottom: 44px;
    text-align: center;
  }

  .contact-form-heading span {
    font-size: 24px;
  }

  .contact-form {
    gap: 24px;
  }

  .form-group input,
  .form-group textarea {
    padding: 15px 16px;
    font-size: 16px;
    border-radius: 10px;
  }

  .form-group.full-width textarea {
    min-height: 130px;
  }

  .form-action .btn-primary {
    padding: 16px 26px;
    font-size: 16px;
    border-radius: 10px;
  }

  /* FINAL CTA */

  .contact-final-cta {
    padding: 110px 0 100px;
  }

  .contact-final-heading {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 22px;
    text-align: center;
  }

  .contact-final-heading span {
    font-size: 26px;
  }

  .contact-final-text {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 44px;
    text-align: center;
    padding: 0 20px;
  }

  .contact-final-buttons {
    flex-direction: column;
    gap: 18px;
  }

  .contact-final-buttons a {
    width: 100%;
    justify-content: center;
    padding: 16px 26px;
    font-size: 16px;
    border-radius: 10px;
  }





}

@media (min-width: 601px) and (max-width: 768px) {

  /* Nav bar */

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-nav {
    max-width: 100%;
    overflow: hidden;
  }

  .hamburger {
    flex-shrink: 0;
  }

  .site-nav {
    padding: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-nav-section img {
    height: 70px;
  }

  .hamburger {
    width: 46px;
    height: 46px;
  }

  /* home page : Hero section */

  .hero-section {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .bttom-hero-section {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 36px;
  }

  .left-bottom-hero-section,
  .right-bottom-hero-section {
    width: 100%;
    padding: 0;
  }

  .left-bottom-hero-section h1 {
    font-size: 58px;
    line-height: 1;
    padding-bottom: 25px;
    letter-spacing: -0.5px;
    text-align: justify;
  }

  .left-bottom-hero-section p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
  }

  .hero-cta {
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
    margin-top: 22px;
    padding-bottom: 18px;
  }

  .hero-cta a {
    /* width: 100%; */
    justify-content: center;
  }

  .hero-card-stack {
    width: 300px;
    height: 500px;
    margin: 0 auto;
  }

  /* home page : service section */

  .work-style-section {
    padding: 80px 0 50px;
  }

  .work-style-section-service-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section-eyebrow {
    font-size: 14px;
    margin-bottom: 18px;
    letter-spacing: 1.3px;
  }

  .section-heading {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 44px;
    text-align: center;
  }

  .highlight-pill {
    font-size: 28px;
    padding: 8px 16px;
    display: inline-block;
    margin-top: 6px;
  }

  .work-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
    padding-top: 40px;
  }

  .work-card {
    width: 100%;
  }

  .image-wrap {
    height: 420px;
    margin-bottom: 20px;
  }

  .image-wrap img {
    height: 420px;
  }

  /* Triangle card */
  .bottom-triangle-card {
    bottom: 16px;
    opacity: 1;
    transform: translateX(-50%) scale(1);
    padding: 14px 20px 18px;
  }

  .bottom-triangle-card span {
    font-size: 14px;
    font-weight: 800;
  }

  .bottom-triangle-card small {
    font-size: 12px;
  }

  /* Titles */
  .work-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .work-tags span {
    font-size: 13px;
    padding: 8px 14px;
  }

  /* CTA */
  .work-cta {
    margin-top: 70px;
    text-align: center;
  }

  .services-btn span {
    font-size: 16px;
    font-weight: 600;
  }

  .services-btn .btn-arrow {
    font-size: 26px;
    margin-top: -8px;
  }

  /* Home page : Trust proof section */


  .trust-proof-section {
    padding: 170px 0 100px;
  }

  .trust-eyebrow {
    font-size: 14px;
    margin-bottom: 18px;
    letter-spacing: 1.4px;
  }

  .trust-heading {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 56px;
  }

  .trust-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 40px;
  }

  .trust-stat {
    text-align: center;
    padding-top: 6px;
  }

  .trust-stat strong {
    font-size: 46px;
    margin-bottom: 8px;
  }

  .trust-stat p {
    font-size: 15px;
    max-width: 220px;
    margin: 0 auto;
  }

  /* Disable hover lift on touch devices */
  .trust-stat:hover {
    transform: none;
  }

  /* Home page : Process section */

  .process-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .process-eyebrow {
    font-size: 14px;
    margin-bottom: 18px;
    letter-spacing: 1.4px;
  }

  .process-heading {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 60px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .process-card {
    padding: 34px 28px;
    border-radius: 18px;
  }

  .process-step {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .process-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .process-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  .process-card:hover {
    transform: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  }

  /* Testimonials section */

  .testimonials-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .testimonials-eyebrow {
    font-size: 14px;
    margin-bottom: 18px;
    letter-spacing: 1.4px;
  }

  .testimonials-heading {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 60px;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .testimonial-card {
    padding: 34px 28px;
    border-radius: 18px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .testimonial-name {
    font-size: 14px;
  }

  .testimonial-card:hover {
    transform: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  }

  /* Coverage section */

  .coverage-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .coverage-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
  }

  .coverage-eyebrow {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 16px;
  }

  .coverage-heading {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 22px;
  }

  .coverage-text {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 26px;
  }

  .coverage-list {
    gap: 12px;
  }

  .coverage-list li {
    font-size: 14px;
    padding: 8px 14px;
  }

  .map-placeholder {
    height: 280px;
    border-radius: 18px;
    font-size: 14px;
  }

  .final-cta-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .final-cta-eyebrow {
    font-size: 14px;
    letter-spacing: 1.6px;
    margin-bottom: 22px;
  }

  .final-cta-heading {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 26px;
  }

  .final-cta-text {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 48px;
    padding: 0 40px;
  }

  .final-cta-buttons {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .final-cta-buttons a {
    justify-content: center;
  }

  .final-cta-buttons .btn-primary,
  .final-cta-buttons .btn-secondary {
    padding: 16px 26px;
    font-size: 16px;
    border-radius: 10px;
  }

  .final-cta-buttons .btn-primary .btn-arrow {
    margin-top: -6px;
    font-size: 20px;
  }

  .site-footer {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  /* 🔥 2-column layout on tablet */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  /* Brand */
  .footer-logo {
    width: 190px;
    margin-bottom: 20px;
  }

  .footer-tagline {
    font-size: 16px;
    line-height: 1.7;
    max-width: 420px;
  }

  /* Social icons */
  .footer-socials {
    justify-content: flex-start;
    gap: 16px;
  }

  .footer-socials a {
    width: 44px;
    height: 44px;
  }

  .footer-socials svg {
    width: 22px;
    height: 22px;
  }

  /* Columns */
  .footer-col h4 {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .footer-col li {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .footer-col a {
    padding: 4px 0;
  }

  /* Contact */
  .footer-contact li {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Bottom bar */
  .footer-bottom {
    margin-top: 50px;
    padding-top: 24px;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 20px;
  }

  .footer-bottom p,
  .footer-credit a {
    font-size: 13px;
  }

  /* ----------------------- SERVICES PAGE CSS START HERE ------------------------ */

  /* SERVICES : HERO SECTION */

  .services-hero {
    padding-bottom: 80px;
  }

  .services-heading {
    font-size: 52px;
    line-height: 1.1;
  }

  .services-heading span {
    font-size: 34px;
    margin-top: 6px;
  }

  .services-hero-bottom {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .services-hero-left,
  .services-hero-right {
    width: 100%;
  }

  .services-desc {
    font-size: 17px;
    line-height: 1.65;
  }

  .services-hero-right img {
    height: 340px;
    border-radius: 20px;
    object-fit: cover;
  }

  .services-hero-content-cta {
    margin-top: 28px;
    gap: 18px;
  }

  .services-hero-content-cta a {
    justify-content: center;
  }

  /* SERVICE: OVERVIEW SECTION */

  .services-overview-section {
    padding: 90px 0 90px;
  }

  .services-overview-heading {
    font-size: 36px;
  }

  .services-overview-heading span {
    font-size: 26px;
  }

  .services-overview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .service-overview-card {
    padding: 30px 26px;
    border-radius: 20px;
  }

  .service-overview-card h3 {
    font-size: 19px;
  }

  .service-overview-card p {
    font-size: 15.5px;
    line-height: 1.6;
  }

  /* SERVICES : DETAIL SECTION */

  .service-detail-section {
    padding: 90px 0 90px;
  }

  .service-detail-heading {
    font-size: 34px;
  }

  .service-detail-heading span {
    font-size: 24px;
  }

  .service-detail-grid {
    flex-direction: column;
    gap: 36px;
  }

  .service-detail-image img {
    height: 320px;
    border-radius: 18px;
  }

  .service-detail-content p {
    font-size: 16.5px;
    line-height: 1.65;
  }

  .service-points li {
    font-size: 16px;
  }

  .service-cta {
    gap: 16px;
  }

  .service-cta a {
    justify-content: center;
  }

  /* Stack everything vertically like mobile */
  .service-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* Heading stays on top naturally (no change needed) */

  /* IMAGE COMES FIRST */
  .service-detail-image {
    order: 1;
    width: 100%;
    margin-top: -30px;
  }

  .service-detail-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* CONTENT AFTER IMAGE */
  .service-detail-content {
    order: 2;
  }

  .service-detail-content p {
    font-size: 16.5px;
    line-height: 1.65;
  }

  /* POINTS */
  .service-points {
    gap: 12px;
  }

  .service-points li {
    font-size: 16px;
  }

  /* CTA LIKE MOBILE */
  .service-cta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 12px;
  }

  .service-cta a {
    justify-content: center;
  }

  /* SERVICE: CTA  */

  .services-final-cta {
    padding: 120px 0;
  }

  .services-final-heading {
    font-size: 38px;
  }

  .services-final-heading span {
    font-size: 26px;
  }

  .services-final-text {
    font-size: 16px;
    max-width: 520px;
    margin: 0 auto 40px;
  }

  .services-final-buttons {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .services-final-buttons a {
    padding: 16px 26px;
    font-size: 16px;
  }

  /*---------------- Deticated services page css start here ------------------- */

  /* ===== CCTV HERO ===== */

  .serivces-bottom-section {
    display: flex;
    flex-direction: column;
  }

  /* Image should come first inside bottom section */
  .serivces-bottom-rigth-section {
    order: 1;
  }

  /* Text section below image */
  .deticated-serivces-bottom-left-section {
    order: 2;
  }

  /* Make CTA vertical */
  .deticated-serives-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .deticated-serives-hero-cta a {
    width: 100%;
    justify-content: center;
  }

  .single-service-hero {
    padding: 0px 0 80px;
    margin-top: -50px;
  }

  /* Layout */
  .single-service-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .serivces-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  /* Order (Heading → Image → Text → CTA) */
  .serivces-bottom-rigth-section {
    order: 1;
  }

  .deticated-serivces-bottom-left-section {
    order: 2;
  }

  /* Heading */
  .single-service-title {
    padding-top: 20px;
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    width: 100%;
  }

  /* Description */
  .single-service-desc {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 10px;
  }

  /* Image */

  .single-service-image {
    margin-top: -10px;
  }

  .single-service-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
  }

  /* CTA Buttons */
  .deticated-serives-hero-cta {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 24px;
  }

  .deticated-serives-hero-cta a {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 10px;
    justify-content: center;
  }

  /* SERVICE BENEFITS  */

  .service-benefits-section {
    padding: 100px 0;
    text-align: center;
  }

  /* Eyebrow */
  .service-benefits-section .services-eyebrow {
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 800;
    margin-bottom: 18px;
  }

  /* Heading */
  .service-benefits-heading {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 60px;
  }

  .service-benefits-heading span {
    display: block;
    font-size: 26px;
    margin-top: 6px;
  }

  /* Grid Layout */
  .service-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  /* If you want last card centered */
  .service-benefit-card:nth-child(3) {
    grid-column: span 2;
    max-width: 420px;
    margin: 0 auto;
  }

  /* Card */
  .service-benefit-card {
    padding: 30px 26px;
    border-radius: 18px;
    text-align: left;
  }

  /* Card Title */
  .service-benefit-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  /* Card Text */
  .service-benefit-card p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  /* SERVICE DETAIL */

  .service-detail-section {
    padding: 100px 0;
    /* text-align: center; */
  }

  /* Eyebrow */
  .service-detail-section .service-eyebrow {
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 800;
    margin-bottom: 18px;
  }

  /* Heading */
  .service-detail-heading {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 50px;
  }

  .service-detail-heading span {
    display: block;
    font-size: 26px;
    margin-top: 6px;
  }

  /* Stack Layout */
  .service-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  /* IMAGE FIRST */
  .service-detail-image {
    order: 1;
  }

  .service-detail-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    /* border-radius: 20px; */
  }

  /* CONTENT AFTER IMAGE */
  .service-detail-content {
    order: 2;
    text-align: left;
    max-width: 620px;
    /* margin: 0 auto; */
  }

  /* Paragraph */
  .service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  /* Points */
  .service-points {
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .service-points li {
    font-size: 16px;
    line-height: 1.6;
  }

  /* CTA */
  .service-cta {
    margin-top: 20px;
    display: flex;
    /* justify-content: flex-start; */
  }

  .service-cta a {
    padding: 16px 28px;
    font-size: 16px;
  }

  /* SERVICES FINAL CTA  */

  .services-final-cta {
    padding: 120px 0;
    text-align: center;
  }

  /* Eyebrow */
  .services-final-eyebrow {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 800;
    margin-bottom: 20px;
  }

  /* Heading */
  .services-final-heading {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 24px;
  }

  .services-final-heading span {
    display: block;
    font-size: 28px;
    margin-top: 6px;
  }

  /* Text */
  .services-final-text {
    font-size: 17px;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto 44px;
  }

  /* Buttons row */
  .services-final-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 22px;
  }

  /* Button size */
  .services-final-buttons a {
    padding: 16px 28px;
    font-size: 16px;
    /* border-radius: 12px; */
  }

  /* ----------------------- ABOUT US PAGE CSS START HERE ------------------------ */

  /* -------- ABOUT HERO -------- */

  .about-hero-new {
    padding: 0px 0 70px;
  }

  .about-hero-content {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .about-hero-title {
    font-size: 62px;
    line-height: 1.1;
  }

  .about-hero-bottom-content {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  /* IMAGE FIRST */
  .about-hero-right-bottom-content {
    order: 1;
  }

  .about-hero-image {
    margin-top: -30px;
  }

  .about-hero-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* CONTENT AFTER IMAGE */
  .about-hero-left-bottom-content {
    order: 2;
  }

  .about-hero-right-bottom-content img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
  }

  .about-hero-desc {
    font-size: 17px;
    line-height: 1.7;
  }

  .about-hero-actions {
    margin-top: 22px;
  }



  /* -------- WHO WE ARE -------- */

  .about-who-section {
    padding: 90px 0;
  }

  .about-heading {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 40px;
  }

  .about-heading span {
    font-size: 26px;
    display: block;
    margin-top: 6px;
  }

  .about-who-grid {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .about-who-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-who-card {
    padding: 28px 26px;
    border-radius: 18px;
  }

  .about-who-card h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .about-who-card li {
    font-size: 15px;
    line-height: 1.6;
  }

  .contact-detail-card {
    text-align: center;
  }

  .contact-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    /* centers horizontally */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .contact-icon svg {
    width: 26px;
    height: 26px;
    display: block;
  }


  /* -------- ABOUT SERVICES -------- */

  .about-services-section {
    padding: 90px 0;
  }

  .about-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .about-service-card {
    padding: 26px 24px;
    border-radius: 18px;
  }

  .about-service-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-service-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .about-services-cta {
    margin-top: 50px;
    text-align: center;
  }

  /* -------- JOURNEY SECTION -------- */

  .journey-section {
    padding: 100px 0;
  }

  .journey-heading {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 46px;
  }

  .journey-heading span {
    font-size: 26px;
  }

  .journey-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .journey-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .journey-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .journey-stat strong {
    font-size: 34px;
  }

  .journey-stat span {
    font-size: 14px;
  }

  /* -------- WHY CHOOSE US -------- */

  .why-choose-section {
    padding: 100px 0;
  }

  .why-heading {
    font-size: 36px;
    margin-bottom: 46px;
  }

  .why-heading span {
    font-size: 26px;
  }

  .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .why-card {
    padding: 26px 24px;
    border-radius: 18px;
  }

  .why-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .why-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  /* -------- FINAL CTA -------- */

  .about-final-cta {
    padding: 110px 0;
  }

  .about-final-heading {
    font-size: 38px;
    line-height: 1.15;
  }

  .about-final-heading span {
    font-size: 26px;
  }

  .about-final-text {
    font-size: 16px;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 40px;
  }

  .about-final-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .about-final-buttons a {
    padding: 16px 28px;
    font-size: 16px;
  }

  /* ----------------------- CONTACT PAGE CSS START HERE ------------------------ */

  /* CONTACT HERO */

  .contact-hero {
    margin-top: -60px;
    padding-bottom: 80px;
  }

  .contact-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* -------- Heading -------- */
  .contact-heading {
    font-size: 55px;
    line-height: 1.1;
    text-align: left;
  }


  .contact-heading span h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 6px;
    font-weight: 800;
  }

  /* -------- Layout stack -------- */
  .contact-hero-contect-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* -------- Image comes second -------- */
  .contact-hero-content-bottom-right-section {
    order: 1;
    margin-top: -20px;
    padding-bottom: 10px;
  }

  .contact-hero-content-bottom-right-section img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* -------- Text after image -------- */
  .contact-hero-content-bottom-left-section {
    order: 2;
  }

  .contact-desc {
    font-size: 19px;
    line-height: 1.65;
  }

  /* -------- CTA -------- */
  .contact-hero-cta {
    display: flex;
    gap: 14px;
    margin-top: 22px;
  }

  .contact-hero-cta a {
    justify-content: center;
  }

  /* CONTACT DETAILS */

  .contact-details-section {
    padding: 100px 0;
  }

  .contact-details-heading {
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 56px;
    text-align: center;
  }

  .contact-details-heading span {
    font-size: 26px;
  }

  .contact-details-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .contact-detail-card {
    padding: 36px 30px;
    border-radius: 20px;
    text-align: center;
  }

  .contact-detail-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .contact-value {
    font-size: 16px;
    line-height: 1.65;
  }

  .contact-note {
    font-size: 14px;
  }

  /* ADDRESS & MAP */

  .contact-address-section {
    padding: 110px 0;
  }

  .address-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .address-card {
    text-align: center;
    padding: 36px 30px;
    border-radius: 20px;
  }

  .address-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .address-map .map-placeholder {
    height: 300px;
    border-radius: 20px;
    font-size: 15px;
  }

  /* CONTACT FORM */

  .contact-form-section {
    padding: 110px 0 100px;
  }

  .contact-form-heading {
    font-size: 38px;
    margin-bottom: 56px;
    text-align: center;
  }

  .contact-form-heading span {
    font-size: 26px;
  }

  .contact-form {
    max-width: 620px;
    margin: 0 auto;
    gap: 26px;
  }

  .form-group input,
  .form-group textarea {
    padding: 16px 18px;
    font-size: 16px;
    border-radius: 12px;
  }

  .form-group.full-width textarea {
    min-height: 150px;
  }

  .form-action .btn-primary {
    padding: 18px 32px;
    font-size: 16px;
    border-radius: 12px;
  }

  /* FINAL CTA */

  .contact-final-cta {
    padding: 130px 0 120px;
  }

  .contact-final-heading {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 24px;
    text-align: center;
  }

  .contact-final-heading span {
    font-size: 28px;
  }

  .contact-final-text {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 48px;
    text-align: center;
    padding: 0 40px;
  }

  .contact-final-buttons {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .contact-final-buttons a {
    justify-content: center;
    padding: 18px 32px;
    font-size: 16px;
    border-radius: 12px;
  }


}

@media (min-width:769px) and (max-width: 850px) {

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-nav {
    max-width: 100%;
    overflow: hidden;
  }

  .hamburger {
    flex-shrink: 0;
  }

  .site-nav {
    padding: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-nav-section img {
    height: 70px;
  }

  .hamburger {
    width: 46px;
    height: 46px;
  }

  /* home page : Hero section */

  .hero-section {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .bttom-hero-section {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 36px;
  }

  .left-bottom-hero-section,
  .right-bottom-hero-section {
    width: 100%;
    padding: 0;
  }

  .left-bottom-hero-section h1 {
    font-size: 58px;
    line-height: 1;
    padding-bottom: 25px;
    letter-spacing: -0.5px;
    text-align: justify;
  }

  .left-bottom-hero-section p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
  }

  .hero-cta {
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
    margin-top: 22px;
    padding-bottom: 18px;
  }

  .hero-cta a {
    /* width: 100%; */
    justify-content: center;
  }

  .hero-card-stack {
    width: 300px;
    height: 500px;
    margin: 0 auto;
  }

  /* home page : service section */

  .work-style-section {
    padding: 80px 0 50px;
  }

  .work-style-section-service-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section-eyebrow {
    font-size: 14px;
    margin-bottom: 18px;
    letter-spacing: 1.3px;
  }

  .section-heading {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 44px;
    text-align: center;
  }

  .highlight-pill {
    font-size: 28px;
    padding: 8px 16px;
    display: inline-block;
    margin-top: 6px;
  }

  .work-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
    padding-top: 40px;
  }

  .work-card {
    width: 100%;
  }

  .image-wrap {
    height: 420px;
    margin-bottom: 20px;
  }

  .image-wrap img {
    height: 420px;
  }

  /* Triangle card */
  .bottom-triangle-card {
    bottom: 16px;
    opacity: 1;
    transform: translateX(-50%) scale(1);
    padding: 14px 20px 18px;
  }

  .bottom-triangle-card span {
    font-size: 14px;
    font-weight: 800;
  }

  .bottom-triangle-card small {
    font-size: 12px;
  }

  /* Titles */
  .work-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .work-tags span {
    font-size: 13px;
    padding: 8px 14px;
  }

  /* CTA */
  .work-cta {
    margin-top: 70px;
    text-align: center;
  }

  .services-btn span {
    font-size: 16px;
    font-weight: 600;
  }

  .services-btn .btn-arrow {
    font-size: 26px;
    margin-top: -8px;
  }

  /* --------------------- SERVICES PAGE CODE CSS START HERE --------------------*/

  /* 
    SERVICES HERO 
   */

  .services-hero {
    padding-bottom: 90px;
  }

  .services-hero-content {
    gap: 40px;
  }

  .services-heading {
    font-size: 64px;
    line-height: 1.1;
  }

  .services-heading span {
    font-size: 48px;
    margin-top: 8px;
  }

  .services-hero-bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .services-desc {
    font-size: 20px;
    line-height: 1.7;
  }

  .services-hero-right img {
    height: 480px;
    width: 100%;
    border-radius: 18px;
  }

  /* SERVICES : DETAIL SECTION */

  .service-detail-section {
    padding: 90px 0 90px;
  }

  .service-detail-heading {
    font-size: 34px;
  }

  .service-detail-heading span {
    font-size: 24px;
  }

  .service-detail-grid {
    flex-direction: column;
    gap: 36px;
  }

  .service-detail-image img {
    height: 320px;
    border-radius: 18px;
  }

  .service-detail-content p {
    font-size: 16.5px;
    line-height: 1.65;
  }

  .service-points li {
    font-size: 16px;
  }

  .service-cta {
    gap: 16px;
  }

  .service-cta a {
    justify-content: center;
  }

  /* Stack everything vertically like mobile */
  .service-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* Heading stays on top naturally (no change needed) */

  /* IMAGE COMES FIRST */
  .service-detail-image {
    order: 1;
    width: 100%;
    margin-top: -30px;
  }

  .service-detail-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* CONTENT AFTER IMAGE */
  .service-detail-content {
    order: 2;
  }

  .service-detail-content p {
    font-size: 16.5px;
    line-height: 1.65;
  }

  /* POINTS */
  .service-points {
    gap: 12px;
  }

  .service-points li {
    font-size: 16px;
  }

  /* CTA LIKE MOBILE */
  .service-cta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 12px;
  }

  .service-cta a {
    justify-content: center;
  }

  /* SERVICE: CTA  */

  .services-final-cta {
    padding: 120px 0;
  }

  .services-final-heading {
    font-size: 38px;
  }

  .services-final-heading span {
    font-size: 26px;
  }

  .services-final-text {
    font-size: 16px;
    max-width: 520px;
    margin: 0 auto 40px;
  }

  .services-final-buttons {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .services-final-buttons a {
    padding: 16px 26px;
    font-size: 16px;
  }

  /*---------------- Deticated services page css start here ------------------- */

  /* ===== CCTV HERO ===== */

  .serivces-bottom-section {
    display: flex;
    flex-direction: column;
  }

  /* Image should come first inside bottom section */
  .serivces-bottom-rigth-section {
    order: 1;
  }

  /* Text section below image */
  .deticated-serivces-bottom-left-section {
    order: 2;
  }

  /* Make CTA vertical */
  .deticated-serives-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .deticated-serives-hero-cta a {
    width: 100%;
    justify-content: center;
  }

  .single-service-hero {
    padding: 0px 0 90px;
    margin-top: -50px;
  }

  /* Layout */
  .single-service-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .serivces-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  /* Order (Heading → Image → Text → CTA) */
  .serivces-bottom-rigth-section {
    order: 1;
  }

  .deticated-serivces-bottom-left-section {
    order: 2;
  }

  /* Heading */
  .single-service-title {
    padding-top: 30px;
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    width: 100%;
  }

  /* Description */
  .single-service-desc {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 10px;
  }

  /* Image */

  .single-service-image {
    margin-top: -10px;
  }

  .single-service-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
  }

  /* CTA Buttons */
  .deticated-serives-hero-cta {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 24px;
  }

  .deticated-serives-hero-cta a {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 10px;
    justify-content: center;
  }

  /* SERVICE BENEFITS  */

  .service-benefits-section {
    padding: 110px 0;
    text-align: center;
  }

  /* Eyebrow */
  .services-eyebrow {
    font-size: 15px;
    letter-spacing: 1.6px;
    font-weight: 800;
    margin-bottom: 22px;
  }

  /* Heading */
  .service-benefits-heading {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 60px;
  }

  .service-benefits-heading span {
    display: block;
    font-size: 30px;
    margin-top: 8px;
  }

  /* Grid layout */
  .service-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  /* Card */
  .service-benefit-card {
    padding: 34px 30px;
    /* border-radius: 20px; */
    text-align: left;
  }

  /* Card Title */
  .service-benefit-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  /* Card Text */
  .service-benefit-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  /* SERVICE DETAIL  */

  .service-detail-section {
    padding: 120px 0;
  }

  /* Eyebrow */
  .service-eyebrow {
    font-size: 15px;
    letter-spacing: 1.6px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
  }

  /* Heading */
  .service-detail-heading {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 60px;
    text-align: center;
  }

  .service-detail-heading span {
    display: block;
    font-size: 30px;
    margin-top: 8px;
  }

  /* GRID → Side by Side */
  .service-detail-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
  }

  /* Content */
  .service-detail-content p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 18px;
  }

  .service-points {
    margin-top: 22px;
    margin-bottom: 32px;
    gap: 12px;
  }

  .service-points li {
    font-size: 16px;
    line-height: 1.7;
  }

  /* CTA */
  .service-cta {
    display: flex;
    gap: 18px;
  }

  .service-cta a {
    padding: 14px 24px;
    font-size: 16px;
  }

  /* Image */
  .service-detail-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    /* border-radius: 22px; */
  }

  /* SERVICES FINAL CTA – 769px to 850px */

  .services-final-cta {
    padding: 140px 0;
    text-align: center;
  }

  /* Eyebrow */
  .services-final-eyebrow {
    font-size: 15px;
    letter-spacing: 1.6px;
    font-weight: 800;
    margin-bottom: 24px;
  }

  /* Heading */
  .services-final-heading {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 26px;
  }

  .services-final-heading span {
    display: block;
    font-size: 30px;
    margin-top: 8px;
  }

  /* Description */
  .services-final-text {
    font-size: 18px;
    line-height: 1.75;
    max-width: 680px;
    margin: 0 auto 50px;
  }

  /* Buttons row */
  .services-final-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
  }

  /* Buttons */
  .services-final-buttons a {
    padding: 16px 32px;
    font-size: 16px;
    /* border-radius: 14px; */
  }

  /* --------------------- ABOUT PAGE CODE CSS START HERE ------------------ :  */


  /* ---------- ABOUT HERO ---------- */


  .about-hero-content {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }

  .about-hero-desc {
    font-size: 18px;
    line-height: 1.75;
    max-width: 720px;
  }

  .about-hero-new {
    padding: 0px 0 70px;
  }

  .about-hero-title {
    font-size: 62px;
    line-height: 1.1;
  }

  .about-hero-bottom-content {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  /* IMAGE FIRST */
  .about-hero-right-bottom-content {
    order: 1;
  }

  .about-hero-image {
    margin-top: -30px;
  }

  .about-hero-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* CONTENT AFTER IMAGE */
  .about-hero-left-bottom-content {
    order: 2;
  }

  .about-hero-right-bottom-content img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
  }

  .about-hero-actions {
    margin-top: 22px;
  }

  /* ---------- WHO WE ARE ---------- */

  .about-who-section {
    padding: 110px 0;
  }

  .about-heading {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 46px;
  }

  .about-heading span {
    font-size: 28px;
  }

  .about-who-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .about-who-content p {
    font-size: 17px;
    line-height: 1.75;
  }

  .about-who-card {
    padding: 32px 30px;
    border-radius: 20px;
  }

  .about-who-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .about-who-card li {
    font-size: 16px;
  }

  /* ---------- ABOUT SERVICES ---------- */

  .about-services-section {
    padding: 110px 0;
  }

  .about-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .about-service-card {
    padding: 30px 28px;
    border-radius: 20px;
  }

  .about-service-card h3 {
    font-size: 19px;
  }

  .about-service-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  /* ---------- JOURNEY ---------- */

  .journey-section {
    padding: 120px 0;
  }

  .journey-heading {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .journey-heading span {
    font-size: 28px;
  }

  .journey-grid {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }

  .journey-content p {
    font-size: 17px;
    line-height: 1.75;
  }

  .journey-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .journey-stat strong {
    font-size: 38px;
  }

  .journey-stat span {
    font-size: 15px;
  }

  /* ---------- WHY CHOOSE US ---------- */

  .why-choose-section {
    padding: 120px 0;
  }

  .why-heading {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .why-heading span {
    font-size: 28px;
  }

  .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .why-card {
    padding: 30px 28px;
    border-radius: 20px;
  }

  .why-card h3 {
    font-size: 19px;
  }

  .why-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  /* ---------- FINAL CTA ---------- */

  .about-final-cta {
    padding: 130px 0;
  }

  .about-final-heading {
    font-size: 42px;
  }

  .about-final-heading span {
    font-size: 28px;
  }

  .about-final-text {
    font-size: 17px;
    line-height: 1.75;
    max-width: 620px;
    margin: 0 auto 46px;
  }

  .about-final-buttons {
    display: flex;
    gap: 22px;
    justify-content: center;
  }

  .about-final-buttons a {
    padding: 18px 32px;
    font-size: 16px;
  }

  /* --------------------- CONTACT PAGE CODE CSS START HERE ------------------ :  */

  /* ================= CONTACT HERO ================= */

  /* CONTACT HERO */

  .contact-hero {
    margin-top: -60px;
    padding-bottom: 80px;
  }

  .contact-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* -------- Heading -------- */
  .contact-heading {
    font-size: 55px;
    line-height: 1.1;
    text-align: left;
  }


  .contact-heading span h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 6px;
    font-weight: 800;
  }

  /* -------- Layout stack -------- */
  .contact-hero-contect-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* -------- Image comes second -------- */
  .contact-hero-content-bottom-right-section {
    order: 1;
    margin-top: -20px;
    padding-bottom: 10px;
  }

  .contact-hero-content-bottom-right-section img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* -------- Text after image -------- */
  .contact-hero-content-bottom-left-section {
    order: 2;
  }

  .contact-desc {
    font-size: 19px;
    line-height: 1.65;
  }

  /* -------- CTA -------- */
  .contact-hero-cta {
    display: flex;
    gap: 14px;
    margin-top: 22px;
  }

  .contact-hero-cta a {
    justify-content: center;
  }

  /* ================= CONTACT DETAILS ================= */

  .contact-details-section {
    padding: 100px 0 90px;
  }

  .contact-details-heading {
    font-size: 38px;
    margin-bottom: 60px;
  }

  .contact-details-heading span {
    font-size: 28px;
  }

  .contact-details-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .contact-detail-card {
    padding: 36px 30px;
    text-align: center;
  }

  .contact-icon {
    margin: 0 auto 16px;
    width: 54px;
    height: 54px;
  }

  .contact-detail-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .contact-value {
    font-size: 16px;
  }

  .contact-note {
    font-size: 14px;
  }

  /* ================= ADDRESS / COVERAGE ================= */

  .contact-address-section {
    padding: 110px 0;
  }

  .address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .address-card {
    padding: 38px;
  }

  .address-card h3 {
    font-size: 20px;
  }

  .address-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  .map-placeholder {
    height: 300px;
    border-radius: 18px;
  }

  /* ================= CONTACT FORM ================= */

  .contact-form-section {
    padding: 110px 0;
  }

  .contact-form-heading {
    font-size: 36px;
    margin-bottom: 46px;
  }

  .contact-form-heading span {
    font-size: 26px;
  }

  .contact-form {
    max-width: 720px;
    margin: 0 auto;
  }

  .form-group label {
    font-size: 15px;
  }

  .form-group input,
  .form-group textarea {
    padding: 16px 18px;
    font-size: 15px;
  }

  .form-action {
    margin-top: 30px;
    text-align: center;
  }

  /* ================= FINAL CTA ================= */

  .contact-final-cta {
    padding: 120px 0;
  }

  .contact-final-heading {
    font-size: 40px;
    margin-bottom: 22px;
  }

  .contact-final-heading span {
    font-size: 28px;
  }

  .contact-final-text {
    font-size: 16px;
    line-height: 1.65;
    max-width: 680px;
    margin: 0 auto 44px;
  }

  .contact-final-buttons {
    flex-direction: row;
    gap: 22px;
    justify-content: center;
  }

  .contact-final-buttons a {
    padding: 16px 26px;
    font-size: 16px;
  }

}

@media (min-width: 851px) and (max-width: 1023px) {

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-nav {
    max-width: 100%;
    overflow: hidden;
  }

  .hamburger {
    flex-shrink: 0;
  }



  /* home page : Hero section */

  .hero-section {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .bttom-hero-section {
    flex-direction: row;
    align-items: flex-start;
    gap: 36px;
  }

  .left-bottom-hero-section,
  .right-bottom-hero-section {
    width: 100%;
    padding: 0;
  }

  .left-bottom-hero-section h1 {
    font-size: 58px;
    line-height: 1;
    padding-bottom: 25px;
    letter-spacing: -0.5px;
    text-align: justify;
  }

  .left-bottom-hero-section p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
  }

  .hero-cta {
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
    margin-top: 22px;
    padding-bottom: 18px;
  }

  .hero-cta a {
    /* width: 100%; */
    justify-content: center;
  }

  .hero-card-stack {
    width: 300px;
    height: 500px;
    margin: 0 auto;
  }

  /* home page : service section */

  .work-style-section {
    padding: 80px 0 50px;
  }

  .work-style-section-service-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section-eyebrow {
    font-size: 16px;
    margin-bottom: 18px;
    letter-spacing: 1.3px;
  }

  .section-heading {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 44px;
    text-align: center;
  }

  .highlight-pill {
    font-size: 28px;
    padding: 8px 16px;
    display: inline-block;
    margin-top: 6px;
  }

  .work-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
    padding-top: 40px;
  }

  .work-card {
    width: 100%;
  }

  .image-wrap {
    height: 420px;
    margin-bottom: 20px;
  }

  .image-wrap img {
    height: 420px;
  }

  /* Triangle card */
  .bottom-triangle-card {
    bottom: 16px;
    opacity: 1;
    transform: translateX(-50%) scale(1);
    padding: 14px 20px 18px;
  }

  .bottom-triangle-card span {
    font-size: 14px;
    font-weight: 800;
  }

  .bottom-triangle-card small {
    font-size: 12px;
  }

  /* Titles */
  .work-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .work-tags span {
    font-size: 13px;
    padding: 8px 14px;
  }

  /* CTA */
  .work-cta {
    margin-top: 70px;
    text-align: center;
  }

  .services-btn span {
    font-size: 16px;
    font-weight: 600;
  }

  .services-btn .btn-arrow {
    font-size: 26px;
    margin-top: -8px;
  }

  /* SERVICES PAGE CSS START HERE  */

  .services-hero {
    padding-bottom: 90px;
  }

  .services-hero-content {
    gap: 40px;
  }

  .services-heading {
    font-size: 64px;
    line-height: 1.1;
  }

  .services-heading span {
    font-size: 48px;
    margin-top: 8px;
  }

  .services-hero-bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .services-desc {
    font-size: 20px;
    line-height: 1.7;
  }

  .services-hero-right img {
    height: 480px;
    width: 100%;
    border-radius: 18px;
  }

  /* SERVICES : DETAIL SECTION */

  .service-detail-section {
    padding: 90px 0 90px;
  }

  .service-detail-heading {
    font-size: 34px;
  }

  .service-detail-heading span {
    font-size: 24px;
  }

  .service-detail-grid {
    flex-direction: column;
    gap: 36px;
  }

  .service-detail-image img {
    height: 320px;
    border-radius: 18px;
  }

  .service-detail-content p {
    font-size: 16.5px;
    line-height: 1.65;
  }

  .service-points li {
    font-size: 16px;
  }

  .service-cta {
    gap: 16px;
  }

  .service-cta a {
    justify-content: center;
  }

  /* Stack everything vertically like mobile */
  .service-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* Heading stays on top naturally (no change needed) */

  /* IMAGE COMES FIRST */
  .service-detail-image {
    order: 1;
    width: 100%;
    margin-top: -30px;
  }

  .service-detail-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* CONTENT AFTER IMAGE */
  .service-detail-content {
    order: 2;
  }

  .service-detail-content p {
    font-size: 16.5px;
    line-height: 1.65;
  }

  /* POINTS */
  .service-points {
    gap: 12px;
  }

  .service-points li {
    font-size: 16px;
  }

  /* CTA LIKE MOBILE */
  .service-cta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 12px;
  }

  .service-cta a {
    justify-content: center;
  }

  /* SERVICE: CTA  */

  .services-final-cta {
    padding: 120px 0;
  }

  .services-final-heading {
    font-size: 38px;
  }

  .services-final-heading span {
    font-size: 26px;
  }

  .services-final-text {
    font-size: 16px;
    max-width: 520px;
    margin: 0 auto 40px;
  }

  .services-final-buttons {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .services-final-buttons a {
    padding: 16px 26px;
    font-size: 16px;
  }

  /*---------------- Deticated services page css start here ------------------- */

  /* ===== CCTV HERO ===== */

  .serivces-bottom-section {
    display: flex;
    flex-direction: column;
  }

  /* Image should come first inside bottom section */
  .serivces-bottom-rigth-section {
    order: 1;
  }

  /* Text section below image */
  .deticated-serivces-bottom-left-section {
    order: 2;
  }

  /* Make CTA vertical */
  .deticated-serives-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .deticated-serives-hero-cta a {
    width: 100%;
    justify-content: center;
  }

  .single-service-hero {
    padding: 0px 0 120px;
    margin-top: -50px;
  }

  /* Layout */
  .single-service-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .serivces-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  /* Order (Heading → Image → Text → CTA) */
  .serivces-bottom-rigth-section {
    order: 1;
  }

  .deticated-serivces-bottom-left-section {
    order: 2;
  }

  /* Heading */
  .single-service-title {
    padding-top: 30px;
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    width: 100%;
  }

  /* Description */
  .single-service-desc {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 10px;
  }

  /* Image */

  .single-service-image {
    margin-top: -10px;
  }

  .single-service-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
  }

  /* CTA Buttons */
  .deticated-serives-hero-cta {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 24px;
  }

  .deticated-serives-hero-cta a {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 10px;
    justify-content: center;
  }

  /* SERVICE BENEFITS  */

  .service-benefits-section {
    padding: 120px 0;
    text-align: center;
  }

  /* Eyebrow */
  .services-eyebrow {
    font-size: 15px;
    letter-spacing: 1.6px;
    font-weight: 800;
    margin-bottom: 20px;
  }

  /* Heading */
  .service-benefits-heading {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 70px;
  }

  .service-benefits-heading span {
    display: block;
    font-size: 30px;
    margin-top: 8px;
  }

  /* Grid → 3 Columns */
  .service-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }

  /* Card */
  .service-benefit-card {
    padding: 36px 30px;
    border-radius: 22px;
    text-align: left;
  }

  /* Card Title */
  .service-benefit-card h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  /* Card Text */
  .service-benefit-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  /* SERVICE DETAIL */

  .service-detail-section {
    padding: 120px 0;
  }

  /* Eyebrow */
  .service-eyebrow {
    font-size: 15px;
    letter-spacing: 1.6px;
    font-weight: 800;
    margin-bottom: 18px;
  }

  /* Heading */
  .service-detail-heading {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 60px;
  }

  .service-detail-heading span {
    display: block;
    font-size: 30px;
    margin-top: 8px;
  }

  /* GRID → 2 Columns */
  .service-detail-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
  }

  /* Content */
  .service-detail-content p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 18px;
  }

  /* Points */
  .service-points {
    margin-top: 24px;
    margin-bottom: 34px;
    gap: 14px;
  }

  .service-points li {
    font-size: 16px;
    line-height: 1.7;
  }

  /* CTA */
  .service-cta {
    display: flex;
    gap: 18px;
  }

  /* Image */
  .service-detail-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    /* border-radius: 20px; */
  }

  /* FINAL CTA */

  .services-final-cta {
    padding: 140px 0;
    text-align: center;
  }

  /* Eyebrow */
  .services-final-eyebrow {
    font-size: 15px;
    letter-spacing: 1.6px;
    font-weight: 800;
    margin-bottom: 20px;
  }

  /* Heading */
  .services-final-heading {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 26px;
  }

  .services-final-heading span {
    display: block;
    font-size: 30px;
    margin-top: 8px;
  }

  /* Text */
  .services-final-text {
    font-size: 17px;
    line-height: 1.75;
    max-width: 680px;
    margin: 0 auto 48px;
  }

  /* Buttons */
  .services-final-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
  }

  /* Button sizing */
  .services-final-buttons a {
    padding: 18px 34px;
    font-size: 16px;
    /* border-radius: 12px; */
  }

  /* Arrow adjustment */
  .services-final-buttons .btn-primary .btn-arrow {
    font-size: 18px;
    margin-top: -4px;
  }


  /* ---------------------- ABOUT US PAGE CSS START HERE ------------------------- */

  /* ---------- ABOUT HERO ---------- */

  .about-hero-content {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }

  .about-hero-desc {
    font-size: 18px;
    line-height: 1.75;
    max-width: 720px;
  }

  .about-hero-new {
    padding: 0px 0 70px;
  }

  .about-hero-title {
    font-size: 62px;
    line-height: 1.1;
  }

  .about-hero-bottom-content {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  /* IMAGE FIRST */
  .about-hero-right-bottom-content {
    order: 1;
  }

  .about-hero-image {
    margin-top: -30px;
  }

  .about-hero-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* CONTENT AFTER IMAGE */
  .about-hero-left-bottom-content {
    order: 2;
  }

  .about-hero-right-bottom-content img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
  }

  .about-hero-actions {
    margin-top: 22px;
  }

  /* ---------- WHO WE ARE ---------- */

  .about-who-section {
    padding-top: 140px;

  }

  .about-heading {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 60px;
  }

  .about-heading span {
    font-size: 30px;
  }

  .about-who-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: flex-start;
  }

  .about-who-content p {
    font-size: 17px;
    line-height: 1.8;
  }

  .about-who-card {
    padding: 36px 34px;
    border-radius: 22px;
  }

  .about-who-card h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .about-who-card li {
    font-size: 16px;
    line-height: 1.6;
  }

  /* ---------- ABOUT SERVICES ---------- */

  .about-services-section {
    padding: 140px 0;
  }

  .about-services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }

  .about-service-card {
    padding: 32px 30px;
    border-radius: 22px;
  }

  .about-service-card h3 {
    font-size: 20px;
  }

  .about-service-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  /* ---------- JOURNEY ---------- */

  .journey-section {
    padding: 150px 0;
  }

  .journey-heading {
    font-size: 44px;
    margin-bottom: 60px;
  }

  .journey-heading span {
    font-size: 30px;
  }

  .journey-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
  }

  .journey-content p {
    font-size: 17px;
    line-height: 1.8;
  }

  .journey-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .journey-stat strong {
    font-size: 40px;
  }

  .journey-stat span {
    font-size: 15px;
  }

  /* ---------- WHY CHOOSE US ---------- */

  .why-choose-section {
    padding: 150px 0;
  }

  .why-heading {
    font-size: 44px;
    margin-bottom: 60px;
  }

  .why-heading span {
    font-size: 30px;
  }

  .why-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }

  .why-card {
    padding: 32px 30px;
    border-radius: 22px;
  }

  .why-card h3 {
    font-size: 20px;
  }

  .why-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  /* ---------- FINAL CTA ---------- */

  .about-final-cta {
    padding: 160px 0;
  }

  .about-final-heading {
    font-size: 46px;
  }

  .about-final-heading span {
    font-size: 30px;
  }

  .about-final-text {
    font-size: 17px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 52px;
  }

  .about-final-buttons {
    display: flex;
    gap: 26px;
    justify-content: center;
  }

  .about-final-buttons a {
    padding: 18px 36px;
    font-size: 16px;
  }

  /* CONTACT :  */

  /* ================= CONTACT HERO ================= */

  /* CONTACT HERO */

  .contact-hero {
    margin-top: -60px;
    padding-bottom: 80px;
  }

  .contact-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* -------- Heading -------- */
  .contact-heading {
    font-size: 62px;
    line-height: 1.1;
    text-align: left;
  }


  .contact-heading span h2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 6px;
    font-weight: 800;
  }

  /* -------- Layout stack -------- */
  .contact-hero-contect-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* -------- Image comes second -------- */
  .contact-hero-content-bottom-right-section {
    order: 1;
    margin-top: -20px;
    padding-bottom: 10px;
  }

  .contact-hero-content-bottom-right-section img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 18px;
  }

  /* -------- Text after image -------- */
  .contact-hero-content-bottom-left-section {
    order: 2;
  }

  .contact-desc {
    font-size: 21px;
    line-height: 1.65;
  }

  /* -------- CTA -------- */
  .contact-hero-cta {
    display: flex;
    gap: 14px;
    margin-top: 22px;
  }

  .contact-hero-cta a {
    justify-content: center;
  }


  /* ================= CONTACT DETAILS ================= */

  .contact-details-section {
    padding: 120px 0 100px;
  }

  .contact-details-heading {
    font-size: 42px;
    margin-bottom: 64px;
  }

  .contact-details-heading span {
    font-size: 30px;
  }

  .contact-details-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
  }

  .contact-detail-card {
    padding: 40px 34px;
    text-align: center;
  }

  .contact-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
  }

  .contact-detail-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .contact-value {
    font-size: 16px;
  }

  .contact-note {
    font-size: 14px;
  }

  /* ================= ADDRESS / COVERAGE ================= */

  .contact-address-section {
    padding: 130px 0;
  }

  .address-grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }

  .address-card {
    padding: 42px;
  }

  .address-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .address-card p {
    font-size: 16px;
    line-height: 1.65;
  }

  .map-placeholder {
    height: 340px;
    border-radius: 20px;
  }

  /* ================= CONTACT FORM ================= */

  .contact-form-section {
    padding: 130px 0;
  }

  .contact-form-heading {
    font-size: 38px;
    margin-bottom: 52px;
  }

  .contact-form-heading span {
    font-size: 28px;
  }

  .contact-form {
    max-width: 780px;
    margin: 0 auto;
  }

  .form-group label {
    font-size: 15px;
  }

  .form-group input,
  .form-group textarea {
    padding: 17px 20px;
    font-size: 15px;
  }

  .form-action {
    margin-top: 34px;
    text-align: center;
  }

  /* ================= FINAL CTA ================= */

  .contact-final-cta {
    padding: 140px 0;
  }

  .contact-final-heading {
    font-size: 44px;
    margin-bottom: 26px;
  }

  .contact-final-heading span {
    font-size: 30px;
  }

  .contact-final-text {
    font-size: 16px;
    line-height: 1.7;
    max-width: 720px;
    margin: 0 auto 48px;
  }

  .contact-final-buttons {
    display: flex;
    justify-content: center;
    gap: 26px;
  }

  .contact-final-buttons a {
    padding: 18px 30px;
    font-size: 16px;
  }



}