*{
            margin:0;
            padding:0;
            box-sizing:border-box;
            font-family:'Oswald', sans-serif;
        }
html, body {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
body {
    background: none;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
        
body::before{
            content:'';
            position:fixed;
            top:0;
            left:0;
            width:100%;
            height:100%;
            /* background:rgba(0,0,0,0.45); */
            z-index:0;
}
        .aegis_logo_fixed {
            display: fixed;
            align-items: center;
            margin: 0 0 0 5%;
            gap: 10px;
}

        .aegis_logo_text {
            color: white;
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: capitalize;
            font-family: 'EB Garamond', serif;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
.hero {
    background-image: url('../images/2.jpeg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
}

        /* ================= MAIN CONTAINER ================= */
        .aegis_main_wrapper{
            position: relative;
            z-index: 2;
            min-height: 100vh;
            margin-left: 0;
            margin-right: 0;
            border: none;
            padding-top: 0;
            margin-top: 0;
            background: transparent;
        }

        /* ================= FIXED LOGO (TOP LEFT) ================= */
        .aegis_logo_fixed {
            position: fixed;
            top: 20px;
            left: 50px;
            z-index: 99999;
            display: flex;
            align-items: center;
            gap: 10px;
}

        .aegis_logo_fixed img {
            width: 60px;
            transition: 0.3s;
 
        }

        /* ================= FIXED MENU BUTTON (3 LINES - TOP RIGHT) ================= */
        .aegis_menu_fixed {
            position: fixed;
            margin:0 19% 0 0;
            top: 20px;
            right: 20px;
            z-index: 99999;
        }

        .aegis_menu_btn{
            width:60px;
            height:60px;
            background:#031728;
            display:flex;
            justify-content:center;
            align-items:center;
            cursor: pointer;
            transition: 0.3s;
            border: none;
            border-radius:12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.3);
        }

        .aegis_menu_btn:hover{
            background:#f58220;
            transform: scale(1.05);
        }

        .aegis_menu_btn span{
            color:white;
            font-size:32px;
        }

        /* ================= NAVBAR (NORMAL - SCROLL KE LIYE) ================= */
        .aegis_custom_navbar {
      background: transparent;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-Right: 0;
}
        /* CALL SECTION */  
        .aegis_call_wrapper{
            display:flex;
            align-items:center;
            gap:12px;
            flex-wrap:wrap;
            justify-content:center;
        }

        .aegis_call_icon{
            color:#f58220;
            font-size:45px;
            line-height:1;
        }

        /* CONTACT BOX */
        .aegis_contact_box{
            background:#e67e22;
            border:3px solid #243746;
            border-radius:12px;
            overflow:hidden;
            margin: 0 0 0 10%;
        }

        .aegis_line{
            padding:8px 25px;
            color:white;
            font-size:18px;
            font-weight:500;
            text-align:center;
        }

        .aegis_line_2{
            background:#2b3d4f;
            border-top:2px solid rgba(255,255,255,0.2);
        }

        /* ================= SLIDER (LEFT SIDE BLACK COLOR KA PANEL) ================= */
        .aegis_side_slider {
            position: fixed;
            top: 0;
            left: -350px;
            width: 320px;
            height: 100%;
            background: #000000;
            z-index: 99999;
            transition: 0.4s ease-in-out;
            box-shadow: 5px 0 25px rgba(0,0,0,0.5);
            overflow-y: auto;
            padding: 30px 0;
        }

        .aegis_side_slider.open {
            left: 0;
        }

        /* Slider overlay (background dim) */
        .aegis_slider_overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 99998;
            display: none;
            backdrop-filter: blur(3px);
        }

        .aegis_slider_overlay.show {
            display: block;
        }

        /* Slider ka close button */
        .aegis_close_slider {
            position: absolute;
            top: 20px;
            right: 20px;
            color: white;
            font-size: 30px;
            cursor: pointer;
            background: none;
            border: none;
            transition: 0.3s;
        }

        .aegis_close_slider:hover {
            color: #f58220;
            transform: rotate(90deg);
        }

        /* Slider menu items */
        .aegis_slider_nav {
            margin-top: 70px;
            padding: 0;
            list-style: none;
        }

        .aegis_slider_nav li {
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .aegis_slider_nav li a {
            display: block;
            padding: 18px 30px;
            color: white;
            font-size: 20px;
            font-weight: 500;
            text-decoration: none;
            font-family: 'Oswald', sans-serif;
            letter-spacing: 1px;
            transition: 0.3s;
        }

        .aegis_slider_nav li a i {
            margin-right: 15px;
            width: 25px;
            font-size: 18px;
            color: #f58220;
        }

        .aegis_slider_nav li a:hover {
            background: #1a1a1a;
            padding-left: 40px;
            color: #f58220;
        }

        /* Slider ke andar extra contact info */
        .aegis_slider_contact {
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
            padding: 20px 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            color: #aaa;
            font-size: 12px;
        }

        .aegis_slider_contact p {
            margin: 8px 0;
        }

        .aegis_slider_contact i {
            color: #f58220;
            margin-right: 10px;
            width: 18px;
        }

        /* ================= TITLE ================= */
        .aegis_main_title {
            text-align: center;
            color: white;
            font-size: 55px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1.1;
            margin-top: 20px;
            margin-bottom: 30px;
            padding-bottom: 0;
        }

        .aegis_gray_text{
            color:#b9bcc2;
        }

        /* ================= FORM ================= */
        .aegis_form_box{
            /* width:100%; */
            margin-left:15%;
            margin-right:15%;
            border:1px solid rgba(255,255,255,0.6);
            background:rgba(255,255,255,0.07);
            padding:50px;
            backdrop-filter:blur(4px);
        }

        .aegis_custom_input{
            height:72px;
            border:none;
            border-radius:0;
            padding-left:25px;
            font-size:22px;
            margin-bottom:30px;
            background: rgba(255,255,255,0.9);
        }

        .aegis_custom_input:focus{
            box-shadow:none;
            background: white;
        }

        /* BUTTON */
        .aegis_submit_btn{
            width:100%;
            height:75px;
            border:none;
            background:#3569d8;
            color:white;
            font-size:30px;
            font-weight:500;
            letter-spacing:1px;
            transition:0.3s;
        }

        .aegis_submit_btn:hover{
            background:#2a57b8;
        }

        /* ================= RESPONSIVE ================= */

        @media(max-width:1200px){
            .aegis_custom_navbar{
                margin-left:10%;
            }
            .aegis_form_box{
                margin-left:10%;
                margin-right:10%;
            }
            .aegis_main_title{
                font-size:70px;
            }
        }

        @media(max-width:992px){
            .aegis_custom_navbar{
                margin-left:5%;
                flex-direction: column;
            }
            .aegis_form_box{
                margin-left:5%;
                margin-right:5%;
                padding:40px;
            }
            .aegis_main_title{
                font-size:55px;
            }
            .aegis_side_slider {
                width: 300px;
            }
        }
        @media (max-width: 768px) {
          .widget {
            display: none;
          }
        }
        
                @media (max-width: 768px) {
          .aegis_custom_navbar {
            display: none;
          }
        }
        @media(max-width:768px){
            .aegis_main_wrapper{
                padding-top:90px;
            }
            .aegis_logo_fixed img {
                width: 60px;
                padding: 5px 10px;
            }
            .aegis_menu_btn{
                width:50px;
                height:50px;
            }
            .aegis_menu_btn span{
                font-size:28px;
            }
            .aegis_main_title{
                font-size:38px;
                margin-bottom:40px;
            }
            .aegis_line{
                font-size:14px;
                padding:6px 15px;
            }
            .aegis_form_box{
                padding:20px;
            }
            .aegis_custom_input{
                height:55px;
                font-size:16px;
                margin-bottom:20px;
            }
            .aegis_submit_btn{
                height:60px;
                font-size:20px;
            }
            .aegis_side_slider {
                width: 280px;
            }
            .aegis_slider_nav li a {
                font-size:18px;
                padding:14px 25px;
            }
            .aegis_call_icon{
                font-size:35px;
            }
        }

        @media(max-width:480px){
            .aegis_main_title{
                font-size:28px;
            }
            .aegis_call_wrapper{
                flex-direction:column;
                align-items:center;
                gap:8px;
            }
            .aegis_contact_box{
                width:100%;
            }
            .aegis_line{
                font-size:12px;
                padding:5px 12px;
            }
            .aegis_form_box{
                padding:15px;
            }
            .aegis_custom_input{
                height:50px;
                font-size:14px;
            }
            .aegis_submit_btn{
                height:55px;
                font-size:18px;
            }
            .aegis_side_slider {
                width: 260px;
            }
        }

    /* ========== WHAT WE DO SECTION ========== */
    .wwd-section {
      background: #eeeff1;
      position: relative;
    }
    .wwd-body {
      display: grid;
      grid-template-columns: 1fr 1fr;
      position: relative;
      z-index: 2;
    }

    .wwd-left {
      padding: 60px 36px 60px 56px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .wwd-sub {
      font-size: 0.9rem;
      color: #4a5068;
      margin-bottom: 10px;
    }

    .wwd-title, .hiw-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: clamp(2rem, 5.5vw, 5.2rem);
      color: #0d1e3d;
      text-transform: uppercase;
      line-height: 0.95;
      margin-bottom: 28px;
    }

    .wwd-desc {
      font-size: 0.93rem;
      color: #4a5068;
      line-height: 1.78;
      text-align: justify;
      margin-bottom: 36px;
      max-width: 400px;
    }

    .btn-learn {
      display: inline-flex;
      align-items: center;
      gap: 18px;
      background: #d6d9e2;
      border: none;
      border-radius: 3px;
      padding: 16px 28px;
      cursor: pointer;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #0d1e3d;
      width: fit-content;
      margin-bottom: 14px;
    }

    .btn-learn .line {
      display: inline-block;
      width: 36px;
      height: 2px;
      background: #0d1e3d;
    }

    .btn-brochure {
      display: inline-block;
      background: #1a2e55;
      border: none;
      border-radius: 3px;
      padding: 17px 28px;
      font-weight: 600;
      font-size: 0.98rem;
      color: #fff;
      text-decoration: none;
      text-align: center;
      width: fit-content;
    }

    .wwd-center {
      padding: 60px 28px 60px 28px;
      border-left: 1px solid #dde0e8;
      display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    }

    .iso-table {
      width: 100%;
      border-collapse: collapse;
      max-width: 500px;
    }

    .iso-table tbody tr {
      border-bottom: 1px solid #dde0e8;
    }

    .iso-table td {
      padding: 14px 10px;
      vertical-align: top;
    }

    .iso-code {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      color: #0d1e3d;
      white-space: nowrap;
      width: 110px;
    }

    .iso-name {
      font-size: 0.93rem;
      color: #4a5068;
      line-height: 1.5;
    }

    /* Sidebar common */
    .wwd-right, .hiw-sidebar {
      background: #f5f6f8;
      display: flex;
      flex-direction: column;
    }

    .sidebar-info {
      padding: 28px 24px 22px;
      border-bottom: 1px solid #dde0e8;
    }

    .s-phone {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 1.05rem;
      color: #0d1e3d;
      margin-bottom: 4px;
    }

    .s-num {
      font-size: 0.95rem;
      color: #4a5068;
      padding-left: 22px;
      margin-bottom: 2px;
    }

    .s-email {
      font-size: 0.9rem;
      color: #4a5068;
      padding-left: 22px;
      margin-bottom: 16px;
    }

    .s-row {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      margin-bottom: 10px;
      font-size: 0.85rem;
      color: #4a5068;
      line-height: 1.5;
    }

    .s-row i {
      color: #0d1e3d;
      margin-top: 2px;
      flex-shrink: 0;
    }

    .sidebar-form {
      padding: 22px 24px 32px;
      flex: 1;
    }

    .sf-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 1.05rem;
      color: #0d1e3d;
      margin-bottom: 16px;
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }

    .sf-input {
      width: 100%;
      border: 1px solid #cdd0db;
      border-radius: 3px;
      padding: 12px 14px;
      font-family: 'Inter', sans-serif;
      font-size: 0.92rem;
      color: #333;
      outline: none;
      background: #fff;
      margin-bottom: 10px;
      display: block;
    }

    .btn-getstart {
      width: 100%;
      padding: 14px;
      background: #1a2e55;
      border: none;
      border-radius: 3px;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer;
    }

    .btn-getstart:hover {
      background: #0f1d40;
    }

    /* ========== HOW IT WORKS SECTION ========== */
    .hiw-section {
      background: #fff;
      position: relative;
    }

    .hiw-body {
      display: grid;
      grid-template-columns: 1.30fr 10px;
      position: relative;
      z-index: 2;
    }

    .hiw-main {
      padding: 52px 56px 60px;
      position: relative;
    }

    .hiw-sub {
      font-size: 0.92rem;
      color: #7a8099;
      margin-bottom: 10px;
      font-style: italic;
    }

    .steps-row {
      display: flex;
      align-items: flex-start;
      gap: 0;
      position: relative;
      margin-bottom: 48px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .steps-row::before {
      content: '';
      position: absolute;
      top: 80px;
      left: 80px;
      right: 80px;
      height: 2px;
      background: #d0d4e0;
      z-index: 0;
    }

    .step-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      position: relative;
      z-index: 1;
      min-width: 140px;
    }

    .step-circle {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: #eff0f3;
      border: 2px solid #dde0e8;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 22px;
      transition: all 0.3s;
    }
    .step-circle img {
      width: 160px;
      height: auto;
    }
    .step-item:hover .step-circle {
      background: #0d1e3d;
      border-color: #0d1e3d;
    }

    .step-circle svg {
      width: 68px;
      height: 68px;
      stroke: #0d1e3d;
      fill: none;
      stroke-width: 1.4;
    }

    .step-item:hover .step-circle svg {
      stroke: #fff;
    }

    .step-label {
      font-size: 0.92rem;
      color: #5a607a;
      line-height: 1.55;
      max-width: 140px;
    }

    .btn-hiw {
      display: inline-block;
      background: #1a2e55;
      border: none;
      border-radius: 3px;
      padding: 17px 36px;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
    }

    .btn-hiw:hover {
      background: #0f1d40;
    }

    /* Responsive */
    @media (max-width: 1080px) {
      .wwd-body {
        grid-template-columns: 1fr 1fr;
      }
      .hiw-body {
        grid-template-columns: 1fr;
      }
      .hiw-sidebar {
        display: none;
      }
      .wwd-right {
        grid-column: 1/-1;
        flex-direction: row;
      }
      .sidebar-info {
        flex: 1;
        border-right: 1px solid #dde0e8;
      }
      .sidebar-form {
        flex: 1;
      }
      .steps-row::before {
        display: none;
      }
    }

    @media (max-width: 700px) {
      .wwd-body {
        grid-template-columns: 1fr;
      }
      .hiw-main {
        padding: 36px 20px 40px;
      }
      .wwd-left {
        padding: 36px 20px;
      }
      .wwd-center {
        padding: 28px 20px;
        border-left: none;
        border-top: 1px solid #dde0e8;
      }
      .wwd-right {
        flex-direction: column;
      }
      .sidebar-info {
        border-right: none;
      }
      .steps-row {
        flex-direction: column;
        align-items: center;
        gap: 28px;
      }
      .step-circle {
        width: 120px;
        height: 120px;
      }
      .step-circle svg {
        width: 50px;
        height: 50px;
      }
      .input-group-custom {
        grid-template-columns: 1fr;
      }
      .hero-top-bar {
        justify-content: center;
      }
      .contact-card {
        flex-direction: column;
      }
    }

    .dot-line {
      display: flex;
      justify-content: flex-start;
      margin-top: 2rem;
      padding-left: 1rem;
    }
    .dot {
      width: 8px;
      height: 8px;
      background: rgba(255,255,240,0.7);
      border-radius: 50%;
    }

    /* ========== WHO WE ARE SECTION ========== */
.wwa-section {
  position: relative;
  background: #fff;
}

.wwa-topbar {
  background: #fff;
  border-bottom: 1px solid #dde0e8;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  padding: 12px 36px;
}

.wwa-contact-right {
  text-align: right;
}

.wwa-contact-right .cphone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #0d1e3d;
}

/* Hero Banner */
.wwa-hero {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(8, 18, 50, 0.82) 0%, rgba(15, 30, 70, 0.7) 50%, rgba(8, 18, 50, 0.78) 100%),
                url('../images/8.jpeg') center/cover no-repeat;
    display: flex;
    align-items: flex-end;
}

.wwa-hero-inner {
  position: relative;
  z-index: 2;
  padding: 0 56px 44px;
  flex: 1;
}

.wwa-est {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.wwa-htitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(3.4rem, 6vw, 5.4rem);
  color: #fff;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -1px;
}

/* Body Layout */
.wwa-body {
  display: grid;
  grid-template-columns: 1fr 1px;
  position: relative;
  z-index: 2;
}

/* Text Area */
.wwa-text {
  padding: 44px 56px 56px;
  border-right: 1px solid #dde0e8;
}

.wwa-text p {
  font-size: 0.96rem;
  color: #4a5068;
  line-height: 1.78;
  margin-bottom: 20px;
  text-align: justify;
}

.wwa-text p:last-child {
  margin-bottom: 0;
}

.wwa-text a {
  color: #0d1e3d;
  text-decoration: underline;
}

/* Dark Sidebar */
.re{
  width: 260px;

}
.wwa-sidebar {
  background: #0d1e3d;
  display: flex;
  flex-direction: column;
}

.wwa-sidebar-info {
  padding: 28px 24px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ws-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 4px;
}

.ws-num {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 22px;
  margin-bottom: 2px;
}

.ws-email {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 22px;
  margin-bottom: 16px;
}

.ws-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}

.ws-row i {
  color: #fff;
  margin-top: 2px;
  flex-shrink: 0;
}

.wwa-sidebar-form {
  padding: 22px 24px 32px;
  flex: 1;
}

.wsf-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.35;
}

.wsf-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 13px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-bottom: 10px;
  display: block;
}

.wsf-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.wsf-input:focus {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.btn-wwa-start {
  width: 100%;
  padding: 14px;
  background: #fff;
  border: none;
  border-radius: 3px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0d1e3d;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 4px;
}

.btn-wwa-start:hover {
  background: #e8eaf0;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1080px) {
  .wwa-body {
    grid-template-columns: 1fr;
  }
  .wwa-sidebar {
    display: none;
  }
}

@media (max-width: 700px) {
  .wwa-hero-inner {
    padding: 0 24px 36px;
  }
  .wwa-text {
    padding: 32px 20px 40px;
  }
}
    /* ========== HOW TO GET ISO CERTIFICATION SECTION ========== */
.hgi-section {
  background: #eeeff1;
  position: relative;
  overflow: hidden;
}

/* .hgi-topbar {
  background: #fff;
  border-bottom: 1px solid #dde0e8;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  padding: 12px 36px;
}

.hgi-contact-right {
  text-align: right;
}

.hgi-contact-right .cphone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #0d1e3d;
} */
.hgi-body {
  display: grid;
  grid-template-columns: 3fr 2px;
  position: relative;
  z-index: 2;
}

.hgi-main {
  padding: 48px 56px 60px;
  position: relative;
  z-index: 2;
}

.hgi-top-line {
  width: 80px;
  height: 2px;
  background: #0d1e3d;
  margin-bottom: 28px;
}

.hgi-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #0d1e3d;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 22px;
}

.hgi-description {
  font-size: 0.93rem;
  color: #4a5068;
  line-height: 1.78;
  margin-bottom: 12px;
  text-align: justify;
}

.hgi-steps-heading {
  font-size: 0.93rem;
  color: #4a5068;
  margin-bottom: 28px;
  font-weight: 600;
}

/* Steps Grid */
.hgi-steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hgi-step-card {
  background: #fff;
  border: 1px solid #dde0e8;
  height: 80px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  transition: all 0.25s;
  cursor: default;
}

.hgi-step-card:hover {
  box-shadow: 0 6px 22px rgba(13, 30, 61, 0.12);
  transform: translateY(-3px);
  border-color: #b0b8d0;
}

.step-icon-blue,
.step-icon-orange,
.step-icon-gray,
.step-icon-red,
.step-icon-teal,
.step-icon-gold {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; 
}

.step-icon-blue { background: rgba(58, 91, 217, 0.1); }
.step-icon-orange { background: rgba(232, 119, 34, 0.1); }
.step-icon-gray { background: rgba(100, 110, 140, 0.1); }
.step-icon-red { background: rgba(180, 60, 60, 0.1); }
.step-icon-teal { background: rgba(14, 159, 110, 0.1); }
.step-icon-gold { background: rgba(200, 160, 30, 0.1); }

.step-card-text {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #0d1e3d;
  line-height: 1.35;
}

.step-card-text strong {
  font-weight: 800;
  color: #0d1e3d;
}
/* Responsive */
@media (max-width: 1080px) {
  .hgi-body {
    grid-template-columns: 1fr;
  }
  .hgi-sidebar {
    display: none;
  }
}

@media (max-width: 700px) {
  .hgi-main {
    padding: 36px 20px 40px;
  }
  .hgi-steps-grid {
    grid-template-columns: 1fr;
  }
}
    /* ========== THE AEGIS ADVANTAGE SECTION ========== */
.advantage-section {
  background: wheat;
  position: relative;
  overflow: hidden;
}



.advantage-body {
  display: grid;
  grid-template-columns: 1.20fr 10px;
  position: relative;
  z-index: 2;
}

.advantage-main {
  padding: 44px 56px 60px;
  position: relative;
  z-index: 2;
}

.advantage-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  color: #0d1e3d;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -1px;
  margin-bottom: 44px;
  text-align: center;
}

/* Center Diagram Layout */
.advantage-diagram {
  position: relative;
  min-height: 580px;
  max-width: 900px;
  margin: 0 auto;
}

/* Center Circle */
.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: linear-gradient(145deg, #eef0f6, #d8daea);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(13, 30, 61, 0.2);
  z-index: 10;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

/* Center Logo Container */
.center-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60%;
}

/* Logo Image */
.center-logo img {
  width: 60%;
  height: auto;
  object-fit: contain;
}

/* Center Text */
.center-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #0d1e3d;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 5px;
}

/* Connecting Lines */
.line {
  position: absolute;
  background: #b0b6cc;
  height: 2px;
  width: 120px;
  transform-origin: 2 0;
  z-index: 1;
}

.line-1 { top: 24%; left: 25%; transform: rotate(35deg); width: 130px; }
.line-2 { top: 48%; left: 15%; transform: rotate(0deg); width: 150px; }
.line-3 { top: 74%; left: 28%; transform: rotate(-45deg); width: 130px; }
.line-4 { top: 27%; right: 25%; transform: rotate(-37deg); width: 130px; }
.line-5 { top: 48%; right: 20%; transform: rotate(0deg); width: 150px; }
.line-6 { top: 70%; right: 25%; transform: rotate(-140deg); width: 130px; }

/* Advantage Points */
.advantage-point {
  position: absolute;
  width: 180px;
  text-align: center;
  z-index: 15;
}

.point-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #1a2e55, #0d1e3d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 8px 20px rgba(13, 30, 61, 0.25);
  transition: all 0.3s;
}

.advantage-point:hover .point-icon {
  transform: scale(1.05);
  background: linear-gradient(135deg, #2c47bc, #1a2e55);
}

.point-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0d1e3d;
  line-height: 1.4;
}

/* Point Positions */
.point-1 { top: 5%; left: 8%; }
.point-2 { top: 42%; left: 0%; }
.point-3 { bottom: -10%; left: 14%; }
.point-4 { top: 5%; right: 8%; }
.point-5 { top: 42%; right: 0%; }
.point-6 { bottom: -4%; right: 8%; }

/* Adjust point-2 and point-5 text width */
.point-2 .point-text, .point-5 .point-text {
  white-space: nowrap;
}

/* Sidebar Dark */
.advantage-sidebar {
  background: #0d1e3d;
  display: flex;
  flex-direction: column;
}

.advantage-sidebar-info {
  padding: 28px 24px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.as-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 4px;
}

.as-num {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 22px;
  margin-bottom: 2px;
}

.as-email {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 22px;
  margin-bottom: 16px;
}

.as-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}

.as-row i {
  color: #fff;
  margin-top: 2px;
  flex-shrink: 0;
}

.advantage-sidebar-form {
  padding: 22px 24px 32px;
  flex: 1;
}

.asf-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.35;
}

.asf-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 13px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  outline: none;
  margin-bottom: 10px;
  display: block;
}

.asf-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.asf-input:focus {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.btn-advantage-start {
  width: 100%;
  padding: 14px;
  background: #fff;
  border: none;
  border-radius: 3px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0d1e3d;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 4px;
}

.btn-advantage-start:hover {
  background: #e8eaf0;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1080px) {
  .advantage-body {
    grid-template-columns: 1fr;
  }
  .advantage-sidebar {
    display: none;
  }
  .advantage-diagram {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .center-circle {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 30px auto;
  }
  .advantage-point {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 auto 30px;
    width: 280px;
  }
  .line {
    display: none;
  }
  .point-2 .point-text, .point-5 .point-text {
    white-space: normal;
  }
  .advantage-main {
    padding: 36px 20px;
  }
}

@media (max-width: 700px) {
  .advantage-point {
    width: 260px;
  }
  .point-icon {
    width: 55px;
    height: 55px;
  }
  .point-icon svg {
    width: 30px;
    height: 30px;
  }
}

    /* ========== ADVANTAGES OF ISO CERTIFICATION SECTION ========== */
.advantages-iso-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.advantages-topbar {
  background: #fff;
  border-bottom: 1px solid #dde0e8;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  padding: 12px 36px;
}

.advantages-contact-right {
  text-align: right;
}

.advantages-contact-right .cphone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #0d1e3d;
}

.advantages-body {
  display: grid;
  grid-template-columns: 1fr 260px;
  position: relative;
  z-index: 2;
}

.advantages-main {
  padding: 48px 56px 60px;
  position: relative;
  z-index: 2;
}

.advantages-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  color: #0d1e3d;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 22px;
}

.advantages-description {
  font-size: 0.93rem;
  color: #4a5068;
  line-height: 1.78;
  margin-bottom: 20px;
  text-align: justify;
}

/* Accordion Styles (Pure CSS - No JavaScript) */
.accordion-container {
  margin-top: 30px;
}

.accordion-item {
  border: 1px solid #dde0e8;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.2s;
}

.accordion-item:hover {
  box-shadow: 0 4px 18px rgba(13, 30, 61, 0.08);
}

.accordion-checkbox {
  display: none;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #0d1e3d;
}

.accordion-header:hover {
  background: #f7f8fb;
}

.accordion-icon {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  color: #4a5068;
}

.accordion-checkbox:checked + .accordion-header {
  background: #f0f2f8;
}

.accordion-checkbox:checked + .accordion-header .accordion-icon {
  transform: rotate(180deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background: #f7f8fb;
}

.accordion-checkbox:checked + .accordion-header + .accordion-body {
  max-height: 300px;
}

.accordion-content {
  padding: 18px 24px 22px;
  font-size: 0.92rem;
  color: #4a5068;
  line-height: 1.72;
  border-top: 1px solid #dde0e8;
}

/* Sidebar Styles */
.advantages-sidebar {
  background: #f5f6f8;
  border-left: 1px solid #dde0e8;
  display: flex;
  flex-direction: column;
}

.advantages-sidebar-info {
  padding: 28px 24px 22px;
  border-bottom: 1px solid #dde0e8;
}

.ads-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #0d1e3d;
  margin-bottom: 4px;
}

.ads-num {
  font-size: 0.95rem;
  color: #4a5068;
  padding-left: 22px;
  margin-bottom: 2px;
}

.ads-email {
  font-size: 0.9rem;
  color: #4a5068;
  padding-left: 22px;
  margin-bottom: 16px;
}

.ads-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: #4a5068;
  line-height: 1.5;
}

.ads-row i {
  color: #0d1e3d;
  margin-top: 2px;
  flex-shrink: 0;
}

.advantages-sidebar-form {
  padding: 22px 24px 32px;
  flex: 1;
}

.adsf-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #0d1e3d;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.35;
}

.adsf-input {
  width: 100%;
  border: 1px solid #cdd0db;
  border-radius: 3px;
  padding: 12px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: #333;
  outline: none;
  background: #fff;
  margin-bottom: 10px;
  display: block;
}

.adsf-input::placeholder {
  color: #aaa;
}

.adsf-input:focus {
  border-color: #3a5bd9;
  box-shadow: 0 0 0 3px rgba(58, 91, 217, 0.15);
}

.btn-advantages-start {
  width: 100%;
  padding: 14px;
  background: #1a2e55;
  border: none;
  border-radius: 3px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 4px;
}

.btn-advantages-start:hover {
  background: #0f1d40;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1080px) {
  .advantages-body {
    grid-template-columns: 1fr;
  }
  .advantages-sidebar {
    display: none;
  }
}

@media (max-width: 700px) {
  .advantages-main {
    padding: 36px 20px 40px;
  }
  .accordion-header {
    padding: 14px 18px;
    font-size: 0.9rem;
  }
  .accordion-content {
    padding: 14px 18px 18px;
  }
}

    /* ========== FAQ SECTION ========== */
.faq-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}
/* FAQ Hero Banner */
.faq-hero {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: url('../images/15.jpeg') center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}

.faq-hero-inner {
  padding: 0 56px 44px;
  position: relative;
  z-index: 2;
}

.faq-icon {
  margin-bottom: 10px;
}

.faq-htitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 8vw, 6rem);
  color: #fff;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -2px;
}

/* FAQ Body Layout */
.faq-body {
  display: grid;
  grid-template-columns: 330px 1fr 260px;
  position: relative;
  z-index: 2;
}

/* Left Navigation */
.faq-nav {
  padding: 40px 24px 48px;
  border-right: 1px solid #dde0e8;
}

.faq-nav-title {
  font-family: 'Inter', sans-serif;
  margin-left: 5%;
  font-weight: 800;
  font-size: 1.1rem;
  color: #0d1e3d;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #3a5bd9;
  display: inline-block;
}

.faq-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-nav-list li {
  margin-bottom: 8px;
}

.faq-link {
  display: block;
  font-size: 0.92rem;
  color: #5a607a;
  text-decoration: none;
  padding: 8px 0 8px 12px;
  border-left: 3px solid transparent;
  transition: all 0.2s;
  line-height: 1.45;
}

.faq-link:hover {
  color: #0d1e3d;
  border-left-color: #b0b8d0;
  padding-left: 16px;
}

.faq-link.active {
  color: #3a5bd9;
  font-weight: 700;
  border-left-color: #3a5bd9;
  padding-left: 16px;
}

/* Right Answer Panel */
.faq-answer {
  padding: 40px 44px 48px;
  border-right: 1px solid #dde0e8;
}

.faq-answer-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #0d1e3d;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #3a5bd9;
  display: inline-block;
}

.faq-answer-body {
  font-size: 0.94rem;
  color: #4a5068;
  line-height: 1.82;
  text-align: justify;
}

.faq-answer-body p {
  margin-bottom: 16px;
}

.faq-answer-body p:last-child {
  margin-bottom: 0;
}

/* Sidebar Dark */
.faq-sidebar {
  background: #0d1e3d;
  display: flex;
  flex-direction: column;
}

.faq-sidebar-info {
  padding: 28px 24px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fs-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 4px;
}

.fs-num {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 22px;
  margin-bottom: 2px;
}

.fs-email {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 22px;
  margin-bottom: 16px;
}

.fs-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}

.fs-row i {
  color: #fff;
  margin-top: 2px;
  flex-shrink: 0;
}

.faq-sidebar-form {
  padding: 22px 24px 32px;
  flex: 1;
}

.fsf-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.35;
}

.fsf-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 13px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  outline: none;
  margin-bottom: 10px;
  display: block;
}

.fsf-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.fsf-input:focus {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.btn-faq-start {
  width: 100%;
  padding: 14px;
  background: #fff;
  border: none;
  border-radius: 3px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0d1e3d;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 4px;
}

.btn-faq-start:hover {
  background: #e8eaf0;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1080px) {
  .faq-body {
    grid-template-columns: 260px 1fr;
  }
  .faq-sidebar {
    display: none;
  }
}

@media (max-width: 700px) {
  .faq-body {
    grid-template-columns: 1fr;
  }
  .faq-nav {
    border-right: none;
    border-bottom: 1px solid #dde0e8;
    padding: 28px 20px;
  }
  .faq-answer {
    padding: 28px 20px 36px;
    border-right: none;
  }
  .faq-hero-inner {
    padding: 0 20px 36px;
  }
  .faq-answer-title {
    font-size: 1.2rem;
  }
}

/* ========== OUR CLIENTS TRUST US SECTION ========== */
.trust-section {
  background: #eeeff1;
  position: relative;
  overflow: hidden;
}

/* .trust-topbar {
  background: #fff;
  border-bottom: 1px solid #dde0e8;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  padding: 12px 36px;
}

.trust-contact-right {
  text-align: right;
}

.trust-contact-right .cphone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #0d1e3d;
} */

.trust-body {
  display: grid;
  grid-template-columns: 1fr 250px;
  position: relative;
  z-index: 2;
}

.trust-main {
  padding: 48px 40px 60px 56px;
  position: relative;
  z-index: 2;
}

.trust-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  color: #0d1e3d;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

/* ========== PURE CSS SLIDER - 4 CARDS (3 visible per slide) ========== */
.css-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-radio {
  display: none;
}

.slider-wrapper-css {
  overflow: hidden;
  border-radius: 12px;
}

.slider-track-css {
  display: flex;
  width: 200%; /* 2 slides */
  transition: transform 0.5s ease;
}

.testimonial-row {
  display: flex;
  gap: 24px;
  flex: 0 0 50%; /* Each row takes 50% of track width */
  padding: 0;
}

/* Testimonial Card */
.testimonial-card {
  background: #fff;
  border: 1px solid #dde0e8;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  box-shadow: 0 12px 32px rgba(13, 30, 61, 0.12);
  transform: translateY(-4px);
}

/* Card Logo */
.card-logo {
  margin-bottom: 16px;
}

.logo-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #0d1e3d;
  margin: 0 0 4px 0;
  letter-spacing: 0.5px;
}

.logo-sub {
  font-size: 0.65rem;
  color: #e87722;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 600;
}

/* Card Text */
.card-text {
  font-size: 0.85rem;
  color: #5a607a;
  line-height: 1.65;
  margin-bottom: 16px;
  text-align: justify;
  font-style: italic;
  flex: 1;
}

.card-text.second-text {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px dashed #e0e4ec;
  margin-bottom: 16px;
}

/* Card Footer */
.card-footer {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #eef0f5;
}

.card-company {
  font-size: 0.88rem;
  color: #0d1e3d;
  font-weight: 700;
  margin-bottom: 4px;
}

.card-location {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 1.5px;
  color: #3a5bd9;
  text-transform: uppercase;
}

/* Slide Navigation */
#slideA:checked ~ .slider-wrapper-css .slider-track-css {
  transform: translateX(0%);
}
#slideB:checked ~ .slider-wrapper-css .slider-track-css {
  transform: translateX(-50%);
}

/* Controls */
.slider-controls-css {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  position: relative;
}

.nav-arrow {
  background: transparent;
  border: 2px solid #0d1e3d;
  border-radius: 40px;
  padding: 10px 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0d1e3d;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-arrow:hover {
  background: #0d1e3d;
  color: #fff;
  transform: translateY(-2px);
}

.hidden-arrow {
  display: none;
}

/* Show/Hide Arrows based on active slide */
#slideA:checked ~ .slider-controls-css .prev-arrow:not(.hidden-arrow) {
  display: none;
}
#slideA:checked ~ .slider-controls-css .next-arrow:not(.hidden-arrow) {
  display: inline-flex;
}
#slideB:checked ~ .slider-controls-css .next-arrow:not(.hidden-arrow) {
  display: none;
}
#slideB:checked ~ .slider-controls-css .prev-arrow:not(.hidden-arrow) {
  display: inline-flex;
}

/* Dots */
.slider-dots-css {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dot-css {
  width: 32px;
  height: 4px;
  background: #c4c8d8;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.dot-css:hover {
  background: #3a5bd9;
}

/* Active Dots */
#slideA:checked ~ .slider-controls-css .slider-dots-css label:nth-child(1) {
  background: #3a5bd9;
  width: 48px;
}
#slideB:checked ~ .slider-controls-css .slider-dots-css label:nth-child(2) {
  background: #3a5bd9;
  width: 48px;
}

/* Sidebar */
.trust-sidebar {
  background: #f5f6f8;
  border-left: 1px solid #dde0e8;
  display: flex;
  flex-direction: column;
  width: 260px;
}

.trust-sidebar-info {
  padding: 24px 18px 20px;
  border-bottom: 1px solid #dde0e8;
}

.ts-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #0d1e3d;
  margin-bottom: 4px;
}

.ts-phone i {
  margin-right: 6px;
}

.ts-num {
  font-size: 0.85rem;
  color: #4a5068;
  padding-left: 26px;
  margin-bottom: 2px;
}

.ts-email {
  font-size: 0.8rem;
  color: #4a5068;
  padding-left: 26px;
  margin-bottom: 16px;
}

.ts-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.78rem;
  color: #4a5068;
  line-height: 1.45;
}

.ts-row i {
  color: #0d1e3d;
  margin-top: 2px;
}

.trust-sidebar-form {
  padding: 18px 18px 28px;
}

.tsf-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #0d1e3d;
  margin-bottom: 16px;
  display: flex;
  gap: 6px;
}

.tsf-input {
  width: 100%;
  border: 1px solid #cdd0db;
  border-radius: 5px;
  padding: 10px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  margin-bottom: 10px;
  display: block;
}

.tsf-input:focus {
  border-color: #3a5bd9;
  outline: none;
  box-shadow: 0 0 0 3px rgba(58, 91, 217, 0.15);
}

.btn-trust-start {
  width: 100%;
  padding: 12px;
  background: #1a2e55;
  border: none;
  border-radius: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-trust-start:hover {
  background: #0f1d40;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1080px) {
  .trust-body {
    grid-template-columns: 1fr;
  }
  .trust-sidebar {
    display: none;
  }
}

@media (max-width: 900px) {
  .testimonial-row {
    flex-direction: column;
  }
  .testimonial-card {
    margin-bottom: 16px;
  }
  .slider-controls-css {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .trust-main {
    padding: 36px 20px 40px;
  }
  .testimonial-card {
    padding: 18px;
  }
  .card-text {
    font-size: 0.8rem;
  }
  .nav-arrow {
    padding: 6px 16px;
    font-size: 0.75rem;
  }
  .dot-css {
    width: 20px;
  }
}

/* ========== REQUEST CALL BACK SECTION ========== */
.callback-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}
/* Hero Banner */
.callback-hero {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: url('../images/20.jpeg');
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.callback-hero-inner {
  padding: 0 56px 44px;
  position: relative;
  z-index: 2;
}

.callback-icon {
  margin-bottom: 12px;
}

.callback-htitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -2px;
}

/* Body Layout */
.callback-body {
  display: grid;
  grid-template-columns: 1fr 1fr 250px;
  position: relative;
  z-index: 2;
}

/* Left Text Area */
.callback-left {
  padding: 44px 48px 52px 56px;
  border-right: 1px solid #dde0e8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.callback-text {
  font-size: 0.94rem;
  color: #5a607a;
  line-height: 1.78;
  margin-bottom: 22px;
  text-align: justify;
}

.callback-text:last-of-type {
  margin-bottom: 28px;
}

/* Contact Links */
.callback-contact-links {
  margin-top: 8px;
}

.callback-link-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.93rem;
  color: #5a607a;
}

.callback-link-row i {
  font-size: 1rem;
  color: #0d1e3d;
  width: 24px;
}

.email-link {
  color: #3a7bd5;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.email-link:hover {
  color: #2355a8;
  text-decoration: underline;
}

.phone-link {
  color: #e87722;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.phone-link:hover {
  text-decoration: underline;
}

/* Right Form Panel */
.callback-form-panel {
  padding: 44px 44px 52px;
  border-right: 1px solid #dde0e8;
}

.callback-form-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  color: #9aa0b8;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.callback-form-grid {
  display: grid;
  grid-template-columns: 1.5fr;
  gap: 14px;
  margin-bottom: 24px;
}

.callback-input {
  width: 100%;
  border: 1px solid #d0d4e0;
  border-radius: 8px;
  padding: 14px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: #333;
  outline: none;
  background: #fafbfc;
  transition: all 0.2s;
}

.callback-input:focus {
  border-color: #3a5bd9;
  box-shadow: 0 0 0 3px rgba(58, 91, 217, 0.12);
  background: #fff;
}

.callback-input::placeholder {
  color: #aaa;
}

.btn-callback-start {
  width: 100%;
  padding: 16px;
  background: #1a2e55;
  border: none;
  border-radius: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 18px rgba(26, 46, 85, 0.3);
}

.btn-callback-start:hover {
  background: #0f1d40;
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(26, 46, 85, 0.4);
}

/* Sidebar */
.callback-sidebar {
  background: #f5f6f8;
  border-left: 1px solid #dde0e8;
  display: flex;
  flex-direction: column;
}

.callback-sidebar-info {
  padding: 28px 24px 22px;
  border-bottom: 1px solid #dde0e8;
}

.cs-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #0d1e3d;
  margin-bottom: 4px;
}

.cs-phone i {
  margin-right: 6px;
}

.cs-num {
  font-size: 0.88rem;
  color: #4a5068;
  padding-left: 26px;
  margin-bottom: 2px;
}

.cs-email {
  font-size: 0.84rem;
  color: #4a5068;
  padding-left: 26px;
  margin-bottom: 16px;
}

.cs-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #4a5068;
  line-height: 1.45;
}

.cs-row i {
  color: #0d1e3d;
  margin-top: 2px;
  flex-shrink: 0;
}

.callback-sidebar-form {
  padding: 20px 24px 28px;
  flex: 1;
}

.csf-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #0d1e3d;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.3;
}

.csf-input {
  width: 100%;
  border: 1px solid #cdd0db;
  border-radius: 6px;
  padding: 11px 13px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #333;
  outline: none;
  background: #fff;
  margin-bottom: 10px;
  display: block;
}

.csf-input::placeholder {
  color: #aaa;
}

.csf-input:focus {
  border-color: #3a5bd9;
  box-shadow: 0 0 0 3px rgba(58, 91, 217, 0.15);
}

.btn-callback-sidebar {
  width: 100%;
  padding: 12px;
  background: #1a2e55;
  border: none;
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 6px;
}

.btn-callback-sidebar:hover {
  background: #0f1d40;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1080px) {
  .callback-body {
    grid-template-columns: 1fr 1fr;
  }
  .callback-sidebar {
    display: none;
  }
}

@media (max-width: 700px) {
  .callback-body {
    grid-template-columns: 1fr;
  }
  .callback-left {
    padding: 32px 20px 28px;
    border-right: none;
    border-bottom: 1px solid #dde0e8;
  }
  .callback-form-panel {
    padding: 28px 20px 40px;
    border-right: none;
  }
  .callback-hero-inner {
    padding: 0 20px 36px;
  }
  .callback-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .callback-text {
    font-size: 0.88rem;
  }
}

/* ========== KNOWLEDGE BANK SECTION ========== */
.knowledge-section {
  background: #eeeff1;
  position: relative;
  overflow: hidden;
}
.knowledge-body {
  display: grid;
  grid-template-columns: 1fr 250px;
  position: relative;
  z-index: 2;
}

.knowledge-main {
  padding: 48px 56px 60px;
  position: relative;
  z-index: 2;
}

.knowledge-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 6vw, 5.4rem);
  color: #0d1e3d;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -2px;
  margin-bottom: 36px;
}

/* Knowledge Grid - 3 columns */
.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Knowledge Card */
.knowledge-card {
  background: #fff;
  border: 1px solid #dde0e8;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.knowledge-card:hover {
  box-shadow: 0 12px 30px rgba(13, 30, 61, 0.14);
  transform: translateY(-4px);
}

/* Card Image Placeholder */
.card-image-placeholder {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f0f2f5;
}

.card-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card Content */
.card-content {
  padding: 20px 20px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #1a3a8f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin-bottom: 10px;
  transition: color 0.2s;
}

.card-title:hover {
  color: #3a5bd9;
}

.card-date {
  font-size: 0.78rem;
  font-style: italic;
  color: #888;
  margin-bottom: 12px;
  letter-spacing: 0.2px;
}

.card-excerpt {
  font-size: 0.85rem;
  color: #5a607a;
  line-height: 1.65;
  margin-bottom: 16px;
  flex: 1;
}

.read-more {
  font-size: 0.85rem;
  color: #3a7bd5;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}

.read-more:hover {
  color: #2355a8;
  gap: 10px;
}

/* Load More Button */
.load-more-container {
  margin-top: 40px;
  text-align: center;
}

.btn-load-more {
  display: inline-block;
  padding: 14px 48px;
  border: 2px solid #0d1e3d;
  border-radius: 50px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0d1e3d;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-load-more:hover {
  background: #0d1e3d;
  color: #fff;
  transform: translateY(-2px);
}

/* Sidebar */
.knowledge-sidebar {
  background: #f5f6f8;
  border-left: 1px solid #dde0e8;
  display: flex;
  flex-direction: column;
}

.knowledge-sidebar-info {
  padding: 28px 24px 22px;
  border-bottom: 1px solid #dde0e8;
}

.ks-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #0d1e3d;
  margin-bottom: 4px;
}

.ks-phone i {
  margin-right: 6px;
}

.ks-num {
  font-size: 0.88rem;
  color: #4a5068;
  padding-left: 26px;
  margin-bottom: 2px;
}

.ks-email {
  font-size: 0.84rem;
  color: #4a5068;
  padding-left: 26px;
  margin-bottom: 16px;
}

.ks-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #4a5068;
  line-height: 1.45;
}

.ks-row i {
  color: #0d1e3d;
  margin-top: 2px;
  flex-shrink: 0;
}

.knowledge-sidebar-form {
  padding: 20px 24px 28px;
  flex: 1;
}

.ksf-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #0d1e3d;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.3;
}

.ksf-input {
  width: 100%;
  border: 1px solid #cdd0db;
  border-radius: 6px;
  padding: 11px 13px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #333;
  outline: none;
  background: #fff;
  margin-bottom: 10px;
  display: block;
}

.ksf-input::placeholder {
  color: #aaa;
}

.ksf-input:focus {
  border-color: #3a5bd9;
  box-shadow: 0 0 0 3px rgba(58, 91, 217, 0.15);
}

.btn-knowledge-start {
  width: 100%;
  padding: 12px;
  background: #1a2e55;
  border: none;
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 6px;
}

.btn-knowledge-start:hover {
  background: #0f1d40;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1080px) {
  .knowledge-body {
    grid-template-columns: 1fr;
  }
  .knowledge-sidebar {
    display: none;
  }
  .knowledge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .knowledge-main {
    padding: 36px 20px 40px;
  }
  .knowledge-grid {
    grid-template-columns: 1fr;
  }
  .card-title {
    font-size: 0.95rem;
  }
  .card-excerpt {
    font-size: 0.82rem;
  }
  .btn-load-more {
    padding: 10px 30px;
    font-size: 0.85rem;
  }
}

/* ========== VISIT US SECTION ========== */
.visit-section {
  position: relative;
  background: #e8e9eb;
  overflow: hidden;
}
/* Main Container */
.visit-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 550px;
}

/* Left Side */
.visit-left {
  padding: 60px 50px 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #f5f6f8 0%, #e8e9eb 100%);
}

.visit-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: #0d1e3d;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -2px;
  margin-bottom: 40px;
}

/* Info Cards */
.visit-info-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.visit-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 20px 24px;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.9);
  cursor: default;
}

.visit-card:hover {
  background: rgba(255, 255, 255, 0.98);
  transform: translateX(8px);
  box-shadow: 0 8px 25px rgba(13, 30, 61, 0.1);
}

.visit-icon {
  width: 52px;
  height: 52px;
  background: #0d1e3d;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}

.visit-card:hover .visit-icon {
  background: #e87722;
  transform: scale(1.05);
}

.visit-icon i {
  font-size: 1.6rem;
  color: #fff;
}

.visit-details h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #e87722;
  margin-bottom: 6px;
}

.visit-details p {
  font-size: 0.95rem;
  color: #1a1a2e;
  line-height: 1.5;
  margin: 0;
}

.visit-details a {
  color: #1a1a2e;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
}

.visit-details a:hover {
  color: #e87722;
}

/* Right Side - Map */
.visit-right {
  position: relative;
  overflow: hidden;
  min-height: 550px;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.visit-map {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(15%) contrast(1.05);
  transition: filter 0.3s;
}

.visit-map:hover {
  filter: grayscale(0%) contrast(1);
}

/* Map Pin Overlay */
.map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  background: #0d1e3d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 6px 20px rgba(13, 30, 61, 0.35);
  display: flex;
  align-items: center;
  gap: 8px;
  animation: pulse 2s ease-in-out infinite;
}

.map-pin i {
  font-size: 1.1rem;
  color: #e87722;
}

.map-pin::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #0d1e3d;
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -60%) scale(1);
  }
  50% {
    transform: translate(-50%, -65%) scale(1.02);
  }
}

/* Responsive */
@media (max-width: 1000px) {
  .visit-container {
    grid-template-columns: 1fr;
  }
  
  .visit-left {
    padding: 50px 40px;
    order: 2;
  }
  
  .visit-right {
    min-height: 400px;
    order: 1;
  }
  
  .visit-title {
    margin-bottom: 30px;
  }
  
  .visit-info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .visit-card {
    padding: 16px 20px;
  }
  
  .visit-card:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 600px) {
  .visit-left {
    padding: 40px 20px;
  }
  
  .visit-info-cards {
    grid-template-columns: 1fr;
  }
  
  .visit-title {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  
  .visit-icon {
    width: 44px;
    height: 44px;
  }
  
  .visit-icon i {
    font-size: 1.3rem;
  }
  
  .visit-details p {
    font-size: 0.85rem;
  }
  
  .map-pin {
    padding: 6px 14px;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  
  .map-pin i {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .map-pin {
    white-space: nowrap;
    transform: translate(-50%, -60%) scale(0.8);
  }
  
  .visit-topbar {
    padding: 10px 16px;
  }
}
    /* ========== ANY QUESTIONS BANNER ========== */
.anyquestions-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.anyquestions-banner {
  position: relative;
  min-height: 320px;
  background: linear-gradient(135deg, rgba(8, 16, 50, 0.92) 0%, rgba(10, 22, 60, 0.78) 50%, rgba(8, 16, 50, 0.55) 100%),
              url('../images/21.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 60px;
}

.anyquestions-content {
  position: relative;
  z-index: 2;
}

.anyquestions-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.anyquestions-btn {
  background: #3a7bd5;
  border: none;
  border-radius: 4px;
  padding: 16px 42px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 18px rgba(58, 123, 213, 0.45);
}

.anyquestions-btn:hover {
  background: #2355a8;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(58, 123, 213, 0.55);
}

.anyquestions-glow {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 240, 100, 0.35) 0%, rgba(255, 200, 50, 0.15) 50%, transparent 75%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: glowPulse 3s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 30px rgba(255, 220, 60, 0.3), 0 0 60px rgba(255, 200, 30, 0.15);
  }
  50% {
    box-shadow: 0 0 50px rgba(255, 220, 60, 0.5), 0 0 90px rgba(255, 200, 30, 0.25);
  }
}

.glow-logo {
  width: 80px;
  height: 80px;
}

/* ========== MEGA FOOTER ========== */
.mega-footer {
  background: #0d1e3d;
  position: relative;
  padding: 60px 60px 0;
  overflow: hidden;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Footer Grid - 4 Columns */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  padding-bottom: 40px;
  
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Column Titles */
.footer-col-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.footer-col-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #3a7bd5;
  margin-top: 8px;
}

/* Company Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}

.footer-links li a:hover {
  color: #5a8ff5;
  padding-left: 6px;
}

/* Certifications Grid - 2 Columns */
.cert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}

.cert-grid-left span,
.cert-grid-right span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 0.2s;
  cursor: default;
}

.cert-grid-left span:hover,
.cert-grid-right span:hover {
  color: #5a8ff5;
}

/* Connect With Us */
.connect-info p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-bottom: 14px;
  display: flex;
  gap: 10px;
}

.connect-info p i {
  color: #3a7bd5;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.connect-info a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.connect-info a:hover {
  color: #5a8ff5;
}

/* Verify Certificate Box */
.verify-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.verify-input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.07);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  outline: none;
  transition: all 0.2s;
}

.verify-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.verify-input:focus {
  border-color: #3a7bd5;
  background: rgba(255, 255, 255, 0.12);
}

.verify-btn {
  width: 100%;
  padding: 12px;
  background: #3a7bd5;
  border: none;
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}

.verify-btn:hover {
  background: #2355a8;
  transform: translateY(-2px);
}

/* Social Icons Bar */
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: rgba(255, 255, 255, 0.08); */
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.1rem;
  /* text-decoration: none; */
  transition: all 0.2s;
}

.social-icon:hover {
  color: #fff;
  transform: translateY(-3px);
}

/* Copyright Bar */
.footer-copyright {
  padding: 20px 0;
  text-align: center;
}

.footer-copyright p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.5px;
  margin: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .anyquestions-banner {
    padding: 0 40px;
  }
  
  .anyquestions-glow {
    right: 40px;
    width: 110px;
    height: 110px;
  }
  
  .glow-logo {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .mega-footer {
    padding: 40px 24px 0;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .anyquestions-banner {
    padding: 50px 24px;
    justify-content: center;
    text-align: center;
  }
  
  .anyquestions-glow {
    display: none;
  }
  
  .anyquestions-title {
    font-size: 2.8rem;
  }
  
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-social {
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .social-icon {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .anyquestions-title {
    font-size: 2.2rem;
  }
  
  .anyquestions-btn {
    padding: 12px 28px;
    font-size: 0.85rem;
  }
  
  .footer-col-title {
    font-size: 0.85rem;
  }
  
  .footer-links li a,
  .cert-grid-left span,
  .cert-grid-right span,
  .connect-info p {
    font-size: 0.8rem;
  }
  
  .verify-input {
    padding: 10px 12px;
    font-size: 0.8rem;
  }
  
  .verify-btn {
    padding: 10px;
    font-size: 0.8rem;
  }
}



/* hgjghwkjrgn */
/* .widget {
      width: 260px;
      float: right;
    } */
        .widget {
          width: 260px;
          float: right;
          position: sticky;
          top: 0;
          height: 100vh;
          overflow-y: auto;
          z-index: 10;
          margin-bottom: 1550px;
          display: flex;
          flex-direction: column;
          background: #ebebeb;
        }

    /* TOP CARD */
    .top-card {
      background: #f5f5f5;
      padding: 22px 18px 20px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .call-row {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.07em;
      color: #1a1a2e;
      margin-bottom: 4px;
    }

    .phone { font-size: 13px; font-weight: 600; color: #1a1a2e; }
    .email { font-size: 12px; color: #1a1a2e; text-decoration: none; margin-bottom: 10px; }

    .info-row {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      margin-top: 10px;
    }

    .info-row svg { min-width: 15px; margin-top: 2px; color: #3d4a7a; }

    .info-text { font-size: 12px; color: #1a1a2e; line-height: 1.6; }
    .info-text b { display: block; font-size: 11.5px; letter-spacing: 0.04em; }

    /* ARROW */
    .arrow {
      width: 260px;
      height: 18px;
      background: #f5f5f5;
      position: relative;
    }
    .arrow::after {
      content: '';
      position: absolute;
      bottom: 0; left: 50%;
      transform: translateX(-50%);
      border-left: 18px solid transparent;
      border-right: 18px solid transparent;
      border-top: 18px solid #f5f5f5;
    }
@media (max-width: 768px) {
  .widget {
    display: none;
  }
}
            /* FORM CARD */
              .form-card {
          background: #ebebeb;
          padding: 24px 18px 22px;
          display: flex;
          flex-direction: column;
          gap: 10px;
          flex: 1;
          min-height: calc(100vh - 260px);
        }
    .form-title {
      display: flex;
      align-items: flex-start;
      gap: 5px;
      font-size: 17px;
      font-weight: 700;
      color: #1a1a2e;
      line-height: 1.3;
    }

    .form-sub { font-size: 17px; color: #1a1a2e; margin-top: -6px; }

    input {
      width: 100%;
      padding: 10px 12px;
      border: 1px solid #bbb;
      background: transparent;
      font-size: 12px;
      color: #555;
      outline: none;
    }
    input::placeholder { color: #999; }
    input:focus { border-color: #3d4a7a; }

    button {
      width: 100%;
      padding: 12px;
      background: #1c2545;
      color: #fff;
      border: none;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      cursor: pointer;
    }
    button:hover { background: #2d3a6a; }