 .about-image-items {
    position: relative;
}
.brand-wrapper .brand-image img{
	height:50px !important;
}
p.service-card-text.text-muted{
		display: -webkit-box;            
	  -webkit-box-orient: vertical;   
	  -webkit-line-clamp: 3;          
	  overflow: hidden;               
	  text-overflow: ellipsis;         
	  line-height: 1.4;                
	  max-height: calc(1.4em * 3);    
}
.style-2 .about-image-items .circle-shape {
    position: absolute;
    top: 0;
    right: 25%;
    animation: cir36 10s linear infinite;
}
.style-2 .about-image-items .counter-shape {
    background-color: var(--theme);
    bottom: -70px;
    left: 30px;
}
 .about-image-items .counter-shape {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    position: absolute;
    bottom: 30px;
    left: -50px;
    z-index: 1;
}
.style-2 .about-image-items .counter-shape .icon {
    filter: grayscale(100%) brightness(300%);
}
.style-2 .about-image-items .counter-shape .content h3 {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}
.style-2 .about-image-items .counter-shape .content p {
    font-size: 14px;
    color: var(--white);
}
.style-2 .about-image-items .about-image-1 {
    max-width: 386px;
    height: 415px;
}
 .about-image-items .about-image-1 {
    position: relative;
}
.about-extension .about-image-2.wow.fadeInUp {
    left: 12%;
    right: 100%;
}
.about-extension .about-image-1 {
    position: relative;
    text-align: right;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.style-2 .about-image-items .about-image-1 .about-image-2 {
    border: 10px solid var(--white);
    box-shadow: var(--box-shadow);
    right: -40%;
}
 .about-image-items .about-image-1 .about-image-2 {
    position: absolute;
    bottom: -13%;
    right: 20%;
}
.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -7px;
}
.section-title span {
    color: var(--theme);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.section-title h2 span {
    color: var(--theme);
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}
 .about-content .about-icon-items {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 40px;
}
 .about-content .about-icon-items .icon-items {
    display: flex;
    align-items: center;
    gap: 25px;
}
.style-2 .about-content .about-icon-items .icon-items .icon {
    background-color: var(--white);
    color: var(--theme);
}
 .about-content .about-icon-items .icon-items .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
}
 .about-content .about-icon-items .icon-items .content {
    flex-basis: 60%;
}
 .about-content .about-author {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}
section#team .about-image-items .about-image-2.wow.fadeInUp img {
    width: 200px;
    height: auto;
}
.about-extension{
    padding-top: 200px;
}

.video-section {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .video-section video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .about-company .row {
    justify-content: space-between;
}
.about-company .row .col-md-6.mb-4.mb-md-0.pl-0.pr-0 .position-relative {
    width: 95%;
}
section.our-numbers{
    background-color: #0A2045;
    padding: 50px 0px;
}
section.our-numbers .section-title span.wow.fadeInUp {
    color: #fff;
}
section.our-numbers .section-title h2.wow.fadeInUp {
    color: #fff;
}
.numbers-sections {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.numbers-sections .number-company {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.numbers-sections .number-company span.numbermain {
    font-size: 60px;
    display: block;
    padding-bottom: 10px;
    font-weight: 800;
    color: #fff;
    line-height: 60px;
}
.numbers-sections .number-company span.textmain {
    color: #fff;
    font-size: 20px;
    padding-top: 5px;
}
section.client-section.section-padding .row.justify-content-start {
    display: flex;
    align-items: center;
    row-gap: 30px;
}

/* New Client Logo Section Styles */

.client-logos-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.client-logo-card {
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.client-logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #007bff;
}

.client-logo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}

.client-logo-card:hover::before {
    left: 100%;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.client-logo {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.client-logo-card:hover .client-logo {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .client-logo-card {
        height: 100px;
        padding: 20px 15px;
    }
    
    .client-logo {
        max-height: 50px;
    }
    
    .client-section {
        padding: 60px 0;
    }
    
    .client-logos-container {
        padding: 30px 0;
    }
}

@media (max-width: 576px) {
    .client-logo-card {
        height: 80px;
        padding: 15px 10px;
    }

    .client-logo {
        max-height: 40px;
    }
}

/* Partners Section Styles */


.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.partners-logos-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.partner-logo-card {
    background: white;
    border-radius: 16px;
    padding: 35px 25px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.partner-logo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.partner-logo-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #007bff;
}

.partner-logo-card:hover::before {
    left: 100%;
}

.logo-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.partner-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
    filter: brightness(0.8) contrast(1.2);
}

.partner-logo-card:hover .partner-logo {
    filter: grayscale(0%) brightness(1) contrast(1);
    opacity: 1;
    transform: scale(1.1);
}

/* Responsive adjustments for partners section */
@media (max-width: 768px) {
    .partner-logo-card {
        height: 120px;
        padding: 25px 20px;
        border-radius: 12px;
    }

    .partner-logo {
        max-height: 60px;
    }

    .partners-section {
        padding: 60px 0;
    }

    .partners-logos-container {
        padding: 30px 0;
    }
}

@media (max-width: 576px) {
    .partner-logo-card {
        height: 100px;
        padding: 20px 15px;
        border-radius: 10px;
    }

    .partner-logo {
        max-height: 50px;
    }
}

.case-study-section-about .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--theme) !important;
}
.service-card.h-100.bg-white.rounded-3.shadow-sm.overflow-hidden h4.service-card-title.fw-bold.mb-2.text-dark {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}