/* Theme color and base styles */
.main-color {
  color: #226456;
}
.bg-main {
  background: #226456;
  color: #fff;
  transition: all 0.3 ease-in-out;
}
.w-fit-content {
  width: fit-content;
}
.bg-main:hover {
  background: #226456e0;
  color: #fff;
}
/* Header Start */
.top-header-line-font-size {
  font-size: 0.9rem !important ;
}
/* Header End */
.cursor-pointer,
.cursor-pointer:hover,
a:hover,
button:hover {
  cursor: pointer;
}
.width-fit-content {
  width: fit-content;
}
.remove-white-bg {
  mix-blend-mode: multiply;
}
.btn-alignment-set,
.btn-mobile-hide-desk-flex {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* Text hover effects */
.hover-color-white {
  color: #111;
}
.hover-color-white:hover {
  color: #fff;
}
.bootom-line-animation p {
  position: relative;
  display: inline-block;
}
.bootom-line-animation p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #226456;
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.bootom-line-animation:hover p::after {
  width: 100%;
}
.bootom-line-animation:not(:hover) p::after {
  width: 0;
}

/* Index Page - Hero Section */
.index-hero-top-right-border-responsive {
  border-right: 2px solid rgba(17, 17, 17, 0.486);
}
/* Faq Page  */
.faq-and-portfoilio-page-m-t {
  margin-top: 7rem;
}
/* Accordion styles */
.accordion-item,
.accordion-button:not(.collapsed) {
  background: #226456 !important;
  color: aliceblue !important;
  border: none !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: none !important;
}

/* Who We Help Section */
.accordion-container {
  width: 100%;
}
.works-content-box {
  transition: all 0.3s ease;
}
.sub-headings {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.sub-headings.active {
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}

/* Image styles */
.object-fit-cover-overflow-hidden-height-responsive,
.testimonial-logo-img,
.web-dev-case-study-bg,
.web-dev-case-study-bg-2,
.web-dev-case-study-bg-3,
.web-dev-case-study-bg-4,
.web-dev-case-study-bg-5 {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.case-bg-set {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.object-fit-cover-overflow-hidden-height-responsive {
  height: 500px;
}
.testimonial-logo-img {
  object-fit: contain;
}

/* Case study backgrounds */
.web-dev-case-study-bg {
  background: url(../self-img/web-dev-case-study-bg-1.jpg) center/cover
    no-repeat !important;
}
.web-dev-case-study-bg-2 {
  background: url(../self-img/web-dev-case-study-bg-2.jpg) center/cover
    no-repeat !important;
}
.web-dev-case-study-bg-3 {
  background: url(../self-img/web-dev-case-study-bg-3.jpg) center/cover
    no-repeat !important;
}
.web-dev-case-study-bg-4 {
  background: url(../self-img/web-dev-case-study-bg-4.jpg) center/cover
    no-repeat !important;
}
.web-dev-case-study-bg-5 {
  background: url(../self-img/web-dev-case-study-bg-5.jpg) center/cover
    no-repeat !important;
}

/* Seo page case bg */

.seo-case-study-bg-1 {
  background: url(../self-img/seo-card-1.jpg) center/cover no-repeat !important;
}
.seo-case-study-bg-2 {
  background: url(../self-img/seo-card-2.jpg) center/cover no-repeat !important;
}
.seo-case-study-bg-3 {
  background: url(../self-img/seo-card-3.jpg) center/cover no-repeat !important;
}
.seo-case-study-bg-4 {
  background: url(../self-img/seo-card-4.jpg) center/cover no-repeat !important;
}
.seo-case-study-bg-5 {
  background: url(../self-img/seo-card-5.jpg) center/cover no-repeat !important;
}
/* Ios and android */

.mobile-app-case-study-bg-5 {
  background: url(../self-img/mobile-prograse.jpg) center/cover no-repeat !important;
}
/* Custom Software*/

.software-card-1 {
  background: url(../self-img/software-card-1.jpg) center/cover no-repeat !important;
}
.software-card-2 {
  background: url(../self-img/software-card-2.jpg) center/cover no-repeat !important;
}
.software-card-3 {
  background: url(../self-img/software-card-3.jpg) center/cover no-repeat !important;
}
.software-card-4 {
  background: url(../self-img/software-card-4.jpg) center/cover no-repeat !important;
}
.software-card-5 {
  background: url(../self-img/software-card-5.jpg) center/cover no-repeat !important;
}

.seo-min-height {
  min-height: 30rem;
}
/* E-commerce */
.ecommerce-case-study-bg {
  background: url(../self-img/ecommerce-card-1.jpg) center/cover no-repeat !important;
}
.ecommerce-case-study-bg-2 {
  background: url(../self-img/ecommerce-card-2.webp) center/cover no-repeat !important;
}
.ecommerce-case-study-bg-3 {
  background: url(../self-img/ecommerce-card-3.webp) center/cover no-repeat !important;
}
.ecommerce-case-study-bg-4 {
  background: url(../self-img/ecommerce-card-4.jpg) center/cover no-repeat !important;
}
.ecommerce-case-study-bg-5 {
  background: url(../self-img/ecommerce-card-5.jpg) center/cover no-repeat !important;
}
/* Product Dev */
.product-dev-case-study-bg-3 {
  background: url(../self-img/product-dev-card-3.jpg) center/cover no-repeat !important;
}
.product-dev-case-study-bg-4 {
  background: url(../self-img/product-dev-card-4.jpg) center/cover no-repeat !important;
}
/* Digital marketing */
.digital-marketing-case-study-bg-2 {
  background: url(../self-img/digital-marketing-card-2.jpg) center/cover
    no-repeat !important;
}
.digital-marketing-case-study-bg-5 {
  background: url(../self-img/digital-marketing-card-5.jpg) center/cover
    no-repeat !important;
}
/* services page */
.service-it-bg-1 {
  background: url(../self-img/services-card-1.jpg) center/cover no-repeat !important;
}
.service-it-bg-2 {
  background: url(../self-img/services-card-2.webp) center/cover no-repeat !important;
}
.service-it-bg-3 {
  background: url(../self-img/services-card-3.jpg) center/cover no-repeat !important;
}
.service-it-bg-4 {
  background: url(../self-img/service-card-4.jpg) center/cover no-repeat !important;
}
.service-it-bg-5 {
  background: url(../self-img/seo-card-1.jpg) center/cover no-repeat !important;
}

/* Mobile Dev */
.mobile-dev-case-study-bg {
  background: url(../self-img/services-card-1.jpg) center/cover no-repeat !important;
}
.mobile-dev-case-study-bg-2 {
  background: url(../self-img/Ecommerce-consulting.jpg) center/cover no-repeat !important;
}
.mobile-dev-case-study-bg-3 {
  background: url(../self-img/services-card-3.jpg) center/cover no-repeat !important;
}
.mobile-dev-case-study-bg-4 {
  background: url(../self-img/service-card-4.jpg) center/cover no-repeat !important;
}
.mobile-dev-case-study-bg-5 {
  background: url(../self-img/mobile-dev-service-box-img-2.jpg) center/cover
    no-repeat !important;
}
/* Overlay styles */
.overlay-container,
.case-study-bg-overly {
  position: relative;
  overflow: hidden;
}
.overlay-container::before,
.case-study-bg-overly::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

/* List styles */
.custom-li-bullet {
  list-style-type: disc !important;
}

/* Service section */
.service-service-section-box-responsive-height {
  height: 100%;
}
.service-analysis-btn {
  width: 20%;
}
s
/* Margins */
.margin-bottom-responsive {
  margin-bottom: 17.2rem;
}
.top-padding-responsive {
  padding-top: 10rem !important;
}
/* Responsive styles */
@media (max-width: 768px) {
  .index-hero-top-right-border-responsive {
    border-right: none;
  }
  .service-service-section-box-responsive-height {
    height: auto;
  }
  .service-analysis-btn {
    width: 80%;
  }
  .margin-bottom-responsive {
    margin-bottom: 10rem;
  }
  .index-review-designRush-font-size-responsive {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
}

/* ios and android page styling */

.ios-app-dev-max-height {
  max-height: 39rem !important;
}

/* About */
.about-responsive-heading {
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
}
.web-desk-padding-top {
  padding-top: 7rem !important;
}
/* for mobile responsive */
@media (max-width: 786px) {
  .top-padding-responsive,
  .index-hero-top-responsive {
    padding-top: 7rem !important;
  }
  /* About */

  .about-responsive-heading {
    font-size: calc(1.325rem + 0.9vw) !important;
    line-height: 1.9rem;
  }
  .btn-mobile-hide-desk-flex {
    display: none !important;
  }
}
.self-z-2 {
  z-index: 2 !important;
}
.self-icon-rotate-solve {
  transform: rotate(45deg) !important;
}
.index-custom-software-img-height {
  max-height: 20rem !important;
  object-fit: scale-down !important;
}
@media (min-width: 1024px) {
  .rotate-minus-125 {
    rotate: -125deg;
  }
}

/* footer styling */
.footer-bg {
  background: #f6f8f9;
}

.float-sm {
  position: fixed;
  right: 0;
  bottom: 30%;
  transform: translateY(-50%);
  z-index: 1000;
}

.social-btn {
  display: flex;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 5px;
  transform: translateX(150px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none !important;
}

.social-btn:hover {
  transform: translateX(2%);
}

.social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.social-text {
  width: 150px;
  padding: 0 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* Social Media Colors */
.whatsapp {
  background-color: #25d366;
  color: white;
}

.linkedin {
  background-color: #0077b5;
  color: white;
}
.livechat {
  background-color: #226456;
  color: white;
}

/* portfolio page styling */
.portfolio-header-area {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.filter-btn {
  transition: all 0.3s ease;
  border-radius: 20px;
  padding: 8px 20px;
  margin: 5px;
  border: 1px solid #dee2e6;
  background: white;
  color: #495057;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #226456;
  color: white;
  border-color: #226456;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.project-card {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.project-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card:hover img {
  transform: scale(1.03);
}

.project-card .card-body {
  padding: 20px;
}

.project-card .badge {
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.project-card .card-title {
  font-size: 18px;
  margin: 10px 0;
  color: #212529;
}

.project-card .card-text {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 15px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
}

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 40px;
}

/* Team Card Styling */
.team-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.socail-media-icon-color {
  color: white !important;
}
.socail-media-icon-color:hover {
  color: #226456 !important;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.team-img-container {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.team-member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

.team-card:hover .team-member-img {
  transform: scale(1.05);
}

.team-content {
  padding: 20px;
}

.text-main {
  color: #4e6bff;
}

.team-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f7ff;
  color: #4e6bff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.team-social-icon:hover {
  background: #4e6bff;
  color: #fff;
  transform: translateY(-3px);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .team-img-container {
    height: 240px;
  }
}

@media (max-width: 768px) {
  .team-img-container {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .team-img-container {
    height: 250px;
  }
}

/* Portal/Dashbord styling */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: #0000001a;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em #0000001a, inset 0 0.125em 0.5em #00000026;
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
