/* Topbar styles */
.topbar-inner,
.tf-topbar {
    background-color: #3ba479 !important;
}

/* .topbar-left {
    background-color: #f23474 !important;
} */

.tf-topbar.style-3 .topbar-left span {
  color: white !important;
}
.fs-14.font-nunito {
    color: white !important;
}

.topbar-right .contact-list .item a {
    color: white !important;
}

.topbar-right .contact-list .item .icon {
    background-color: #f23474 !important;
}

.topbar-right .social-list .item a {
    color: white !important;
}

.footer {
    background-color: #f23474;
}

.footer *,
.footer a,
.footer p {
    color: black !important;
}

/* Exclude icon colors */
.footer i {
    color: white !important;
}

/* Social list styles */
.tf-topbar .topbar-inner .topbar-right .social-list {
    background-color: #f98613;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    padding: 10px 29px 10px 24px;
    gap: 21px;
}

/* Button styles */
.tf-btn,
.tf-btn:hover,
.tf-btn.text-style:hover {
    background-color: #E1306C !important;
}

.tf-btn:hover,
.tf-btn.text-style:hover {
    color: #acd813 !important;
}

.wg-counter .odometer span,
.sub-odo,
.s-benefit .box-icon .icon.mb-29.style-circle.hover-icon,
.s-benefit .box-icon .icon.mb-29.style-circle.hover-icon i,
.s-benefit .box-icon .icon.mb-29.style-circle.hover-icon i {
    color: #f98613 !important;
    font-size: 20px;
}

.wg-counter .icon.style-circle {
    background-color: #42f408;
}

/* Benefit and Trust box styles */
.s-benefit .box-icon .icon.mb-29.style-circle.hover-icon {
    background-color: #f98613;
}

.s-benefit .box-icon .icon.mb-29.style-circle.hover-icon i {
    color: black !important;
}

.s-about-us .main-section .content-right .box-trust {
    height: 100%;
    border-radius: 20px;
    padding: 19px;
    color: black;
    background-color: #42f408;
}

.s-about-us .main-section .content-right .box-trust .benefit-list li p,
.s-about-us .main-section .content-right .box-trust .box-icon-list li .box-icon .caption {
    color: black;
}

.s-about-us .main-section .content-right .box-trust .benefit-list li p {
    font-size: 18px;
}

.s-about-us .main-section .content-right .box-trust .box-icon-list li .box-icon .caption {
    line-height: 28px;
    font-size: 19px;
}

.s-our-history .wg-exprerience {
    top: -170px;
    background-color: #42f408;
}

/* Box Icon and Heading Styles */
.box-icon.style-6 {
    background-color: #42f408;
    max-width: 383px;
    width: 100%;
    border-radius: 20px;
    margin-top: 48px;
    margin-bottom: -65px;
    padding: 0px 15px 47px;
}

.box-icon-list.style-2 .box-icon .icon {
    width: 79px;
    height: 79px;
    background-color: #f98613;
    border: 2px solid var(--Primary);
    position: relative;
    overflow: hidden;
}

.heading-section .sub-title {
    color: #3ba479;
}

.s-contact-us .contact-list {
    background-color: #3ba479;
}

.s-contact-us .content-section {
    height: 100%;
    background-color: #3ba479;
}

.form-send-message input, .form-send-message textarea {
    background: white !important;
    color: black !important;
    padding: 10px 19px !important;
}

.page-header h1 {
    font-size: 3rem;
    margin: 10px 0;
    color: #f98613;
}

/* Box Portfolio Styles */
.box-portfolio.style-4 .content {
    background-color: #42f408;
    border-radius: 20px;
    top: 398px;
    bottom: 20px;
    left: 20px;
    right: 23px;
    text-align: center;
    padding: 0px 35px 10px;
    height: 81px;
}

.box-portfolio.style-4:hover .content .text {
    transition-delay: 0.2s;
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    color: black;
}

/* Box Text Style */
.box-text {
    border-radius: 20px;
    background-color: #3ba479;
    position: relative;
    padding: 48px 55px 57px 55px;
}

.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons .item {
    margin-right: 15px;
}

/* Social Icons */
.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: white;
    background-color: #39FF14;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #555;
}

/* Social Media Icon Hover Effects */
.facebook-icon:hover {
    background-color: #3b5998 !important;
}

.twitter-icon:hover {
    background-color: black !important;
}

.instagram-icon:hover {
    background-color: #E1306C !important;
}

.pinterest-icon:hover {
    background-color: #E60023 !important;
}

@media (max-width: 1440px) {
    .header .header-inner .header-left .nav-list .item::before {
        content: none !important;
    }
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: black;
}

.custom-title {
    font-size: 40px;
    color: black;
    /* font-weight: bold; */
}

.content-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* Ensures responsiveness */
}

.slider-wrap {
    flex: 1;
    max-width: 50%;
}

.video-section {
    flex: 1;
    max-width: 50%;
    text-align: center;
}

/* Ensure images and content don't overflow */
img, .swiper-container {
    max-width: 100%;
    height: auto;
}

/* Make it responsive */
@media (max-width: 768px) {
    .content-section {
        flex-direction: column;
        text-align: center;
    }

    .slider-wrap, .video-section {
        max-width: 100%;
    }
}

.whatsapp-icon {
    display: inline-block !important;
    width: 30px; 
    height: 30px;
}

.whatsapp-icon:hover {
    background-color: #128c7e;
}

.whatsapp-link span {
    transition: color 0.3s, text-decoration 0.3s;
}

.whatsapp-link:hover span {
    color: #25D366;
    text-decoration: underline;
}

.header .header-inner .header-left .logo-site img {
    max-width: 111px !important;
}

.header .header-inner .nav-list .item::before {
    content: none !important;
}


.project-image {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 8px;
    object-fit: cover;
}

.intro-text {
    font-size: 1.6rem;
    color: #333;
    margin-top: 20px;
    line-height: 1.6;
}

.title {
    font-weight: bold;
}

.title i {
    margin-right: 8px;
    color: #28a745;
    font-size: 1.2rem;
}

.heading-section .sub-title {
    font-size: 32px;
    color: green;
}

.heading-section .title {
    font-size: 24px;
    text-align: left;
}

.content-section .intro-text {
    margin-bottom: 20px;
}

.project-card {
    transition: transform 0.3s ease-in-out;
}

.project-card:nth-child(1) {
    transform: translateX(-5px);
}

.project-card:nth-child(2) {
    transform: translateX(-10px);
}

.project-card:nth-child(3) {
    transform: translateX(-15px);
}

.project-card:nth-child(4) {
    transform: translateX(-20px);
}

.project-card:nth-child(5) {
    transform: translateX(-25px);
}

.project-card:nth-child(6) {
    transform: translateX(-30px);
}

.project-card:hover {
    transform: translateX(0);
}
