/*
Theme Name: ittech child
Tags:  custom-menu, editor-style, featured-images
Template: ittech
Version: 1.0.0
*/


@import '../ittech/style.css';



/*---------------------------------
      write your css from here
------------------------------------*/
.logo img{
width: 160px !important;
}
.logo .main-ts-logo img{
	filter: brightness(0) invert(1);
}
.transprent-menu .trp_nav_area .ittech_menu > ul > li > a{
	color: #fff;
}
.transprent-menu .trp_nav_area.hbg2 .ittech_menu > ul > li > a{
	color: #232323;
}
.trp_nav_area{
	padding: 0 25px !important;
}
@media (max-width: 1000px){
	.mobile_menu_logo img{
	width: 160px !important;
}
}


.trp_nav_area .container-fluid{
width: 1200px;
}
.hero-section {
  width: 100%;
  padding: 170px 0 70px;
  display: flex;
  align-items: center;
  width: 1200px;
     margin: 0 auto;
}

.hero-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.hero-content {
  flex: 1;
  max-width: 620px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #eef4ff;
  color: #1a56db;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.hero-title {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.hero-title .text-blue {
  color: #1d4ed8;
}

.hero-description {
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 32px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.btn-primary {
  background-color: #1d4ed8;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.3);
}

.btn-primary:hover {
  background-color: #1e40af;
  transform: translateY(-2px);
}

.btn-secondary {
  background-color: #ffffff;
  color: #1d4ed8;
  border: 1.5px solid #cbd5e1;
}

.btn-secondary:hover {
  border-color: #1d4ed8;
  color: #1d4ed8 !important;
  background-color: #f8fafc;
}

.hero-tags {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #475569;
  font-weight: 600;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.hero-tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-tags .tag svg{
    color: #1d4ed8;
}

.hero-tags .dot {
  color: #cbd5e1;
}

.hero-footer {
  border-top: 1px solid #e2e8f0;
  padding-top: 24px;
}

.footer-title {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.client-logos {
  display: flex;
  align-items: center;
  gap: 24px;
  opacity: 0.6;
  filter: grayscale(100%);
  flex-wrap: wrap;
}

.client-logos .logo {
  font-size: 16px;
  color: #475569;
}

.hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}



/* Responsive Styles */
@media (max-width: 1200px){
.hero-section,
.services-section {
    width: auto !important;
    padding-left:20px !important;
    padding-right:20px !important;
}
}
@media (max-width: 1024px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }
  
  .hero-content {
    max-width: 100%;
  }

  .hero-buttons, .hero-tags, .client-logos {
    justify-content: center;
  }
  
  .hero-title {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 28px;
  }
  
  .btn {
    width: 100%;
    justify-content: center;
  }
}


.services-section {
  padding: 170px 0 60px;
    width: 1200px;
    margin: 0 auto;
}

/* Header Styling */
.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 30px;
}

.header-left {
  max-width: 650px;
}

.section-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #1d4ed8;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.badge-line {
  width: 16px;
  height: 2px;
  background-color: #1d4ed8;
}

.section-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 16px;
}

.section-title .text-blue {
  color: #2563eb;
}

.section-description {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1d4ed8;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.3);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-view-all:hover {
  background-color: #1e40af;
  transform: translateY(-2px);
}

/* Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* Service Card & Bottom-to-Top Fill Animation */
.service-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px 28px;
  border: 1px solid #e2e8f0;
  border-bottom: 3px solid #2563eb;
  overflow: hidden;
  z-index: 1;
  transition: border-color 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* Bottom-to-Top Overlay Effect */
.service-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #1d4ed8;
  z-index: -1;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover::before {
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(29, 78, 216, 0.25);
  border-color: #1d4ed8;
}

/* Card Content Smooth Transition */
.card-content {
  position: relative;
  z-index: 2;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.card-icon {
  width: 50px;
  height: 50px;
  background-color: #eff6ff;
  color: #1d4ed8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.card-number {
  font-size: 24px;
  font-weight: 800;
  color: #2563eb;
  transition: color 0.4s ease;
}

.card-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.3;
  transition: color 0.4s ease;
}

.card-text {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 24px;
  transition: color 0.4s ease;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #1d4ed8;
  text-decoration: none;
  transition: color 0.4s ease, gap 0.3s ease;
}

/* Hover States for Card Text & Icons */
.service-card:hover .card-icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.service-card:hover .card-number,
.service-card:hover .card-title,
.service-card:hover .card-text,
.service-card:hover .card-link {
  color: #ffffff;
}

.service-card:hover .card-link {
  gap: 10px;
}

/* Features Bar Below Grid */
.features-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.feature-icon {
  width: 36px;
  height: 36px;
  background-color: #1d4ed8;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-item h4 {
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.feature-item p {
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}

/* Responsiveness */
@media (max-width: 1200px){
  width: auto;
}
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .features-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title {
    font-size: 28px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .features-bar {
    grid-template-columns: 1fr;
  }
}

#scrollUp {
    bottom: 10px;
    right: 20px;
	display: none !important;
}
ul.item-list.style9 li a svg{
	    width: 13px;
	    fill: #1a91ff;
    margin-bottom: 4px;
}
.hero-section.style-five .hero-shape{
	display: none;
}
.hero-section.style-five .subtitle h4 {
    color: #000 !important;
}
.logo .main-ts-logo img {
    filter: none !important;
}
.transprent-menu .trp_nav_area .ittech_menu > ul > li > a {
    color: #232323;
}
.bkgClassColor .elementor-element-9d831e1{
    background-image: none !important;}
.bkgClassColor{
	background: radial-gradient(circle at 70% 30%, #eef5ff 0%, #f8fafc 70%);;
}
@media (min-width: 320px) and (max-width: 575px) {
    .hero-section.style-five .single-image {
        display: block;
        margin-top: 50px;
        margin-right: 20px;
    }
    br{
        display: none;
    }
    .hero-section,
    .services-section{
        padding-bottom: 50px;
        padding-top: 100px;
    }
}
@media (max-width: 1000px){
	.mobile_menu_logo img{
	width: 160px !important;
}
}




