.portfolio-title.portfolio-icon {
    display: flex;
    justify-content: start;
    align-items: flex-start;
}
.portfolio-icon img {
    width: 90px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 25px;
}
.heading-pera {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
}

/* Section Title */
.process-section {
    padding: 60px 20px;
    background: #FFFFFF;
}

.process-section h2 {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

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

/* Timeline Vertical Line */
.timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background: rgb(0,255,255);
    background: linear-gradient(180deg, rgba(0,255,255,1) 0%, rgba(255,255,255,1) 100%);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
    padding: 20px;
    position: relative;
    width: 50%;
}

/* Alternating Left & Right */
.timeline-content {
    background: rgba(255, 255, 255, 0.1);
    /* backdrop-filter: blur(10px); */
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.timeline-content.right {
    background: rgb(0,255,255);
    background: linear-gradient(180deg, rgba(0,255,255,1) 0%, rgba(255,255,255,1) 100%);
}

/* Left Side */
.timeline-item:nth-child(odd) .timeline-content {
    left: 0;
    text-align: right;
}

/* Right Side */
.timeline-item:nth-child(even) .timeline-content {
    left: 110%;
}

/* Circle Icons */
.icon {
    position: absolute;
    top: 50%;
    right: -30px;
    background: #fff;
    color: #000000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    transition: 0.3s;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

/* Left Side Icon */
.timeline-item:nth-child(odd) .icon {
    right: auto;
    left: -30px;
}

/* Hover Effects */
.timeline-content:hover {
    transform: scale(1.05);
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .timeline::after {
        left: 0px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 40px;
    }

    .timeline-item:nth-child(odd) .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        left: 0;
        text-align: left;
    }

    .icon {
        right: auto !important;
        left: -25px !important;
        width: 50px;
        height: 50px;
        font-size: 22px;
        top: 30px;
    }
}

.process-section p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000 !important;
}

.featured-item-custom .featured-item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 70px 30px !important;
    height: 100%;
}

.featured-item-custom .featured-item::after {
    content: '';
    background: rgb(0 0 0 / 70%);
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: -1;
}

.featured-item-custom .featured-item p {
    margin-bottom: 0px !important;
    color: #FFFFFF;
}

.form-select option {
    color: #000000 !important;
}

::placeholder { 
    color: #000000 !important; /* Change to your preferred color */
    opacity: 1 !important; /* Ensures full visibility */
}

/* For better browser support */
::-webkit-input-placeholder { color: #000000 !important; }
:-moz-placeholder { color: #000000 !important; }
::-moz-placeholder { color: #000000 !important; }
:-ms-input-placeholder { color: #000000 !important; }

.form-control:focus::placeholder {
    color: #FFFFFF !important;
}

.price-left .form-control:focus::placeholder {
    color: #000000 !important;
}

.price-left .form-control:focus {
    color: #000000 !important;
}

.industry-section img {
    width: 64px;
}

.industry-section .featured-icon{
    display: flex;
    justify-content: center;
}

.industry-section h4 {
    font-size: 18px !important;
    text-align: center;
}

.submenu_wrap.dropdown-menu ul {
    list-style: none;
    padding-left: 0;
}

.submenu_wrap .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns per row */
    gap: 20px; /* Spacing between <ul> elements */
}

.submenu_wrap .grid-container ul {
    list-style: none; /* Remove default list styling */
    padding: 0;
}

.submenu_wrap .grid-container ul li {
    margin-bottom: 10px; /* Add spacing between <li> elements */
}

.submenu_wrap .grid-container ul li {
    margin-bottom: 0;
}

.submenu_wrap .grid-container ul li a {
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

img.digital-marketing-section-image {
    width: 90%;
    border-radius: 50px;
    filter: drop-shadow(0px 0px 8px black);
}

.counter h5 {
    margin: 0;
    position: absolute;
    bottom: 22px;
}

.counter {
    height: 190px !important;
}

.blog-list-items {
    font-size: 14px !important;
}