/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/* Header CSS Start */

.elementor a{
	color:#6366F1;
    text-decoration:none  !important;
}
.elementor a:hover{
	color:#333;
}

a.hfe-menu-item.elementor-button {
    color: #fff !important;
    border-radius: 12px;
	box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
	padding:12px 28px !important;
}
.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
}
.hero-highlight {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.btn-primary a.elementor-button {
    background: white;
    color: #6366f1;
	text-decoration: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
	border-radius:12px;
	border:2px solid #fff;
}

.btn-primary a.elementor-button:hover {
    transform: translateY(-2px) ;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
	  background: white !important;
    color: #6366f1 !important;
}
.btn-secondary a.elementor-button {
    background: transparent;
    color: white;
    padding: 12px 24px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    height: fit-content;
    transition: all 0.3s ease;
    text-align: center;
}
.btn-secondary a.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
	background:none;
}

.logos-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    white-space: nowrap;
}
.logos-track {
    display: inline-flex;
    gap: 24px;
    align-items: center;
    animation: scroll-left 25s linear infinite;
    will-change: transform;
    padding-top: 20px;
}
.logo-item {
    height: 48px;
    width: 140px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-weight: 500;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.logo-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-color: #6366f1;
    color: #6366f1;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); 
  }
}

/* Homepage CSS Start */

.testimonial-slider .uc_quote_info .uc_author {
	display:flex !important;
    flex-direction:row !important;
}
.testimonial-slider .owl-dot {
    display: inline-block;
    width: 24px !important;
    height: 3px !important;
    border-radius: 2px !important;
    border: none;
    background: rgba(99, 102, 241, 0.3);
    cursor: pointer;
    transition: all 0.3s 
ease;
}
.testimonial-slider .owl-dot.active {
	background: #000 !important;	
}
.testimonial-slider .owl-nav .owl-prev {
    left: -25px !important;
}
.testimonial-slider .owl-nav .owl-next {
    right: -25px !important;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
	border-radius: 30px !important;
	top:100px !important;
}
.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}
.benefit-card:hover::before {
    transform: translateX(0);
}
.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}
.benefit-card {
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
	border-radius:20px;
}

.service-card {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 2.5rem;
    border-radius: 20px;
    border-left: 5px solid #6366f1;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 50%;
    transform: translate(50px, -50px);
    opacity: 0.05;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: white;
}

/* Home page CSS end */

/* Service page CSS start */

span.inner-content {
    font-size: 16px;
    color: #6b7280;
    font-weight: 500;
}
.svc-form {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 16px;
    backdrop-filter: blur(6px);
}
.svc-form input.wpcf7-text, 
.svc-form input.wpcf7-email,
.svc-form textarea.wpcf7-textarea {
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ffffff;
    color: #1a202c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) inset;
	width: 100%;
    padding: 12px 14px;
    margin-bottom: 10px;
	border-radius: 12px;
}
.svc-form input.wpcf7-form-control:focus, .svc-form textarea.wpcf7-textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
}
.svc-form textarea.wpcf7-textarea {
    resize: vertical;
    height: 120px !important;
}

.comparison-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    gap: 1rem;
}
.comparison-header .label-academic {
    background: linear-gradient(135deg, #fee2e2 0%, #fca5a5 100%);
    color: #dc2626;
    border: 2px solid #fca5a5;
}
.comparison-header .label-business {
    background: linear-gradient(135deg, #dcfce7 0%, #86efac 100%);
    color: #16a34a;
    border: 2px solid #86efac;
}
.comparison-header .label {
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
}
.comparison-table {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.comparison-row {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}
.comparison-point {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: 1rem;
}
.point-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    flex-shrink: 0;
}
.point-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}
.comparison-bars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
}
.bar-container {
    position: relative;
    height: 12px;
    background: #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.academic-fill {
    background: linear-gradient(135deg, #fca5a5 0%, #dc2626 100%);
    width: 30%;
    animation: fillAcademic 2s ease-out;
}
.bar-label {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.bar-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 2s infinite;
}

@keyframes fillAcademic {
    from { width: 0%; }
    to { width: var(--target-width, 30%); }
}

@keyframes fillBusiness {
    from { width: 0%; }
    to { width: var(--target-width, 90%); }
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}
.feature-card .elementor-icon{
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
    background: white;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(102, 126, 234, 0.2);
}
.feature-card:hover .elementor-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
.highlight {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}
.story-highlight {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}
.founder-quote {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 16px;
    border-left: 4px solid #6366f1;
    margin: 2rem 0;
}
.founder-quote .elementor-testimonial-content{
    padding-left: 2rem;
}
.quote-mark {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 4rem;
    color: #6366f1;
    font-family: serif;
    line-height: 1;
}
.story-section h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #6366f1;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.story-section h4::before {
    content: '';
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 2px;
}
.certification-box .elementor-icon-box-content h3{
	margin:0;
}

.compact-team-card {
   background: white;
    border-radius: 16px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compact-team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.member-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    padding: 20px;
    color: white;
    border-radius: 16px 16px 0px 0px;
}

.member-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #e2e8f0;
}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-details {
    flex: 1;
}

.member-name {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.member-title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.experience-tag {
    font-size: 14px;
    color: #1e293b;
    font-weight: 600;
    background: #e0f2fe;
    padding: 2px 8px;
    border-radius: 10px;
    display: inline-block;
}

.member-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left:30px;
}

.skill-pill {
    background: rgba(255, 255, 255, 0.2);
    color: #333;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ddd;
}

.member-content {
    padding: 20px 30px 30px;
}

.member-summary {
    font-size:16px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 12px;
}

.key-expertise {
    margin-bottom: 15px;
	padding-left: 15px;
}
.member-tagline{
    border-top: 1px solid #ddd;
    padding-top: 15px;
      font-size: 16px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 12px;
    font-style: italic;
}

li.expertise-point {
    font-size: 16px;
    color: #666;
    line-height: 1.3;
    margin-bottom: 4px;
    margin-left: 15px;
}

.expertise-point:last-child {
    margin-bottom: 0;
}
.partner-card {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    border-left: 4px solid #6366f1;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(99, 102, 241, 0.15);
    background: white;
}

.partner-avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
}

.partner-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a202c;
}

.partner-role {
    color: #6366f1;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}
.partner-bio {
    color: #6b7280;
    line-height: 1.5;
    font-size: 0.9rem;
}
.elementor-counter-title{
	text-align:center;
}

.ue-meta-data{
	position: absolute;
    bottom: 30px;
}
.form-group input.wpcf7-form-control, .form-group textarea,
.form-group select{
    width: 100%;
    padding: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group label {
    font-size:16px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #374151;
}

.btn-submit {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    padding: 12px 30px;
    border: none !important;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.05rem;
    cursor: pointer;
    height: fit-content;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}
.wpcf7-spinner{
	display:none;
}
.newsletter-form input.wpcf7-form-control {
    flex: 1;
    padding: 1rem 1.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
}
.newsletter-form {
    display: flex;
	margin:0;
}
.newsletter-form .form-group{
  margin-bottom:0px;
}

.pricing-table {
 display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; 
}
.program-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: rgba(102, 126, 234, 0.3);
}

.program-card:hover::before {
    transform: scaleX(1);
}

.program-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.program-card.featured {
    border: 1px solid #10b981;
    transform: scale(1.05);
    position: relative;
}
.program-card.featured::before {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    transform: scaleX(1);
}
.program-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}
.program-badge.training {
    background: linear-gradient(135deg, #ddd6fe 0%, #8b5cf6 100%);
    color: #5b21b6;
}
.program-badge.transformation {
    background: linear-gradient(135deg, #a7f3d0 0%, #10b981 100%);
    color: #065f46;
}

.program-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
}
.program-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    text-align: center;
}
.program-duration {
    text-align: center;
    margin-bottom: 1.5rem;
}
.duration-text {
    background: #f3f4f6;
    color: #374151;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
}
.program-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: center;
}
.program-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}
.program-features li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    color: #374151;
}
.program-features i {
    color: #10b981;
    margin-right: 0.75rem;
    font-size: 0.9rem;
}
.program-icon i {
    color: white;
    font-size: 22px;
}
.program-cta {
    margin-top: auto;
}
.pricing-table .btn-primary {
    background: white;
    color: #6366f1;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    height: fit-content;
    border: 2px solid #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
}
.program-cta .btn {
    display: block;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    border: 1px solid #6366f1;
    box-shadow: none;
}

.pricing-table .featured-label {
    position: absolute;
    top: -1px;
    right: 20px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0 0 10px 10px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.program-badge.consultancy {
    background: linear-gradient(135deg, #fed7aa 0%, #f97316 100%);
    color: #9a3412;
}
.pricing-table .dark-button {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    padding: 0.75rem 1.75rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}
.pricing-table .dark-button:hover,
.pricing-table .btn-primary:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
}

.talent-stat ul li span {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.single-post h2{
	font-size:35px;
	font-weight:700;
	margin-bottom:20px;
}
.single-post h3{
	font-size:25px;
}
.single-post h1{
  color:#333;
  font-size:40px;
}

.download-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.download-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99,102,241,0.35), rgba(139,92,246,0.35));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.download-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.download-card-header {
    position: relative;
    height: 110px;
    display: flex;
    align-items: flex-start;
    padding: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.download-inner {
    margin: 0 12px 12px;
}
.download-icon i {
    font-size: 26px;
}

.header-title {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    padding: 6px 12px;
    border-radius: 999px;
}

.download-card-body { padding: 18px 16px 12px; }

.download-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #111827;
}

.download-card p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 14px;
}

.download-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
    background: #eef2ff;
    color: #4f46e5;
    border: 1px solid #e5e7eb;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.download-card-footer { padding: 14px 16px 18px; }

.badge {
    background: rgba(255,255,255,0.9);
    color: #374151;
    border: 1px solid rgba(0,0,0,0.06);
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
}

/* Theme header gradients */
.download-card.theme-purple .download-card-header {
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
}
.download-card.theme-orange .download-card-header {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}
.download-card.theme-green .download-card-header {
    background: linear-gradient(135deg, #10b981, #059669);
}

/* Downloads: ensure each card gets a unique header color */
.download-card.theme-blue .download-card-header { 
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}
.download-card.theme-pink .download-card-header  {
    background: linear-gradient(135deg, #ec4899, #db2777);
}
.download-card.theme-dark-green .download-card-header { 
    background: linear-gradient(135deg, #14b8a6, #0d9488);
}
.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 10px;
    background: #e0e7ff;
    color: #1f2937;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    justify-content: center;
    border: 2px solid #c7d2fe;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(99, 102, 241, 0.25);
    background: #dbe4ff;
}

.download-btn i {
    font-size: 14px;
}

/* Smooth animations */
.process-card,
.consultancy-services-grid .service-card,
.phase-content,
.consultancy-stat,
.consultancy-visual-card {
    animation: fadeInUp 0.6s ease-out;
}

.process-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
	height:100%;
}
.process-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea, #764ba2);
}
.process-card.featured {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px solid #667eea;
    transform: scale(1.02);
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.process-card.featured:hover {
    transform: translateY(-8px) scale(1.02);
}

.process-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.process-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.process-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.process-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
}

.process-list {
    list-style: none;
    padding: 0;
}

.process-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.5;
}

.process-list li i {
    color: #10b981;
    font-size: 0.9rem;
    width: 16px;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.process-list li i.fa-star {
    color: #f59e0b;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Staggered animation delays */
.process-card:nth-child(1) { animation-delay: 0.1s; }
.process-card:nth-child(2) { animation-delay: 0.2s; }
.process-card:nth-child(3) { animation-delay: 0.3s; }
.process-card:nth-child(4) { animation-delay: 0.4s; }

/* Consultancy Timeline */
.consultancy-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.timeline-track {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #dee2f5, #dadada);
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-phase {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4rem;
    position: relative;
}

.timeline-phase:nth-child(even) {
    flex-direction: row-reverse;
}

/* .timeline-phase:nth-child(even) .phase-content {
    text-align: right;
} */

.phase-marker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.phase-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.5rem;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}


.phase-content {
    width: 45%;
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    position: relative;
    transition: all 0.3s ease;
}

.phase-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.timeline-phase:nth-child(odd) .phase-content {
    margin-right: auto;
}

.timeline-phase:nth-child(even) .phase-content {
    margin-left: auto;
}

.phase-duration {
    display: inline-block;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.phase-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.phase-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.phase-highlights {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #374151;
}

.highlight-item i {
    color: #10b981;
    font-size: 0.8rem;
}
.consultancy-services-grid .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea, #764ba2);
}
.consultancy-services-grid .service-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
	height:100%;
    overflow: hidden;
}
.consultancy-services-grid .service-card:nth-child(1) { animation-delay: 0.1s; }
.consultancy-services-grid .service-card:nth-child(2) { animation-delay: 0.2s; }
.consultancy-services-grid .service-card:nth-child(3) { animation-delay: 0.3s; }
.consultancy-services-grid .service-card:nth-child(4) { animation-delay: 0.4s; }
.consultancy-services-grid .service-card:nth-child(5) { animation-delay: 0.5s; }
.consultancy-services-grid .service-card:nth-child(6) { animation-delay: 0.6s; }

.consultancy-services-grid .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.consultancy-services-grid .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.consultancy-services-grid .service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    margin-bottom: 1.5rem;
}

.consultancy-services-grid .service-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.consultancy-services-grid .service-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.consultancy-services-grid .service-features {
    list-style: none;
    padding: 0;
}

.consultancy-services-grid .service-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #374151;
    font-size: 0.95rem;
}

.consultancy-services-grid .service-features li i {
    color: #10b981;
    font-size: 0.9rem;
    width: 16px;
}
.process-features {
	margin-top:25px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.feature-tag {
    background: #f0f9ff;
    color: #0369a1;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #bae6fd;
}

/* Journey Timeline */
.journey-timeline {
    position: relative;
}

.journey-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #4a90e2, #8a2be2, #4a90e2);
    transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(74, 144, 226, 0.5);
}

/* Journey Milestone */
.journey-milestone {
    display: flex;
    margin-bottom: 80px;
    position: relative;
}
.journey-milestone:last-child {
    margin-bottom: 0;
}

.journey-milestone:nth-child(even) {
    flex-direction: row-reverse;
}

.journey-milestone:nth-child(even) .journey-milestone-content {
    margin-right: 60px;
    margin-left: 0;
}

.journey-milestone:nth-child(odd) .journey-milestone-content {
    margin-left: 60px;
}

/* Milestone Marker */
.journey-milestone-marker {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.journey-milestone-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a90e2, #8a2be2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 8px 32px rgba(74, 144, 226, 0.4);
    position: relative;
    margin: 0 auto;
}

.journey-milestone-number::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a90e2, #8a2be2);
    z-index: -1;
    opacity: 0.3;
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.1); opacity: 0.6; }
}

.journey-milestone-connector {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 2px;
    height: 60px;
    background: linear-gradient(180deg, #4a90e2, transparent);
    transform: translateX(-50%);
}

.journey-milestone:last-child .journey-milestone-connector {
    display: none;
}

/* Milestone Content */
.journey-milestone-content {
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.journey-milestone-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4a90e2, #8a2be2);
    border-radius: 24px 24px 0 0;
}

.journey-milestone-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(74, 144, 226, 0.3);
    background: rgba(255, 255, 255, 0.95);
}

/* Milestone Header */
.journey-milestone-header {
    margin-bottom: 24px;
}

.journey-milestone-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
    line-height: 1.3;
}

.journey-milestone-focus {
    display: inline-block;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1), rgba(138, 43, 226, 0.1));
    color: #4a90e2;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(74, 144, 226, 0.2);
}

.journey-milestone-description {
    color: #4a5568;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 32px;
}

/* Skills Grid */
.journey-skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.journey-skill-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: rgba(248, 250, 252, 0.6);
    border: 1px solid rgba(226, 232, 240, 0.5);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.journey-skill-item:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(74, 144, 226, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.journey-skill-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4a90e2, #8a2be2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.journey-skill-icon i {
    font-size: 1.2rem;
    color: white;
}

.journey-skill-content {
    flex: 1;
}

.journey-skill-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
    line-height: 1.3;
}

.journey-skill-desc {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}
.owl-carousel .owl-stage {
  display: flex !important;
}

.owl-carousel .owl-item {
  display: flex;
}

.uc_quote_item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.uc_quote_info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* ===== END JOURNEY TRANSFORMATION SECTION ===== */
/* Responsive view CSS start */

@media(max-width:767px){
.form-row {
    display: block;
}
.pricing-table {
    grid-template-columns: repeat(1, 1fr);
}
.comparison-header {
    flex-direction: column;
}
  .timeline-phase {
    flex-direction: row !important;
    padding-left: 80px;
  }

  .timeline-phase:nth-child(even) .phase-content {
    text-align: left;
  }

  .phase-marker {
    left: 30px;
    transform: none;
  }

  .phase-content {
    width: 100% !important;
    margin: 0 !important;
  }
.journey-timeline::before {
        left: 40px;
        transform: none;
    }
    .journey-milestone {
        flex-direction: column;
        margin-bottom: 60px;
    }
    .journey-milestone-marker {
        align-self: flex-start;
        margin-left: 0;
    }
    .journey-milestone:nth-child(even) .journey-milestone-content, .journey-milestone:nth-child(odd) .journey-milestone-content {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
}}