/* navbar */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: #f6d62c;
  animation-name: sticky;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3", endColorstr="#404040", GradientType=1);
}

#selectLocation strong {
  text-transform: capitalize !important;
}

@keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.nav-row {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-row a {
  color: #000;
}
.nav-row a:hover {
  color: #2584c5;
}

.top-navlinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-navlinks ul li {
  padding: 0 10px;
  display: inline;
}
.top-navlinks ul li a {
  color: #000;
}
.top-navlinks .login-btn {
  background-color: #2584c5;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
}
.top-navlinks .login-btn:hover {
  color: #fff;
  background-color: rgb(28.9358974359, 103.2307692308, 154.0641025641);
}
.top-navlinks #selectLocation {
  position: relative;
}
.top-navlinks #selectLocation a .fa-location-dot {
  color: #2584c5 !important;
}
.top-navlinks #selectLocation #locationDropdown {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #ffffff;
  padding: 0px;
  margin: 0;
  width: 180px;
  z-index: 99999 !important;
  border-radius: 5px;
}
.top-navlinks #selectLocation #locationDropdown li {
  display: block;
  padding: 0;
}
.top-navlinks #selectLocation #locationDropdown li a {
  padding: 10px 10px;
  display: block;
  border-bottom: 0.1px solid rgba(37, 133, 197, 0.3294117647);
  line-height: 0;
  display: flex;
  align-items: center;
}
.top-navlinks #selectLocation #locationDropdown li a img {
  height: 25px;
  margin-right: 5px;
}

.SubNavLink {
  position: relative !important;
}
.SubNavLink .sub-Dropdown {
  display: none;
  position: absolute !important;
  top: 0px;
  left: 200px !important;
  width: 200px;
  background-color: #fff;
}
.SubNavLink .sub-Dropdown ul {
  display: block;
  padding: 0 !important;
}
.SubNavLink .sub-Dropdown ul li {
  display: block !important;
  padding: 8px 0;
  border-bottom: 0.1px solid rgba(37, 37, 37, 0.3019607843);
}
.SubNavLink .sub-Dropdown ul li:hover {
  background-color: #2584c5;
}
.SubNavLink .sub-Dropdown ul li a {
  font-weight: 400;
  font-size: 14px;
}
.SubNavLink .sub-Dropdown ul li a:hover {
  color: #fff;
}
.SubNavLink:hover .sub-Dropdown {
  display: block;
}

.NavLink {
  position: relative !important;
}
.NavLink .Dropdown {
  display: none;
  position: absolute !important;
  top: 30px;
  left: 10px !important;
  width: 200px;
  background-color: #fff;
  z-index: 9999 !important;
}
.NavLink .Dropdown ul {
  display: block;
  padding: 0 !important;
}
.NavLink .Dropdown ul li {
  display: block !important;
  padding: 8px 0;
  border-bottom: 0.1px solid rgba(37, 37, 37, 0.3019607843);
}
.NavLink .Dropdown ul li:hover {
  background-color: #2584c5;
}
.NavLink .Dropdown ul li a {
  font-weight: 400;
  font-size: 14px;
}
.NavLink .Dropdown ul li a:hover {
  color: #fff;
}
.NavLink:hover .Dropdown {
  display: block;
}

.main-nav {
  background-color: #f6d62c;
  padding: 8px 0;
}
.main-nav .nav-row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-nav .nav-row2 .logo img {
  height: 50px;
}
.main-nav .nav-row2 nav ul {
  padding: 0;
  margin: 0;
}
.main-nav .nav-row2 nav ul li {
  display: inline;
}
.main-nav .nav-row2 nav ul li a {
  padding: 10px 15px;
  color: #000;
}
.main-nav .nav-row2 nav ul li a.active {
  font-weight: bold;
  color: #2584c5;
  position: relative;
  display: inline;
}
.main-nav .nav-row2 nav ul li a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #2584c5;
  border-radius: 2px solid #252525;
  transition: all 0.5s ease-out;
}
.main-nav .nav-row2 .btn1 {
  background-color: #2584c5;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
}

footer {
  background-color: #2584c5;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .quick-links h5 {
  font-weight: 600;
}
footer .quick-links ul {
  padding: 0;
  margin: 0;
}
footer .quick-links ul li {
  list-style: none;
  padding: 3px 0;
}
footer .quick-links ul li a {
  color: #fff;
}
footer .quick-links a {
  color: #fff;
}
footer .quick-links a:hover {
  color: #f6d62c;
}
footer .contact-links a {
  display: inline;
  margin: 8px 0;
}

.bootom-footer {
  padding: 10px 0;
}

.footer-form div {
  margin-bottom: 10px;
}
.footer-form div input {
  background-color: rgba(255, 255, 255, 0.4745098039);
  border: none;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px !important;
}
.footer-form div input:focus {
  border: none;
  outline: none;
}
.footer-form div .submit-btn {
  background-color: #f6d62c;
  color: #000 !important;
  padding: 5px 40px;
}

.footer-nav-links ul {
  padding: 0;
  margin: 0;
}
.footer-nav-links ul li {
  list-style: none;
  padding: 5px 0;
}
.footer-nav-links ul li a {
  font-size: 13px;
  color: #707070;
  display: flex;
  gap: 10px;
  line-height: 20px;
}
.footer-nav-links ul li a i {
  margin-top: 5px;
  color: #2584c5;
}
.footer-nav-links ul li a:hover {
  color: #2584c5;
}

.kolkata-areas-section,
.pune-areas-section {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 600px) {
  .d-sm-none {
    display: none !important;
  }
  .top-navlinks {
    width: 100% !important;
  }
  .top-navlinks ul {
    display: flex;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 10px;
  }
  .top-navlinks ul li {
    padding: 0px;
    display: inline;
    font-size: 14px;
  }
  .top-phone,
  .top-email {
    display: none !important;
  }
  .main-nav .nav-row2 .btn1 {
    display: none !important;
  }
}
/* MOBILE FIX */
@media only screen and (max-width: 600px) {
  .nav-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .main-nav .nav-row2 nav ul li a.active:after {
    display: none !important;
  }
  .top-navlinks {
    width: 100%;
  }
  .top-navlinks ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 5px;
  }
  .top-navlinks ul li {
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
  }
  .top-phone,
  .top-email {
    display: none !important;
  }
  /* MAIN NAV FIX */
  .nav-row2 {
    align-items: flex-start;
  }
  .main-nav {
    position: relative;
  }
  .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .sidebar-overlay.open {
    display: block;
    opacity: 1;
    z-index: 9 !important;
  }
  .main-nav nav {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100vh;
    background: #fff;
    z-index: 99999 !important;
    display: block !important;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
  }
  .main-nav nav.open {
    left: 0;
    z-index: 99999 !important;
  }
  .main-nav nav .close-btn {
    display: block !important;
    text-align: right;
    padding: 5px 20px 15px;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    border-bottom: 1px solid #eaeaea;
  }
  .main-nav nav ul {
    flex-direction: column;
  }
  .main-nav nav ul li {
    display: block;
    width: 100%;
  }
  .main-nav nav ul li a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px !important;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    color: #333;
    transition: background 0.2s;
  }
  .main-nav nav ul li a:hover {
    background: #eef6fc;
    color: #2584c5 !important;
  }
  .main-nav .btn1 {
    display: none !important;
  }
  /* Toggle button */
  .menu-toggle {
    display: block !important;
    font-size: 26px;
    cursor: pointer;
    margin-left: auto;
    color: #333;
  }
  /* Parent dropdown */
  .NavLink .Dropdown {
    position: static !important;
    display: none;
    width: 100%;
    background: #fdfdfd;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);
  }
  .NavLink .Dropdown ul li {
    border: none !important;
    padding: 0;
  }
  /* Disable desktop hover expanding on mobile */
  .NavLink:hover > .Dropdown,
  .SubNavLink:hover > .sub-Dropdown {
    display: none;
  }
  .NavLink.active > .Dropdown {
    display: block !important;
    padding: 0 !important;
  }
  .NavLink.active > a .menu-arrow {
    transform: rotate(180deg);
  }
  /* Sub dropdown */
  .SubNavLink .sub-Dropdown {
    position: static !important;
    display: none;
    width: 100%;
    background: #f8f8f8;
  }
  .SubNavLink.active > .sub-Dropdown {
    display: block !important;
  }
  .SubNavLink.active > a .menu-arrow {
    transform: rotate(180deg);
  }
  /* Better spacing */
  .Dropdown ul li a {
    padding: 10px 20px 10px 40px !important;
    font-size: 15px;
  }
  .sub-Dropdown ul li a {
    padding: 10px 20px 10px 60px !important;
    font-size: 14px;
    background: #f4f4f4;
  }
  /* Add arrow icon spacing */
  .menu-arrow {
    margin-left: auto;
    font-size: 14px;
    transition: transform 0.3s ease;
    padding: 5px;
    cursor: pointer;
  }
  .quick-links {
    padding: 0 !important;
  }
  .quick-links h5 {
    margin-bottom: 10px;
  }
  footer {
    padding: 0 10px !important;
  }
  footer .quick-links ul {
    margin-bottom: 20px !important;
  }
  .quick-links br {
    display: none !important;
  }
  .contact-links {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  .bootom-footer {
    flex-direction: column !important;
  }
  .text-sm-left h2 {
    text-align: left !important;
    margin-bottom: 0;
  }
}
/* DESKTOP - hide toggle */
.menu-toggle {
  display: none;
}

.form_title {
  color: #fff;
  font-size: 40px !important;
  padding-bottom: 15px;
}

.form_subtitle {
  color: #fff;
  font-size: 18px !important;
}

/*left-side-start*/
.left-heading {
  color: #fff;
}

.progress-bar {
  list-style: none;
  margin-top: 0 !important;
  font-size: 13px;
  counter-reset: container 0;
  font-size: 16px;
  padding-left: 0 !important;
}

.progress-bar li {
  position: relative;
  margin-left: 40px;
  margin-top: 20px;
  counter-increment: container 1;
  color: #fff;
  text-align: start;
}

.progress-bar li::before {
  content: counter(container);
  line-height: 25px;
  text-align: center;
  position: absolute;
  height: 25px;
  width: 25px;
  border: 1px solid #4f6581;
  border-radius: 50%;
  left: -40px;
  top: -5px;
  z-index: 10;
  background-color: #304767;
}

.progress-bar li::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 2px;
  background-color: #4f6581;
  z-index: 1;
  left: -27px;
  top: -70px;
}

.progress-bar li.active::after {
  background-color: red;
}

.progress-bar li:first-child:after {
  display: none;
}

.progress-bar li.active::before {
  color: #fff;
  background-color: red;
}

.progress-bar li.active {
  color: #fff;
}

.steps-content h3 {
  color: #fff !important;
  font-size: 20px !important;
}

.card_box h2 {
  font-size: 25px !important;
}

.book-service-section .left-side {
  background-color: #2584c5 !important;
  padding: 30px !important;
}
.book-service-section .progress-bar {
  background-color: #2584c5 !important;
}

/*right-side-start*/
.main {
  display: none;
}

.active {
  display: block;
}

.main {
  padding: 40px;
}

.main small {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
  height: 0;
  width: 200px;
  background-color: #ccc;
  border-radius: 50%;
  color: rgb(4, 118, 0);
  font-size: 14px;
}

.text {
  margin: 0px;
}
.text h2 {
  margin: 0 !important;
}

.congrats {
  text-align: center;
}

.text p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #cbced4;
}

.input-text {
  margin: 30px 0;
  display: flex;
  gap: 20px;
}

.input-text .input-div {
  width: 100%;
  position: relative;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=time] {
  width: 100%;
  height: 40px;
  border: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #cbced4;
  gap: 20px;
  box-sizing: border-box;
  padding: 0px 10px;
  color: #797575;
}

select {
  width: 100%;
  height: 40px;
  border: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #cbced4;
  gap: 20px;
  box-sizing: border-box;
  padding: 0px 10px;
  color: #797575;
}

.input-text .input-div span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  transition: all 0.5s;
}

.input-div input:focus ~ span,
.input-div input:valid ~ span {
  top: -15px;
  left: 6px;
  font-size: 10px;
  font-weight: 600;
}

.input-div span {
  top: -15px;
  left: 6px;
  font-size: 10px;
}

@keyframes blink {
  0%, 100% {
    background-color: #2584c5;
    color: #fff;
  }
  50% {
    background-color: #fff;
    color: #2584c5;
  }
}
@keyframes blink-inverse {
  0%, 100% {
    background-color: #fff;
    color: #2584c5;
  }
  50% {
    background-color: #2584c5;
    color: #fff;
  }
}
.buttons {
  text-align: start;
  margin: 0px !important;
}

.buttons button {
  min-width: 120px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  animation: blink 2s infinite;
}

.button_space {
  display: flex;
  gap: 10px;
}

.button_space button:nth-child(1) {
  background-color: #fff;
  color: #000;
  border: 1px solid #2584c5;
  animation: blink-inverse 2s infinite;
  animation-delay: 2s;
}

/* Second button: normal blink but delayed */
.button_space button:nth-child(2) {
  animation-delay: 4s;
  border: 1px solid #2584c5;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
.warning {
  border: 1px solid red !important;
}

/* Container styling */
.radiobox-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: start;
}
.radiobox-items .radiobox-item {
  position: relative;
  width: 85px; /* Adjust width based on label image size */
  height: 85px; /* Adjust height based on label image size */
}

/* Hide default radio buttons */
.select-brand {
  display: none;
}

/* Style the custom radio button label */
.select-brand-label {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border: 2px solid #cbd6dc;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

/* Add unique brand images to each label */
#selectbrand1 + .select-brand-label {
  background-image: url("../images/form-images/1-acer.png");
}

#selectbrand2 + .select-brand-label {
  background-image: url("../images/form-images/2-apple.png");
}

#selectbrand3 + .select-brand-label {
  background-image: url("../images/form-images/3-asus.png");
}

#selectbrand4 + .select-brand-label {
  background-image: url("../images/form-images/4-dell.png");
}

#selectbrand5 + .select-brand-label {
  background-image: url("../images/form-images/5-fujistu.png");
}

#selectbrand6 + .select-brand-label {
  background-image: url("../images/form-images/6-hp.png");
}

#selectbrand7 + .select-brand-label {
  background-image: url("../images/form-images/7-iball.png");
}

#selectbrand8 + .select-brand-label {
  background-image: url("../images/form-images/8-lenovo.png");
}

#selectbrand10 + .select-brand-label {
  background-image: url("../images/form-images/10-samsung.png");
}

#selectbrand11 + .select-brand-label {
  background-image: url("../images/form-images/11-sony-viao.png");
}

#selectbrand12 + .select-brand-label {
  background-image: url("../images/form-images/12-wipro.png");
}

#selectbrand9 + .select-brand-label {
  background-image: url("../images/form-images/9-others.png");
}

.select-brand:checked + .select-brand-label {
  border-color: #2584c5; /* Adjust highlight color as desired */
  box-shadow: 0 0 10px rgba(62, 158, 182, 0.5);
}

/* Button styling */
.buttons {
  display: flex;
  margin: 0px !important;
}

.next_button {
  background-color: #2584c5;
  color: white;
  padding: 10px 20px;
  border: 1px solid #2584c5 !important;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.next_button:hover {
  background-color: #2584c5;
}

.submit_button {
  background-color: #2584c5;
  color: white;
  padding: 10px 20px;
  border: 1px solid #2584c5 !important;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit_button:hover {
  background-color: #2584c5;
}

/* Container styling */
.input-text.selectService {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Hide the default radio button */
.service-checkbox {
  display: none;
}

/* Style for the label as clickable box */
.label_title {
  padding: 10px 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  font-size: 14px !important;
  color: #333;
  text-align: center;
}

/* Change style when a radio button is selected */
.service-checkbox:checked + .label_title {
  background-color: #2584c5;
  color: white;
  border-color: #2584c5;
}

/* Add hover effect for labels */
.label_title:hover {
  background-color: #f0f0f0;
  border-color: #888;
}

.radio-options {
  display: flex;
  gap: 10px;
}

.servOption {
  display: none;
}

.servOption:checked + .label_title {
  background-color: #2584c5;
  color: white;
  border-color: #2584c5;
}

#picupOptions input,
#picupOptions select {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #818181;
  width: 100%;
}
#picupOptions ::-moz-placeholder {
  color: #000;
}
#picupOptions ::placeholder {
  color: #000;
}

.picup-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.payment-options .payment-option {
  width: 49%;
}
.payment-options .payment-option label {
  width: 100%;
}

.payment {
  display: none;
}

.payment:checked + .label_title {
  background-color: #2584c5;
  color: white;
  border-color: #2584c5;
}

.disabled-option {
  opacity: 0.55;
  cursor: not-allowed;
}

.book-service-section .booking-status {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: 16px;
  margin-bottom: 24px;
  border: 1px solid #d8e6f2;
  background: linear-gradient(135deg, #f8fcff 0%, #eef7ff 100%);
}
.book-service-section .booking-status-success {
  border-color: #bfe7c8;
  background: linear-gradient(135deg, #f4fff7 0%, #ebfff0 100%);
}
.book-service-section .booking-status-error {
  border-color: #f1c3c3;
  background: linear-gradient(135deg, #fff7f7 0%, #fff0f0 100%);
}
.book-service-section .booking-status-icon {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #2584c5;
}
.book-service-section .booking-status-success .booking-status-icon {
  background: #1f9d55;
}
.book-service-section .booking-status-error .booking-status-icon {
  background: #d64545;
}
.book-service-section .booking-status-copy h3 {
  font-size: 24px !important;
  margin-bottom: 6px;
}
.book-service-section .booking-status-copy p {
  margin-bottom: 8px;
  color: #334155;
}
.book-service-section .booking-status-note {
  display: inline-block;
  font-size: 14px;
  color: #166534;
  background: rgba(31, 157, 85, 0.12);
  padding: 8px 12px;
  border-radius: 999px;
  margin: 0 8px 8px 0;
}
.book-service-section .booking-status-details {
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #d6e8d9;
  background: rgba(255, 255, 255, 0.72);
}
.book-service-section .booking-status-details h4 {
  font-size: 18px !important;
  margin-bottom: 12px;
}
.book-service-section .booking-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.book-service-section .booking-status-item {
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e3edf5;
}
.book-service-section .booking-status-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 4px;
}
.book-service-section .booking-status-item strong {
  display: block;
  color: #1e293b;
  font-size: 14px;
  line-height: 1.45;
}
.book-service-section .submit-btn.is-submitting,
.book-service-section .submit_button.is-submitting {
  opacity: 0.7;
  pointer-events: none;
}
.book-service-section .payment-intro {
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 14px;
  background: #f7fbff;
  border: 1px solid #d9e8f5;
}
.book-service-section .payment-intro h4 {
  margin: 10px 0 6px;
  font-size: 20px !important;
}
.book-service-section .payment-intro p {
  margin: 0;
  color: #475569;
}
.book-service-section .payment-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f766e;
  background: #dff7f3;
}
.book-service-section .payment-options .payment-option label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-height: 92px;
  justify-content: center;
  padding: 14px 16px;
}
.book-service-section .payment-options .payment-option label strong {
  font-size: 16px;
  font-weight: 700;
}
.book-service-section .payment-options .payment-option label span {
  font-size: 13px;
  color: #5b6777;
}
.book-service-section .active-payment-option {
  box-shadow: 0 10px 24px rgba(37, 132, 197, 0.12);
}
.book-service-section .payment:checked + .active-payment-option span {
  color: #fff;
}
.book-service-section .disabled-option {
  background: #f5f7fa;
  border-style: dashed;
  opacity: 0.78;
}
.book-service-section .disabled-option span {
  color: #7b8794 !important;
}
.book-service-section .payment-footnote {
  margin-top: 14px;
  font-size: 13px;
  color: #64748b;
}

.service-item input[type=checkbox] {
  display: none;
}

.service-item .service-label {
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* Backgrounds */
.service-1 {
  background-image: url("../images/service-img/beep-sound.png");
}

.service-2 {
  background-image: url("../images/service-img/broken-hinges.png");
}

.service-3 {
  background-image: url("../images/service-img/broken-laptop-repair.png");
}

.service-4 {
  background-image: url("../images/service-img/data-loss.png");
}

.service-5 {
  background-image: url("../images/service-img/dvd-repair-error.png");
}

.service-6 {
  background-image: url("../images/service-img/freeze-or-restart.png");
}

.service-7 {
  background-image: url("../images/service-img/keys-not-working.png");
}

.service-8 {
  background-image: url("../images/service-img/laptop-battey-not-charging.png");
}

.service-9 {
  background-image: url("../images/service-img/laptop-blank-display.png");
}

.service-10 {
  background-image: url("../images/service-img/laptop-charger.png");
}

.service-11 {
  background-image: url("../images/service-img/laptop-dc-jack-repair.png");
}

.service-12 {
  background-image: url("../images/service-img/laptop-general-service.png");
}

.service-13 {
  background-image: url("../images/service-img/laptop-keyboard-problem.png");
}

.service-14 {
  background-image: url("../images/service-img/laptop-noise-issue.png");
}

.service-15 {
  background-image: url("../images/service-img/laptop-overheating-issue.png");
}

.service-16 {
  background-image: url("../images/service-img/laptopnot-poweron.png");
}

.service-17 {
  background-image: url("../images/service-img/lcd-led-screen-repair.png");
}

.service-18 {
  background-image: url("../images/service-img/liquid-spill.png");
}

.service-19 {
  background-image: url("../images/service-img/motherboard-repair.png");
}

.service-20 {
  background-image: url("../images/service-img/os-not-booting.png");
}

.service-21 {
  background-image: url("../images/service-img/password-recovery.png");
}

.service-22 {
  background-image: url("../images/service-img/touchpad-not-working.png");
}

.service-23 {
  background-image: url("../images/service-img/virus.png");
}

.service-24 {
  background-image: url("../images/service-img/webcam-not-working.png");
}

.service-25 {
  background-image: url("../images/service-img/wifi-problem.png");
}

/* Selected effect */
.service-item input[type=checkbox]:checked + .service-label,
.service-item input[type=checkbox]:checked ~ .service-label {
  box-shadow: 0 0 0 4px #007bff;
  background: rgba(0, 123, 255, 0.8);
}

.live-location-btn {
  background-color: #2584c5;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  border: none;
}

.service-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-item {
  width: 30.8%;
  height: 130px;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: none;
  padding: 0 !important;
}

/* Hide checkbox */
.service-item input[type=checkbox] {
  display: none;
}

/* Service title text (optional, can be removed) */
.service-item span {
  color: #fff;
  background-color: #2584c5;
  padding: 4px 8px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.service-item input[type=checkbox]:checked ~ span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px rgba(0, 123, 255, 0.6);
  z-index: -1;
}

select,
.shop-radio {
  padding: 10px;
  margin-bottom: 20px;
}

#radioOptions {
  display: flex;
  margin-top: 20px;
  gap: 5px;
  flex-wrap: wrap;
}
#radioOptions .radio-option {
  width: 31.5%;
  display: flex;
  align-items: center;
  border: 1px solid #818181;
  padding: 10px;
  border-radius: 4px;
}
#radioOptions .radio-option input {
  width: 20px;
  margin: 0 !important;
}

.radio-group {
  margin-top: 20px;
}

.radio-option {
  margin-bottom: 8px;
}

.shop-details {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  border: 1px solid #cbced4;
}

.shop-details-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.shop-details h3 {
  color: #2584c5;
  margin-bottom: 0;
  font-size: 20px;
}

.shop-details p {
  margin: 5px 0;
  font-size: 14px;
}

.copy-shop-btn {
  border: 1px solid #2584c5;
  background: #eef7ff;
  color: #2584c5;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.copy-shop-feedback {
  display: block;
  margin-top: 10px;
  color: #2584c5;
  font-size: 13px;
  font-weight: 600;
}

.icon {
  margin-right: 6px;
}

.back_button {
  padding: 10px 20px !important;
}

@media only screen and (max-width: 600px) {
  .card_box h2 {
    font-size: 20px !important;
  }
  .book-service-section .left-side {
    padding: 22px 18px !important;
  }
  .main {
    padding: 30px 10px;
  }
  .main .d-flex {
    flex-wrap: wrap !important;
  }
  .service-item {
    width: 100%;
  }
  .radiobox-items .radiobox-item {
    position: relative;
    width: 29.1%;
    height: 70px;
  }
  #radioOptions .radio-option {
    width: 100%;
  }
  .button_space {
    padding-top: 10px !important;
    width: 100%;
  }
  .button_space button,
  .submit_button,
  .next_button,
  .back_button {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .radio-options {
    flex-direction: column;
  }
  .payment-options .payment-option {
    width: 100%;
  }
  .shop-details {
    padding: 16px;
  }
  .shop-details-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .copy-shop-btn {
    width: 100%;
  }
  .book-service-section .booking-status {
    flex-direction: column;
  }
  .booking-status-grid {
    grid-template-columns: 1fr;
  }
}
.form-inline-status {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #d8e6f2;
  background: #f8fcff;
}

.form-inline-status p {
  margin: 0;
  color: #1e293b;
}

.form-inline-status-success {
  border-color: #bfe7c8;
  background: #f4fff7;
}

.form-inline-status-error {
  border-color: #f1c3c3;
  background: #fff7f7;
}

body {
  font-family: "Hanken Grotesk", sans-serif !important;
}

a {
  text-decoration: none !important;
}

h2 {
  color: #2584c5;
}

.mobile-text {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.btn1 {
  background-color: #f6d62c;
  padding: 8px 20px;
  color: #000000;
  border-radius: 10px;
  line-height: 35px;
  border: 1px solid #f6d62c;
}
.btn1:hover {
  background-color: transparent;
  color: #f6d62c;
}

.brand-logo-img {
  height: 30px;
}

.brand-image {
  width: 100% !important;
}

.brand-logo-img.dell,
.brand-logo-img.hp {
  height: 60px;
}

.aboutus-banner {
  width: 100%;
  height: 50vh;
  background: url("../images/aboutus-banner.jpg") top no-repeat;
  background-size: cover;
}

.border-1 {
  border-width: 1px !important;
  border: 1px solid rgba(0, 0, 0, 0.3568627451);
  padding: 20px;
}

.spare-banner {
  width: 100%;
  height: 50vh;
  background: url("../images/spare-banner.jpg") top no-repeat;
  background-size: cover;
}

.book-service-banner {
  width: 100%;
  height: 50vh;
  background: url("../images/banners/book-our-service-banner.jpg") center no-repeat;
  background-size: cover;
}
.book-service-banner .banner-content-bk {
  height: 50vh;
  display: flex;
  align-items: start;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}

.book-btn2 {
  background-color: #219bce;
  padding: 8px 20px;
  color: #ffffff !important;
  border-radius: 10px;
  line-height: 35px;
  border: 1px solid #219bce;
  width: -moz-fit-content;
  width: fit-content;
}
.book-btn2:hover {
  background-color: transparent;
  color: #219bce !important;
}

.custom-list-box ul li a {
  color: #000000;
}
.custom-list-box ul li a:hover {
  color: #219bce;
}

.abt-img img {
  border-radius: 5px;
}

.abt-sec2 {
  width: 100%;
  height: auto;
  background: url("../images/texture-banner4.jpg") top no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(244, 244, 244, 0.932);
}

.abt-box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.custom-row {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.custom-row .what-we-do-title {
  width: 31% !important;
}
.custom-row .what-we-do-title p {
  margin-bottom: 40px;
}
.custom-row .what-we-do-content {
  width: 31% !important;
  text-align: justify;
}
.custom-row .what-we-do-content h4 {
  color: #2584c5;
  font-size: 18px;
  font-weight: 600;
}
.custom-row .what-we-do-content p {
  color: #606060;
  font-size: 14px;
}
.custom-row .product-solution-title {
  width: 31% !important;
}
.custom-row .product-solution-content {
  width: 31% !important;
}
.custom-row .product-solution-content ul {
  padding: 0;
  margin: 0;
}
.custom-row .product-solution-content ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 5px 0;
}
.custom-row .product-solution-content ul li .fa-regular {
  color: #2584c5;
  margin-top: 5px;
}

.products-solution-sec {
  background-color: rgba(244, 244, 244, 0.932);
}

.amc-content h2 {
  font-size: 25px;
}
.amc-content ul {
  padding: 0;
  margin: 0;
}
.amc-content ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 5px 0;
}
.amc-content ul li .fa-regular {
  color: #2584c5;
  margin-top: 5px;
}

.our-team-sec {
  background-color: rgba(244, 244, 244, 0.932);
}

.list-style ul {
  padding: 0;
  margin: 0;
}
.list-style ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 5px 0;
}
.list-style ul li .fa-regular {
  color: #2584c5;
  margin-top: 5px;
}

.mission-sec {
  width: 100%;
  height: auto;
  background: url("../images/texture-banner4.jpg") top no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(244, 244, 244, 0.932);
}

.tab {
  background-color: rgba(231, 231, 231, 0.3294117647);
}
.tab button {
  display: block;
  background-color: inherit;
  color: #333;
  padding: 20px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #66b4e7;
  color: #fff;
}
.tab button.active {
  background-color: #2584c5;
  color: #fff;
}

.link {
  color: #2584c5;
}
.link:hover {
  color: #055e85;
}

.tabcontent {
  padding: 10px 12px;
  border-left: none;
}
.tabcontent h3 {
  font-size: 20px;
  color: #2584c5;
}
.tabcontent ul {
  padding: 0;
  margin: 0;
}
.tabcontent ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 5px 0;
}
.tabcontent ul li .fa-regular {
  color: #2584c5;
  margin-top: 5px;
}

.client {
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 5px;
}
.client img {
  border-radius: 5px;
}

.location-sec {
  width: 100%;
  height: auto;
  background: url("../images/texture-banner4.jpg") fixed no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(244, 244, 244, 0.932);
}

#location-tabs {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#location-tabs li {
  list-style: none;
  margin: 0 30px;
}
#location-tabs li a {
  color: #fff;
  background-color: #66b4e7;
  padding: 10px 40px;
  border-radius: 20px;
}
#location-tabs li.active a {
  color: #fff;
  background-color: #2584c5;
}

.location-card {
  background-color: #efefef;
  margin-bottom: 30px;
  height: auto;
  text-align: center;
  padding: 20px 20px;
  position: relative;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.location-card h4 {
  color: #2584c5;
}
.location-card p {
  color: #606060;
}
.location-card a {
  color: #606060;
}
.location-card i {
  font-size: 12px;
  color: #2584c5;
}

.contactus-banner {
  width: 100%;
  height: 50vh;
  background: url("../images/contactus-banner.jpg") top no-repeat;
  background-size: cover;
}

.career-banner {
  width: 100%;
  height: 50vh;
  background: url("../images/career-banner.jpg") top no-repeat;
  background-size: cover;
}

form .form-control {
  border: none !important;
  border-bottom: 1px solid #606060 !important;
  border-radius: 0 !important;
  color: #606060 !important;
  font-size: 16px !important;
}
form .form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #2584c5 !important;
}
form .form-select {
  border: none !important;
  border-bottom: 1px solid #606060 !important;
  border-radius: 0 !important;
  color: #606060 !important;
  font-size: 16px !important;
}
form .form-select:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #2584c5 !important;
}
form .submit-btn {
  padding: 10px 30px;
  background-color: #2584c5;
  color: #fff;
  outline: none !important;
  border: none;
}

#Contact-tabList {
  padding: 0;
  margin: 0;
}
#Contact-tabList li {
  list-style: none;
  display: inline;
  padding: 10px 20px;
  background-color: #66b4e7;
  margin: 0 10px 0 0;
  border-radius: 5px;
}
#Contact-tabList li.active {
  background-color: #2584c5;
}
#Contact-tabList li a {
  color: #fff;
}

.contact-tabs-content h4 {
  font-size: 24px;
  color: #2584c5;
}
.contact-tabs-content h5 {
  font-size: 18px;
}
.contact-tabs-content a {
  color: #333;
  padding: 5px 0;
  display: block;
}
.contact-tabs-content a i {
  color: #2584c5;
}
.contact-tabs-content a:hover {
  color: #2584c5;
}

.spare-content-section p {
  font-size: 14px;
  color: #606060;
}
.spare-content-section .spare-content-img img {
  border-radius: 10px;
}
.spare-content-section ul li {
  padding: 8px 0;
  list-style: none;
  position: relative;
}

.service-content-section p {
  font-size: 14px;
  color: #606060;
}
.service-content-section .spare-content-img img {
  border-radius: 10px;
}
.service-content-section h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.service-content-section ul li {
  padding: 8px 0;
  list-style: none;
  position: relative;
}
.service-content-section .store-image {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.spare-content-section2 {
  background-color: #f5f5f5;
}
.spare-content-section2 p {
  color: #606060 !important;
  font-size: 14px !important;
}

.service-content-section2 {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.service-content-section2 h5 {
  color: #2584c5;
}
.service-content-section2 ul {
  padding: 0;
  margin: 0;
}
.service-content-section2 ul li {
  padding: 8px 0;
  list-style: none;
  position: relative;
}

.how-it-works-row {
  display: flex;
  justify-content: space-between;
}
.how-it-works-row .how-it-works-col {
  width: 30%;
  text-align: center;
  gap: 30px;
  position: relative;
}
.how-it-works-row .how-it-works-col div {
  padding: 20px;
}
.how-it-works-row .how-it-works-col p {
  margin-bottom: 0;
}
.how-it-works-row .how-it-works-col svg {
  height: 70px;
}
.how-it-works-row .how-it-works-col::after {
  font-family: "fontawesome";
  font-size: 15px;
  color: #2584c5;
  content: "\f061";
  position: absolute;
  top: 20%;
  right: -40px;
  font-size: 40px;
  opacity: 0.4;
}
.how-it-works-row .how-it-works-col:last-child::after {
  display: none;
}
.how-it-works-row .how-it-works-col h4 {
  font-size: 20px;
  margin-top: 20px;
}
.how-it-works-row .how-it-works-col p {
  font-size: 14px;
}

.authorities-col {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.authorities-col img {
  height: 70px;
}
.authorities-col p {
  margin-bottom: 0;
}

.list-style ul {
  padding: 0 !important;
  margin: 0 !important;
}
.list-style ul li {
  list-style: none;
  margin: 0;
  font-size: 14px;
  color: #606060;
}
.list-style ul li i {
  color: #2584c5;
}

.form-container {
  display: flex;
  width: 80%;
  margin: 0 auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.form-container a {
  color: #2584c5;
}
.form-container .form-col1 {
  width: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-container .form-col1 form label {
  color: #979797;
}
.form-container .form-col1 form input {
  padding: 10px 20px;
  width: 100%;
  outline: none;
}
.form-container .form-col1 form ::-moz-placeholder {
  color: #979797;
}
.form-container .form-col1 form ::placeholder {
  color: #979797;
}
.form-container .form-col1 form .submit-btn {
  padding: 10px 50px;
  background-color: #2584c5;
}
.form-container .form-col2 {
  width: 50%;
}
.form-container .form-col2 img {
  border-radius: 0 10px 10px 0;
}

.our-team-sec ul {
  padding: 0;
}
.our-team-sec li {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0 0px;
  padding: 5px 10px;
}
.our-team-sec li .fa-regular {
  margin-top: 4px;
  color: #2584c5;
}
.our-team-sec li strong {
  color: #2584c5;
}
.our-team-sec li a {
  color: #fff;
  background-color: #66b4e7;
  padding: 10px 40px;
  border-radius: 20px;
}
.our-team-sec li.active a {
  color: #fff;
  background-color: #2584c5;
}

#gallery-tabs {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gallery-tabs li {
  list-style: none;
  margin: 0 30px;
}
#gallery-tabs li a {
  color: #fff;
  background-color: #66b4e7;
  padding: 10px 40px;
  border-radius: 20px;
}
#gallery-tabs li.active a {
  color: #fff;
  background-color: #2584c5;
}

.career-content-section p {
  font-size: 16px;
  color: #606060;
}

.grey-sec {
  background-color: #f5f5f5;
}
.grey-sec p {
  font-size: 16px;
  color: #606060;
}

.cerificate {
  height: 241px;
  overflow: hidden;
  border: 1px solid #2584c5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.banglore-areas-section {
  background-color: #f5f5f5;
}

.mumbai-areas-section {
  background-color: #f5f5f5;
}

.chennai-areas-section {
  background-color: #f5f5f5;
}

.hyderbad-areas-section {
  background-color: #f5f5f5;
}

.mumbai-areas-section {
  background-color: #f5f5f5;
}

.contact-form-info {
  width: 80%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.contact-form-info .form-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.4352941176);
  border-radius: 0;
}
.contact-form-info h2 {
  font-size: 20px !important;
  padding-bottom: 15px;
}
.contact-form-info .form-select {
  border: 1px solid rgba(0, 0, 0, 0.4352941176);
  border-radius: 0 !important;
}

.submit-btn {
  background-color: #219bce;
  padding: 8px 20px;
  border: none;
  color: #fff;
  border-radius: 5px;
}

#LocationForm {
  padding: 20px;
  background-color: #66b4e7;
}

@media (max-width: 767px) {
  .book-service-banner {
    background-position: right !important;
  }
  .custom-row {
    flex-direction: column;
  }
  .custom-row .what-we-do-title,
  .custom-row .what-we-do-content,
  .custom-row .product-solution-title,
  .custom-row .product-solution-content {
    width: 100% !important;
  }
  .abtus-content {
    padding-top: 10px !important;
  }
  .abtus-content p {
    margin-bottom: 10px !important;
  }
  #location-tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  #location-tabs li {
    margin: 0;
    width: -moz-fit-content !important;
    width: fit-content !important;
    font-size: 14px !important;
  }
  #location-tabs li a {
    padding: 7px 15px !important;
  }
}
body {
  font-family: "Hanken Grotesk", sans-serif !important;
}

a {
  text-decoration: none !important;
}

h2 {
  color: #2584c5;
}

.link {
  color: #2584c5;
}
.link:hover {
  color: #055e85;
}

.btn {
  background-color: #f6d62c !important;
  padding: 8px 20px;
  color: #000000 !important;
  border-radius: 10px;
  line-height: 35px;
  border: 1px solid #f6d62c;
}
.btn:hover {
  background-color: #2584c5 !important;
  color: #fff !important;
}

.book-now-btn {
  background-color: #f6d62c !important;
  padding: 8px 20px;
  color: #000000 !important;
  display: block !important;
  width: 100%;
  border-radius: 10px;
  line-height: 35px;
  border: 1px solid #f6d62c;
  text-align: center;
}
.book-now-btn:hover {
  background-color: #2584c5 !important;
  color: #fff !important;
}

.btn1 {
  background-color: #f6d62c;
  padding: 8px 20px;
  color: #000000;
  border-radius: 10px;
  line-height: 35px;
  border: 1px solid #f6d62c;
}
.btn1:hover {
  background-color: #2584c5;
  color: #fff;
}

.btn2 {
  background-color: #2584c5;
  padding: 8px 20px;
  color: #ffffff !important;
  border-radius: 10px;
  line-height: 35px;
  border: 1px solid #2584c5;
}
.btn2:hover {
  background-color: transparent;
  color: #2584c5 !important;
}

.banner-content {
  margin-top: 0%;
  margin-left: 10%;
  padding-top: 4%;
}
.banner-content h1 {
  font-size: 50px;
  font-weight: 400 !important;
  line-height: 65px;
}

.banner-btns {
  margin-top: 10px;
}
.banner-btns a {
  font-weight: 500;
  background-color: #2584c5;
  color: #fff;
  padding: 6px 30px;
  margin: 0 30px 0 0;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #2584c5;
}
.banner-btns a:hover {
  background-color: transparent;
  color: #2684c5;
}

.city-select {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 5px;
}

.bootom-footer p strong {
  text-transform: capitalize !important;
}

.mfp-title {
  display: none !important;
}

.city-box span {
  display: flex;
  flex-direction: column !important;
  color: #333333 !important;
}

.city-box a {
  color: #333333 !important;
}

.how-it-works-row {
  display: flex;
  align-items: start;
}
.how-it-works-row .how-it-works-col {
  width: 33%;
}
.how-it-works-row svg {
  width: 100px;
}

.service-sec .c-row {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.service-sec .service-box {
  margin-top: -2%;
  z-index: 99 !important;
  width: 23%;
  height: 150px;
  background-color: #fff;
  box-shadow: 4px 4px 4px 0px rgb(176, 176, 176);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-sec .service-box svg {
  height: 60px;
}
.service-sec .service-box h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.service-sec .service-box a {
  width: 100%;
  padding: 20px;
  color: #000000;
}

.banner {
  width: 100%;
  height: 100vh;
  background: url("../images/banner.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
}

.about-content {
  width: 90%;
}
.about-content h2 {
  color: #2584c5;
  margin-bottom: 20px;
}
.about-content span {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.about-content p {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 27px;
}

.counters-sec {
  width: 100%;
  background: url("../images/texture-banner.jpg") center no-repeat;
  background-size: cover;
  height: auto;
}
.counters-sec .counters-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.counters-sec .counters-col {
  width: 13%;
  height: 150px;
  border: 1px solid #fff;
  border-radius: 9px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  padding: 10px;
}
.counters-sec .counters-col h5 {
  font-size: 30px;
  font-weight: 600;
}
.counters-sec .counters-col p {
  font-size: 14px;
  margin-bottom: 0;
}

.spares .spares-content {
  padding: 10px 0;
}
.spares .spares-content h4 {
  color: #2584c5;
  border-bottom: 1px solid #2584c5;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
}
.spares .spares-content p {
  color: #6b6b6b;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 50px;
  position: absolute;
  top: 35%;
  align-items: center;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0;
  font-size: 25px;
  font-weight: 700;
  background: rgba(102, 140, 52, 0.1137254902) !important;
  color: #333333 !important;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: #e0e0e0 !important;
  color: #000 !important;
}

.owl-carousel .owl-prev {
  left: 0px;
}

.owl-carousel .owl-next {
  right: 0px;
}

.rent-lap-section {
  width: 100%;
  height: auto;
  background: url("../images/texture-banner2.jpg") center no-repeat;
  background-size: cover;
}
.rent-lap-section .rent-lap-content {
  color: #fff;
}
.rent-lap-section .rent-lap-content h5 {
  margin-bottom: 20px;
}
.rent-lap-section .rent-lap-content h5 span {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4745098039);
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
}

.rent-laptop-img {
  padding: 20px;
}

.rent-lap-content {
  padding: 20px;
}

.rent-bg {
  background: url("../images/rent-laptop.jpg") center no-repeat;
  background-size: cover;
  padding: 30px 40px;
  display: flex;
  gap: 20px;
}
.rent-bg .rent-img {
  width: 50%;
}
.rent-bg .rent-details {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  color: #fff;
}
.rent-bg .rent-details h4 {
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.4745098039);
  padding: 7px 10px;
  border-radius: 5px;
  text-transform: uppercase;
}
.rent-bg .rent-details a {
  line-height: 20px !important;
}

.testimonial-sec {
  background-color: #e9f2f9;
}
.testimonial-sec .testimonials {
  text-align: center;
  padding: 20px;
  width: 80%;
  margin: auto;
}
.testimonial-sec .testimonials svg {
  height: 20px;
}
.testimonial-sec .testimonials h6 {
  text-transform: uppercase;
  color: #2584c5;
  font-size: 15px;
  margin-top: 30px;
}
.testimonial-sec .testimonials .fa-solid {
  color: #fbb03b;
}

.seo-link {
  color: #2584c5;
  font-weight: bold;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000000000000000000000000 !important;
}

.popup-content {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.close {
  position: absolute;
  top: -5px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
}

.popup-box h3 {
  font-size: 20px;
  color: #2584c5;
}
.popup-box .form-select {
  padding: 10px 20px;
}
.popup-box .find-btn {
  padding: 10px 30px;
  background-color: #2584c5;
  border: none;
  border-radius: 5px;
  color: #fff;
}

.popup #locationDropdown {
  display: flex;
  gap: 10px;
}
.popup #locationDropdown li {
  width: 20%;
}

.city-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.city-box span {
  cursor: pointer;
}
.city-box img {
  height: 70px;
}

.service-side-nav h5 {
  color: hsl(204, 68%, 46%);
  font-size: 18px !important;
}
.service-side-nav .sidenav-col {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.service-side-nav ul {
  margin: 0;
}
.service-side-nav ul li {
  padding: 10px 0 !important;
  list-style: none !important;
  font-size: 15px !important;
  position: relative !important;
}
.service-side-nav ul li::before {
  content: "\f178";
  font-family: "fontawesome";
  position: absolute;
  left: -25px;
  top: 10px;
  font-size: 13px;
  color: #2584c5;
}
.service-side-nav ul li a {
  color: #000000;
}

.custom-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.custom-pagination .pagination li {
  height: 40px;
  width: 40px;
  background-color: #2584c5;
  border-radius: 2px;
}
.custom-pagination .pagination li a {
  color: #fff;
  display: block;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-pagination .pagination li:hover {
  background-color: #f6d62c;
}
.custom-pagination .pagination li:hover a {
  color: #000;
}

.service-box1 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px;
}

.address h4 {
  color: #2584c5;
}
.address .address-box {
  padding: 10px;
  border: 1px solid rgba(51, 51, 51, 0.0901960784);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 20px;
}
.address .address-box h6 {
  font-size: 18px;
  color: #2684c5;
}
.address .address-box address {
  margin-bottom: 0;
}

.custom-list-box div {
  border: 1px solid rgba(51, 51, 51, 0.0352941176);
  padding: 20px 20px !important;
}
.custom-list-box ul {
  padding: 0 20px;
}
.custom-list-box ul li {
  list-style: none;
  margin: 0 !important;
  padding: 8px 0 !important;
  font-size: 15px !important;
  position: relative !important;
}
.custom-list-box ul li::before {
  content: "\f178";
  font-family: "fontawesome";
  position: absolute;
  left: -25px;
  top: 10px;
  font-size: 13px;
  color: #2584c5;
}

.service-content-main h5 {
  color: #2584c5;
  font-size: 16px !important;
}
.service-content-main h2 {
  color: #000 !important;
  font-size: 25px !important;
}
.service-content-main h4 {
  color: #2584c5;
  font-size: 18px !important;
  margin-bottom: 15px !important;
  line-height: 30px;
}
.service-content-main a {
  color: #2584c5 !important;
}
.service-content-main p {
  font-size: 16px !important;
  line-height: 30px;
}

.spare-content-section p {
  font-size: 14px;
  color: #606060;
}
.spare-content-section .spare-content-img img {
  border-radius: 10px;
}
.spare-content-section ul {
  padding: 0;
  margin: 0 0 10px 0;
}
.spare-content-section ul li {
  padding: 5px 0;
  list-style: none;
  position: relative;
  font-size: 14px !important;
  color: #606060;
}
.spare-content-section ul li .fa-solid {
  color: #2584c5;
  font-size: 25px;
  margin-right: 10px;
}

.spare-content-section2 {
  background-color: #f5f5f5;
}
.spare-content-section2 p {
  color: #606060 !important;
  font-size: 14px !important;
}
.spare-content-section2 ul {
  padding: 0;
  margin: 0 0 10px 0;
}
.spare-content-section2 ul li {
  padding: 5px 0;
  list-style: none;
  position: relative;
  color: #606060;
}
.spare-content-section2 ul li .fa-solid {
  color: #2584c5;
  font-size: 18px !important;
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .banner {
    height: auto !important;
  }
  .banner-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .banner-btns a {
    font-size: 14px !important;
    margin: 0 !important;
  }
  .banner-content {
    margin-top: 0%;
    margin-left: 0%;
    padding: 40px 10px;
  }
  .banner-content h1 {
    font-size: 30px !important;
    line-height: 40px;
  }
  .service-sec .c-row {
    flex-direction: column;
    gap: 20px;
  }
  .service-sec .service-box {
    width: 100%;
  }
  .city-box {
    gap: 10px;
    flex-wrap: wrap;
  }
  .city-box a {
    font-size: 15px !important;
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }
  .city-box .city-box img {
    height: 50px;
  }
  .rent-bg {
    flex-direction: column;
    gap: 20px;
  }
  .rent-bg .rent-img {
    width: 100%;
  }
  .owl-carousel .owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-next {
    right: 0px;
  }
  .counters-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .counters-row .counters-col {
    width: 47%;
    margin-bottom: 0px;
  }
  .rent-lap-section .rent-lap-content h5 span {
    font-size: 12px !important;
  }
  .rent-laptop-img,
  .rent-lap-content {
    padding: 10px 0;
  }
  .rent-bg {
    padding: 20px;
  }
  .testimonial-sec .testimonials {
    width: 100%;
  }
  .home-header.banner {
    position: relative;
  }
  .home-header.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* White gradient overlay */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    z-index: 1;
  }
  /* Keep content above overlay */
  .home-header.banner * {
    position: relative;
    z-index: 2;
  }
  .tab {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: left;
    padding: 10px !important;
  }
  .tab button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 10px 15px;
    font-size: 14px !important;
  }
  .tab.p-0 {
    padding: 10px !important;
  }
  .custom-row .what-we-do-title p {
    margin-bottom: 20px !important;
  }
  .col-md-6 img {
    margin-bottom: 10px !important;
  }
  .service-content-section .col-md-8 {
    order: -1 !important;
  }
  .custom-list-box div {
    padding: 0px 10px 0px 20px !important;
  }
  .custom-list-box div ul {
    margin: 0 !important;
  }
  .service-box1 {
    padding: 20px;
    margin-top: 20px;
  }
  #Contact-tabList {
    margin-top: 30px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 5px !important;
  }
  #Contact-tabList li {
    padding: 10px;
  }
  #Contact-tabList li a {
    font-size: 14px;
  }
  .how-it-works-row {
    flex-wrap: wrap !important;
  }
  .how-it-works-row .how-it-works-col {
    width: 100% !important;
    padding: 10px;
  }
  .how-it-works-row .how-it-works-col::after {
    display: none;
  }
  .how-it-works-row .how-it-works-col div {
    padding: 0;
  }
  .authorities-col {
    height: auto !important;
  }
  .authorized-brand-sec .col-md-3 {
    width: 25% !important;
    align-items: center;
    justify-content: center !important;
    display: flex;
  }
  .authorized-brand-sec .col-md-3 img {
    height: auto !important;
    width: 100% !important;
  }
  .popup-content {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
  }
}