/*--------------------------------------------------------------
# Terms & Conditions Page
--------------------------------------------------------------*/
.terms-conditions-section {
    background-color: var(--bg-color);
}

.terms-conditions-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
}

.terms-section {
    margin-bottom: 30px;
}

.terms-section h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.terms-section p {
    margin-bottom: 15px;
}

.terms-section ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.terms-section ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.terms-section ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

/*--------------------------------------------------------------
# Privacy Policy Page
--------------------------------------------------------------*/
.privacy-policy-section {
    background-color: var(--bg-color);
}

.privacy-policy-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
}

.policy-section {
    margin-bottom: 30px;
}

.policy-section h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.policy-section p {
    margin-bottom: 15px;
}

.policy-section ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.policy-section ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.policy-section ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

/*--------------------------------------------------------------
# Industries Page
--------------------------------------------------------------*/
.industry-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    transition: var(--transition);
}

.industry-card:hover {
    transform: translateY(-10px);
}

.industry-image {
    height: 200px;
    overflow: hidden;
}

.industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.industry-card:hover .industry-image img {
    transform: scale(1.1);
}

.industry-content {
    padding: 25px;
}

.industry-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.industry-content p {
    margin-bottom: 20px;
    color: var(--light-text);
}

.btn-link {
    color: var(--primary-color);
    font-weight: 500;
    transition: var(--transition);
}

.btn-link i {
    margin-left: 5px;
    transition: var(--transition);
}

.btn-link:hover {
    color: var(--secondary-color);
}

.btn-link:hover i {
    transform: translateX(5px);
}

/*--------------------------------------------------------------
# Methodology Page
--------------------------------------------------------------*/
.methodology-image img,
.quality-image img {
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    width: 100%;
}

.methodology-content,
.quality-content {
    padding: 20px;
}

.process-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-icon {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px;
}

.process-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.process-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.method-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    display: flex;
    transition: var(--transition);
    height: 100%;
}

.method-card:hover {
    transform: translateY(-10px);
}

.method-icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}

.method-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.method-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.method-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.method-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.check-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.check-list li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
}

/*--------------------------------------------------------------
# Case Studies Page
--------------------------------------------------------------*/
.case-studies-filter {
    text-align: center;
    margin-bottom: 40px;
}

.case-studies-filter ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: var(--box-shadow);
}

.case-studies-filter li {
    padding: 8px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 500;
    transition: var(--transition);
}

.case-studies-filter li.active,
.case-studies-filter li:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.case-study-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    transition: var(--transition);
}

.case-study-card:hover {
    transform: translateY(-10px);
}

.case-study-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.case-study-card:hover .case-study-image img {
    transform: scale(1.1);
}

.case-study-category {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
}

.case-study-content {
    padding: 25px;
}

.case-study-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.case-study-content p {
    margin-bottom: 20px;
    color: var(--light-text);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-info-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    text-align: center;
    margin-bottom: 30px;
    transition: var(--transition);
    height: 100%;
}

.contact-info-box:hover {
    transform: translateY(-10px);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
}

.contact-info-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.contact-info-box p {
    margin-bottom: 5px;
    color: var(--light-text);
}

.contact-form-wrapper {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    height: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 50px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    transition: var(--transition);
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

.contact-map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    height: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: none;
}
/*--------------------------------------------------------------
# Index Page : Client Logos
--------------------------------------------------------------*/
.client-logos {
    position: relative;
    overflow: hidden;
}

.client-logos:before,
.client-logos:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.client-logos:before {
    left: 0;
    background: linear-gradient(to right, rgba(248, 249, 250, 1), rgba(248, 249, 250, 0));
}

.client-logos:after {
    right: 0;
    background: linear-gradient(to left, rgba(248, 249, 250, 1), rgba(248, 249, 250, 0));
}

.logo-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 30px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 40px;
    justify-content: center;
}

.logo-carousel::-webkit-scrollbar {
    display: none;
}

.client-logo {
    flex: 0 0 auto;
    padding: 15px;
    text-align: center;
    transition: all 0.4s ease;
    filter: grayscale(100%);
    opacity: 0.7;
    transform: scale(0.9);
    position: relative;
}

.client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
    z-index: 3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 8px;
}

/* Update the logo size in the client logos section */
.client-logo img {
    max-height: 100px; /* Increased from 80px */
    width: auto;
    transition: all 0.3s ease;
}

/* Adjust the container to accommodate larger logos */
.client-logo {
    flex: 0 0 auto;
    padding: 20px; /* Increased padding from 15px */
    text-align: center;
    transition: all 0.4s ease;
    filter: grayscale(100%);
    opacity: 0.7;
    transform: scale(0.9);
    position: relative;
}

/* Adjust the hover scale for larger logos */
.client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1); /* Slightly increased from 1.05 */
    z-index: 3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 8px;
}

/* Adjust the gap between logos */
.logo-carousel {
    gap: 50px; /* Increased from 40px to provide more space between larger logos */
}

/* Animation for logos */
@keyframes logoFloat {
    0% { transform: translateY(0) scale(0.9); }
    50% { transform: translateY(-10px) scale(0.95); }
    100% { transform: translateY(0) scale(0.9); }
}

.client-logo:nth-child(odd) {
    animation: logoFloat 3s ease-in-out infinite;
}

.client-logo:nth-child(even) {
    animation: logoFloat 3.5s ease-in-out infinite;
    animation-delay: 0.5s;
}