/* Globle CSS */
.icon {
  color: #128bfc;
  font-size: 30px;
}

/* Home Page */

.hero-banner {
  width: 100%;
  height: 550px;
  background-image: url('/images/hero-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  font-size: 2rem;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0 0 0 0;
  z-index: -1;
}

.hero-banner .banner-text {
  width: min(600px, 100%);
  text-align: left;
  font-size: clamp(28px, 7vw, 50px);
  font-weight: 600;
  margin-left: clamp(20px, 10vw, 120px);
}

.why-switch {
  width: 100%;
}

.why-switch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .row .header {
  text-align: center;
  padding: 40px;
  font-size: 22px;
  color: black;
  font-weight: 500;
}

.header::after {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  background: linear-gradient(120deg, #2f78e9, #128bfc, #18bef1);
  margin-top: 10px;
  position: absolute;
  left: 415px;
}

.iot .header::after {
  left: 293px;
}
 
.offer-card {
  border: 1px solid transparent !important;
  /* Set initial border */
  transition: border 0.4s ease-in-out, border-image-source 0.4s ease-in-out !important;
}

.offer-card:hover {
  border: 1px solid #2f78e9 !important;
  /* Required for border-image to apply */
  border-image: linear-gradient(120deg, #2f78e9, #128bfc, #18bef1) 1 !important;
}

.container .row .card .cardHeader,
.iot-header {
  text-align: start;
  padding: 40px 30px;
  font-size: 15px;
  color: black;
  font-weight: 500;
}

.iot-header {
  padding: 30px 0px;
}

.container .row .card .cardHeader::after,
.iot-header::after {
  content: "";
  display: block;
  width: 15%;
  height: 2px;
  background: linear-gradient(120deg, #2f78e9, #128bfc, #18bef1);
  margin-top: 10px;
  position: absolute;
  left: 30px;
}

.iot-header::after {
  left: 13px;
}

.container .row .card .card-header img {
  height: 145px;
  width: 100%;
}

.about {
  width: 100%;
  height: 300px;
  background-image: url('/images/about-us.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
}

.about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0 0 0 0;
  z-index: -1;
}

.about .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Black shade with 40% opacity */
  pointer-events: none;
}


.about {
  padding-bottom: 60px;
}

.about-content {
  padding: 4% 9%;
  color: #fff;
  text-align: start;
  max-width: 900px;
}

.about-content .header {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 35px;
}

.about-content .header::after {
  left: 9%;
  width: 5%;
}

.about-content .text {
  font-size: 16px;
  line-height: 1.6;
}

.licence-img {
  width: 70%;
  height: 400px;
  background-image: url('/images/licence.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
}

.licence-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0 0 0 0;
  z-index: -1;
}

.licence-content {
  width: 80%;
}

.licence .header::after {
  left: 530px;
  width: 5%;
}

.contact {
  margin-bottom: 60px;
}

.contact .header {
  text-align: left !important;
  padding: 5px 0px !important;
  font-size: 16px !important;
  margin-bottom: 25px;
}

.contact .header::after {
  left: 13px;
  width: 45px;
}



/* Home page ends here */

/* Service page */
  /* AIS140 Page */
    .ais .header::after{
      left:345px !important;
    }
    .gsm .header::after{
      left: 379px !important; 
    }
    .conn .header::after{
      left:286px;
    }
    .ais .card{
      margin-bottom: 60px;
      border-radius: 10px;
      width: 300px;
    }
    .ais .card-body p {
      position: relative;
      font-size: 20px;
      font-weight: 500;
      padding-left: 15px;
      overflow: hidden;
    }

    .ais .card-body p::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 0;
      width: 2px;
      background-color: #2196f3;
      transition: height 0.3s ease;
    }

    .ais .card-body p:hover::before {
      height: 100%;
    }

    .ais .card-img{
      margin-left: 120px;
      border-radius: 10px;
    }
    .ais .img{
      inline-size: fit-content;
    }
    .iot-img {
      width: 50% !important;
      margin-right: 120px;
    }
    .gsm .card{
      width: 225px;
      border-radius:10px;
    }
    .gsm .gsm-card-header img{
      width: 100%;
      margin-bottom: 20px;
      mix-blend-mode: multiply;
    }
    .gsm .card-body ol{
      padding: 0px;
      margin: 0px;
    }
    .gsm .gsm-card-header{
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      background-color: #f3f4fa;
    }

    /* Internation Roaming */
    .use-case .header::after{
      left:505px !important;
    }
/* Service page */


/* home page responsiveness */
@media (max-width : 768px) {
  .hero-banner {
    height: 400px;
  }

  .hero-banner .banner-text {
    width: min(300px, 226%);
    font-size: clamp(28px, 7vw, 30px);
  }

  .header::after {
    left: 45%;
  }

  .container .row .card .card-header img {
    height: 200px;
  }

  .container .col-md-3,
  .col-md-4 {
    margin: 0px 30px 30px 30px;
  }

  .iot .header::after {
    left: 45%;
  }

  .licence-img {
    width: 90% !important;
    height: 465px;
    margin: 0px 30px 30px 30px;
    align-items: center;
    justify-content: right;
  }

  .licence-content {
    width: 80% !important;
    margin: 30px;
  }

  .licence .header::after {
    left: 47%;
  }

  .why-switch {
    display: none;
  }

  .ais .card{
    margin-left: 120px;
    border-radius: 10px;
  }

  .iot-img {
    width: 100% !important ;
  }
}

@media (max-width:650px) {
  .about {
    width: 100%;
    height: 430px;
  }
  .about-content{
      padding: 10% 10%;
  }
  .about-content .header::after {
    left: 10%;
    width: 15%;
  }
}

/* home page responsiveness ends  */


/* password */
.passwordToggle {
  right: 50px;
  padding-top: 4px;
  position: absolute;
  cursor: pointer;
}

.passwordContent {
  font-size: 10px;
}

/* Custom checkbox */
.custom-checkbox,
.custom-radio {
  display: none;
  /* Hide default checkbox */
}

.custom-checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

.custom-checkbox-label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #007bff;
  border-radius: 4px;
  margin-right: 8px;
  background-color: white;
  transition: all 0.3s;
}

.custom-checkbox:checked+.custom-checkbox-label::before {
  background-color: #007bff;
  border-color: #007bff;
  content: "✔";
  color: white;
  font-size: 16px;
  text-align: start;
  line-height: 18px;
}

/* use case */
.use_case_container {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 70px;
  padding: 20px 10px;
  width: 440px;
  height: fit-content;
  background-color: white;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
}

.use_case_container .container-cross {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.use_case_container .item,
.add {
  color: inherit;
  border: 1px solid #2f78e9;
  padding: 3px 10px;
  border-radius: 4px;
  text-decoration: none;
}

.use_case_container .add:hover {
  background-color: #007bff;
  color: white;
  text-decoration: none;
}

.use_case_container .add:focus,
.use_case_container .add:active {
  background-color: #499af1;
  color: white;
  text-decoration: none;
}

.use_case_container .add-item {
  color: green;
  font-size: 20px !important;
  margin: 5px;
}

#add_use_case {
  display: flex;
}

.registration-form .header::after {
  width:15% !important;
  margin-top: 5px !important;
  left: 365px !important;
}

/* footer started */
.footer {
  background: linear-gradient(180deg, #0a192f, #1a1a2e) !important;
  padding-bottom: 40px !important;
  /* display: ; */
}

.footer .container .row .header {
  color: white;
  text-align: start;
  padding: 30px 0px;
}

.footer .container .row .header::after {
  background: white;
  width: 15%;
  left: 12px;
}

.footer .content {
  color: rgb(150, 150, 150);
}

.footer .nav-container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 60px;
}

.footer .nav-link {
  padding: 0px;
}

.footer ul li {
  list-style: none;
}

.footer ul li a {
  text-decoration: none;
  color: rgb(150, 150, 150);
  padding: 0px;
}

.tai_img {
  padding: 30px 0px;
}

.tai_img img {
  background-color: whitesmoke;
  border-radius: 20px;
}

.footer span a {
  text-decoration: none;
  color: whitesmoke;
  padding: 15px;
}

/* Responsive design */
@media (max-width: 768px) {
  .footer .row {
    flex-direction: column;
    gap: 30px;
  }

  .footer .col-3 {
    flex: 1 1 100%;
    max-width: 75%;
  }

  .footer .text-muted,
  .footer .float-sm-right {
    text-align: center !important;
    display: block;
  }
}


/* footer ends here */

#gsmnm {
  height: auto;
}
.hover-icon {
  display: none;
}
.nav-item .dropdown-menu, .service-drop-menu{
  display: none;
  position: absolute !important;
  top: 90%;
  left: 0;
  width: 200px;
  z-index: 1000;
  list-style: none;
  padding: 15px;
  background-color: white;
  border-radius: 4px;
}

.nav-item .service-drop-menu {
    top: 80% !important;
    left: 53% !important;
}

.service-drop-menu li, .dropdown-menu li {
  padding: 8px;
  text-align: left;
}

.service-drop-menu li a, .dropdown-menu li a {
  text-decoration: none;
  color: black;
  display: block;
}
.nav-item:hover .service-drop-menu, .nav-item:hover .dropdown-menu  {
  display: block;
}
.service-drop-menu li a:hover, .dropdown-menu li a:hover {
  color: #007bff;
}


.nav-item:hover .nav-link .default-icon{
  display: none;
}
.nav-item:hover .nav-link .hover-icon{
  display: inline;
}
.M2M-list, .consumer-list{
    display: none;
    position: absolute;
    top: 15px;
    left: 180px;
    background-color: white;
    border-radius: 4px;
    width: 275px;
    z-index: 1010;
    padding: 15px;
    list-style: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.M2M-drop:hover .M2M-list{
  display: block;
}

.consumer-drop:hover .consumer-list{
  display: block;
}

.filter {
  width: max-content;
  padding: 20px 40px;
}

/* Style for the arrow container */
.arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

/* Arrow icon styling */
.arrow-container i {
  color: #c4c8cd;
  font-size: 15px;
  margin: 0 15px;
  align-self: center;
  transform: scale(1.1);
}

/* Step container styling */
.step-container {
  display: flex;
  align-items: center;
}

/* Step wizard step alignment */
.stepwizard-step {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row.step-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ***************register page**************** */
.register-options {
  position: relative;
}

.register-dropdown {
  display: none;
  position: absolute;
  top: -88%;
  left: 0%;
  background-color: white;
  padding: 10px;
  z-index: 10;
  width: 150px;
}

.register-options:hover .register-dropdown {
  display: block;
}

.register-dropdown a {
  display: block;
  padding: 1px 3px;
  color: black;
  text-decoration: none;
  text-align: left;
}

.register-dropdown a:hover {
  background-color: #f1f1f1;
  padding: 2px;
}

.select-drop {
  width: 100%;
  padding: 6px;
  background-color: white;
  font-size: 14px;
}

/* password reset page */
.auth.theme-one .auto-form-wrapper .form-group .input-group .form-control {
  border-right: 1px solid #cfd5db !important;
  border-radius: 6px !important;
}

/********* Custom styles for the Toastr container ***************/
#toast-container {
  color: white !important;
  border-radius: 20px !important;
  left: 40%;
  right: 50%;
  top: 23%;
}

.toastr-custom-container {
  background-color: white !important;
}

#toast-container>.toast-success,
#toast-container>.toast-info,
#toast-container>.toast-warning,
#toast-container>.toast-error {
  background-image: none !important;
  /* Remove the default background image */
  display: flex;
  border-radius: 10px !important;
}

#toast-container>.toast-success::before,
#toast-container>.toast-info::before,
#toast-container>.toast-warning::before,
#toast-container>.toast-error::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
}

.toast-success {
  color: green !important;
  border-left: 3px solid green;
}

#toast-container>.toast-success::before {
  content: "\f058";
  color: green;
}

.toast-error {
  color: red !important;
  border-left: 3px solid red;
}

#toast-container>.toast-error::before {
  content: "\f057";
  color: red;
}

.toast-info {
  color: #17a2b8 !important;
  border-left: 3px solid #17a2b8;
}

#toast-container>.toast-info::before {
  content: "\f129";
  color: #17a2b8;
}

.toast-warning {
  color: orange !important;
  border-left: 3px solid orange;
}

#toast-container>.toast-warning::before {
  content: "\f071";
  color: orange;
}