/* Base style */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');

:root {
  --primary-color : #0069a6;
  --primary-dark : #013479;
  --secondary-color : #ff9e02;
  --light-color : #ffffff;
  --primary-tint : #57b7eb;
  --black : #000000;
}

body {
    font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--light-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
}

.btn,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/* ------slide section start ---- */
.slider-bg {
    /* background: url(../images/bg-1.png); */
    background-position-y: -2px;
    background-size: cover;
    margin: 0 5%;
    /* margin-top: 64px !important; */
}
.logo img {
    width: 450px;
}
.bg-img {
    background: url(../images/slide-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 740px;
}
.overlay {
    position: absolute;
    bottom: 200px;
    width: 100%;
    left: 0;
    background: linear-gradient(111deg, rgba(135, 148, 155, 0) 0%, rgb(20 131 182) 100% 100%);
    min-height: 10px;
    padding: 40px 10px;
}
.overlay-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00000070;
}
.banner-text-listing li {
    color: var(--light-color);
    position: relative;
    font-size: 16px;
    width: 33.3%;
    font-weight: 500;
}
.banner-text-listing li:not(:last-child) {
    margin-bottom: 20px;
}
.banner-text-listing li:before {
    position: absolute;
    left: -35px;
    top: 3px;
    background: url('../images/arrow.png');
    content: '';
    width: 29.85px;
    height: 26.75px;
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-text-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 25px;
}
.text-line {
  background: url(../images/box-line.png);
  background-repeat: no-repeat;
  /* background-position: center; */
}
h2,
.ml4 {
    color: #ffffff;
    width: 500px;
    font-size: 40px;
    font-weight: 800;
}

.box-line img {
   width: 610px;
}
h2 span {
  color: var(--secondary-color);
}
.verniar {
    width: 250px;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
}
.section-padding {
  padding: 50px 0;
}
.who-we-are-1 {
  background: 
    url('../images/vector-6.png'),
    url('../images/vector-4.png'),
    url('../images/vector-5.png');
  position: relative;
  background-position: top left, center center, top right;
  background-repeat: no-repeat;
}
.who-we-are-bg {
  background-image: linear-gradient(90deg, #001b5e 0%, #0033a0 50%, #0058d9 100%);
}
.who-we-are {
  background-image: url(../images/inner-bg.jpg) ;
  background-repeat: repeat;
  position: relative;
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #0069a6c2; */
  background-color: #013479b3;
}
.main-heading-bg {
    background: url(../images/white-heading-bg.png);
    width: 514px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-heading h3 {
    font-size: 40px;
    color: var(--primary-dark);
    letter-spacing: 3px;
    text-transform: capitalize;
}
.heading-arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 122px;
    height: 54px;
    top: 16px;
}
.heading-arrow-img:before {
  background: url(../images/blue-arrow.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.content p {
     font-size: 17px;
     color: var(--light-color);
}
.mission {
  background: linear-gradient(90deg, rgba(2, 115, 184, 1) 36%, rgba(20, 131, 182, 0) 100%);
  padding: 25px;
  padding-right: 130px;
}
.small-heading {
  text-transform: capitalize;
  font-size: 22px;
}
.small-heading span {
  color: var(--secondary-color);
}
.vission {
    background: linear-gradient(270deg, rgba(2, 115, 184, 1) 36%, rgba(20, 131, 182, 0) 100%);
    padding-left: 60px;
    padding-right: 60px !important;
}
.bottom-space {
  margin-bottom: 100px;
}
.equipment .img-1 {
  width: 250px;
  opacity: 0.5;
}
.equipment .img-2 {
  width: 110px;
  opacity: 0.5;
}
footer {
  background:url('../images/vector-11.png'),url('../images/vector-12.png') var(--primary-dark);
  background-repeat: no-repeat;
  background-position: bottom left,bottom right;
  background-size: 9%;
}
.fz-14 {
  font-size: 14px;
}
.gif img {
  height: 610px;
}
header {
  background-color: var(--primary-dark);
}

.nav-item a.active,
.nav-item a:hover{
  opacity: 1;
  color: var(--light-color);
}
.combo-img {
    z-index: 9;
    position: relative;
    width: 100%;
    text-align: end;
    padding: 20px 10px 0 0;
}
.combo-img img {
  width: 500px;
  margin-left: auto;
}
/* ------slide section end ---- */

/* -----about us start ----- */
.inner-slide {
   background-image: url('../images/inner-bg-1.jpg');
   background-size: cover;
   background-repeat: repeat;
   background-position: center;
}
.heading-arrow-1:before {
   right: 0 !important;
}
.white-heading.heading-arrow:before {
    left: unset;
    right: 20px;
}
.white-heading.heading-arrow-img:before {
    background-image: url('../images/white-arrow.png');
    rotate: 180deg;
}
.white-text-bg {
  background: url('../images/white-text-bg.png');
  background-repeat: no-repeat;
}
.main-heading-two h3 {
    font-size: 30px;
    color: var(--primary-dark);
}

.about-bg {
  background-image: url('../images/wave.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary-dark);
}
.bg-1 {
  background-image: url('../images/yellow-wave.png');
  background-repeat: repeat-y;
}
.light-bg {
  background-color: #eee;
  padding: 15px;
  border-radius: 20px;
  display: inline-block;
}
.box {
  padding: 10px 15px;
}
.text-color {
  color: var(--primary-dark);
  line-height: 15px;
}
/* -----about us end ----- */
/* -----cal portal start-- */
.cal-portal {
  position: relative;
  background-color: var(--primary-dark);
  overflow: hidden;
}

.cal-portal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/line.png') repeat;
  opacity: 0.3; 
  z-index: 0;
}

.cal-portal > * {
  position: relative;
  z-index: 1;
}
.free-trial{
  font-size: 18px;
  height: 60px;
  font-weight: 900;
}
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-secondary{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.account {
  max-width: 350px;
  height: 50px;
}
.play-icon {
    width: 60px;
    opacity: 0.5;
}
.play-gif {
  width: 200px;
    opacity: 0.5;
}
.card {
    background: var(--light-color);
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border: 0;
    padding-bottom: 28px;
    width: 80%;
}

    .card__header {
    background: var(--primary-tint);
    color: var(--primary-dark);
    padding: 40px 20px;
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    border-radius: 35px;
    letter-spacing: 1px;
    line-height: 36px;
}

    .card__body{
      padding:20px 28px 0px 28px;
      color:var(--primary-dark);
      font-weight:600;
    }

    .benefits{list-style:none;margin:0;padding:0;}
    .benefits li{
      display:flex;
      align-items:flex-start;
      padding:10px 0;
      font-size:18px;
      line-height:1.15;
      color:var(--primary-dark);
    }
    .benefits li i {
      color: var(--primary-dark);
     }

    .chk{
      min-width:30px;height:30px;display:inline-grid;place-items:center;margin-right:10px;
      font-weight:800;color:var(--secondary-color);
    }

   .benefits li .text {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

    .cta-wrap{display:flex;justify-content:center;margin-top:14px}
    .cta{
      background:var(--primary-tint);
      color:var(--light-color);
      padding:12px 30px;
      border-radius:12px;
      font-weight:800;
      letter-spacing:2px;
      text-transform:uppercase;
      box-shadow:0 6px 18px rgba(0,0,0,0.25);
      border:none;
      font-size:18px;
      cursor:pointer;
      transition:background 0.3s ease;
    }
    .cta-wrap .btn {
      background-color: var(--primary-tint);
    }
    .cta:hover{background:darkorange;}
    .small-heading {
      color: var(--primary-tint);
      font-size: 35px;
      font-weight: 600;
      margin-bottom: 50px;
    }
    .small-heading span {
      color: var(--secondary-color);
    }
    /* Title */
.calportal-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

/* CAL — light text */
.calportal-title .cal {
  color: var(--primary-tint);
  font-weight: 300;
  letter-spacing: 4px;
}

/* PORTAL — orange highlight */
.calportal-title .portal {
  color: var(--secondary-color);
  font-weight: 800;
  letter-spacing: 2px;
}

/* Tagline */
.calportal-tagline {
  color: var(--light-color);
  font-size: 1.25rem;
  letter-spacing: 6px;
  font-weight: 300;
  margin-top: 10px;
  opacity: 0.9;
}
.inner-content p {
    font-size: 46px;
    letter-spacing: 5px;
    line-height: 53px;
}
.cal-portal-new .fz-110 span {
  font-size: unset;
}
/* ----sercive ---- */
.service-bg-1 {
  background: url('../images/service-bg.jpg');
background-position: center;
background-repeat: no-repeat;
}
.overlay-3 {
  background: #00000057;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-heading-bg-1 {
  background: url('../images/blue-bg-heading-1.png');
}
.heading-arrow-img-white:before {
    background: url(../images/white-arrow.png);
    margin-left: 30px;
}
 .main-heading-bg-1 h3 {
  margin-left: 90px;
 }
 /* container area */
    .cal-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* left paragraph */
    .cal-intro {
      font-style: italic;
      color: rgba(255,255,255,0.92);
      line-height: 1.6;
      max-width: 520px;
      margin-left: auto; /* align text closer to center like screenshot */
    }

    /* image block */
    .cal-image {
      position: relative;
      margin-top: 24px;
      overflow: hidden;
      border-radius: 2px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    }
    .cal-image img{
      display:block;
      width:100%;
      height:auto;
      vertical-align:middle;
    }

    /* overlay badges on image */
    .badge-overlay{
      position: absolute;
      display:flex;
      gap:10px;
      flex-direction:column;
      right: 36px;
      bottom: 34px;
      transform: translateY(0);
    }
    .badge-item{
      color: var(--light-color);
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:700;
      box-shadow: 0 6px 18px rgba(2,40,70,0.45);
    }
    .badge-item i{
      background: var(--light-color);
      color: var(--primary-color);
      width:28px;
      height:28px;
      display:inline-grid;
      place-items:center;
      border-radius:50%;
      font-size:14px;
    }

    /* right panels container */
    .panels {
      display:flex;
      gap: 0;
      align-items: stretch;
      margin-top: 0;
    }

    .panel {
      background: var(--primary-color);
      color: var(--panel-text);
      flex: 1;
      padding: 36px 28px;
      position: relative;
      min-height: 700px;
    }

    /* make a subtle darker triangular fold on the top-left of rightmost panel */
    .panel + .panel::before{
      border-bottom-color: rgba(3,57,82,0.18);
    }

    .panel h5{
      color: #fff;
      font-weight:800;
      margin-bottom: 12px;
    }

    .panel ul{
      padding-left: 18px;
      margin-bottom: 20px;
      color: rgba(255,255,255,0.98);
    }
    .panel ul li{
      line-height:1.55;
      margin-bottom: 6px;
      font-weight:600;
      font-size: 0.95rem;
    }

    /* read more button */
    .read-more {
      display:inline-flex;
      align-items:center;
      gap:10px;
      background: rgba(2,54,104,0.95);
      color: var(--light-color);
      padding: 10px 20px;
      border-radius: 24px;
      font-weight:700;
      text-decoration:none;
      margin-top: 12px;
      border: 2px solid rgba(255,255,255,0.06);
    }
    .read-more i{
      width:28px;height:28px;border-radius:50%;display:inline-grid;place-items:center;
      border:2px solid rgba(255,255,255,0.18);
    }
    .service-content {
      background-color: var(--primary-dark);
    }
.shape {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: var(--primary-color);
    overflow: hidden;
}

    .shape::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #00377a; /* darker blue */
      clip-path: polygon(100% 0, 100% 100%, 50% 0);
    }
    .panel li {
      position: relative;
    }
  .panel li:before {
      position: absolute;
      left: -14px;
      top: 8px;
      content: '';
      width: 8px;
      height: 8px;
      background-color: var(--light-color);
      border-radius: 50%;
  }
.read-more-btn {
  background-color: var(--primary-dark);
  color: var(--light-color);
}
.read-more-btn i {
  font-size: 25px;
}
.service-bg-2 {
   background: 
    url(../images/service-1.png) center no-repeat,
    url(../images/1.png) center no-repeat ;
  background-size: cover, cover;
  height: 580px;
}
.img-section p {
  font-size: 16px;
  margin-bottom: 25px;
}
.text-color {
  color: var(--secondary-color);
  font-weight: 500;
  line-height: 30px;
  font-size: 18px !important;
}
.read-more-1 {
  background-color: var(--secondary-color);
}
.fz-20 {
  font-size: 20px !important;
}
.point li {
  position: relative;
}
.point li::before {
    position: absolute;
    left: -14px;
    top: 8px;
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--light-color);
    border-radius: 50%;
    content: '';
}
.service-img {
  background: url(../images/service-img.jpg) center;
}
.main-heading .fz-30 {
  margin-left: 95px;
}
.construction-img img {
  width: 150px;
  opacity: 0.5;
}
.img-1 {
  width: 90px !important;
  opacity: 0.5;
}
.iso-1 {
  width: 120px;
}
.read-more-btn-1 {
  background-color: var(--primary-tint)
}
.img-4 {
  width: 150px;
}
.bottom-space {
  margin-bottom: 100px;
}
.img-7 {
  height: 150px;
}
.accrediation {
  background: url('../images/acc.jpg') no-repeat center center;
}
.accreditation h3 {
  margin-right: 100px ;
  margin-left: unset !important;
}
.accreditation .main-heading-bg {
    width: 594px;
    justify-content: unset;
}
.bottom-space-2 {
  margin-bottom: 50px;
}
.fz-25 {
  font-size: 25px !important;
}
.frame {
  width: 435px;
}
.bg-block {
    right: 50px;
    top: 260px;
    width: 380px;
}
.testing {
  background: url('../images/testing.jpg') no-repeat center center;
}
.service-content .main-heading-bg {
    width: 100% !important;
}
.service-content .main-heading-bg-1 h3 {
    margin-left: 170px;
    font-size: 30px;
}
/* ------request quote start--- */
.request-quote {
  background: url('../images/request-quote.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
.icon-1 {
  width: 70px;
}
.track-content {
  color: var(--primary-dark);
  display: flex;
  align-items: start;
  flex-direction: column;
}
.track-content p {
  font-size: 18px;
}
.track-content-1 {
  display: flex;
  align-items: start;
  gap: 15px;
}
.blue-bg {
  background: var(--primary-dark);
}
.medium-heading {
  color: var(--primary-dark);
  font-size: 35px;
}
.blue-bg span {
  color: var(--primary-dark);
}
.blue-bg label {
   color: var(--primary-dark);
   font-size: 18px;
}
.cotact-bg {
  background: url('../images/contact-bg.jpg') no-repeat center center;
}
.m-height {
  max-height: 500px;
}
.blue-bg .bg-white {
  max-height: 500px;
  overflow-y: scroll;
}
.blue-bg .contact-img {
 height: 100%;
 object-fit: cover;
}
/* ----Contact Us start ---- */
 .section-title {
      font-size: 1.35rem;
      font-weight: 800;
      color: var(--primary-dark);
      margin-bottom:30px;
    }
    
    .contact-name {
      font-weight: 700;
      color: var(--primary-dark);
      font-size: 1.05rem;
      margin-bottom: .15rem;
    }
        .contact-name {
      font-weight: 700;
      color: var(--primary-dark);
      font-size: 20px;
      margin-bottom: .15rem;
    }

   .small-list li {
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 5px;
    font-size: 20px;
}

    .email-row {
      display: flex;
      align-items: center;
      gap: .6rem;
      margin-top: .75rem;
      font-weight: 700;
      color: var(--primary-dark);
    }

    .email-symbol {
      display: inline-flex;
      /* width: 34px;
      height: 34px; */
      align-items: center;
      justify-content: center;
      /* border-radius: 50%; */
      /* background: rgba(255,255,255,0.4); */
      /* border: 1px solid rgba(6,58,114,0.06); */
      font-weight: 900;
      color: var(--primary-color);
    }
    .col-block a {
      color: var(--primary-dark);
      font-size: 20px;
      font-weight: 700;
    }
.top-contact {
    background: url('../images/contact-us-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 150px;
    padding-top: 70px;
    background-size: cover;
}
.top-contact .bg-white {
    background: #ffffff94 !important;
}
address span, address a,address p {
    color: var(--light-colorss) !important;
    font-size: 22px;
    font-weight: 600;
}
.icon-2 {
  width: 200px;
}
.mab-width {
  width: 70%;
}
.mab-block .gif {
  width: 150px;
}
.icon-3 {
  width: 35px;
}
.gif-overlay {
    top: -66px !important;
    transform: translateX(-137%);
    z-index: 2;
    pointer-events: none;
    opacity: 0.4s5;
}
.form-heading {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 30px;
      color: var(--light-color);
    }

    /* === Labels === */
 label.form-label {
    display: block;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
    color: var(--primary-dark);
}

    .required {
      color: var(--secondary-color);
      margin-left: 5px;
      font-weight: 700;
    }

    /* === Inputs === */
    .form-control.custom-input {
      background-color: var(--light-color);
      color: #000000;
      border: none;
      border-radius: 8px;
      height: 65px;
      padding: 14px 18px;
      font-size: 18px;
      line-height: 1.4;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease;
    }

    .form-control.custom-input::placeholder {
      color: #999999;
    }

    .form-control.custom-input:focus {
      outline: none;
      box-shadow: 0 0 0 3px var(--primary-tint);
    }

    /* === Layout === */
    .row-gap {
      row-gap: 25px;
    }

    .mb-4-custom {
      margin-bottom: 40px;
    }

    .mb-5-custom {
      margin-bottom: 56px;
    }
    .form-block span {
      color: var(--light-color);
    }
     /* === Radio List === */
    .options-list {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .option-card {
      position: relative;
      background: var(--light-color);
      border-radius: 8px;
      padding: 18px 20px 18px 56px;
      font-size: 20px;
      font-weight: 500;
      color: var(--primary-dark);
      cursor: pointer;
      border: 1px solid rgba(0,0,0,0.08);
      transition: all 0.15s ease-in-out;
      line-height: 1.3;
    }

    .option-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }

    /* === Hide native radio === */
    .option-card input[type="radio"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }

    /* === Custom circle === */
    .checkmark {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      height: 26px;
      width: 26px;
      background-color: #f2f2f2;
      border: 2px solid rgba(0, 0, 0, 0.15);
      border-radius: 50%;
      transition: 0.2s ease;
    }

    /* === When checked === */
    .option-card input[type="radio"]:checked ~ .checkmark {
      border-color: var(--primary-tint);
      box-shadow: 0 0 0 4px rgba(87,183,235,0.1);
    }

    .option-card input[type="radio"]:checked ~ .checkmark::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 12px;
      background: var(--primary-tint);
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }

    /* === Focus outline for accessibility === */
    .option-card input[type="radio"]:focus ~ .checkmark {
      outline: 3px solid rgba(87,183,235,0.25);
      outline-offset: 2px;
    }
    .text-height{
      height: 200px !important;
    }
    .file-drop-area {
  background-color: #eef1f3;   /* light gray box */
  border-radius: 8px;
  padding: 50px 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
  border: 2px dashed transparent;
}

.file-drop-area:hover {
  background-color: #e8eef2;
  border-color: #57b7eb;       /* your primary tint */
}
.secondary-btn {
  background: var(--primary-tint);
  color: var(--light-color);
  border-color: var(--primary-tint);
  border-radius: 5px;
}
.submit {
  padding: 10px 10px;
  font-weight: 700;
}
.form-block {
  padding:10px ;
  max-height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.main-heading-bg-2 {
  background: url('../images/orange-bg-2.png') !important;
}
.top-contact .white-heading.heading-arrow-img:before {
  background-image: unset;
}
.top-contact .heading-arrow-img:before {
    background: url(../images/blue-arrow.png) !important;
    rotate: 180deg;
    background-size: contain !important;
}
.top-contact .accreditation h3 {
    margin-right: 10px;
    margin-left: unset !important;
}
.top-contact .accreditation .main-heading-bg {
    width: 434px;
    justify-content: unset;
}
.top-contact .accreditation .main-heading-bg h3 {
    color: var(--black);
}


.main-heading-bg-3 {
    background: url('../images/orange-bg-3.png') !important;
    width: 610px;
}
.about-bg .heading-arrow-img:before {
    background: url(../images/white-arrow.png);
    left: 15px;
}
.about-bg .start-50 {
    left: 15% !important;
    top: 41% !important;
}
.about-bottom {
  background-image: url(../images/about-banner.jpg);
}
.common-banner {
    height: 500px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
}
.white-text-bg .content p {
  color: var(--primary-dark);
  font-weight: 600;
}
.content-img img {
  object-fit: cover;
}
.cotact-bg-1 {
  background: url(../images/contact-1.jpg);
}
/* -----cal-portal-new strat ----- */
.cal-portal-new {
    background: url('../images/calportal-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cal-portal-new .logo img {
   width: 600px;
}
.fz-40 {
  font-size: 40px;
}
.bg-blue {
   background: var(--primary-dark);
}
/* .bg-blue p {
  font-weight: 500;
} */
.bg-blue span {
    color: var(--secondary-color);
    font-size: 29px;
}
.fz-110,
.fz-110 p {
    font-size: 110px;
    line-height: normal;
}
.tag-line {
    color: var(--primary-tint);
    font-size: 25px;
    letter-spacing: 8px;
    margin-bottom: 0;
}
.combo-logo-1 {
  width: 500px;
}
.bg-blue-1 {
  background: linear-gradient(90deg, #001b5e 0%, #0033a0 50%, #0058d9 100%);
}
.tint {
  color: var(--primary-tint);
}
.fz-80 {
  font-size: 80px;
}
.medium-size {
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
}
.width-1 {
  width: 140px;
}
.width-2 {
  width: 40px;
}
.listing-arrow img {
  width: 40px;
}
.listing-arrow li {
  font-size: 22px;
  margin-bottom: 25px;
}
.listing-arrow {
  margin-bottom: 45px;
}
.acc-btn {
    width: 300px;
    text-align: center;
    color: var(--primary-dark);
    display: block;
    padding: 18px 20px !important;
    font-size: 25px;
}
.bg-blue-1 .trial-badge {
  position: relative;
}
.bg-blue-1 .trial-badge::after {
    position: absolute;
    left: 360px;
    top: 0;
    width: 120px;
    content: "";
    background: url('../images/free-trial.png') no-repeat center;
    background-size: contain;
    height: 140px;
}
/* .bg-blue-2 {
  background: linear-gradient(90deg,  #0058d9 100%, #001b5e 0%, #0033a0 50%);
} */

.bg-blue-2 {
  background:url(../images/wave.svg),
    linear-gradient(270deg, #001b5e 0%, #0033a0 50%, #0058d9 100%) !important;
  background-repeat: no-repeat;
  background-position: left top ;
  background-size: cover;
}
.big-heading {
  color: var(--primary-tint);
  text-transform: uppercase;
  font-size: 55px;
  margin-bottom: 15px;
}
.big-heading span {
  color: var(--secondary-color);
}
/* ---border css-- */
/* Base layout (yours) */
.box {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: var(--light-color);
}

/* Keep your text style */
.box span {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;
}

.playbtn img {
  width: 130px;
}
.playbtn {
    position: relative;
    padding: 30px;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: 600;
    letter-spacing: 4px;
    overflow: hidden;
    height: 300px;
    width: 300px;
    align-items: center;
    justify-content: center;
}
.playbtn div {
  position: absolute;
  display: block;
}

.playbtn div:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: animate1 1s linear infinite;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.playbtn div:nth-child(2) {
  top: -100%;
  right: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.playbtn div:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.playbtn div:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
.playbtn p {
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    gap: 10px;
}
.blue-bg-3 {
   background: linear-gradient(90deg, #001b5e 0%, #0033a0 50%, #0058d9 100%);
  background-repeat: no-repeat;
  background-position: left top ;
  background-size: cover;
}
.bg-blue-4 {
  background:url(../images/wave-2.png),
    linear-gradient(270deg, #001b5e 0%, #0033a0 50%, #0058d9 100%);
  background-repeat: no-repeat;
  background-position: center ;
}
.white-bg {
  background-color: var(--light-color);
  border-radius: 25px 25px 15px 15px;
  padding: 50px;
}
.grey-bg-1 {
  background-color: #ced0df;
  padding: 25px;
  border: 1px solid #000000;
}
.portal-img {
  width: 120px;
}
.portal-img-1 {
  width:130px;
}




    /* ===== FAQ list: using definition list for Q/A semantics ===== */
   dl.faq-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
  }

    dt.question{
      margin:0;
      font-weight: 700;
      color: var(--primary-dark);
      font-size: 1rem;
    }

    dd.answer {
        margin-top: 0;
        padding-left: 0;
        color: var(--primary-dark);
        font-size: 0.98rem;
        margin-bottom: 20px;
    }

    /* Make questions clearly numbered and accessible */
    dt.question::before{
      content: counter(faq-counter) ". ";
      counter-increment: faq-counter;
      font-weight:700;
      color: var(--accent);
      margin-right: .35rem;
    }
    /* Reset counter on the list */
    dl.faq-list { counter-reset: faq-counter; }

    /* Responsive layout: side-by-side logo / summary on wide screens */
    .two-column{
      display: grid;
      grid-template-columns: 1fr 220px;
      gap: 1.5rem;
      align-items: start;
    }

    .aside-box{
      background: linear-gradient(180deg, rgba(0,51,102,0.06), rgba(0,51,102,0.02));
      border-radius: 10px;
      padding: 0.8rem;
      text-align: center;
      font-size: .9rem;
      color: #033855;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    }
  .grey-bg-1 {
      background: url('../images/windows.svg');
      background-repeat: no-repeat;
      background-position: bottom right 10px;
      background-size: 65px;
  }

   /* === HERO SECTION === */
    .hero {
      text-align: center;
      position: relative;
      padding: 60px 20px;
    }

    /* CALPORTAL text */
    .hero-title {
      font-size: clamp(3rem, 8vw, 7rem);
      font-weight: 700;
      letter-spacing: 0.05em;
    }

    .hero-title .cal {
      font-weight: 300;
      color: #59baff;
    }

    .hero-title .portal {
      color: #ff6b00;
    }

    /* ANYTIME ANYWHERE text */
    .hero-subtitle {
      margin-top: 10px;
      font-size: clamp(2rem, 6vw, 5rem);
      font-weight: 300;
      letter-spacing: 0.08em;
    }

    .hero-subtitle .anytime {
      color: #59baff;
    }

    .hero-subtitle .anywhere {
      color: #ff6b00;
    }
.common-light .bg-blue-2 {
  background-image:
    linear-gradient(90deg, #001b5e 0%, #0033a0 50%, #0058d9 100%) !important;
    margin-top: -56px;
}
.common-light .fw-lighter {
  opacity: 0.5;
}
.common-light .fz-110 {
    font-size: 83px;
}
.big-heading .fw-lighter {
    margin-left: -50px;
    margin-top: 50px;
}
.common-light {
  margin-top: -5px;
  padding-bottom: 100px;
}
.fz-30 {
  font-size: 30px !important;
}
.bg-blue-6 {
  background:
    linear-gradient(270deg, #001b5e 0%, #0033a0 50%, #0058d9 100%);
  background-repeat: no-repeat;
  background-position: left top ;
  background-size: cover;
}
.bg-blue-5 {
 background:url(../images/wave-2.png) ;
 background-size: cover;
 background-repeat: repeat-x;
}
/* -------- select css ----- */
/* Wrapper to hold the custom arrow */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Base select styling */
.select-wrapper select {
  width: 100%;
  appearance: none; /* removes default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 12px; /* space for custom arrow */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

/* Custom arrow using CSS */
.select-wrapper::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #007bff;
  pointer-events: none; /* allow click-through */
}

/* Hover & focus effects */
.select-wrapper select:hover {
  border-color: #007bff;
}

.select-wrapper select:focus {
  outline: none;
  border-color: #0056b3;
  box-shadow: 0 0 4px rgba(0, 86, 179, 0.4);
}






/* Outer wrapper with blue separators */
.industry-list {
  background: var(--primary-dark);
  padding: 12px;
  border-radius: 8px;
}

/* Clean list layout */
.industry-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 12px;
}

/* Each white box */
.industry-list li {
  background: var(--light-color);
  border-radius: 6px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.2s ease;
}

/* Full row clickable */
.industry-list label {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  cursor: pointer;
}

/* Checkbox styling */
.industry-list input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: var(--light-color);
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.2s ease;
}

/* Hover border color */
.industry-list input[type="checkbox"]:hover {
  border-color: var(--primary-tint);
}

/* ✅ Checked state */
.industry-list input[type="checkbox"]:checked {
  background-color: var(--primary-tint);
  border-color: var(--primary-tint);
}

/* White tick */
.industry-list input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid var(--light-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Focus ring when active */
.industry-list input[type="checkbox"]:focus-visible {
  outline: 3px solid var(--primary-tint);
  outline-offset: 2px;
}

/* Text */
.industry-list .label-text {
  font-size: 18px;
  color: var(--black);
  user-select: none;
}

/* Hover highlight for the row */
.industry-list li:hover {
  box-shadow: 0 0 0 2px var(--primary-tint);
}
/* ----- event section start------ */
.event {
    background: url('../images/event-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 126px 0;
    margin: 0 120px;
}
.hexagon {
    position: relative;
    width: 600px;
    height: 276px;
    background-color: #003b80;
    margin: 80px 0;
    padding: 0 45px;
}
    .hexagon::before,
    .hexagon::after {
      content: "";
      position: absolute;
      left: 0;
      width: 0;
      border-left: 300px solid transparent;   /* width/2 */
      border-right: 300px solid transparent;  /* width/2 */
    }

    .hexagon::before {
      bottom: 100%;
      border-bottom: 144px solid #003b80;     /* height/2 */
    }

    .hexagon::after {
      top: 100%;
      border-top: 144px solid #003b80;        /* height/2 */
    }
    .event h3 {
      color: #ffde59;
      font-size: 35px;
      text-align: center;
    }
   .hexagon span {
    font-size: 70px;
    /* line-height: 50px; */
}
  .hexagon span {
    display: flex;
    align-items: center;
}
.hexagon span img {
    width: 61px;
}
.degree-img-1 {
  width: 23px !important;
}
.event .bg-blue {
  margin-top: 140px;
  padding: 50px 20px;
}
.address {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.6;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.address .pin {
  font-size: 28px;
  margin-right: 8px;
}
.register-img {
    width: 270px;
}
.reserve-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.contact-bar {
    color: var(--light-color);
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 2px;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 25px;
    margin-bottom: 40px;
}

  .contact-bar a {
       color: var(--light-color);
    text-decoration: none;
  }

  .contact-bar .divider {
    color: rgba(255, 255, 255, 0.5);
  }

  /* Phone icon */
  .contact-bar .phone-icon {
    width: 28px;
    height: 28px;
    fill: var(--light-color);;
  }
  .event p {
    font-size: 24px;
  }
 .event .point li {
    margin-bottom: 10px;
    margin-left: 36px;
}
.bg-blue span {
    color: var(--secondary-color);
    font-size: 25px;
}
.btm-img img {
    width: 110px;
    height: 80px;
    object-fit: contain;
}
.btm-img {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.log-block .logo-2 {
  width: 500px;
}
.log-block {
    margin: 0 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.log-block .sponsor img {
  width: 100px;
}

.divider {
  border: none;
  height: 2px;
  background-color: #c7a7ff;
  margin-bottom: 30px;
}

.website-page .content {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.website-page .column {
    width: 45%;
}

.website-page h2 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.website-page ol, 
.website-page ul {
  padding-left: 20px;
}

.website-page li {
  margin-bottom: 10px;
}
.footer-content {
  display: flex;
  align-items: start;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: start;
  text-align: center;
}

.footer-content .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.footer a {
  color: #ffcc00;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
/* ----about best labs start ----- */
.about-lab {
    /* background: url('../images/frame-2.png'); */
    background-size: contain;
    margin: 0 80px;
    /* padding: 75px 60px; */
    background-repeat: no-repeat;
    padding-bottom: 0;
    /* height: 385vh; */
    position: relative;
}
.accreditation {
  max-width: 800px;
  text-align: left;
  padding: 40px;
}

/* TITLE */
.heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #ff5e00;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* CONTENT */
.accreditation-list p {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.4;
    display: flex;
    flex-shrink: 0;
    gap: 15px;
}
.accreditation-list img {
    width: 50px;
    flex-shrink: 0;
    height: 50px;
    object-fit: contain;
}
.about-lab-1 {
    background: url('../images/frame.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 552px;
}
.service-section {
  max-width: 700px;
  text-align: left;
  padding: 40px;
}

/* Heading style */
.heading {
  font-size: 2rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #ff5e00;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 35px;
}

/* Item text */
.service-item p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.3;
}

/* Highlighted phone number */
.highlight {
  color: #ff5e00;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.service-item {
    display: flex;
    gap: 16px;
    padding-bottom: 16px;
}
.about-lab-1 .service-item img {
    width: 70px;
    height: 70px;
}
.click-block img {
  width: 100px;
}
.click-block {
  display: flex;
  gap: 30px;
}
.frame-height {
  width: 100%;
    min-height: 1095px;
}
.top-space {
  margin-top: 100px;
}
.top-banner {
  background: url(../images/inner-bg-2.jpg);
  height: 650px;
  background-size: cover;
}
.top-banner .overlay-2 {
    background-color: #01347978 !important;
}
.inner-logo {
  width:80%;
}
.contact-container {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: end;
}

/* Each pill */
.contact-pill {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--primary-dark);
    color:var(--light-color);
    text-decoration: none;
    padding: 0 24px 0px 0;
    border-radius: 35px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.2s ease;
}
.wave-bg {
  background: url('../images/wave.svg');
  background-repeat: no-repeat;
}



/* Orange icon circle */
.icon-circle {
  background-color: var(--secondary-color);
  color: var(--primary-dark);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* Text style */
.text {
  color:var(--light-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.iso-width {
    width: 140px;
    margin-right: 25px;
}
/* ----vector add--- */
.slider-bg .logo {
  position: relative;
  overflow: hidden;
}
.slider-bg .logo a {
    display:block;
    padding:10px 0;
}
.slider-bg .logo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/left-vec.png') top left / contain no-repeat;
    opacity: 1;
    z-index: -1;
    width:auto;
}
.slider-bg .logo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/right-vec.png') top right / contain no-repeat;
    opacity: 1;
    z-index: -1;
    right: 0;
    width:auto;
}
/* .slider-bg .logo {
    background: url('../images/vector-1.png'),url('../images/dot-3.svg'),url('../images/vectoe-2.png');
    background-size: 8%;
    background-position: top left,top 54%  right 14%, top right !important;
} */

.common-vector {
    background-repeat: no-repeat !important;
    background-position: top left, top right !important;
}
.team-section {
    background: url('../images/vector-7.png'),url('../images/vector-10.png');
    background-position: center center,top right 108px;
    background-repeat: no-repeat;
    background-size: 300px;
}
.main-heading-2 img {
  rotate: 90deg;
  width: 40px;
}
.main-heading-2 {
  display: flex;
  align-items: center;
  gap: 25px;
}
.main-heading-2 h3 {
  margin-left: 35px;
}
.main-heading-2 {
  position: relative;
}
.main-heading-2::after {
    content: "";
    position: absolute;
    left: 400px;
    top: 0;
    width: 229px;
    height: 100%;
    background: url('../images/dot-2.svg') no-repeat right center;
    background-size: contain;
    pointer-events: none;
    rotate: 180deg;
}
footer {
  position: relative;
}
footer::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../images/vector-13.png');
    background-repeat: no-repeat;
    background-position: 30% 37%;
}
footer::after {
    position: absolute;
    right: 0 !important;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../images/vector-13.png');
    background-repeat: no-repeat;
    background-position: 60%  30%;
}
.request-quote .bg-white {
background: #ffffff8c !important;
}
.bg-blue-6 .form-block label.form-label {
  color: var(--light-color);
}
.header.shrink {
    height: 100px;
    line-height:80px;
}
 .ml2,.ml3 {
      font-weight: 500;
      font-size: 18px;
      color: var(--light-color);
    }
    .ml2 .letter,
    .ml3 .letter {
      display: inline-block;
      line-height: 1em;
    }
    .ml4 .letter {
       display: inline-block;
      line-height: 1.2;
}
.contact-bg  .form-label {
  color: var(--light-color);
}
.cta-1 {
  width: 42px;
}
.cta-2 {
    width: 215px;
}
.mail-block {
  margin-left: -25px;
}
.top-move {
  z-index: 1;
  top: -27px !important;
}
.mail-block div {
    line-height: 17px !important;
    font-size: 17px;
    color: #fff;
}
footer .container {
  z-index: 9 !important;
}
.nav-item a.active,
.nav-item a:hover {
  color: var(--secondary-color) !important;
  border-bottom: 2px solid var(--secondary-color);
}
.nav-item a {
    border-bottom: 2px solid transparent;
    font-size: 16px;
}
.offcanvas-body {
    padding: 0 !important;
}
.list-group-item.active {
    z-index: 2;
    color: var(--light-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.offcanvas,
.list-group-item
 {
    background-color: var(--primary-dark);
}
.list-group-flush>.list-group-item {
  color: var(--light-color);
}
.header-space {
  /* margin-top: 64px !important; */
}
.about-event-page p {
  color: #000;
}
.about-event-page h2 {
  color: var(--primary-dark);
  margin-bottom: 15px;
}
.about-event-page {
  position: relative;
  z-index: 1;
  overflow: hidden; /* ensures pseudo-element doesn't leak out */
}

.about-event-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/wave-3.png') center/contain no-repeat;
  opacity: 0.2; /* reduce background visibility here (0.1–1) */
  z-index: -1; /* keep it behind text */
}
.offcanvas-header img {
  width: 80%;
}
.offcanvas-body {
  background: 
    url(../images/vector-11.png) no-repeat bottom left,
    url(../images/vector-12.png) no-repeat bottom right;
    background-size: 30%;
}
.offcanvas-header .btn-close {
    margin-top: -90px !important;
}
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1 !important;
}


.typing-demo {
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}
.socialize li {
  background: var(--secondary-color);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialize {
   display: flex;
  align-items: center;
  justify-content: center;
}
.rotate-gif {
  filter: invert(1);
  width: 100px;
 }
/* ----electrical calibration start ----- */
.electical-calibration {
  background: url(../images/electical-calibration.jpg);
}
.service-common {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 500px;
}
.service-common .main-heading-bg {
  width: 100%;
  background-repeat: no-repeat !important;
  justify-content: unset !important;
}
.service-common .main-heading-bg h3 {
  margin-left: 180px;
  letter-spacing: 0;
}
.common-img mb-2 img {
  height: auto;
  object-fit: cover;
  width: 100%;
  /* border-radius: 50px 0 50px 0; */
}

    .accordion {
      border: none;
    }

.accordion-item {
    background-color: var(--light-color);
    border: 1px solid var(--primary-tint);
    border-radius: var(--radius);
    margin-bottom: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 15px;
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 15px;

}
.accordion-item:first-of-type {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

  .accordion-button {
    background-color: var(--light-color);
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 20px;
    padding: 1.2rem 1.5rem;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

    .accordion-button:hover {
      background-color: var(--primary-tint);
      color: var(--light-color);
    }

    .accordion-button:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 105, 166, 0.25);
    }

    .accordion-button[aria-expanded="true"] {
      background-color: var(--primary-tint);
      color: var(--light-color);
      border-radius: 15px 15px 0 0 !important;
    }

    .accordion-button::after {
      filter: invert(37%) sepia(91%) saturate(2906%) hue-rotate(186deg) brightness(93%) contrast(90%);
      transition: transform 0.3s ease;
    }

    .accordion-button[aria-expanded="true"]::after {
      filter: brightness(0) invert(1);
      transform: rotate(180deg);
    }

    .accordion-body {
      background-color: var(--light-color);
      color: var(--black);
      border-top: 3px solid var(--secondary-color);
      padding: 1.25rem 1.5rem;
      font-size: 19px;
      line-height: 34px;
    }

    .accordion-button.collapsed {
      border-bottom: 1px solid var(--primary-tint);
    }

    .accordion-item.active {
      border-color: var(--secondary-color);
      box-shadow: 0 0 10px rgba(255, 158, 2, 0.2);
    }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
    }
    .accordion-item:last-of-type {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}
/* ----electrical calibration end ----- */
/* ----dimensional calibration start ------- */
.dimensional-calibration {
   background: url('../images/dimensional-calibration.jpg'); 
}
/* ----dimensional calibration end------- */
/* -----------Quality Assurance start --- */
.grid {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 8px;
}
.grid-2 {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    gap:90px;
}
.certifcate-box {
  height: 50px;
  width: 50px;
  background: var(--primary-dark);
}
.download-btn {
  background: var(--primary-dark);
  padding: 10px 15px;
  color: var(--light-color);
}
.qa-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.dimensional-calibration-1 img {
  width: 420px;
}
/* -----------Quality Assurance end --- */
/* ---side menu css start ----- */
.tandc-fixed {
    background: var(--secondary-color);
    border-radius: 70px;
    padding: 10px;
    display: inline-block;
    min-height: 100px;
    position: fixed;
    right: 10px;
    bottom: 30%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    z-index: 9;
}
.tandc-fixed-1 {
    display: inline-block;
    position: absolute;
    left: 1%;
    top: 250px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    z-index: 9;
    /* width: 100%; */
    height: 100%;
}

.tandc-fixed-1 h3 {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-text-stroke: 1px black;
    color: unset;
    font-size: 40px;
    letter-spacing: 2px;
    opacity: 0.3;
}
.side-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.side-menu i {
  font-size: 22px;
}
/* ---services-bg--- */
.mechanical-calibration {
  background: url('../images/mechanical.jpg');
}
.temperature-calibration {
  background: url('../images/temperature-calibration.jpg');
}
.pressure-calibration {
  background: url('../images/pressure-calibration.jpg');
}
.flow-calibration {
  background: url('../images/flow-calibration.jpg');
}
.team-calibration {
  background: url('../images/flow-calibration.jpg');
}
.team-calibration .main-heading-bg {
  width: 350px !important;
}
.solution.service-common .main-heading-bg {
  width: 33%;
}
.career h3 {
  color: #001b5e;
}
.border-radius-1 {
  border-radius: 60px 0 60px 0;
}
/* ---menu hover start --- */
.wsmenu-list li a:hover,
 .wsmenu-list li a.active,
 footer li a:hover {
   color: var(--secondary-color)!important;
}
.sub-menu li:hover,
.btn-secondary:hover,
.btn-primary:hover,
.cta-wrap a:hover  {
  background:var(--secondary-color);
}
.sub-menu li:hover a {
  color: var(--light-color) !important;
} 
.side-menu a:hover {
  color: var(--primary-dark) !important;
}
 footer address li:hover {
  color: var(--secondary-color)!important;
 }
 .read-more-btn:hover {
  background: var(--light-color);
 }
 .read-more-btn:hover a {
  color: var(--secondary-color);
 }
 .download-btn:hover {
  background: var(--primary-tint);
  color: var(--light-color);
 }
 address a:hover {
  color: var(--secondary-color) !important;
 }
 .read-more-btn-1:hover {
  background: var(--secondary-color) !important;
 }
 a.text-color:hover {
  color: var(--light-color);
 }