@import url("../css/common.css");

/* navbar section start  */
.main-navbardesign {
  background: var(--white-color);
  padding: 16px 0px;
  transition: all 0.3s;
}
.navbar-GBt-Design .navbar-ui li a:hover,
.navbar-GBt-Design .navbar-ui li.active a {
  color: var(--primary-color);
}
.navbar-GBt-Design .navbar-ui li,
.navbar-GBt-Design .navbar-ui li a {
  color: var(--black-color);
  font-weight: 500;
}
.btn-common-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--black-color);
  padding: 10px 28px;
  border-radius: 60px;
  color: var(--white-color);
  background: var(--black-color);
  font-weight: 500;
  width: max-content;
  box-shadow: 3px 6px 18px 0px #0000001f;
  text-wrap-mode: nowrap;
  transition: all 0.3s;
}
.btn-common-btn:hover {
  color: var(--black-color);
  background: transparent;
}
.btn-common-border {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 30px;
  border-radius: 60px;
  color: var(--primary-color);
  font-weight: 500;
  width: max-content;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  background: linear-gradient(170deg, #01aeda 0%, #02e9fe 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-common-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 60px;
  background: linear-gradient(170deg, #01aeda 0%, #02e9fe 100%);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.3s;
}
.btn-common-border:hover {
  color: var(--white-color);
  -webkit-text-fill-color: unset;
}
.btn-common-border:hover::before {
  mask: unset;
  z-index: -1;
}
.navbar-GBt-Design .brand-logo {
  width: 120px;
}
.btn-visit-byte {
  background: var(--white-color);
  border: 1px solid var(--white-color);
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 45px;
  transition: all 0.3s;
}
.btn-visit-byte:hover {
  border-color: var(--white-color);
  color: var(--white-color);
  background: transparent;
}
.logo-qabytes-brands {
  width: 118px;
}
/* Model Get Started */

/* header section start */
.header-home-section {
  background: url(../images/header-home-bg.png) no-repeat, var(--white-color);
  background-size: cover;
}
.right-headers-manbg .header-hom-man {
  width: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
.right-headers-manbg .header-hom-man:hover {
  transform: translateY(-10px);
}
.common-gry-btn {
  background: var(--gray2-color);
  display: flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  padding: 13px 30px;
  border-radius: 60px;
  transition: all 0.3s;
  color: var(--title-text);
}
.common-gry-btn:hover {
  background: var(--title-text);
  color: var(--white-color);
}
.header-transition-one {
  position: absolute;
  left: 3%;
  top: 14%;
  width: 36px;
  animation: zoom-in-zoom-out 3s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
.header-transition-two {
  position: absolute;
  right: 4%;
  top: 3%;
  width: 34px;
  animation: fade-in 4s ease-out infinite;
}
@keyframes fade-in {
  from {
    opacity: 0;
    top: 350px;
    right: 4%;
    scale: 0;
  }

  to {
    opacity: 1;
    top: 0px;
    right: 4%;
    scale: 1;
  }
}
.tech-btn {
  font-size: 11px;
  padding: 6px 6px;
}

.tech-btn:hover {
  background-color: rgba(128, 128, 128, 0.089);
  border-radius: 7px;
}
.ser-btn {
  font-size: 14px;
  padding: 12px 12px;
}

.ser-btn:hover {
  background-color: rgba(128, 128, 128, 0.06);

  border-radius: 8px;
}
.containermenu {
  transition: 2s;
}
.dropdown-headers {
  color: #6c757d;
  font-size: 12px;
}

.over-Expertise .dropdown-menu {
  border-top: 3px solid #01aedf;
}


.technology-list > .container {
  border-top: 2px solid #01aedf;
}

.technology-list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  border: 1px solid #6c757d4b;
  border-radius: 5px;
}
/* .technology-list.show-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  position: relative !important;
} */
.nav-technology:hover .technology-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* Hover behavior only for desktop (min-width: 992px) */
@media (max-width: 991px) {
  .nav-technology {  
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
}

/* is your business section  */
.business-own-img .cust-own-busness {
  width: 100%;
  height: 520px;
  object-fit: fill;
}
.list-category-business li {
  color: var(--title-text);
  display: flex;
  gap: 9px;
  font-weight: 500;
}
.list-category-business li::before {
  content: "\ed31";
  font-family: "boxicons", sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.inner-ownbusness-main {
  border-top: 1px solid #00000014;
  border-bottom: 1px solid #00000014;
}

/* What Software Do I Need? */
.need-text-sfbg {
  position: absolute;
  top: 0;
  width: 90%;
  right: -55%;
}
.left-needs-software h2 {
  width: 60%;
}
.needs-software-box {
  padding: 14px 30px 14px 26px;
  background: #f4f4f4;
  border-radius: 60px 0px 0px 60px;
  margin: 10px 0px;
  border: 1px solid #c7c7c7;
  color: var(--title-text);
}
.needs-software-box.bg-black-d {
  color: var(--white-color);
  background: var(--title-text);
}
.needs-software-box.bg-white-d {
  background: var(--white-color);
}
.needs-s-icons-titles {
  width: 33.33%;
}
.likely-needs-title {
  width: 33.33%;
}
.needs-types-title {
  width: 33.33%;
}
.softwate-need-section {
  padding-left: 5%;
}

/* about Who We Are section */
.vision-mission-bg {
  background: var(--gray1-color);
  border: 1px dashed #00000066;
  border-radius: 20px;
}
.our-valus-main p span {
  height: 12px;
  width: 1px;
  background: var(--black-color);
}

/* See What We’ve Already Built section */
.easy-check-logo {
  width: 200px;
}
.project-dashboard {
  width: 100%;
  box-shadow: 0px 5px 40px 0px #00000014;
  border-radius: 12px;
  transition: all 0.4s;
  cursor: pointer;
}
.project-dashboard:hover {
  transform: scale(0.9);
}
.left-project-contents-dtl .icon-project {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.dev-process-section {
  background: #fbfbfb;
}

/* About Our Associates Section */
.our-associates-left-title {
  height: 350px;
  border-right: 2px solid #0000004d;
}

/* Policy */
.header-box {
  background-color: #01aedf;
  color: white;
  border-radius: 10px 10px 0 0;
  padding: 2rem;
}
.content-box {
  background-color: white;
  padding: 2rem;
}

/* footer section strat  */
footer {
  padding-top: 10px;
  color: white;
}
.inners-common-footer {
  background: url(../images/gbt-footerbg.png) no-repeat;
  background-position: center;
  background-size: 50%;
}
.footer-left-logo .footer-logo {
  width: 110px;
}
.ui-footer-links li a {
  color: white;
  display: inline-block;
  font-weight: 400;
  transition: all 0.3s;
}
.ui-footer-links li a:hover {
  margin-left: 4px;
  opacity: 0.75;
}
.footer_socialmedia a {
  width: max-content;
  color: white;
  font-size: 20px;
}
.footer_socialmedia a:hover {
  color: var(--primary-color);
}
.custom-tooltip {
  --bs-tooltip-bg: var(--black-color);
}

/* Custom Software  */
.custom-software-section {
  background: #fbfbfb;
}

.inner-fit-suremain {
  background: url(../images/bg-makesure.png) no-repeat, var(--gray2-color);
  background-size: cover;
  border-radius: 20px;
}
.common-bg-boxsection {
  background: var(--gray2-color);
  border-radius: 20px;
}
.common-input-field .input-field {
  color: var(--title-text);
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--black-color);
  border-radius: 0;
  padding: 12px 2px;
  font-weight: 400;
  outline: none;
  overflow: hidden;
  background: transparent;
}
.common-input-field .input-field::placeholder {
  color: var(--title-text);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.common-input-field .input-field:focus::placeholder {
  transform: translateX(5px);
  opacity: 0.7;
}
.contact-left-boxed {
  background: var(--black-color);
  border-radius: 20px;
}
.contact-img-call {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 20px;
}
.contact-socila-details .social-icon {
  height: 40px;
  width: 40px;
  border: 1px solid var(--white-color);
  border-radius: 100%;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* technology works section */
.technology-titl-icn {
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.single-technologies-bx {
  width: 25%;
}
.single-technologies-bx.bigwith {
  width: 12%;
}
.single-technologies-bx .technology-icon {
  height: 54px;
  width: 54px;
  object-fit: contain;
  margin: auto;
}
.technology-intr {
  width: fit-content;
}

/* Industries We Serve Section */
.weserve-card {
  box-shadow: 0 4px 4px rgba(123, 123, 123, 0.562);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 100%;
}
.weserve-card:hover {
  box-shadow: 8px 8px 15px rgba(135, 206, 250, 0.8);
  transform: translate(-4px, -4px);
}

/* What’s Right for You? section */
.right-whatgbt-section {
  background: #fbfbfb;
}
.list-gbt-rightviews .box-gbt-right {
  background: #f4f4f4;
  border: 1px dashed #00000033;
  color: var(--title-text);
  width: fit-content;
  padding: 12px 30px 12px 18px;
  border-radius: 12px;
  font-weight: 500;
}
.list-gbt-rightviews .box-gbt-right:hover {
  background: var(--black-color);
  border: 1px solid var(--black-color);
  color: var(--white-color);
}
.gray-brand-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
}

/* Only Big Companies section */
.left-img-sofware {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 510px;
}
.single-box-softwares {
  align-items: center;
  border: 1px dashed #00000033;
  background: #0000000d;
  border-radius: 20px;
  gap: 14px;
}
.left-need-sf .sf-small-img {
  height: 140px;
  width: 140px;
  border-radius: 18px;
  object-fit: cover;
}
.tried-subscription-box {
  background: var(--title-text);
  border-radius: 20px;
  border: 1px dashed var(--white-color);
}

/* Testimonials customers review */
.customre-reviews-section {
  background: #fbfbfb;
}
.reviews-single-customer {
  border: 1px solid var(--black-color);
  border-radius: 20px;
  text-align: center;
  background: var(--white-color);
}
.reviews-single-customer.clr-1 {
  background: #f1edfe;
}
.reviews-single-customer.clr-2 {
  background: #e7f8ff;
}
.reviews-single-customer.clr-3 {
  background: #fbf9f5;
}
.customers-img-user {
  height: 58px;
  width: 58px;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid var(--black-color);
  position: relative;
  top: 50px;
  margin: auto;
}

/* faq section start  */
.single-faq-gbt {
  border: 1px solid var(--border-color);
  border-radius: 14px;
}
.single-faq-gbt .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--title-text);
  font-weight: 500;
  padding: 16px 20px;
}
.single-faq-gbt .faq-contents {
  padding: 0px 20px 14px;
}
.single-faq-gbt:has(.accordion-collapse.show) {
  border: 1px solid var(--black-color);
}
.single-faq-gbt .accordion-button::after {
  content: "\ebc0";
  font-family: "boxicons", sans-serif;
  font-size: 20px;
  background: var(--black-olive);
  height: 36px;
  width: 36px;
  color: var(--white-color);
  border-radius: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-faq-gbt .accordion-button:not(.collapsed)::after {
  content: "\eb8b";
  font-family: "boxicons", sans-serif;
}
.brand-work-items .work-brand-logo {
  width: 140px;
  height: 80px;
  object-fit: contain;
}

/* contact us page  */
.contact-us-header {
  background: url(../images/contact-header-bg.png) no-repeat;
  border-radius: 20px;
  background-size: cover;
  width: 96%;
  margin: auto;
}
.common-contact-boxsection {
  background: #f6f6f6;
  border-radius: 20px;
}
.expect-inner-design {
  background: url(../images/expect-bg-img.png) no-repeat, var(--gray1-color);
  background-size: cover;
  border: 1px solid #00000033;
  border-radius: 20px;
}
.expect-contact-single .exp-icon {
  height: 46px;
  width: 46px;
  object-fit: contain;
}
.box-bringbg-contents {
  background: url(../images/just-callbox-bg.png) no-repeat, var(--gray1-color);
  background-size: cover;
  border: 1px solid #00000033;
  border-radius: 20px;
}
.left-just-call .img-left-just {
  width: 100%;
  height: 480px;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid #00000033;
}
.single-items-bring .icon-justcall {
  height: 38px;
  width: 38px;
  object-fit: contain;
}
.common-input-field .error {
  font-size: 14px;
  font-weight: 400;
  color: #c81313;
}
.contact-right-bar .alert {
  padding: 0;
}
.alert-success-msg .msg-set {
  color: #2bc161;
  background: #e8f9f1;
  border: 1px solid #2bc161;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.alert-success-msg .msg-set i {
  background: #c9f0de;
  height: 32px;
  width: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 6px;
}
.alert-error-msg .msg-set {
  color: #2bc161;
  background: #e8f9f1;
  border: 1px solid #2bc161;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.alert-error-msg .msg-set i {
  background: #c9f0de;
  height: 32px;
  width: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 6px;
}

/* about us page */
.right-headers-manbg .about-us-headerbg {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
}
.about-gbt-rightimg .aboutgbt-img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
}
.about-mission-boxsm {
  gap: 14px;
  border: 1px solid #0000001a;
  border-radius: 14px;
  background: var(--white-color);
  transition: all 0.3s;
}
.about-mission-boxsm:hover {
  box-shadow: 0px 11px 30px 0px #1c24331a;
  transform: translateY(-5px);
}
.left-icon-ms .icon-sm-mission {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.about-vision-img-right {
  width: 70%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
}
.inner-vision-box-main {
  width: 100%;
  margin-left: -130px;
}
.single-value-box {
  border-bottom: 1px solid var(--border-color);
}
.single-value-box:last-child {
  border-bottom: none;
}
.single-support-customer .support-icon {
  height: 56px;
  width: 56px;
  object-fit: contain;
}
.inner-support-customer {
  background: #01aeda08;
  border: 1px dashed #00000033;
  border-radius: 20px;
}
.inner-support-customer .suppoor-width {
  width: 20%;
}
.single-process-ideas {
  height: 210px;
  width: 210px;
  border: 1px solid var(--border-color);
  border-radius: 100%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  margin-left: -14px;
}
.single-process-ideas h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
}
.single-process-ideas p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.single-process-ideas .counts {
  position: absolute;
  left: 0;
  top: -8px;
  height: 32px;
  min-width: 32px;
  background: var(--primary-color);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-weight: 600;
  font-size: 16px;
}

/* Let’s Talk About Your Business */
.talk-about-your-business-box {
  background: var(--title-text);
  border-radius: 20px;
  width: 50%;
  border: 1px dashed var(--white-color);
  margin: 0 auto;
}
.talk-about-your-business-box li::before {
  content: "\ed31";
  font-family: "boxicons", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-right: 0.5rem;
  margin: auto;
}
