/* =====================================================
   Common Styles
===================================================== */

:root {
    --primary-color: #ff4500;
}

.custom-top-border {
    border-top-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.border-primary {
    border-left: 4px solid var(--primary-color) !important;
}

.card-title {
    color: #fff;
}

/* =====================================================
   Domain & Web Hosting
===================================================== */

.hosting-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hosting-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* =====================================================
   Services (Digital Marketing / Email Marketing)
===================================================== */

.pq-service-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.pq-service-icon {
    color: var(--primary-color);
}

.pq-service-icon i, .pq-icon i {
    font-size: 2.5rem; /* 40px */
    color: inherit;
    display: inline-block;
    margin-bottom: 20px;
}

.pq-service-title {
    color: #fff;
    margin-bottom: 15px;
}

.pq-service-box:hover .pq-service-title {
    color: #fff !important;
}

.pq-service-card {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.pq-service-card:hover,
.service-card:hover {
    transform: translateY(-10px);
}

.service-card {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
}

.approach-card {
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 10px;
	height: 100%;
	transition: 0.3s;
}
.icon-box {
	font-size: 40px;
	color: var(--primary-color);
	margin-bottom: 15px;
}

/* =====================================================
   Website Designing
===================================================== */

.step-number {
    background-color: var(--primary-color) !important;
}

.border-start {
    border-left: 4px solid var(--primary-color) !important;
}

.benefits .pq-icon-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.benefits .pq-icon-box:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.benefits .pq-icon i {
    font-size: 42px;
    color: var(--primary-color) !important;
}

.benefits ul li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* =====================================================
   ERP Solutions
===================================================== */

.erp-solutions-section {
    background-color: #fff;
    padding: 60px 0;
}

.erp-solutions-section h2 {
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}

.solution-item {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.solution-item .icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: var(--primary-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.solution-item .icon-wrapper i {
    color: #fff;
    font-size: 36px;
}

.solution-item h5 {
    color: #34495e;
    font-size: 1.15rem;
    font-weight: 500;
}

/* =====================================================
   Responsive
===================================================== */

@media (max-width: 768px) {
    .erp-solutions-section {
        padding: 40px 0;
    }

    .erp-solutions-section h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .solution-item .icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .solution-item .icon-wrapper i {
        font-size: 30px;
    }

    .solution-item h5 {
        font-size: 1rem;
    }
}

/* =====================================================
   Instagram Marketing
===================================================== */

.pq-feature-box {
    background: #f9f9f9;
    border-left: 5px solid var(--primary-color) !important;

}

/* =====================================================
   Social Media Optimization
===================================================== */

  .horizontal-scroll {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 10px;
  }

  .horizontal-scroll::-webkit-scrollbar {
    display: none;
  }

  .tech-card {
    min-width: 140px;
    border-radius: 14px;
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  .tech-icon {
    font-size: 48px;
    margin-bottom: 10px;
  }

/* =====================================================
   Social Media Icons - Social Media Optimization
===================================================== */

.facebook-icon {
    color: #1877F2;
}

.instagram-icon {
    color: #E4405F;
}

.linkedin-icon {
    color: #0A66C2;
}

.x-icon {
    color: #000000;
}

.youtube-icon {
    color: #FF0000;
}

.pinterest-icon {
    color: #E60023;
}

/* =====================================================
   Search Engine Optimization
===================================================== */

.pq-benefit-box {
    padding: 30px;
    background: rgba(255, 255, 255, 0.05); /* Subtle transparent background */
    border-radius: 10px;
    height: 100%;
    transition: 0.3s;
}
.pq-benefit-box:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}
.pq-benefit-box i {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}

/* =====================================================
   Data Analytics
===================================================== */

.expertise-card {
	background: #fff;
	padding: 40px 30px;
	border-radius: 10px;
	height: 100%;
	transition: all 0.3s ease;
	border-bottom: 3px solid transparent;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.expertise-card:hover {
	transform: translateY(-10px);
	border-bottom: 3px solid #ff4500;
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.expertise-card .icon-box {
	font-size: 40px;
	color: #ff4500;
	margin-bottom: 20px;
}
.expertise-card h5 {
	font-weight: 700;
	margin-bottom: 15px;
}
.expertise-card p {
	font-size: 16px;
	color: #777;
	line-height: 1.6;
}

.tech-header {
	font-size: 24px;
	font-weight: 400;
	color: #ff4500;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.tech-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tech-list li {
	color: #b0b0b0;
	padding: 5px 0;
	font-size: 0.9rem;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

.feature-card {
	background: #ffffff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.03);
	transition: all 0.4s ease;
	border: 1px solid #eee;
}
.feature-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 50px rgba(0,0,0,0.08);
	border-color: #ff4500;
}
.feature-icon-circle {
	width: 60px;
	height: 60px;
	background: rgba(255, 94, 20, 0.1);
	color: #ff4500;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin-bottom: 25px;
	transition: 0.3s;
}
.feature-card:hover .feature-icon-circle {
	background: #ff4500;
	color: #fff;
}
.feature-card h4 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: #1a1a1b;
}
.feature-card p {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
	margin: 0;
}
.horizontal-card {
	padding: 30px;
}

.badge-item-1 {
	color:#1a1a1b;
}

.industry-box {
	background-color: #ffffff;
	border-radius: 12px;
	border: 1px solid #eee;
	border-left: 4px solid #ff4500;
	box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.title-separator {
	width: 60px;
	height: 3px; background: #ff4500;
	margin-top: 20px;
}

/* =====================================================
   Cloud Solutions
===================================================== */

.card-1 {
	background-color: #1a1a1a !important; /* Slightly lighter than pure black for depth */
	transition: all 0.3s ease;
	border-left:none !important;
}
.card-1:hover {
	background-color: #252525 !important;
	transform: translateY(-10px);
}
.tracking-wider {
	letter-spacing: 1px;
}

/* =====================================================
   Shopify Development
===================================================== */

.services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.services-cards .card {
  padding: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08); /* matches transparent table feel */
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 16px;
  line-height: 1.5;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-cards .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
