/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Manrope:wght@200..800&display=swap'); */
@import     url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Manrope:wght@200..800&display=swap');

html {
        font-size: 16px;
        
}

body {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    color: #001B29;
    text-wrap: pretty;
    /* background: rgba(3,167,255,0.075) !important; */
     /* background: rgba(255,115,0,0.03) !important; */
}
  /* ── Color tokens ── */
  :root {
    --blue:    #2196f3;
    --orange:  #e07b28;
    --card-bg: #f4f4f4;
    --dark:    #001B29;
     --light:  #fff;
    --border:  #e5e5e5;
    --mid:     #555;
    --gray:     #f2f2f2;
  }
h1,
h2,
h3,
h4,
h5,
h6,
.flip-text   {
    font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
}
h3,
h4,
h5,
h6 {
    font-weight: 400;
    /* color: #03A7FF; */
}
footer h6, .how-we_work h5 {
    color: #fff;
}
.pre-footer h3, .pre-footer h4, .pre-footer h5, .pre-footer h6 {
    color: unset;
}
h1 {
    font-size: clamp(2.25rem, 5.5vw, 3rem);
    font-weight: 700;
}
h2 {
    font-size: clamp(2rem, 5.5vw, 2.75rem);
    /* font-size: clamp(2.4rem, 5vw, 3.6rem); */
    font-weight: 500;
}
  /* .hero-headline {
    font-size: clamp(2rem, 5.5vw, 3.5rem);
  } */
.txt-l {
    font-size: 1.25rem;
    font-weight: 500;
}
.txt-l .text-secondary, .txt-m .text-secondary {
    font-weight: 400;
    color: rgba(0, 27, 41, 0.4);
}
.txt-m {
    font-size: 1.125rem;
    font-weight: 500;
}

h1 .highlight, .text-primary {
    color: #03a7ff !important;
}
.sub-text {
    color: rgba(255,255,255,0.7);
}


h2::after {
    content: "\A";
    color: #FF7300;
    width:8px;
    height:8px;
    border-radius:50%;
    background: #FF7300;
    display:inline-block;
    margin:0 5px;
}

h3 .highlight {
    font-weight: 400;
}

  /* Subtle dot grid */
  .hero-grid-bg {
    position: absolute;
    inset: 0;
    /* background-image: radial-gradient(circle, #d0d0d0 1px, transparent 1px); */
    background-image: radial-gradient(circle, #d0d0d0 1px, transparent 3px);
    /* background-size: 28px 28px; */
    background-size: 40px 40px;
    opacity: 0.25;
    height: 65vh;
    z-index: -1;
  }
  /* ── Eyebrow ── */
  .mod-eyebrow__dot {
    width: 12px; height: 2px;
    /* border-radius: 50%; */
    background: var(--orange);
    display: inline-block;
    flex-shrink: 0;
  }
.mod-eyebrow__text {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(0,0,0,0.5);
  letter-spacing:1px;
}

   @media (min-width: 1400px) {
    .col-xxl-11 {
        width: 100% !important;
    }
}
  @media (min-width: 1680px) {
    .col-xxl-11 {
        width: 91.66666667%;
    }
}
.text-light{
    color: var(--light);
  }
  .text-dark{
    color: var(--dark);
  }

/*********** Home **************/
.home-banner_text {
    position: absolute;
    padding: 3rem;
}

/* Hero Section */

.flip-container {
    position: relative;
    height: 3rem;
    overflow: hidden;
    perspective: 1000px;
}

.flip-text {
    display: block;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    color:var(--blue);

}

.flip-text.hide {
    transform: rotateX(90deg);
    opacity: 0;
}

.flip-text.show {
    transform: rotateX(0deg);
    opacity: 1;
}

.dot {
    color: #FF7300;
    font-size: 3rem;
    line-height: 0;
}
/* ================================
   INDUSTRY TABS - APOXEO
================================ */




/* headline */
.tab-pane h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* description */
.tab-pane p.text-muted {
  font-size: 14px;
  line-height: 1.6;
}

/* ================================
   CHIPS
================================ */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.chips span {
  font-size: 12px;
  padding: 6px 10px;
  background: #f2f4f7;
  border-radius: 20px;
  color: #333;
  white-space: nowrap;
}

/* ================================
   METRICS
================================ */
.metrics {
  margin-top: 16px;
}

.metrics div {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* ================================
   VISUAL PLACEHOLDER
================================ */
.visual {
  width: 100%;
  height: 320px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef1f5, #e3e7ee);
  border: 1px solid #e5e7eb;
}

/* ================================
   TABS
================================ */

.apx-menu {
  gap: 8px;
}

.apx-menu .nav-link {
  border: 0;
  background: transparent;
  color: #666;
  font-weight: 600;
  padding: 10px 14px;
}

.apx-menu .nav-link.active {
  color: #000;
  border-bottom: 2px solid #000;
}

/* ================================
   MOBILE - horizontal scroll
================================ */

@media (max-width: 900px) {

  .apx-menu {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 20px;
    position: relative;
  }

  .apx-menu::-webkit-scrollbar {
    display: none;
  }

  /* fade edges */
  .apx-menu::before,
  .apx-menu::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 24px;
    pointer-events: none;
    z-index: 2;
  }

  .apx-menu::before {
    left: 0;
    background: linear-gradient(to right, #fff, rgba(255,255,255,0));
  }

  .apx-menu::after {
    right: 0;
    background: linear-gradient(to left, #fff, rgba(255,255,255,0));
  }

  /* stack content */
  .visual {
    height: 220px;
  }
}

/* EXACT same card style */

.trust-card {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trust-card h4 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.trust-card a {
  margin-top: 25px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: fit-content;
  padding-bottom: 3px;
}


.trust-card p {
  font-size: 1rem;
}


.highlight {
  /* font-size: 40px;
  font-weight: 600; */
  /* margin: 10px 0 20px; */
}

.badges {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badges span {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  background: #fff;
}
    .ai-powered_card {
      background-color:#001B29;
      position: relative;
      overflow: hidden;
      color:#fff;
    }
.ai-powered_card::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 160px; height: 160px;
    border-radius: 50%;
    background: rgba(245, 100, 45, 0.12);
    pointer-events: none;
  }
  .legacy-card {
    /* background-color:#FF7300; */
      position: relative;
      overflow: hidden;
      color:#001B29;
  }
  .legacy-card::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}
.legacy-card a {
    color: var(--dark);
    border-bottom-color: var(--dark);
}
/* Responsive */

@media (max-width: 992px) {
  .cards-wrapper {
    grid-template-columns: 1fr;
  }

 
}
.apoxeo-real-growth {
  padding: 100px 0;

}



/* Grid */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* SAME card style */

.apoxeo-card {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 40px 35px;
}

.apoxeo-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.apoxeo-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */

@media (max-width: 768px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}


/* Header */

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.overline {
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 10px;
}



.cta-btn {
  padding: 12px 24px;
  border: 1px solid #1a1a1a;
  border-radius: 30px;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 14px;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #1a1a1a;
  color: #fff;
}

/* Cards */

.cards-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 30px;
}


/* Responsive */

@media (max-width: 992px) {
  .cards-wrapper {
    grid-template-columns: 1fr;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}


body.home {
    background: none;
}
.numbers {
    background-color: #ebf6ff;
}
.top-shape {
    background: url(../images/top-shape.png) repeat-x;
    height: 52px;
}
.bottom-shape {
    background: url(../images/top-shape.png) repeat-x;
    height: 52px;
    transform:scaleY(-1);
}

.click-text {
    text-decoration: none;
    color: #FF7300;
    font-size: 0.75rem;
    text-transform: uppercase;
    position: relative;
}


.click-text::after {
    content: "";
    position: absolute;
    background-image: url(../images/icons/right.svg);
}
span.sub-head {
    font-size: 0.75rem;
    text-transform: uppercase;

    color:rgba(0, 0, 0, 0.5);
    line-height: 0;
    position: relative;
    bottom: 0.75rem;
}
span.sub-head::after {
    content:"";
    display: block;
    width: 0;
    height: 1px;
    background-color:#FF7300;
    position: absolute;
    left: 0;
    transition: width 0.3s;
    width: 50%;
}
.banner-section span.sub-head::after,
.apoxeo-services span.sub-head::after,
.our-process-container span.sub-head::after,
.blog-list span.sub-head::after {
    left:25%
}
/* Buttons */

 .btn {
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-align: center;
      box-sizing: border-box;
      font-size: inherit;
      font-weight: 400;
      font-size: 0.875rem;
      /* line-height: 1.5; */
      padding: 0.375rem 1.5rem; 
      border-radius: 1.5rem;
      -webkit-box-shadow: 0 0 0 0.0625rem #231e15;
      box-shadow: 0 0 0 0.0625rem #231e15;
      border: none;
      text-decoration: none;
      transition: transform 0.3s cubic-bezier(.5, 2.5, .7, .7), box-shadow 0.3s cubic-bezier(.5, 2.5, .7, .7);
      display: inline-block;
      position: relative;
      transform: translateY(0);
    }

    .btn:before {
      content: "";
      width: 100%;
      height: 100%;
      transition: bottom 0.3s cubic-bezier(.5, 2.5, .7, .7);
      position: absolute;
      bottom: 0;
      left: 0;
    }

    .btn:hover {
      background-color: #fff;
      color: #000;
      -webkit-box-shadow: 0 0 0 0.0625rem #231e15, 0 0.375em 0 0 #231e15;
      box-shadow: 0 0 0 0.0625rem #231e15, 0 0.375em 0 0 #231e15;
      transform: translateY(-0.375em);
    }

    .btn:hover:before {
      bottom: -0.4125em; 
    }

  
.btn-primary {
    background-color: #001B29;
    border-color: #001B29;
    color: #fff;
}

.btn-outline {
    background-color: #fff;
    border-color: #FF7300;
    color: #000;
}
.btn-secondary {
    background-color:#FF7300;
    color: #fff;
}

/* Header */

header {
    position: sticky;
    top: 0;
    z-index: 999;

}

.navbar.main-header {
    z-index: 9999;
}

 .navbar-nav .nav-item .nav-link {
        font-size: 0.875rem;
        display: inline-block;
        position: relative;
        margin: 0 1.25rem;
    }
 .navbar-nav .nav-item .nav-link:hover{
        color: #000;
    }
    .nav-item .nav-link:hover::after {
        width: 80%;
    }
    .nav-item .nav-link::after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background-color:#FF7300;
        position: absolute;
        bottom: 0;
        left: 9px;
        transition: width 0.3s;
    }
   


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

.main-logo {
    width: 70%;
}

.hamburger {
    width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.offcanvas.offcanvas-start {
    background-clip: border-box;
}

.offcanvas.offcanvas-start {
    top: 4.2rem !important;
    width: 50%;
}

.offcanvas-backdrop.show {
    margin-top: 4.25rem;
}

.hamburger-line {
    width: 100%;
    height: 4px;
    background-color: #000;
    /* border-radius: 2px; */
    transition: all 0.3s ease-in-out;
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}


header.scrolled {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    animation: 0.9s ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color:rgba(255,255,255,0.5);
    background-image: radial-gradient(transparent 1px, var(--background) 1px);
    backdrop-filter: blur(3px);
    mask: linear-gradient(#000 calc(100% - 20px), #0000);
}
.offcanvas-body {
    background: linear-gradient(180deg, rgba(3, 167, 255, 0.18) 0%, rgba(255, 255, 255, 1) 18%);
}
.offcanvas-body .navbar-nav {
    margin-top: 2.5rem;
}

.offcanvas-body .navbar-nav li {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.title-sub-text {
    color: #666;
    font-size: 0.938rem;
}

/* Form */
.form-control {
    border:0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
}
textarea.form-control {
    margin-bottom: 2rem;
}

/* Home Page Services Section */

.apoxeo-services .services-card {
    border: 0;
    box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
    background-color: #fff;
}
.apoxeo-services .services-card figure {
background-color: rgba(255,155,0,0.1);
display: inline-block;
padding: 0.75rem;
}
.apoxeo-services .services-card img {
    width: 2rem;
}

.apoxeo-services .services-card h5 {
    font-weight: 300;
    width: 80%;
}

.apoxeo-services .services-card p {
    font-size: 0.875rem;
    padding-top: 0.875rem;
    color: #909090;
}
/** Case Sudies **/

.wrapper {
    display: grid;
    gap: 12px;
    grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  }
  
  .slide {
    background:#FFC107;
    border-radius: 24px;
    padding: 0 12px;
    height: 10rem;
  }
 
  
  .slide .content {
    border-radius: 24px;
  }
  
  .wrapper:has(.slide:nth-child(1):hover) {
    grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  }
  
  .wrapper:has(.slide:nth-child(2):hover) {
    grid-template-columns: 1fr 4fr 1fr 1fr 1fr;
  }
  
  .wrapper:has(.slide:nth-child(3):hover) {
    grid-template-columns: 1fr 1fr 4fr 1fr 1fr;
  }
  .wrapper:has(.slide:nth-child(4):hover) {
    grid-template-columns: 1fr 1fr 1fr 4fr 1fr;
  }
  .wrapper:has(.slide:nth-child(5):hover) {
    grid-template-columns: 1fr 1fr 1fr 1fr 4fr;
  }
  .wrapper {
    transition: grid-template-columns 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
/* Clients slider section */

    .clients-slider-section p{
        font-size: 1.25rem;
    }
 
    .clients-slider-carousel .slide-item:hover {
        opacity: 0.8;
    }

    .clients-slider-carousel .slide-item {
        padding: 0.5rem 2rem;
    }
    .apoxeo-services .arrow svg {
        height: 3rem;
        width: 3rem;
        padding: 0.5rem;
        cursor: pointer;
    }
    .apoxeo-services .arrow.prev-arrow {
        transform: rotate(180deg);
    }
    .apoxeo-services .arrow svg:hover {
        fill:#FF7300;
    }
.services-slider .slick-list {
    padding: 0 8rem;
    padding-bottom: 1rem;
}

.services-slider .slide-item {
    padding: 0 1rem;
    box-sizing: border-box;
}
.slick-slide img {
    border-radius: 0.75rem;
}
.slick-list,
.slick-slider {
    display: block;
    position: relative;
}

.slick-arrow {
    background-color: transparent;
    cursor: default !important;
}


/**************************************** Case Study *********************************/
/* Pain points */

.pain-points h3 {
    font-weight: 500;
}
.pain-point.card {
    background: #ededed;
background: linear-gradient(0deg, rgba(237, 237, 237, 0.751) 0%, rgba(255, 255, 255, 1) 100%);
    border-color:#ededed;
    padding: 1.5rem;
}

.case-study_outcome {
    background-color:#e9f9fc;
}

/*________________________________________ About Us *********************/

/**** Country pill *******/

  .country-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4f4f4;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2b;
}

.flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

/****** Info cards ********/
    .info-card {
      border-radius: 1rem;
      padding: 1.5rem;
      color: #fff;
      /* display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; */
    }
    .ditial-products_card {
        background-color: #748893;
    }
    .years-card {
        background-color: #5cabcc;
    }
    .customers-card {
        background-color:#50879d ;
    }
    .bg-gray {
        background-color: #f0f1f1;
        border-radius: 1rem;
        line-height: 1.75;
    }
    .stat-icon {
      font-size: 1.5rem;
      margin-bottom: .5rem;
    }
    .img-overlay {
      position: relative;
      overflow: hidden;
      border-radius: 1rem;
    }
     .card-img-overlay {
      position: relative;
      overflow: hidden;
       /* border-radius: 0.5rem; */
    }
    .img-overlay::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.5);
      border-radius: 1rem;
    }
     .card-img-overlay::after {
      content: "";
      position: absolute;
      inset: 0;
      background: #000000;
background: linear-gradient(360deg, rgba(0, 0, 0, 1) 15%, rgba(255, 255, 255, 0) 100%);
      /* border-radius: 0.5rem; */
    }
    .overlay-text {
      position: absolute;
      bottom: 2.25rem;
      left: 2.25rem;
      right: 2.25rem;
      color: #fff;
      z-index: 1;
      font-weight: 500;
    }
    .card-overlay-text {
      position: absolute;
      bottom: 1.25rem;
      left: 1.25rem;
      right: 1.25rem;
      color: #fff;
      z-index: 1;
      font-weight: 500;
    }
    .card-img-overlay h5 {
        font-weight: 500;
    }
    .card-overlay-text p {
        display: none;
    }

    /* Partner Brands */
    .parter-brand {

        background-color:#EBF9FF;
    }
  

.about-us .card {
    background-color: rgba(255,155,0,0.02);
    border:1px dashed rgba(0, 0, 0, 0.25) ;
}
.about-us .stats-card:nth-child(12) .card {
    background-color: rgba(255,155,0,0.04);
}
.about-us .stats-card:nth-child(3) .card {
    background-color: rgba(255,155,0,0.06);
}
.about-us .stats-card:nth-child(4) .card {
    background-color: rgba(255,155,0,0.08);
}

.stat-number {
    font-size: 3rem;
    font-weight: 600;
}
.stat-label {
    font-size: 0.875rem;
    color: #666;
}
/* our-expertise */

.our-expertise {
    background: url(../images/bg.png) no-repeat bottom;
}
.our-expertise ul li {
    position: relative;
    padding-left: 2rem;
    line-height: 2rem;
}
.our-expertise ul li::before {
    content: "";
    width:1.25rem;
    height: 1.25rem;
    position: absolute;
    left:0;
    top:20%;
    display: inline-block;
    background: url(../images/check-mark.svg) no-repeat top right;
    background-size: contain;
}

/*  Case Studies */

/* Our Process */
.our-process-container {
    background-color: rgba(3, 167, 255, 0.1);
}
.our-process-container p:first-child {
    color: red;
}
.our-process-container .card {
    border: 0 !important;
    box-shadow: rgba(60,64,67,.2) 0 1px 2px 0,rgba(60,64,67,.1) 0 2px 6px 2px;
}
.our-process-container .card h6 {
    font-weight: 400;
}
.our-process-container .card p {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #666;
}

.our-process h3 {
    font-weight: 300;
}
.our-process .card  {
border:1px solid rgba(255,255,255,0.5);
}
.our-process .card p {
    margin-bottom: 0;
    font-size: 0.875rem;
}
.our-process .card .process-list{
    background-color: rgba(204,204,204,0.15);
    padding:1rem 0.25rem;
    /* border-radius: 15px; */
    margin-top: 1.5rem;
}
.our-process .card figure {
    /* background-color: rgba(255, 155, 0, 0.1);
    display: inline;
    padding: 0.75rem; */
    /* border-radius: 10px; */
    /* width: fit-content; */
}

.our-process .card ul li {
    display: inline-flex;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding:0.5rem;
}
.our-process .card ul li span{
    padding-right: 0.25rem;
}
/* industries-we-serve */
.industries-we-serve h6 {
    background-color: #fff;
    padding: .25rem 1rem;
    border-radius: 20px;
    display: inline-block;
}
/************************************* Careers ****************************************************/
.why-work-with-us {
    background-color: rgba(255,155,0,0.1);
}
.careers-list .read-more svg {
    height  : 3rem;
    width: 3rem;
    padding: 0.5rem;
}
.careers-list .read-more svg:hover {
    background-color: #FF7300;
    border-radius: 50%;
    fill: #fff;
    transition: all 500ms ease;
}
.career-item p {
    font-weight: 300;
    font-size: 0.875rem;
}
.career-title strong {
    font-weight: 600;
}



/* How we use AI */
.how-we-use-ai {
    background: url(../images/smarter-workflows-apoxeo.jpg) no-repeat;
    background-size:cover;
    position: relative;
    color: #fff;
    z-index: 0;
}
.how-we-use-ai .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.how-we-use-ai-content {
    z-index: 1;
}

/* Blogs */
.blog-list .card h6 {
    line-height: 1.5rem;
}
.blog-list .card p {
    margin-bottom: 0;
    color: #666;
    font-size: 0.875rem;
}

.blog-list .card-body {
    padding:1rem 0.5rem;
   
}

/********* Services ********/
.no-bg {
    border:1px solid rgba(0,0,0,0.15) !important;
}
.bg-gray {
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.bg-dark {
    background-color: var(--dark) !important;
    color:#fff !important
}
.bg-dark .service-card__desc {
    color: #fff;
}
/* Pre footer */

/* 
.pre-footer_content {
    background-color: #000;
    color:#fff;
} */
 .pre-footer__left__box h6 {
    font-size: 1rem;
    letter-spacing: 1px;
    font-size: 0.75rem;
 }
 .pre-footer_right_box {
    background:linear-gradient(135deg,#001B29,#03a7ff); min-height:420px;
 }
.pre-footer__semi1 {
    position:absolute; top:-80px; right:-80px; width:280px; height:280px; border-radius:50%; background:rgba(255,255,255,.04);
}
.pre-footer__semi2 {
    position:absolute; bottom:-60px; left:-40px; width:200px; height:200px; border-radius:50%; background:rgba(255,255,255,.04);
}
.pf-right__title {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 100;
    font-size: 0.75rem;
    letter-spacing: 1px;
}
.pf-box {
    border-left:2px solid #f5642d;
    padding-left:20px;
    color: #fff;
}
.pf-box h4 {
    line-height: 1;
    font-weight: 600;
    font-size: 1.75rem;
}
.pf-box p {
    font-size: 0.75rem;
   color: rgba(255, 255, 255, 0.5);
}
/* Footer */
footer {
    background-color: #001B29;
    color: #fff;
}
footer h5 {
    position: relative;
}
footer h5::after {
    content:"";
    display: block;
    width: 0;
    height: 2px;
    background-color:#FF7300;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    transition: width 0.3s;
    width: 10%;
}
footer p {
    font-size: 0.875rem;
     color: #666;
}
.footer-section a {
    color: #666;
    text-decoration: none;
}
.footer-section a:hover {
    color: #03A7FF;
    text-decoration: none;
}
.footer-section li {
    list-style: none;
    font-size: 0.875rem;
    padding-bottom:0.5rem;
}
.copyright p {
    font-size: 0.75rem;
     color: rgb(157, 157, 157);
}
.copyright a {
     color: rgba(157, 157, 157);
     font-size: 0.75rem;
}
.copyright div {
    border-top:1px solid rgba(204,204,204,0.3);
    padding: 0;
}

/************** About Us *********/
.about-hero-section .about-hero-banner {
    background: url(../images/banner-img.jpg) no-repeat;
    background-size: cover;
    border-radius: 0.75rem;
}
 .service-hero-section {
    background-color: rgba(3, 167, 255, 0.1);
}
.about-hero-banner .highlight {
    color:#fff;
}
.about-hero-content {
    background-color: #ebf6ff;
    border-bottom-left-radius: 30px;
    position: absolute;
    right:0;
    width:75%;
}
.box {
    /* border-radius: 26px; */
    padding: 2rem;
}
.box h3 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 1.5rem;
    color: #FF7300;
    padding-top: 5rem;
    margin-bottom: 1rem;
}
.box3 h3 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}
.box1 {
    background-color:rgba(255,155,0,0.1)
}
.box2 {
    background-color: #FFC107;
}
.box3 {
    background-color: #000;
}
/*****************************************/
/***** Services Page *****/

.service-icon {
    background-color: rgba(255,255,255,1);
    display: inline-block;
    padding: 0.75rem;
    /* border-radius: 10px; */
    }
    .service-icon img {
        width: 2rem;
    }
    
.service-page-banner-section .banner-img-wrap {
    position: relative;
}
.service-page-banner-section .banner-content-wrap {
    position: relative;
    z-index: 1;
    margin-top: 65px;
}
.service-page-banner-section .banner-img-wrap .banner-img {
    -webkit-mask-image: url(https://mortar-wp.egenstheme.com/wp-content/themes/mortar/assets/img/innerpages/service-page-banner-img-bg.png);
    /* mask-image: url(https://mortar-wp.egenstheme.com/wp-content/themes/mortar/assets/img/innerpages/service-page-banner-img-bg.png); */
    -webkit-mask-size: cover;
    /* mask-size: cover; */
    -webkit-mask-repeat: no-repeat;
    /* mask-repeat: no-repeat; */
}
.service-page-banner-section .banner-img-wrap .counter-wrap .counter-area {
    padding: 46px 60px;
    background-color: #27BD9F;
    text-align: center;
    display: inline-flex    ;
    justify-content: center;
    align-items: center;
    /* border-radius: 20px; */
    min-width: 275px;
    max-width: 275px;
    min-height: 212px;
    position: absolute;
    top: 0;
    left: 0;
}
.service-page-banner-section .banner-img-wrap .counter-wrap .counter-area.two {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    background-color: #5956E9;
}
.service-page-banner-section img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
.bg-round {
    fill: none;
    stroke: #F8F8F8;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.bg-light_blue {
    background-color: rgba(3, 167, 255, 0.075);
}
.bg-light_orange {
    background-color: rgba(255, 155, 0, 0.05);
}
.bg-main {
    background-color: #001B29;
    color:#fff;
}
.bg-main .text-muted {
    color:#fff !important;
    /* color:rgba(3, 167, 255, 0.075) !important; */
    opacity: 0.5;
}
.bg-main .border-bottom {
    border-bottom-color: rgba(255,255,255,0.1) !important;
}
.content-card {
    margin-bottom: 2rem;
}
.content-card .box {
    border:1px dashed rgba(0,0,0,0.1)
}
.content-card:nth-child(1) .box {
    background-color: #fff;
}
.content-card:nth-child(2) .box {
    background-color: rgba(0,0,0,0.05);
}
.content-card:nth-child(3) .box {
    background-color:rgba(255,155,0,0.1)
}
.content-card:nth-child(4) .box {
    background-color:#ebf6ff;
}
.content-card:nth-child(5) .box {
    background-color: #FFC107;
}
.content-card:nth-child(6) .box {
    background-color: #000;  
}
.content-card:nth-child(6) .box h3 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.content-card:nth-child(6) .box p {
    color: #fff;
}
.content-card:nth-child(3) .box h3 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #FF7300;
}
.content-card .box h3 {
    padding-top: 1.5rem;
}
.bg-why-choose {
   background-color:  rgba(0,0,0,1);
   color: #fff;
}


/* benefits module css start */

.benefits-top-slider {
    width: 25rem;
}
.benefits-bottom-slider {
    width: 30rem;
}
.benefits-bottom-slider .slick-arrow {
    position: absolute;
    bottom: -3.7rem;
    background: transparent;
    border: unset;
    z-index: 1;
}
.benefits-bottom-slider .slick-next {
    right: 0;
}

.benefits-bottom-slider .slick-dots {
    display: flex!important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    bottom: -4rem
}

.benefits-bottom-slider .slick-dots li button {
    width: 7.8rem;
    height: 6px;
    border: none;
    background-color: rgba(193, 244, 253, 0.10);
    border-radius: 0;
    transition: background-color 0.3s ease;
    text-indent: -9999px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 2px 6px 2px;
}

.benefits-bottom-slider .slick-dots li.slick-active button {
    /* border-radius: 17px; */
    background-color: #C1F4FD;
}

.custom-dots-container {
    text-align: center;
    color: #fff;
    font-size: 0.813rem;
    font-weight: 400;
}

/**************************** Contact Us ********************************/

.contact-list h5 {
    font-size: 1.125rem;
    font-weight: 500;
}
/* Form */
.social-contact li {
    display: inline-block;
    padding: 0 1rem 0 0;
}
.social-contact svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: white;
}
.social-contact svg:hover {
    color: #03a7ff;
}
.copyright span.pipe {
    color: var(--orange);
}
/** Faq **/
.accordion h2::after {
    display: none;
}
    .accordion.block:has(.acc-btn.active) {
        background-color: rgba(255,255,255,1);
    }
    .accordion-box .block {
        position: relative;
        margin-bottom: 1.25rem;
        border: 1px solid #111;
        /* border-radius: 27px; */
        padding: 0 1.75rem;
        list-style-type: none;
    }
    .accordion-box .block .acc-btn .icon-outer {
        position: absolute;
        top: 13px;
        right: 30px;
        font-size: 1.25rem;
        color: #111;
        /* border-radius: 50%; */
        text-align: center;
        cursor: pointer;
        transition: all 500ms ease;
        z-index: 1;
    }

    .accordion-box .block .acc-btn h4 {
        color: #111;
        padding: 0.875rem 0.438rem;
        cursor: pointer;
        transition: all 500ms ease;
        margin-bottom: 0;
    }
    .accordion-box .block .acc-content {
        position: relative;
        display: none;
        border-top: 1px solid #111;
        padding-top: 1.125rem;
        padding-bottom: 2rem;
    }
    .accordion-box .block .acc-content.current {
        display: block;
    }
    .accordion-box .block .acc-btn.active .icon-outer svg {
        position: relative;
        transform: rotate(180deg);
    }
    .accordion .acc-btn .icon-outer svg {
        transition: transform 0.3s ease-in-out;
    }


/*****************************************/
/*  Responsive CSS */


@media (max-width:767px) {

    .offcanvas.offcanvas-start {
        width: 90% !important;
    }
    .copyright p {
        text-align: center;
    }
    .copyright div:last-child {
        border:0;
    }
    /* h1 {
        font-size: 2.25rem;
    }
    h2 {
        font-size: 2.25rem;
    } */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for small laptops and desktops */
  }
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  
    .sub-text {
        font-size:1.125rem;
      }
  }
@media screen and (min-width: 1400px) and (max-width: 1679.98px) {
    /* html {
        font-size: 18px;
    } */
}

@media screen and (min-width: 1680px) and (max-width: 1824.98px) {
    /* html {
        font-size: 18px;
    } */
}

@media screen and (min-width: 1825px) and (max-width: 1919.98px) {
     html {
    font-size: 18px;
   }
}
@media (min-width: 1920px) and (max-width: 2559.98px) {
   html {
    font-size: 18px;
   }
}
@media (min-width: 2560px) and (max-width: 5210px) {
   html {
        font-size: 21px;
    }
}

@media (min-width: 1921px) {
    .container {
        max-width: 75%;
    }
}
