.cta-section-h1 .outer-box {
    padding-top: 0;
}

.portfolio-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Portfolio Card */
.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 500px;
    cursor: pointer;
    transition: 0.3s ease;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    transition: transform 6s ease;
}

/* Smooth Vertical Scroll Effect */
.portfolio-item:hover img {
    transform: translateY(-50%);
}

/* Hover Card Lift Effect */
.portfolio-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

@media (max-width: 992px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}

.portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: 0.3s ease;
        text-align: center;
}

.portfolio-content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.portfolio-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: white;
}
.main-menu .navigation > li > ul {
    width: max-content;
}
.main-menu .navigation > li > ul > li > a {
    width: max-content;
    padding: 5px 0px;
}

.header-style-one .main-menu .navigation > li.dropdown > a {
    padding-right: 5px;
}
.header-style-one .main-menu .navigation > li {
    margin-right: 15px;
}
.sticky-header .main-menu .navigation > li {
    margin-left: 0;
}

.page-title {
    padding: 140px 0 40px;
}

.sticky-header>.auto-container {
    max-width: 1430px;
}

.ks-step-item>p
{
    color: white !important;
}
.ks-choose-2-content p {
    color: white;
}


.sticky-header {
    background: #121c27 !important;
}

.sticky-header .main-menu .navigation > li>a {
  
    color: white !important;
}
.sticky-header .header-phone_box .info {
    color: white!important;
}
.sticky-header .header-phone_box .info strong {
    color: white !important;
}



@media (max-width: 767.98px) {
    .sticky-header .mobile-nav-toggler span {
        background-color: white !important;
    }
}
