* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gray-bg{
    position: relative;
    background-color: #f8f9fa;
}
/* Vision Section */
.vision-section {
    padding: 80px 0;
    background-color: #f8f9fa;
    position: relative;
}


.vision-content {
    position: relative;
    margin-bottom: 60px;
}

.vision-column {
    padding: 50px 30px;
    text-align: center;
    height: 100%;

}

.middle-column {
    border-left: 2px dashed #000;
    border-right: 2px dashed #000;
}

.column-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.column-text {
    color: #000;
}
.vision-dotted-line{
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #333 0px,
        #333 8px,
        transparent 8px,
        transparent 16px
    );
    z-index: 9;
}  


.quote-text {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    text-align: center;
}

/* Core Values Section */
.core-values-section {
    position: relative;
    padding: 0;
    background-color: #fff;
}

.core-values-title {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.core-dot {
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 10px;
}

.core-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #000;
    letter-spacing: 4px;
    line-height: 1.1;
}
.behind-wheel{
    background-color: #1e1d22;
}
.behind-wheel .core-values-title{
    align-items: center;
}
.behind-wheel .section-title {
   width: 100%;
}
.behind-wheel .values-list ul{
    padding: 0;
}
.behind-wheel .values-list ul li{
    font-size: 1rem;
    color: #fff;
    list-style: disc;
}
.bw-column {
    padding: 20px 0 20px 60px;
}
.bw-column .title{
    text-align: center;
}
.bw-column .title h3{
    color: #fff;
    font-size: 1.4rem;
}
.bw-column .title p{
    font-size: 1.6rem;
    color: #fff;
}
.bw-column .txt-white{
    font-size: 1.2rem;
    font-weight: 600;
}
.vlaur-bg{
     background: url('../images/value-bg.jpg') center center/cover no-repeat;
     height: 70vh;
}
.behind-bg{
    background: url('../images/behind-wheel.jpg') center center/cover no-repeat;
}

.values-list ul {
    padding: 20px 0 20px 60px;
}

.values-list ul li{
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1.4;
}
.services .services-title{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.services .services-content{
    height: 25vh;
    text-align: start;
    margin-top: 20px;
}
.services .services-content p{
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
}
.services .middle-border{
    border-right: #000 dashed 2px;
    border-left: #000 dashed 2px;
}
/* Hero Section */
.tnx{
    background: url(../images/tnx-bg.jpg) center center / cover no-repeat;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(49, 49, 49, 0.257) 0%, rgba(28, 28, 28, 0.314) 100%);

}
.service-overlay{
    background: linear-gradient(to bottom, rgb(255 255 255 / 16%) 0%, rgba(255, 255, 255, 0.475) 100%);
}

.object-cover {
    object-fit: cover;
}

/* Content Section */
.content-section {
    position: relative;
    background-color: #f8f9fa;
    padding:  0;
}

/* Title Section */



.dot-separator {
    color: #1a1a1a;
    margin: 0 0.5rem;
    font-weight: 400;
}

.logistics-text {
    display: block;
    margin-top: 0.2em;
}

/* Content Block */

.log-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.title-icon {
    color: #1a1a1a;
    margin-right: 0.5rem;
    font-size: 1em;
}

.section-description {
    color: #4a4a4a;
}
 .content-section .section-title {
    text-align: start;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
/* Responsive Design */

/* Responsive Design */
@media (max-width: 1200px) {

    .core-title {
        font-size: 3rem;
        letter-spacing: 3px;
    }
}

@media (max-width: 992px) {
  .vision-dotted-line{
    display: none;
  }
  .core-values-section{
    padding: 80px 0;
  }
    .core-title {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .core-values-title {
        justify-content: center;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .values-list {
        margin-top: 40px;
    }
    
    .middle-column {
        border-left: none;
        border-right: none;
        margin:  0;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .vlaur-bg{
        height: 40vh;
    }
    .values-list ul{
        text-align: start;
        padding: 20px 0 20px 30px;
    }
    .bw-column {
    padding: 0;
}
  .bw-column ul{
    padding-left: 20px !important;
  }

    .log-title{
        font-size: 1.5rem;
    }
    .services .middle-border{
    border-right: none;
    border-left: #000 dashed 2px;
}
}

@media (max-width: 768px) {
    .hero{
        height: 60vh;
    }
    .vision-section {
        padding: 60px 0;
    }

    
    .vision-column {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    
    .column-title {
        letter-spacing: 1px;
    }

    .quote-text {
        font-size: 1.2rem;
        letter-spacing: 1px;
        padding: 0 20px;
    }
    
    .core-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
 
    .value-item {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    
    .building-image {
        max-height: 400px;
    }
        .logistics-text {
        display: inline;
        margin-top: 0;
    }
    
    .content-section .section-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .section-description {
        text-align: left;
    }
    .services .services-content{
        height: auto;
    }
   .services .middle-border{
    border-left:none;
    border-top: #000 dashed 2px;
    border-bottom: #000 dashed 2px;
}

}

@media (max-width: 576px) {
    .vision-title {
        font-size: 2rem;
        letter-spacing: 2px;
        margin: 0 15px;
    }
    
    .dotted-line {
        width: 80px;
    }
    
    .column-title {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
    }
    

    
    .core-title {
        font-size: 1.8rem;
        letter-spacing: 0.5px;
    }
    
    .value-item {
        font-size: 0.9rem;
        letter-spacing: 0.5px;
    }
    
    .building-image {
        max-height: 300px;
    }
    
    .core-dot {
        width: 25px;
        height: 25px;
    }
  
    .section-description {
        line-height: 1.6;
    }
}

/* Smooth transitions */
.vision-column,
.core-values-title,
.values-list{
    transition: all 0.3s ease;
}

.vision-column:hover {
    transform: translateY(-5px);
}

.value-item:hover {
    color: #666;
    cursor: pointer;
}

.building-image:hover {
    filter: grayscale(80%);
    transition: filter 0.3s ease;
}




/* Business Categories Section */
.business-categories {
    position: relative;
    padding: 2rem 0;
}
.business-categories .footprint {
    position: relative;
    z-index: 99;
}
.category-item {
    transition: transform 0.3s ease;
}

.category-item:hover {
    transform: translateY(-5px);
}

.category-icon {
    width: 80px;
    height: 80px;
    background-color: #212529;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.category-icon:hover {
    background-color: #495057;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.category-icon i {
    font-size: 2rem;
    color: white;
}

.category-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
    margin-top: 1rem;
    line-height: 1.2;
}

/* Connection Line */
.connection-line {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    height: 2px;
    background-image: repeating-linear-gradient(
        to right,
        #6c757d 0px,
        #6c757d 8px,
        transparent 8px,
        transparent 16px
    );
    z-index: 9;
    margin-top: -40px;
}




/* Responsive Design */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .category-icon {
        width: 60px;
        height: 60px;
    }
    
    .category-icon i {
        font-size: 1.5rem;
    }
    
    .category-label {
        font-size: 0.8rem;
    }
    
    .connection-line {
        display: none;
    }
    .category-item img{
    max-width: 140px;
    margin: auto;
}

}

@media (max-width: 576px) {
  
    
    .category-item {
        margin-bottom: 2rem;
    }
    

    
    .kms-text {
        font-size: 1.5rem;
    }

    
    .university-icon i {
        font-size: 1.5rem;
    }
}

/* Animation Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.category-item {
    animation: fadeInUp 0.6s ease forwards;
}

.category-item:nth-child(1) { animation-delay: 0.1s; }
.category-item:nth-child(2) { animation-delay: 0.2s; }
.category-item:nth-child(3) { animation-delay: 0.3s; }
.category-item:nth-child(4) { animation-delay: 0.4s; }
.category-item:nth-child(5) { animation-delay: 0.5s; }
.category-item:nth-child(6) { animation-delay: 0.6s; }

