.project-department section {
    padding: 48px 0 !important;
}
@media (min-width: 768px) {
    .project-department section {
        padding: 64px 0 !important;
    }
}
@media (min-width: 1200px) {
    .project-department section {
        padding: 96px 0 !important;
    }    
}
.project-department p {
    font-size: 0.875rem;
}
.project-department .fs-5 {
    font-size: 1.125rem !important;
}
@media (min-width: 768px) {
    .project-department p {
        font-size: 1rem;
    }
    .project-department .fs-5 {
        font-size: 1.25rem !important;
    }
}
.hero-section {
    position: relative;
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 116px 0;
}
.hero-section .container {
    z-index: 10;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -100;
}
@media (max-width: 768px) {
    .hero-video {
        height: 100%;
    }
}
.hero-video video {
    height: 100%;
    width: auto;
}
.hero-title-box {
    width: 80%;
}
@media (min-width: 768px) {
    .hero-title-box {
        width: 50%;
    }
}
.rounded-block {
    border-radius: 12px;
    overflow: hidden;
}
.hero-title {
    font-size: 2rem;
    line-height: 2.25rem;
}
@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
        line-height: 3.75rem;
    }    
}
@media (min-width: 1200px) {
    .hero-title {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }    
}
@media (max-width: 768px) {
    .hero-btn {
        margin-top: 200px !important;
    }
}

.hero-advantage-grid {
    display: none;   
}
@media (min-width: 768px) {
    .hero-advantage-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);    
    }
}
@media (min-width: 1200px) {
    .hero-advantage-grid {
        grid-template-columns: repeat(4, 1fr);    
    }
}
.hero-advantage {
    background: rgba(246, 246, 246, 0.2);
    border: 1px solid rgba(246, 246, 246, 0.3);
    padding: 12px;
}
@media (min-width: 768px) {
.hero-advantage {
    padding: 16px;
}    
}
.hero-advantage-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-advantage-mobile .hero-advantage {
    background: rgb(246, 246, 246);;
    padding: 12px 16px;
}
.services-title {
    text-align: center;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;    
}
@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 32px;  
    }    
}
@media (min-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);  
    }    
}
.services-inner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    text-align: center;
    padding: 32px;
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.08);
}
.services-img-box {
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;    
}
.services-img-box img {
    height: 100% !important;
    width: auto !important;
    object-fit: cover;
}
.services-img {
    border-radius: 50%;
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps-box {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .steps-box {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        text-align: center;
        max-width: 100%;
    }    
}
.steps-decore {
    position: absolute;
    left: 35px;
    top: 0;
    background: linear-gradient(180deg, rgba(239, 125, 0, 1) 0%, rgba(239, 125, 0, 0.1) 50%, rgba(239, 125, 0, 1) 100%);
    height: 100%;
    width: 4px;
}
@media (min-width: 1200px) {
    .steps-decore {
        left: 0;
        top: 24px;
        z-index: 0;
        background: linear-gradient(90deg, rgba(239, 125, 0, 1) 0%, rgba(239, 125, 0, 0.1) 50%, rgba(239, 125, 0, 1) 100%);
        height: 4px;
        width: 100%;
    }    
}
.step {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 12px;
}
@media (min-width: 576px) {
    .step {
        padding: 16px;
    }
}
@media (min-width: 1200px) {
    .step {
        background-color: transparent;
        padding: 0;
    }
}
.step-number {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: #fff;
    color: #313131;
    border-radius: 50%;
    font-weight: 500;
    border: 2px solid #ef7d00;
}
.registration-grid, .calculation-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}
@media (min-width: 992px) {
    .registration-grid, .calculation-grid {
        grid-template-columns: repeat(2, 1fr);
    }    
}
.registration-info, .calculation-info {
    max-width: 500px;
}
@media (min-width: 1200px) {
    .calculation-info {
        justify-self: end;
    }
}
.registration-icon {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ef7d00;
}
.registration-img, .calculation-img {
    border-radius: 24px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .visualisation-info {
        width: 50%;
    }
}
.project-department .carousel-item {
    border-radius: 12px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .project-department .carousel-item {
        border-radius: 24px;
        overflow: hidden;
    }
}
.project-department .carousel-control-prev, .project-department .carousel-control-next {
    width: 52px;
}
.project-department .carousel-control-next-icon, .project-department .carousel-control-prev-icon {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .project-department .carousel-control-prev, .project-department .carousel-control-next {
        width: 96px;
    }
    .project-department .carousel-control-next-icon, .project-department .carousel-control-prev-icon {
        height: 48px;
        width: 48px;
    }    
}
.project-department .carousel-control-prev-icon {
    rotate: 180deg;
}
.project-department .carousel-control-prev-icon svg {
    margin-left: 4px;
}
.project-department .carousel-control-next-icon svg {
    margin-left: 2px;
}
.project-department .about-us-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}
@media (min-width: 768px) {
    .project-department .about-us-grid {
        grid-template-columns: repeat(2, 1fr);   
    }    
}
@media (min-width: 1200px) {
    .project-department .about-us-grid {
        grid-template-columns: repeat(3, 1fr); 
        gap: 32px;         
    }    
}
.project-department .about-us-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
    .project-department .about-us-box {
        padding: 32px;
    }    
}
.project-department .cta-form-section {
    background: url("/img/form-img.jpg");
    background-size: cover;
    background-position: center;    
}
.project-department .cta-form-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
    .project-department .cta-form-grid {
        grid-template-columns: repeat(2, 1fr);
    }    
}
.project-department .cta-form-info {
    position: relative;
    background-color: rgba(246, 246, 246, 0.8);
    padding: 32px 12px;
}
.project-department .cta-form {
    padding: 32px 12px;    
}
@media (min-width: 768px) {
    .project-department .cta-form-info, .project-department .cta-form {
        padding: 32px;
    }
}
@media (min-width: 1400px) {
    .project-department .cta-form-info, .project-department .cta-form {
        padding: 48px;
    }
}
.project-department input, .project-department textarea {
    background: #F6F6F6;
    border: none;
    border-radius: 4px;
}
.project-department input {
    height: 48px;
    padding: 0 16px;    
}
.project-department textarea {
    height: 72px;
    width: 100%;
    padding: 8px 16px;    
}
.project-department label {
    font-weight: 500;
}
.project-department .agreement-text {
    max-width: 300px;
    text-align: center;
}
.services-section a, .about-us-section a {
    color: #313131;
}
.services-section a:hover, .about-us-section a:hover {
    color: #ef7d00;
}
.project-department .form-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
    .project-department .form-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
