p {
    font-size: 20px;
    line-height: 33px;
    color: var(--atlasblack);
}

.list-link {
    font-size: var(--f24);
    color: var(--clr1);
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 55px;
}
@media (max-width: 1500px) {
    .list-link {
        margin-bottom: 25px;
    }
}
#hire-developer .cms-main-content h2 {
            font-size: 40px;
            line-height: 48px;
            font-weight: bold;
            margin-bottom: 0;
	    color: #212429;
        }
 
        #hire-developer .cms-title a {
            display: flex;
            align-items: center;
            gap: 10px;
        }
 
        #hire-developer .cms-main-content p {
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
        }
 
        #hire-developer .main-btn {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }
 
        #hire-developer .main-btn .btn-main-wrap a {
            background: #244081;
            color: white;
            border-radius: 100px;
            margin-bottom: 25px;
            padding: 0px 10px;
            font-size: 16px;
            line-height: 26px;
            font-weight: 600;
        }
 
        #hire-developer .tab-pane {
            background: #F0F0F0;
            padding: 50px;
            border-radius: 10px;
        }
 
        #hire-developer .nav-link {
            color: #212429;
            background-color: transparent;
            text-align: left;
            font-size: 24px;
            font-weight: 400;
            line-height: 40px;
        }
 
        #hire-developer .nav-link.active {
            color: #fff !important;
            font-weight: 700 !important;
            position: relative;
            padding-left: 45px;
			background: var(--atlasblue);
        }
 
        #hire-developer .nav-link.active::after {
            content: '';
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background-image: url('https://atlassoftweb.com/wp-content/uploads/2025/10/logo-1.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
 
        #hire-developer .main-btn .btn-main-wrap a:hover {
            background-color: #A1B961;
            transition: all 0.3s linear;
        }
 @media screen and (max-width: 1300px) {
  #hire-developer .nav-link {
    font-size: 22px;
    line-height: 30px;
  }
}
        @media (max-width: 1199px) {
            #hire-developer .nav.flex-column {
                display: flex;
                flex-direction: row !important;
                margin-bottom: 20px;
                gap: 20px;
                overflow-x: auto;
                flex-wrap: nowrap;
            }
 
            #hire-developer .nav.flex-column .nav-link {
                white-space: nowrap;
            }
        }
 
        @media (max-width: 767px) {
            #hire-developer .nav-link {
                font-size: 18px;
                line-height: 35px;
            }
 
            #hire-developer .cms-main-content h2 {
                font-size: 28px;
                line-height: 35px;
            }
 
            #hire-developer .tab-pane {
                padding: 28px;
            }
        }
         input::-webkit-input-placeholder {
    transform: translateX(0);
    opacity: 1;
    transition: all 1s;
  }