:root {
  --primary-color: #0479c9;
  --secondary-color: #fff;
  --light-blue: #e8f2fd;
  --charcoal-blue: #3c405b;
}

body {
  font-family: "Poppins", serif !important;
  font-weight: 400;
  font-size: 14px;
}

.cards-row::-webkit-scrollbar {
  height: 6px;
}

.cards-row::-webkit-scrollbar-track {
  /* background-color: rgb(218, 218, 218); */
  border: 1px solid rgb(165, 165, 165);
  border-radius: 8px;
  padding: 2px;
}

.cards-row::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 8px;
}

.leading-managed {
  background-color: #eff9ff;
}

a {
  color: #000;
  text-decoration: none !important;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  transition: 0.7s;
}

.lh-26 {
  line-height: 26px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.max-w-760 {
  max-width: 760px;
}

.max-w-900 {
  max-width: 900px;
}

.bg-brand-light {
  background-color: #eff9ff;
}

.text-brand {
  color: var(--primary-color);
}

/************Header*************/

.offcanvas:not(.show) .navbar-nav li a {
  color: white;
  text-transform: uppercase;
}

.offcanvas:not(.show) .navbar-nav li a.active {
  font-weight: 500;
}

.navbar .navbar-toggler {
  border-color: white;
}

.navbar .navbar-toggler:focus {
  box-shadow: inherit;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}

/* ******** TOP HEADER ******* */

.copy-bg {
  background: #fff;
  padding: 10px 0px;
}

.header-top .header-top-mail a {
  color: #000;
  display: flex;
  gap: 10px;
  align-items: center;
}

.copy-bg .soc-icons {
  display: flex;
  gap: 6px;
  justify-content: right;
  margin-bottom: 0;
  list-style: none;
}

.copy-bg .soc-icons i {
  background: var(--primary-color);
  width: 26px;
  height: 26px;
  color: #fff;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: 0.7s;
}

.header-top .header-top-mail a:hover {
  color: var(--primary-color);
}

.header-top .header-top-mail a i {
  background: var(--primary-color);
  width: 26px;
  height: 26px;
  color: #fff;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.copy-bg .soc-icons i:hover {
  background: #fff;
  color: var(--primary-color);
  transition: 0.7s;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}

/* ------------- banner ---------- */
.hero-slider,
.heroSwiper,
.heroSwiper .swiper-slide {
  height: 525px;
}

.heroSwiper .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.heroSwiper .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.home-slider .slide-content {
  max-width: 1000px;
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.hero-slider .heroSwiper .swiper-slide .slider-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.hero-slider .heroSwiper .swiper-slide .slider-caption {
  font-size: 14px;
  line-height: 26px;
}

.hero-slider .heroSwiper .swiper-slide .slider-btn {
  border: 1px solid white;
  font-weight: 500;
}

.hero-slider .swiper-wrapper .swiper-button-next::after,
.hero-slider .swiper-wrapper .swiper-button-prev::after {
  display: none;
}

.hero-slider .swiper-wrapper .hero-prev:not(.swiper-button-lock),
.hero-slider .swiper-wrapper .hero-next:not(.swiper-button-lock) {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.swiper-wrapper .hero-prev:hover,
.swiper-wrapper .hero-next:hover {
  background: var(--bs-primary);
}

.swiper-wrapper .hero-prev i,
.swiper-wrapper .hero-next i {
  font-size: 1.25rem;
}

/*----------- Counter ---------- */

.counter-section {
  background: #061623;
}

.counter-icon {
  background: #d9d9d9;
  border-radius: 50%;
}

.counter {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 0.25rem;
  color: #ffffff;
}

.counter-box p {
  margin: 0;
  color: #ffffff;
}

.counter-box .counter-right {
  text-align: left;
}

.counter-box .counter-plus {
  color: #ffffff;
  font-size: 40px;
}

/*----------- Home Leading ---------- */
.custom-listing-icon li {
  position: relative;
  list-style: none;
  padding-bottom: 15px;
}

.custom-listing-icon li::before {
  content: "";
  background-image: url(../images/home/ULicon.png);
  width: 15px;
  height: 15px;
  background-size: 15px;
  position: absolute;
  background-repeat: no-repeat;
  left: -30px;
  top: 5px;
}

.custom-listing-icon-white li {
  position: relative;
  list-style: none;
  padding-bottom: 15px;
  color: #fff;
}

.custom-listing-icon-white li::before {
  content: "";
  background-image: url(../images/home/ULiconwhite.png);
  width: 15px;
  height: 15px;
  background-size: 15px;
  position: absolute;
  background-repeat: no-repeat;
  left: -30px;
  top: 5px;
}

.remote-it-sevrices {
  background-color: #eff9ff;
}

.remote-it-sevrices .service-nav {
  border: none;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.remote-it-sevrices .service-nav .nav-link {
  background: #d9d9d9;
  border: none;
  border-radius: 0;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 0.75rem;
  color: #111;
  font-weight: 500;
}

.remote-it-sevrices .service-nav .nav-link i {
  font-size: 1.5rem;
}

.remote-it-sevrices .service-nav .nav-link.active {
  background: var(--bs-primary);
  color: #fff;
}

.service-nav .nav-link.active i {
  color: #fff;
  font-weight: 600;
}

.remote-it-sevrices .service-nav li button img {
  width: 60px;
  object-fit: contain;
}

.remote-it-sevrices .service-nav li button {
  font-size: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}

/* .remote-it-sevrices .service-nav li button:not(.active) img {
  filter: invert(1);
} */

.service-content .tab-pane {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.1s ease;
}

.service-content .tab-pane.active.show {
  opacity: 1;
  transform: translateY(0);
}

.service-nav .nav-link.active img {
  filter: invert(1);
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.tab-pane .content-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.5s ease;
}

.tab-pane .content-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.5s ease;
}

.tab-pane.active.show .content-left,
.tab-pane.active.show .content-right {
  opacity: 1;
  transform: translateX(0);
}

/* ------------ */
.remote-it-sevrices .service-content {
  background: #fff;
  /* padding: 2rem; */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.remote-it-sevrices .tab-service-caption {
  line-height: 26px;
}

.remote-it-sevrices .service-list {
  padding-left: 1rem;
}

.remote-it-sevrices .service-list li {
  position: relative;
  list-style: none;
  padding-left: 1rem;
  padding-bottom: 10px;
}

.remote-it-sevrices .service-list li::before {
  content: "";
  background-image: url(../images/icon/doubleArrow.png);
  width: 15px;
  height: 15px;
  background-size: 10px;
  position: absolute;
  background-repeat: no-repeat;
  left: -15px;
  top: 0px;
  background-position: 6px 6px;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--primary-color);
}

.remote-it-sevrices .content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
}

.remote-it-sevrices .content-left {
  background: white;
}

.service-cta-btn {
  position: absolute;
  left: -90px;
  bottom: 50px;
}

.service-cta-btn:not(:hover) {
  background-color: white;
}

.enquiry-sec .service-list {
  padding-left: 1rem;
}

.enquiry-sec .service-list li {
  position: relative;
  list-style: none;
  padding-left: 1rem;
  padding-bottom: 20px;
}

.enquiry-sec .service-list li::before {
  content: "";
  background-image: url(../images/icon/doubleArrow.png);
  width: 15px;
  height: 15px;
  background-size: 10px;
  position: absolute;
  background-repeat: no-repeat;
  left: -15px;
  top: 0px;
  background-position: 6px 6px;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--primary-color);
}

.enquiry-sec .solution-form,
.contact-us-sec .solution-form {
  /* max-width: 520px; */
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.enquiry-sec .solution-header,
.contact-us-sec .solution-header {
  background: var(--primary-color);
  padding: 18px 20px;
  text-align: center;
}

.enquiry-sec .solution-header h4,
.contact-us-sec .solution-header h4 {
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.enquiry-sec .solution-body {
  padding: 20px;
}

.enquiry-sec .solution-body input,
.enquiry-sec .solution-body select,
.enquiry-sec .solution-body textarea,
.contact-us-sec .solution-body input,
.contact-us-sec .solution-body select,
.contact-us-sec .solution-body textarea {
  width: 100%;
  padding: 11px 14px;
  margin-bottom: 0px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0px 0px 2px 2px #8080801a;
}

.enquiry-sec .solution-body input::placeholder,
.contact-us-sec .solution-body input::placeholder,
.contact-us-sec .solution-body textarea::placeholder {
  color: #000;
}

.enquiry-sec .captcha-row,
.contact-us-sec .captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.enquiry-sec .captcha-box,
.contact-us-sec .captcha-box {
  background: transparent;
  padding: 3px 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #777;
  border-radius: 4px;
}

.solution-body #refresh-captcha-solution {
  padding: 8px 15px 8px 15px;
}

.supportIndustries {
  background-color: #eff9ff;
}

.supportIndustries .industry-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
  overflow-x: auto;
  justify-content: space-around;
}

.supportIndustries .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
  max-width: 150px;
  border: none;
  background-color: inherit;
}

.supportIndustries .icon {
  width: 70px;
  height: 70px;
  background: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #444;
  padding: 10px;
}

.supportIndustries .step .icon:hover {
  background: #0077b6;
}

.supportIndustries .step.active .icon {
  background: #0077b6;
}

.supportIndustries .step .icon:hover img {
  transition: all 0.3s ease;
  filter: invert(1);
}

.supportIndustries .step p {
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
}

.supportIndustries .line {
  width: 80px;
  height: 2px;
  background: #d6d6d6;
}

.supportIndustries .icon {
  transition: all 0.3s ease;
}

.supportIndustries .step:hover .icon {
  transform: scale(1.1);
  background: #0077b6;
}

.supportIndustries .step.active .icon img {
  filter: invert(1);
}

.supportIndustries .step:hover .icon img {
  transition: all 0.3s ease;
  filter: invert(1);
}

.supportIndustries .step.active p {
  color: #0077b6;
}

.industries-step ul {
  display: flex;
  gap: 100px;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0px;
  margin-bottom: 0px;
}

.industries-step ul::after {
  content: "";
  width: 69%;
  height: 2px;
  position: absolute;
  background-color: gray;
  z-index: -1;
  transform: translate(0, -50%);
  top: 38%;
}

.industries-step ul li {
  list-style-type: none !important;
}

.healthcare-industry .industry-list li {
  position: relative;
  list-style: none;
  padding-left: 1rem;
  padding-bottom: 15px;
}

.healthcare-industry .industry-list li::before {
  content: "";
  background-image: url(../images/icon/doubleArrow.png);
  width: 15px;
  height: 15px;
  background-size: 10px;
  position: absolute;
  background-repeat: no-repeat;
  left: -15px;
  top: 0px;
  background-position: 6px 6px;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--primary-color);
  box-shadow: 0px 0px 0px 3px #d5d5d59c;
}

.healthcare-industry .industry-cta-btn:not(:hover) {
  background-color: white;
}

/* ---------- Tech Stack --------- */
.tech-header {
  background: var(--primary-color);
  color: #fff;
  padding: 60px 0;
}

.tech-header .tech-caption {
  max-width: 600px;
  line-height: 26px;
}

.tech-tabs {
  position: absolute;
}

.tech-tabs button {
  background: #fff;
  border: none;
  padding: 10px 22px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tech-card {
  background: #fff;
  border-radius: 6px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 10px;
}

.tech-card img {
  max-height: 50px;
  max-width: 100%;
}

/* Navigation */
.tech-prev,
.tech-next {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tech-prev::after,
.tech-next::after {
  font-size: 16px;
  color: #333;
}

.tech-stack-sec {
  min-height: 450px;
}

.tech-stack-sec .techSwiperSec {
  left: 0;
  right: 0;
  top: 200px;
}

.tech-stack-sec .cloud-service-nav {
  position: absolute;
  top: 23px;
  right: 65px;
}

.tech-stack-sec .cloud-service-nav .tech-prev::after,
.tech-stack-sec .cloud-service-nav .tech-next::after {
  display: none;
}

.tech-stack-sec .tech-prev,
.tech-stack-sec .tech-next {
  width: 42px;
  height: 42px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tech-stack-sec .tech-prev i,
.tech-stack-sec .tech-next i {
  font-size: 26px;
  color: #333;
}

.tech-stack-sec .tech-prev:hover,
.tech-stack-sec .tech-next:hover {
  background: var(--bs-primary);
  border: 2px solid white;
}

.tech-stack-sec .tech-prev:hover i,
.tech-stack-sec .tech-next:hover i {
  color: #fff;
}

.swiper-button-next.tech-next {
  right: auto;
  left: 0;
}

.swiper-button-prev.tech-prev {
  right: 20px;
  left: auto;
}

.contact-us-sec {
  background-image: url(../images/home/support-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us-sec .service-box {
  border: 1px solid #e5e7eb;
}

.contact-us-sec .service-card {
  padding: 48px 32px;
}

.contact-us-sec .icon-circle {
  width: 70px;
  height: 70px;
  background: #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.contact-us-sec .icon-circle img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.contact-us-sec .service-card p {
  margin-top: 12px;
}

.contact-us-sec .checkbox-txt-black {
  color: #333;
}

.contact-us-sec .custom-checkbox,
.enquiry-sec .custom-checkbox {
  display: none;
}

.contact-us-sec .checkbox-label,
.enquiry-sec .checkbox-label {
  position: relative;
  padding-left: 25px !important;
  cursor: pointer;
  display: inline;
  font-size: 10px;
}

.contact-us-sec .checkbox-label::before,
.enquiry-sec .checkbox-label::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}

.contact-us-sec .custom-checkbox:checked+.checkbox-label::before,
.enquiry-sec .custom-checkbox:checked+.checkbox-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.contact-us-sec .custom-checkbox:checked+.checkbox-label::after,
.enquiry-sec .custom-checkbox:checked+.checkbox-label::after {
  content: "\2713";
  position: absolute;
  left: 5px;
  top: 2px;
  font-size: 10px;
  color: #fff;
}

.contact-us-sec .checkbox-label a,
.enquiry-sec .checkbox-label a {
  color: var(--primary-color);
  text-decoration: underline;
}

/* ------- Testimonials ---------- */

.testimonials {
  background: #fff;
}

.testimonials h5 {
  max-width: 580px;
  width: 100%;
}

.testimonials .line {
  width: 100%;
  height: 2px;
  background: gray;
}

.testimonial-card {
  padding: 20px;
  border-radius: 8px;
  position: relative;
  align-items: center;
}

.testimonials .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials .quote-icon {
  position: absolute;
  left: 150px;
  top: 30px;
  font-size: 28px;
  background-color: var(--primary-color);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .quote-icon i {
  color: #fff;
}

.testimonials .testimonial-card h6 .caption {
  color: #6b7280;
}

.testimonials .testimonial-card img {
  width: 170px;
  object-fit: contain;
}

.testimonials .swiper-nav {
  min-width: 100px;
  text-align: right;
}

.testimonials .swiper-nav button {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: white;
}

.testimonials .swiper-nav button i {
  font-size: 28px;
}

/*----------- Blog  ---------- */
.blog-section {
  background: #eef7fb;
}

.blog-section .blog-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.blog-section .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.blog-section .blog-img {
  position: relative;
}

.blog-section .blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-section .date-badge {
  position: absolute;
  right: 16px;
  bottom: -20px;
  background: #f3f4f6;
  border-radius: 6px;
  padding: 10px 14px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid var(--primary-color);
}

.blog-section .date-badge .day {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.blog-section .date-badge .month {
  font-size: 12px;
  color: #555;
}

.blog-section .blog-content {
  padding: 40px 24px 24px;
}

.blog-section .category {
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
}

.blog-section .title {
  font-size: 22px;
  margin: 12px 0;
}

.blog-section .read-more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  min-width: 120px;
  justify-content: end;
}

.blog-section .read-more i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e5e7eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  margin-left: 5px;
}

.blog-section .d-flex a:first-child {
  width: 100%;
}

.blog-section .line {
  width: 100%;
  height: 2px;
  background: gray;
}

.talkToExpertCTA {
  background-image: url(../images/home/ctaBg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.talkToExpertCTA .row {
  min-height: 200px;
}

.talkToExpertCTA .row .cta-content-sec {
  max-width: 700px;
}

/* ------- FAQ Section ------- */

.faq-section {
  background: #fff;
}

.faq-section .accordion-header {
  background-color: white;
  position: relative;
}

.faq-accordion .accordion-item {
  border: 0;
  position: relative;
}

.faq-accordion .accordion-item .line {
  position: absolute;
  top: 0;
  left: 40px;
  width: 2px;
  height: 100%;
  background-color: gray;
}

.faq-accordion .accordion-button {
  padding: 1.25rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  background: transparent;
  box-shadow: none;
  gap: 14px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background: transparent;
}

.faq-accordion .accordion-button::after {
  background-image: none;
  content: "−";
  font-size: 24px;
  font-weight: 500;
}

.faq-accordion .accordion-button.collapsed::after {
  content: "+";
}

.faq-section .faq-icon img {
  max-width: 46px;
  object-fit: contain;
  background-color: white;
}

.faq-accordion .accordion-body {
  padding-left: 4rem;
  padding-right: 1rem;
  color: #4b5563;
  line-height: 26px;
}

/*----------- Devops Page ---------- */

.devops-services .industry-list li .title {
  margin-bottom: 5px;
}

.form-popup-section .col-lg-12 {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 0.56)),
    url("../images/service/spotted-devops.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.form-popup-section.monitoring-formpopup .col-lg-12 {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 0%)),
    url("../images/service/network-monitoring-performance-slowdown-detection.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
}

.form-popup-section.server-admin-popup .col-lg-12 {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 0%)),
    url("../images/service/hardware-software-management-services.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
}

.form-popup-section.cloud-secure-popup .col-lg-12 {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 0%)),
    url("../images/best-cloud-service/challenge-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
}

.form-popup-section.remote-db .col-lg-12 {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 0%)),
    url("../images/service/remote-dba-cost-reduction-outsourcing.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
}

.form-popup-section.data-backup-services .col-lg-12 {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 0%)),
    url("../images/service/ransomware-protection-cloud-backup-solutions-usa.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
}

.form-popup-section.monitoring-formpopup .accordion-button,
.form-popup-section.server-admin-popup .accordion-button,
.form-popup-section.cloud-secure-popup .accordion-button,
.form-popup-section.data-backup-services .accordion-button {
  color: #fff;
}

.form-popup-section.monitoring-formpopup .accordion-body,
.form-popup-section.server-admin-popup .accordion-body,
.form-popup-section.cloud-secure-popup .accordion-body,
.form-popup-section.data-backup-services .accordion-body {
  color: #fff;
}

.form-popup-section .content-section {
  max-width: 700px;
  min-height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}

.form-popup-section .title {
  font-size: 30px;
}

.form-popup-section .custom-accordion .accordion-button::after {
  display: none;
}

.form-popup-section .custom-accordion .accordion-icon i {
  transition: transform 0.3s ease;
}

.form-popup-section .custom-accordion .accordion-button:not(.collapsed) .accordion-icon i {
  transform: rotate(90deg);
}

.form-popup-section .custom-accordion .accordion-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  background-color: white;
}

/* --------- */
.form-popup-section {
  position: relative;
}

.section-form-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}

.section-form-overlay.active {
  opacity: 1;
  visibility: visible;
}

.form-box {
  position: relative;
}

.close-form {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: none;
  font-size: 26px;
  cursor: pointer;
}

/* ----------- */
.form-popup-section .accordion-container {
  max-width: 650px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 40px;
  position: relative;
}

.form-popup-section .accordion-container::before {
  content: "";
  position: absolute;
  left: 67px;
  top: 70px;
  width: 2px;
  height: calc(100% - 140px);
  background: rgba(255, 255, 255, 0.5);
  border-left: 2px dashed rgba(255, 255, 255, 0.8);
}

.form-popup-section .custom-accordion {
  border: none;
  background: transparent;
}

.form-popup-section .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 0;
  position: relative;
}

.form-popup-section .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 20px 20px 20px 70px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

.form-popup-section .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.form-popup-section .accordion-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.form-popup-section .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.form-popup-section .accordion-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-popup-section .accordion-button::after {
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231a1a1a' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
  transition: transform 0.3s ease;
}

.form-popup-section .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

.form-popup-section .accordion-body {
  padding: 10px 20px 20px 70px;
  line-height: 1.6;
}

.form-popup-section .accordion-collapse {
  border: none;
}

.form-popup-section .accordion-item .accordion-icon i {
  color: #666;
}

.form-popup-section .accordion-container {
  padding: 25px 15px;
}

.form-popup-section .accordion-container::before {
  left: 42px;
}

.form-popup-section .accordion-button {
  padding: 14px 40px 14px 55px;
  font-size: 15px;
}

.form-popup-section .accordion-icon {
  width: 34px;
  height: 34px;
  left: 8px;
  font-size: 16px;
}

.form-popup-section .accordion-body {
  padding: 6px 40px 14px 55px;
  font-size: 13px;
}

.form-popup-section .accordion-collapse {
  transition: height 0.35s ease;
}

/* ----------- */
.devops-contact {
  background-image: url(../images/service/devops-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.devops-toolkit .stack-list .col-lg-4 {
  border: 1px solid #e5e7eb;
}

.devops-toolkit .stack-list .col-lg-4 img {
  object-fit: contain;
  max-width: 160px;
}

.devops-toolkit .stack-list .col-lg-4 .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  min-height: 120px;
}

.why-velan-section .why-card {
  background: transparent;
  padding: 28px 15px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.why-velan-section .why-card img {
  margin-bottom: 12px;
  max-width: 50px;
  object-fit: contain;
}

.why-velan-section .why-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-velan-section .why-card p {
  line-height: 26px;
}

.why-velan-section .why-card:hover {
  background: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* ------------ */
.cloud-service-sec {
  background-image: url(../images/service/cloud-service.png);
  background-repeat: no-repeat;
  background-size: 38%;
  background-position: center;
}

.cloud-service-sec.ai-powered-dev {
  background-size: 32%;
}

.cloud-service-sec.cs-serv-sec {
  background-size: 30%;
}

.cloud-service-sec .cloud-card {
  padding: 20px 20px 40px 20px;
  background-color: white;
  box-shadow: 0px 0px 2px 2px #80808040;
  border-radius: 5px;
  max-width: 550px;
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}

.cloud-service-sec .cloud-card .icon {
  max-width: 50px;
  object-fit: contain;
}

.cloud-service-sec .cloud-card h5 {
  line-height: 26px;
  font-weight: 600;
}

.cloud-service-sec .cloud-card p {
  line-height: 26px;
  margin-bottom: 0px;
}

.inner-cloud-card p {
  line-height: 26px;
  margin-bottom: 0px;
  align-items: center;
  align-self: center;
}

.inner-cloud-card {
  column-gap: 30px;
}

.inner-cloud-card .vmware {
  height: 18px;
  align-self: center;
}

.cloud-service-sec .custom-listing-icon li {
  padding-bottom: 5px;
}

.box-left-aligned {
  align-items: flex-start;
}

/*----------- Page header Breadcrumb---------- */

.page-header {
  min-height: 525px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.page-header .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.page-header .col-lg-12 {
  position: relative;
  color: white;
}

.custom-breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 2;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
  background: none;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.custom-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.custom-breadcrumb a:hover {
  color: #fff;
}

.custom-breadcrumb .active {
  color: #fff;
  font-weight: 500;
}

/*----------- Floating Buttons ---------- */

.floating-contact {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1050;
}

.floating-contact .toggle-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #6b7280;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.floating-contact .toggle-btn i {
  position: absolute;
  transition: all 0.3s ease;
}

.floating-contact .contact-actions {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.floating-contact.active .contact-actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-contact .icon-open {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.floating-contact .icon-close {
  opacity: 0;
  transform: scale(0.5) rotate(-90deg);
}

.floating-contact.active .icon-open {
  opacity: 0;
  transform: scale(0.5) rotate(90deg);
}

.floating-contact.active .icon-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.floating-contact .action-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
  background: var(--primary-color);
}

.floating-contact .action-btn img {
  width: 35px;
  object-fit: contain;
}

.floating-contact.active .toggle-btn {
  background: #ef4444;
}

.floating-contact .action-btn:hover {
  transform: scale(1.1);
}

/*----------- Back to Top ---------- */

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #0479c9;
  /* primary */
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 999;
}

#backToTop:hover {
  background: #035f9d;
}

/* Show button */
#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile */
@media (max-width: 576px) {
  #backToTop {
    bottom: 20px;
    right: 16px;
    width: 42px;
    height: 42px;
  }
}

/*----------- Footer ---------- */
footer {
  border-top: 3px solid var(--primary-color);
}

.footer-bg {
  background-color: #f0f0f0;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.divider {
  margin: 0 6px;
  color: #fff;
}

.phone-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.phone-item img {
  width: 20px;
  height: auto;
  border-radius: 2px;
}

.phone-item.email i {
  font-size: 16px;
}

.f-nav ul.nav li {
  margin-bottom: 10px;
}

.f-nav-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}

.f-nav-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 2px;
  width: 50%;
  background: var(--primary-color);
}

.devops-slider .slide-content {
  max-width: 1320px;
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 1rem;
}

/* form validation */

.validation-error {
  color: #dc3545;
  font-size: 14px;
}

select.is-invalid,
input.is-invalid {
  border: 1px solid #dc3545 !important;
}

.solution-body select {
  color: #000 !important;
  /* keeps text black */
}

.solution-body label .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* .error-card h1 {
  background-color: #0479C9;
  padding: 20px 20px;
  color: #fff;
  display: block;
  max-width: 380px;
  margin: 0 auto;
} */

.leading-managed.bg-white {
  background-color: #fff !important;
}

/* privacy policy */
.privacy-section a {
  color: #007bff;
}

.aws-managed-services {
  background-color: #fff;
}

.aws-managed-services .leading-content-sec .devops-hero-cta-btn {
  position: unset;
}

.top-aws-cloud-services {
  background-color: #eff9ff;
}

.top-aws-cloud-card {
  height: 100%;
  padding: 20px 20px;
  transition: all 0.6s ease;
}

.top-aws-cloud-card:hover {
  background-color: #eff9ff;
  height: 100%;
  padding: 20px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.01);
}

.aws-serv-support .aws-support-serv-card {
  height: 100%;
}

.bg-color-blu {
  background-color: #f1f8ff;
}

.bg-color-purp {
  background-color: #ebe9f1;
}

.bg-color-beige {
  background-color: #faf4f3;
}

.why-velan-section.why-choose-aws .why-card {
  background: #fff;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.25);
}

/* industries IT Served page */

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* Image */
.service-card img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Overlay container */
.service-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
  color: #fff;
}

/* Heading default (visible) */
.service-card .overlay h3 {
  margin: 0;
  transform: translateY(0);
  transition: transform 0.4s ease;
}

/* Paragraph hidden initially */
.service-card .overlay p {
  margin-top: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* Hover effects */
.service-card:hover img {
  transform: scale(1.05);
}

.service-card:hover .overlay h3 {
  transform: translateY(-20px);
  /* move up */
}

.service-card:hover .overlay p {
  opacity: 1;
  transform: translateY(0);
  /* slide up */
}

/* Remove default link style */
.overlay-link {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

/* Paragraph style */
.overlay-link p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.overlay-link p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.overlay-link .arrow {
  background-color: #0479c9;
  height: 38px;
  width: 42px;
  padding: 9px 13px;
  border: 1px solid #fff;
}

/* Arrow animation */
.overlay-link .arrow {
  transition: transform 0.3s ease;
}

/* Hover effect */
.service-card:hover .overlay-link .arrow {
  transform: translateX(6px);
}

/* ------------Healthcare------------ */
.health-devops-services-card {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.25);
  padding: 20px;
  height: 100%;
}

.support-section {
  background-color: #001d31;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.info-box {
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  color: #333;
}

.info-box ul {
  padding-left: 0;
  list-style: none;
}

.info-box ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}

.info-box ul li::before {
  content: "";
  background-image: url(../images/home/ULicon.png);
  width: 15px;
  height: 15px;
  background-size: 15px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0px;
  top: 4px;
}

.client-segment-card {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
}

.client-segment-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cloud-service-sec.mgt-monitoring-serv {
  background-image: url(../images/service/management-service.png);
  background-repeat: no-repeat;
  background-size: 53%;
  background-position: center;
}

.cloud-service-sec.mgt-monitoring-serv.server-support {
  background-size: 46%;
}

.explore-btn {
  border: 1px solid #0775b6;
  background-color: white;
  color: black;
  padding: 15px 10px;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 22px;
    text-align: center;
  }

  .info-box {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .service-card .overlay {
    justify-content: flex-end;
  }

  .service-card .overlay h3 {
    transform: translateY(0);
  }

  .service-card .overlay p {
    opacity: 1;
    transform: translateY(0);
  }

  .service-card img {
    transform: none;
  }
}

@media (min-width: 1200px) {
  .service-card .overlay h3 {
    font-size: 16px !important;
  }
}