@charset "utf-8";
/* CSS Document */

h6 {
font-family: "Tomato Grotesk", sans-serif !important;
}
h3 span {
	color: #313B68;
	font-style: normal;
	}
	
.single-blog-item.blog-grid .post-info .post-title {
font-family:"Tomato Grotesk", sans-serif !important;
	}	
.projects-wrap.style-01:hover .content .heading {	
	font-size:20px;
	}
	
.processing-hero-text h1 {
  color: #fff;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: 0;
  line-height: 60px;
  font-family: "Tomato Grotesk", sans-serif;
}

.section-sub-title {
	font-family:"Inter", sans-serif;
	}

.processing-hero-text h1 span{
  font-family: "Tomato Grotesk", sans-serif;
  color: #313B68;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.2;
}

.fa, .fas {
		font-size:22px;
		color:#F63AA9;
		padding-bottom:12px;
}

/* ======================================
   Global hero background (header + banner)
   ====================================== */

body {
  background:
    url("../images/hero/banner.jpg") bottom center / cover no-repeat;
}

.header-area--default .header-bottom-wrap.bg-white {
  background-color: transparent;
}

.processing-hero-bg {
  background:
    url("../images/hero/banner.jpg") bottom center / cover no-repeat;
}

/* ======================================
   Fixed hero + scroll from About Us
   (keeps existing hero styles as-is)
   ====================================== */

:root {
  --fixed-hero-height: 100vh;
}
@supports (height: 100svh) {
  :root {
    --fixed-hero-height: 100svh;
  }
}

/* Keep the hero area fixed */
.processing-hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--fixed-hero-height);
  overflow: hidden;
  z-index: 0;
}

/* Let the rest of the page scroll from "About Us" */
.site-wrapper-reveal {
  padding-top: var(--fixed-hero-height);
}

/* Ensure scrolling sections render above the fixed hero */
.site-wrapper-reveal > *:not(.processing-hero) {
  position: relative;
  z-index: 2;
}

/* Footer is outside .site-wrapper-reveal in index.html */
.footer-area-wrapper {
  position: relative;
  z-index: 2;
}

/* Keep scroll-top button clickable/visible */
.scroll-top {
  z-index: 10;
}


@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .processing-hero-text h1 span{
    font-size: 60px;
  }

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .processing-hero-text h1 span{
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .processing-hero-text h1 span{
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .processing-hero-text h1 span{
    font-size: 38px;
	line-height:32px;
  }
  .fa, .fas {
		font-size:22px;
		color:#F63AA9;
		padding-top:18px;
}

  .processing-hero-text h1 {
  line-height: 42px;
  }
.header-search-form-two {
  display: none;
}

/* Reduce top padding on mobile for hero banner */
.processing-hero-bg {
  padding-top: 25px;
  padding-bottom: 50px;
}

/* Hide "Send your query" button in projects wrapper section on mobile */
.projects-wrapper .button--box {
  display: none;
}

}


.btn--outline {
  background-image: none;
  background-color:#fff;
  border:1px solid #D70E96;
  margin-left:12px;
  color:#D70E96;
}
.btn--outline:hover {
  background-image: none;
  background: #D70E96;
}


/* ======================================
Customized Software Solutions
========================================= */
section.customized-section {
    padding: 60px 0px;
    background-color: #FAF3F8;
	background-image:url(../images/hero/steps-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;

    
}
section.customized-section .our-services-title p {
    padding-bottom: 30px;
	font-size:18px;
	font-weight:500;
	line-height:27px;
}
section.customized-section .our-services-title {
    padding-bottom: 100px;
}
section.customized-section h2 {
    font-size: 36px;
    color: #022d62;
    font-weight: 700;
    letter-spacing: 0.50px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.section.customized-section p {
    font-size: 18px;
    margin-bottom: 30px;
}
section.customized-section .our-services-title h3 {
    font-size: 40px;
    font-weight: 600;
	font-family: "Tomato Grotesk", sans-serif;
}
section.customized-section .our-services-title h3 span{
    font-size: 40px;
    font-style: normal;
	font-family: "Tomato Grotesk", sans-serif;
	color:#0C1E70;
}
section.customized-section .our-services-title h6 {
    font-size: 18px;
    color: #D70E96;
	font-family: "Tomato Grotesk", sans-serif;
	letter-spacing:1px;
}
.feature-info-cont h4 {
    color: #022d62;
    font-size: 20px;
    font-weight: 700;
	font-family: "Tomato Grotesk", sans-serif;

}
.feature-info-third::before {
    display: none;
}
.feature-info-cont p {
    font-size: 16px;
    margin: 0;
    color: #212529;
}
.feature-info img {
    margin-bottom: 20px;
    width: 100%;
}
.feature-no {
    font-size: 40px;
    font-weight: 600;
    color: #ef3139;
}
section.customized-section .col-lg-3:nth-child(2) {
    margin-top: -30px;
}
section.customized-section .col-lg-3:nth-child(3) {
    margin-top: -60px;
}
section.customized-section .col-lg-3:nth-child(4) {
    margin-top: -120px;
}

@media ( max-width:992px ) {
section.customized-section .our-services-title {
	padding-bottom:25px;
	}
section.customized-section .col-lg-3:nth-child(2) {
    margin-top: 50px;
}
section.customized-section .col-lg-3:nth-child(3) {
    margin-top: 50px;
}
section.customized-section .col-lg-3:nth-child(4) {
    margin-top: 50px;
}
}

/* ======================================
Customized Software Solutions
========================================= */
.projects-wrapper {
		background:#fff;
}

.projects-wrapper h3{
	font-family: "Tomato Grotesk", sans-serif !important;
	}
.projects-wrapper h3 span{
font-style:normal;
color:#0C1E70;
}

/* ======================================
About Us Section
========================================= */
.about-us-section {
    background-color: #ffffff;
}

.about-us-image-wrap {
    position: relative;
}

.about-us-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.about-us-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-us-metric-cards {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.metric-card {
    position: absolute;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: auto;
    min-width: 120px;
}

.metric-card-1 {
    top: 10%;
    left: 5%;
}

.metric-card-2 {
    top: 35%;
    left: 8%;
}

.metric-card-3 {
    top: 60%;
    left: 5%;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
}

.metric-card-4 {
    top: 75%;
    left: 10%;
}

.metric-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.metric-value {
    font-family: "Tomato Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
}

.metric-card-3 .metric-value {
    font-size: 24px;
    margin: 0;
}

.metric-card-3 .metric-icon-small {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.metric-value-small {
    font-family: "Tomato Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    margin: 0;
}

.metric-separator {
    width: 1px;
    height: 24px;
    background: #e0e0e0;
    margin: 0 8px;
}

.about-us-content {
    padding-left: 40px;
}

.about-us-icon {
    margin-bottom: 30px;
}

.icon-box {
    width: 64px;
    height: 64px;
    background: #086AD8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box svg {
    width: 32px;
    height: 32px;
}

.about-us-heading {
    font-family: "Tomato Grotesk", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
    margin-bottom: 20px;
}

.about-us-text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 1.74;
    margin-bottom: 30px;
}

.about-us-button .btn {
    padding: 1px 32px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
}

@media only screen and (max-width: 991px) {
    .about-us-content {
        padding-left: 0;
        padding-top: 40px;
    }
    
    .about-us-heading {
        font-size: 36px;
    }
    
    .metric-card {
        padding: 12px 16px;
        min-width: 100px;
    }
    
    .metric-value {
        font-size: 16px;
    }
    
    .metric-card-3 .metric-value {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    /* Reorder About Us section on mobile: text first, then image */
    .about-us-section .row {
        display: flex;
        flex-direction: column;
    }
    
    .about-us-section .col-lg-6:first-child {
        order: 2;
    }
    
    .about-us-section .col-lg-6:last-child {
        order: 1;
    }
    
    .about-us-content {
        padding-top: 0;
        margin-bottom: 30px;
    }
    
    .about-us-heading {
        font-size: 28px;
    }
    
    .about-us-text {
        font-size: 15px;
    }
    
    .metric-card {
        padding: 10px 12px;
        min-width: 80px;
    }
    
    .metric-card-1 {
        top: 5%;
        left: 3%;
    }
    
    .metric-card-2 {
        top: 30%;
        left: 5%;
    }
    
    .metric-card-3 {
        top: 55%;
        left: 3%;
        flex-direction: row;
        gap: 12px;
    }
    
    .metric-separator {
        height: 20px;
        margin: 0 6px;
    }
    
    .metric-card-4 {
        top: 70%;
        left: 8%;
    }
    
    .metric-value {
        font-size: 14px;
    }
    
    .metric-card-3 .metric-value {
        font-size: 18px;
    }
}

/* Custom Services Hover Styles */
.projects-wrap.style-04 .box-projects-arrow {
    background-color: transparent !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    bottom: 0 !important;
    margin-top: 15px;
    height: auto !important;
}

.projects-wrap.style-04::before,
.projects-wrap.style-04::after,
.projects-wrap.style-04 .content::before,
.projects-wrap.style-04 .content::after,
.projects-wrap.style-04 .box-projects-arrow::before,
.projects-wrap.style-04 .box-projects-arrow::after {
    background: transparent !important;
    background-color: transparent !important;
    display: none !important;
}

.projects-wrap.style-04:hover .box-projects-arrow {
    background-color: transparent !important;
}

.projects-wrap.style-04 .box-projects-arrow .button-text,
.projects-wrap.style-04 .box-projects-arrow i {
    color: #d4006c !important; /* Keep it pink so it matches the border on hover */
    font-weight: 500;
}

.projects-wrap.style-04 {
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    border-radius: 8px; /* Added slight rounding to match the design */
    padding-bottom: 0 !important; 
    height: auto !important;
    min-height: 0 !important;
}

.projects-wrap.style-04 .projects-image-box {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    border: none !important;
}

.projects-wrap.style-04 .content {
    padding-bottom: 30px !important; 
    border: none !important;
}

.projects-wrap.style-04 .text {
    border: none !important;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

.projects-wrap.style-04:hover {
    border: 1px solid #d4006c; /* Matching the pink color from the original button, or we can use #ccc */
    background-color: #fcfcfc !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Always Fixed Header Styles */
.header-sticky.is-sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    animation: none !important; /* Disable any slide-down animations from theme */
}

/* Reduce Header Height */
.header-bottom-wrap.is-sticky,
.header-sticky.is-sticky,
.header-sticky.is-sticky .header,
.header-sticky.is-sticky .container,
.header-sticky.is-sticky .row,
.header-sticky.is-sticky .col-lg-12 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    min-height: 0 !important;
}

.header-bottom-wrap.is-sticky,
.header-sticky.is-sticky {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: #ffffff !important; /* Use 'background' shorthand to override mega-menu.css */
}

.header-sticky.is-sticky .header.position-relative {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
    background-color: #ffffff !important;
}

.header-sticky.is-sticky .header__logo {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.header-sticky.is-sticky .header__logo img {
    max-height: 60px !important;
    width: auto !important;
}

.header-sticky.is-sticky .header-right {
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
}

.header-sticky.is-sticky .header__navigation,
.header-sticky.is-sticky .header__navigation .navigation-menu,
.header-sticky.is-sticky .header__navigation .navigation-menu > ul,
.header-sticky.is-sticky .header__navigation .navigation-menu > ul > li {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
}

.header-sticky.is-sticky .header__navigation .navigation-menu > ul > li > a {
    padding: 0 15px !important;
    line-height: 70px !important;
    height: 70px !important;
}

/* Dropdown Arrow Styling */
/* Hide the redundant <i> icon — theme uses ::after pseudo-element for the arrow */
.navigation-menu > ul > li > a i.fa-chevron-down {
    display: none !important;
}

/* Style the theme's ::after arrow: lighter color, smaller, tight to text */
.navigation-menu > ul > li.has-children > a:after {
    color: #aaaaaa !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    margin-left: 4px !important;
}

/* Spacing between service card rows */
.projects-wrap > .row {
    margin-bottom: 30px;
}
.projects-wrap > .row:last-child {
    margin-bottom: 0;
}