/* .form-switch.mode-switch,
.form-switch.price-switch {
  display: none !important;
} */
.solution-icon {
  font-size: 2rem;
  color: #28a745;
}
.solution-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s;
}
.solution-box:hover {
  transform: translateY(-10px);
}

.navbar.position-absolute {
  animation: navbar-show 0.25s ease-in-out;
  box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05),
    0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
}
#successModal .modal-content {
  background: rgb(230, 247, 176);
}
#successModal .mymodal-header {
  border: none;
  padding: 2px;
}
#successModal .mymodal-header .btn-close {
  font-size: 12px;
  border: 1px solid grey;
  border-radius: 50%;
  margin-top: 5px;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  cursor: pointer;
}
.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8cc63e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.circle i {
  color: #fff;
}
#successModal .mymodal-header button:focus {
  outline: none !important;
}
.room-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
  flex-wrap: wrap;

  text-align: center;
}
.room-btn-wrap span {
  font-size: 1.3rem;
  font-weight: normal;
  display: inline-block;
  margin: 0 15px;
}
.room-btn-wrap span:nth-child(1),
.room-btn-wrap span:nth-child(2) {
  position: relative;
}

.room-btn-wrap span:nth-child(1)::after,
.room-btn-wrap span:nth-child(2)::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.4px;
  height: 21px;
  background-color: #cac3c3;
  top: 5px;
  right: -20px;
}

.room-btn-wrap span:nth-child(2)::after {
  width: 1.5px;
}
.my-fs-sm {
  font-size: 0.919rem;
}
.navbar-nav .nav-link.active {
  /* text-decoration: underline;
  text-underline-offset: 8px; */
  color: #6366f1;
}
.ht-image {
  height: 400px;
}

.subscribe-form {
  position: relative;
}
#subscribeForm {
  height: 55px;
}
.subscribe-form .form-control {
  padding: 14px;
  box-shadow: none;
  border: none;
  padding-right: 135px;
}
.subscribe-form button {
  background-color: #4044ee;
  color: #fff;
  position: absolute;
  top: 49%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  /* height: 54px; */
  padding: 0 24px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0 5px 5px 0;
  border: none;
}

/* Custom Styles for Social Links */
.tool-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px; /* Space between icons */
}

/* Custom Styles for Social Links */
.tool-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px; /* Space between icons */
}

.tool-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px; /* Square size */
  height: 80px; /* Square size */
  border-radius: 8px; /* Slight rounded corners */
  background-color: #f0f0f0; /* Light background color */
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

.tool-icon i {
  color: #555;
}

.tool-icon:hover {
  transform: scale(1.05);
}

/* Windows Specific */
.tool-icon.windows {
  background-color: #1da1f2; /* Twitter blue */
}

.tool-icon.windows i {
  color: #fff;
  font-size: 40px;
}

/* apple Specific */
.tool-icon.apple {
  background-color: #000; /* Twitter blue */
}

.tool-icon.apple i {
  color: #fff;
  font-size: 40px;
}

/* android Specific */
.tool-icon.android {
  background-color: #a4c639; /* Twitter blue */
}

.tool-icon.android i {
  color: #fff;
  font-size: 40px;
}
.platform-box {
  width: 95%;
  margin: 0 auto;
}
.platform-box p {
  text-align: justify;
}
.ncs-caret {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}
.ncs-caret > span {
  color: #ff0000;
}
.mybg-cover {
  background-color: #f7f7f7;
}
.desc-test {
  text-align: justify;
}
.abtus-width {
  width: 94%;
  text-align: justify;
}
.dev-width {
  width: 80%;
  margin: 0 auto;
}
.single-brand-item {
  width: 170px;
  height: 100px;
  /* cursor: pointer; */
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0px 8px 10px rgba(118, 85, 225, 0.15);
}
.single-brand-item .d-table-cell {
  vertical-align: middle;
}
.single-brand-item img {
  max-width: 110px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-brand-item:hover {
  border: 1px solid transparent;
  box-shadow: 0px 8px 30px rgba(118, 85, 225, 0.15);
}

.navbar .navbar-nav .dropdown-menu {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-left: none;
  border-right: none;
}
.navbar .navbar-nav .dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(99, 102, 241, 1);
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.chi-box p {
  font-size: 35px;
  font-weight: 800;
  margin-top: -10px;
  margin-bottom: 0;
  color: #000;
  margin-bottom: -15px;
}
.chi-box span {
  font-size: 10px;
  display: inline-block;
  color: #000;
}

.mycardfooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mycardfooter h6,
span {
  /* text-align: center; */
  margin-top: 10px;
}

.case-img {
  height: 350px;
}
.infra-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.infraimg_ht {
  height: 300px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
}
.img-industry {
  border-radius: 8px;
  width: 100%;
}
.myImg:hover {
  opacity: 0.95;
  /* cursor: pointer !important; */
}
/* sfnvljdf */
/* Typography & spacing tweaks */
.text-justified {
  text-align: justify;
}

.case-study-section .section-title {
  font-weight: 600;
  margin: 2rem 0 1rem 0;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.infraimg_ht:hover {
  transform: scale(1.02);
}

/* Inline images under team section */
.inline-images .img-industry {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.inline-images .img-industry:hover {
  transform: scale(1.02);
}

/* Table */
.case-table th {
  background-color: #f8f9fa;
  font-weight: 600;
}
.case-table td,
.case-table th {
  vertical-align: middle;
}
.testimonial-sec blockquote p {
  font-style: italic;
  font-size: 1rem !important;
}

.testimonial-sec .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}

.custom-card {
  overflow: hidden;
}
.custom-card img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card img:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
