.home-body .hero-section-4 .hero-img-shape {
    width: 100%;
    height: 100%;
}

.home-body .hero-section-4 .hero-img-shape img {
    width: 100%;
    height: 100%;
}

.home-body .hero-section-4::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    top: 0;
    bottom: 0;
}

.header-2 .primary-header-inner {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/* .header-2 .primary-header-inner {
    background-color: #000;
} */

/* .header-2 .primary-header-inner .header-menu-wrap ul li a,
.header-2 .primary-header-inner .header-right-wrap .header-right .header-number {
    color: #fff;
} */

.header-2 .primary-header-inner .header-menu-wrap ul li a:hover,
.header-2 .primary-header-inner .header-right-wrap .header-right .header-number:hover {
    color: var(--rr-color-theme-secondary);
}

.home-body .hero-section-4 .container {
    position: relative;
    z-index: 999;
}

.hero-content-4 p {
    color: #fff;
}

.header-2 .top-bar .top-bar-inner {
    background-color: var(--rr-color-theme-secondary);
}

.header-2 .top-bar .top-bar-inner a:hover,
.header-2 .top-bar .top-bar-inner .top-social-list li a:hover {
    color: var(--rr-color-text-body);
}

.about-content-5 .section-heading .sub-heading {
    margin-bottom: 2px;
}

.about-content-5 .section-heading.mb-30 {
    margin-bottom: 12px;
}

.about-content-5 p {
    margin-bottom: 15px;
}

.about-content-5 .about-list li {
    margin-bottom: 20px;
    background-color: var(--rr-color-theme-primary);
    border-radius: 20px;
    padding: 15px;
    overflow: hidden;
}

.about-content-5 .about-list li p {
    color: #fff;
}

.team-section {
    background-color: var(--rr-color-text-body);
}

.team-item .overlay {
    background: none;
}

.team-item .team-thumb {
    height: 100%;
}

.team-item .team-content {
    position: static;
    padding: 20px;
    background-color: var(--rr-color-theme-secondary);
}

.side-menu-list li i {
    max-width: 30px;
    max-height: 30px;
}

.side-menu-list li p {
    width: calc(100% - 30px);
}

.footer-widget .address-list .content span {
    color: #fff;
}

.service-item-2 .content p {
    min-height: 120px;
}

.feature-content ul {
    padding-left: 0px;
    list-style: none;
}

.custom-links li {
    position: relative;
    padding-left: 30px;
}

.custom-links li::before {
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 700;
    content: "\f061";
    color: var(--rr-color-theme-primary);
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.feature-content .desc {
    margin-bottom: 15px;
}

.feature-items {
    margin-bottom: 35px;
}

.feature-section .feature-img {
    height: auto;
}

body {
    scroll-behavior: smooth !important;
}

.team-section .sub-heading,
.team-section .section-title {
    color: #fff;
}

.project-carousel .swiper-slide .project-card .project-content {
    justify-content: center;
}

.project-card .project-content .left-content span {
    text-align: center;
}

.side-menu-list li:first-child>i {
    position: relative;
    top: -20px;
}

.footer-widget .address-list li:first-child>.icon {
    position: relative;
    top: -20px;
}

/* Swiper pagination dots */
.project-carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.project-carousel .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    opacity: 1;
    border-radius: 50%;
    margin: 0 !important;
    position: relative;
    transition: all 0.3s ease;
}

/* Active dot - ring + center dot */
.project-carousel .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    background: transparent;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-carousel .swiper-pagination-bullet-active {
    border: 2px solid #ee8022;
}

/* Inner black dot */
.project-carousel .swiper-pagination-bullet::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

.project-carousel .swiper-pagination-bullet-active::after {
    content: "";
    background: #ee8022;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
}

.project-carousel-one .swiper-button-prev {
    left: auto;
    right: 60px;
    top: 40px;
}

.project-carousel-one .swiper-button-next {
    top: 40px;
}

.project-carousel-one svg {
    fill: #ee8022;
}

.project-section-3 .project-carousel {
    max-width: 100%;
}

.project-carousel .project-card .project-content {
    visibility: visible !important;
    opacity: 1 !important;
}

.about-section-5 .about-img-5 img,
.feature-section .feature-img .main-img {
    border-radius: 30px;
    overflow: hidden;
}

.feature-section .feature-img {
    max-width: 800px;
    left: 100px;
}

.seo-content {
    height: 0;
    overflow: hidden;
}