* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* topbar */

/* .company-logo img {
  width: 100px;
} */
.search-box {
  position: relative;
}

.search-box i {
  font-size: 29px;
  top: 5px;
  left: 159px;
  position: absolute;

  color: #6c757d;
}
.login-box i {
  font-size: 30px;
}
.login-btn {
  height: 30px;
  padding: 0 10px;
  background-color: white;
}

/* slider */
.banner {
  width: 100%;
  background-color: rgb(236, 16, 122);
}

.banner-slider .owl-carousel {
  position: relative;
}

.banner-slider .owl-nav button.owl-prev,
.banner-slider .owl-nav button.owl-next {
  background-color: rgb(22, 3, 77);
  color: white;
  font-size: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-slider .owl-nav button.owl-prev {
  left: -25px;
}

.banner-slider .owl-nav button.owl-next {
  right: -25px;
}
.banner-slider .owl-nav button.owl-prev {
  left: 10px;
}

.banner-slider .owl-nav button.owl-next {
  right: 10px;
}

/* section-bar */
.selection-bar {
  background-color: #c9f7f7;
}

.help {
  text-align: center;
}
.help h4 {
  padding: 15px;
}
.services {
  background: linear-gradient(180deg, #368cef 0%, #8ec1f0 100%);
  border-radius: 44px;
  margin-bottom: 30px;
}
.services img {
  width: 306px;
}

.info {
  padding: 13px;
  height: auto;
  min-height: 180px;
}
.info h5 {
  margin-top: 20px;
  color: white;
}
.info p {
  margin-top: 15px;
  font-size: 15px;
  color: white;
}
.know-more-btn {
  background: linear-gradient(180deg, #4b3cc4, #2c2f8f);

  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  margin-left: 52px;
  margin-bottom: 20px;
}
.know-more-btn a {
  text-decoration: none;
  color: white;
}
.barrier {
  background: linear-gradient(180deg, #77aeec 0%, #8ec1f0 100%);
  border-radius: 44px;
  margin-bottom: 30px;
}
.barrier img {
  width: 306px;
  height: 205px;
  border-radius: 44px;
}
.smart-tv {
  background: linear-gradient(180deg, #77aeec 0%, #8ec1f0 100%);
  border-radius: 44px;
  margin-bottom: 30px;
}
.smart-tv img {
  width: 306px;
  height: 206px;
  border-radius: 44px;
}

.selection-bar .owl-carousel {
  position: relative;
}

.selection-bar .owl-nav button.owl-prev,
.selection-bar .owl-nav button.owl-next {
  background-color: rgb(22, 3, 77);
  color: white;
  font-size: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.selection-bar .owl-nav button.owl-prev {
  left: -25px;
}

.selection-bar .owl-nav button.owl-next {
  right: -25px;
}
.selection-bar .owl-nav button.owl-prev {
  left: 10px;
}

.selection-bar .owl-nav button.owl-next {
  right: 10px;
}

/* <!-- certifications-box --> */

.certifications-box {
  text-align: center;
  padding: 30px;
}
.accolades-text {
  max-width: 851px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #6b6b6b;
  font-weight: 400;

  letter-spacing: 0.2px;
  margin-top: 20px;
}

.certifications h4 {
  margin: 20px 0;
}
.shadow-card {
  width: 240px;
  height: 160px;
  background: #fff;

  border-radius: 28px;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);

  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* solutions-section */

.solutions-section {
  text-align: center;
}
.solutions-section p {
  font-size: 20px;
}
.solutions,
.solution {
  background: linear-gradient(180deg, #68a8f1 0%, #8ec1f0 100%);
  border-radius: 25px;
  width: 224px;
  height: 40vh;
}

.ellipse {
  width: 150px;
  height: 150px;
  border: 6px solid gray;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 17%;
}
.ellipse img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
}

.title p {
  font-size: 14px;
}
.view-more-btn {
  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  margin-bottom: 20px;
}
.view-more-btn a {
  text-decoration: none;
  color: black;
  font-size: 13px;
}
.solution .view-more-btn {
  margin-top: 15px;
}
.view-btn-2 {
  background-color: black;

  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.view-btn-2 a {
  text-decoration: none;
  color: white;
}

/* booking-system */

.booking-system {
  text-align: center;
  background-color: #3a6eab;
  padding: 40px 120px;
  height: 68vh;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 10%;
  width: 80%;
  border-top: 2px dotted #000;
  z-index: 0;
}

.step {
  width: 220px;
  text-align: center;
  position: relative;
  z-index: 1;
}
/* 
.logo {
  width: 90px;
  height: 90px;
  background: #eaeaea;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 45px;
  height: 45px;
} */

.step h4 {
  font-size: 16px;
  margin: 15px 0 8px;
  color: #fff;
}

.step p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.9;
}
.booking-btn {
  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  margin-top: 20px;
}
.booking-btn a {
  text-decoration: none;
  color: black;
  font-size: 13px;
}

/* deals of the day */

.deals-section {
  background-color: #091c2d;
}

.dealing-details {
  max-width: 278px;
}
.dealing-details h3 {
  color: white;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.dealing-details p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  max-width: 520px;
  margin-bottom: 16px;
}
.deals-section {
  min-height: 60vh;
  display: flex;
  align-items: center;

  background: linear-gradient(
      90deg,
      rgba(6, 22, 35, 0.95) 0%,
      rgba(6, 22, 35, 0.85) 40%,
      rgba(6, 22, 35, 0.3) 100%
    ),
    url("https://logicalnetworksolution.com/wp-content/uploads/2024/05/8-1280x698.png");

  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

/* joining-section */

.joining-section {
  background-color: #213f62;
  padding: 20px 0;
}
.join-text {
  font-size: 22px;
  line-height: 1.5;
  max-width: 601px;
  margin: 0px auto;
  color: white;
  /* display: flex; */
  text-align: center;
}

.join-text p {
  color: #eee7e7;
  font-size: 18px;
  margin-top: 25px;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 35px 0;
}
.icon img {
  width: 80px;
}

/* contact-section */

.contact-section {
  background-color: #133256;
  color: white;
  padding: 30px 20px;
}
.about-info p {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}
.Contact-details p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 420px;
  font-size: 14px;
  line-height: 1.9;
}
.links-section p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 420px;
  font-size: 14px;
  line-height: 1.8;
}
.submit-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-top: 35px;
}
.form-input {
  width: 100%;
  max-width: 360px;
  height: 52px;

  background: transparent;
  border: 1.5px solid #1bb6d8;
  border-radius: 30px;

  padding: 0 22px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;

  outline: none;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
}

.form-input:focus {
  border-color: #2fd2ff;
}

.submit-btn {
  margin-top: 22px;
  padding: 14px 32px;

  background: #ffffff;
  color: #000000;

  border: none;
  border-radius: 30px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.submit-btn:hover {
  background: #9fc9f9;
}


.submit-btn a {
  text-decoration: none;
  color: rgb(14, 14, 14);
}

/* Dynamic Product/Service Cards */

.page-header {
    background: linear-gradient(90deg, #091c2d 0%, #133256 100%);
    color: white;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 40px;
}

.page-header h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}

.product-section {
    background-color: #f1f3f6;
    padding: 60px 0;
}

.product-card {
    background: transparent;
    padding: 40px 20px;
    text-align: center;
    box-shadow: none;
    transition: transform 0.3s;
    height: 100%;
    margin-bottom: 60px;
    border-radius: 2px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    height: 220px;
    object-fit: contain;
    margin-bottom: 25px;
}

.product-card h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #222;
}

.product-card p {
    color: #777;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 400;
}

.product-btn {
    background: white;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #444;
    text-decoration: none;
}

.product-btn i {
    font-size: 16px;
    transition: transform 0.3s;
}

.product-btn:hover {
    background: linear-gradient(180deg, #3264cf, #382c9c);
    color: white;
    box-shadow: 0 8px 20px rgba(50, 100, 207, 0.4);
}

.product-btn:hover i {
    transform: translateX(3px);
}
