.logo {width: 200px;;padding: 5px;}


.choose-area-two .section-title h2{max-width: 550px; margin-left: auto; margin-right: auto;}

.testimonial-area-two .section-title h2{max-width: 550px; margin-left: auto; margin-right: auto;}

.footer-widget .footer-list li{margin-bottom: 0px;}
.header-left ul li a {color: #2865a7;}
.footer-widget .footer-list {margin: 30px 0;}
.footer-widget .footer-list li {display: inline-block; margin: 0 15px;}
.why-card::before {background-color: #e9eaff;}

.footer-top-two .footer-contact-two {height: 100%;}
.header-right ul li a i {width: 27px;height: 27px;line-height: 27px;}
.conformbutton button {border-radius: 5px!important;font-weight: normal;}
.talineba {margin-bottom: 10px!important;font-style: italic;position: relative;}
.talineba::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    top: 8px;
    height: 15px;
    width: 5px;
    background-color: var(--whiteColor);
    -webkit-animation: MOVE-BG 10s linear infinite;
    animation: MOVE-BG 2s linear infinite;
}

/* Additional Custom Styles */
.choose-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.choose-list li {
    margin-bottom: 10px;
    color: var(--bodyColor);
}

.choose-list li i {
    color: var(--orangeColor);
    margin-right: 10px;
}

.choose-item {
    text-align: center;
    margin-bottom: 30px;
}

.circle-percentage {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5f5f5 50%, #2865a7 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
}

.circle-percentage.full {
    background: #2865a7;
}

.circle-percentage h3 {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--orangeColor);
    margin: 0;
}

.choose-item h4 {
    font-size: 16px;
    margin-top: 10px;
}

/* Team Card Styles */
.team-card {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: var(--transition);
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-card .team-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.team-card .team-content {
    padding: 20px;
    text-align: center;
}

.team-card .team-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.team-card .team-content span {
    color: var(--orangeColor);
    font-size: 14px;
}

/* Services Tab Styles */
.services-tab .tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.services-tab .tabs li {
    display: inline-block;
}

.services-tab .tabs li a {
    display: block;
    padding: 15px 25px;
    background: #f5f5f5;
    color: var(--titleColor);
    border-radius: 5px;
    transition: var(--transition);
    font-weight: 500;
}

.services-tab .tabs li a:hover,
.services-tab .tabs li a.active {
    background: var(--orangeColor);
    color: #fff;
}

.tabs_item {
    display: none;
}

.tabs_item.current {
    display: block;
}

.services-tab-img img {
    border-radius: 10px;
    width: 100%;
}

.services-tab-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.services-tab-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.services-tab-list li {
    margin-bottom: 10px;
    color: var(--bodyColor);
}

.services-tab-list li i {
    color: var(--orangeColor);
    margin-right: 10px;
}

/* Go Top Button */
.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: var(--orangeColor);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
}

.go-top:hover {
    background: var(--titleColor);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .desktop-nav {
        display: none;
    }
    
    .mobile-responsive-nav {
        display: block;
        padding: 15px 0;
        background: #fff;
    }
    
    .mobile-responsive-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .banner-area-three {
        margin-top: 0;
        padding-top: 80px;
    }
    
    .banner-content h1 {
        font-size: 32px;
    }
    
    .work-img-three {
        margin-bottom: 50px;
    }
    
    .choose-img-three {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .header-left ul li {
        margin-right: 15px;
    }
    
    .services-tab .tabs li a {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .banner-content h1 {
        font-size: 26px;
    }
    
    .section-title h2 {
        font-size: 26px;
    }
}
