* {
font-family: "Noto Sans", sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

h5 {
  font-size: 16px;
}


.terra-blue-light{
  color: #3193D0;
}
.terra-blue-dark{
  color: #2F4B93;
}

.terra-color-opt{
  height: 50px;
    width: 50px;
    border-radius: 50px;
    border: solid black 1px;
}

.terra-image{
background-size: cover;
background-position: top center;
position: relative;
}

.terra-black-filter{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 37%, rgb(0 0 0 / 45%) 55%, rgb(0 0 0 / 50%) 100%);
        opacity: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 20px;
}
.terra-title-back{
    background-image: url(../images/product-header2.png);
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-terra {
background-image: linear-gradient(to right, #2F4B93 0%, #3193D0  51%, #2F4B93  100%);
text-align: center;
transition: 0.5s;
background-size: 200% auto;
color: white;
border-radius: 10px;
/*display: block;*/
}
.btn-terra:hover {
background-position: right center;
color: #fff;
text-decoration: none;
}
.terra-moving-city{
position: absolute;
/*width: 5000%;*/
bottom: 395px;
left: 0;
right: 0;
height: 232px;
display: block;
background-repeat: repeat-x;
z-index: 1;
-webkit-animation: ltxCity 25s linear infinite;
-moz-animation: ltxCity 25s linear infinite;
-o-animation: ltxCity 25s linear infinite;
animation: ltxCity 25s linear infinite;
}
.terra-moving-road{
position: absolute;
/*width: 5000%;*/
bottom: 160px;
left: 0;
right: 0;
height: 236px;
display: block;
background-repeat: repeat-x;
z-index: 1;
-webkit-animation: ltxRoad 5s linear infinite;
-moz-animation: ltxRoad 5s linear infinite;
-o-animation: ltxRoad 5s linear infinite;
animation: ltxRoad 5s linear infinite;
}








.ltx-car-riding {
  height: 550px;
  position: relative;
  padding: 0;
}
.ltx-car-riding .container {
  position: relative;
  z-index: 10;
  padding-top: 90px;
}
.ltx-car-riding .ltx-car-riding-single {
  position: absolute;
  right: 30px;
  width: 670px;
  height: 440px;
}

.ltx-car-riding .ltx-car-riding-single img {
  max-width: initial;
}

.ltx-car-riding .ltx-car-riding-single .ltx-car-riding-lamp {
  position: absolute;
  top: 104px;
  right: 113px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: ltxLamp 1s linear infinite;
  -moz-animation: ltxLamp 1s linear infinite;
  -o-animation: ltxLamp 1s linear infinite;
  animation: ltxLamp 1s linear infinite;
}
.ltx-car-riding .ltx-car-riding-sky {
  background-size: cover;
  background-position: 50% -190px;
  height: 715px;
}
.ltx-car-riding .ltx-car-riding-road {
  position: absolute;
  width: 5000%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 236px;
  display: block;
  background-repeat: repeat-x;
  z-index: 1;
  -webkit-animation: ltxRoad 5s linear infinite;
  -moz-animation: ltxRoad 5s linear infinite;
  -o-animation: ltxRoad 5s linear infinite;
  animation: ltxRoad 5s linear infinite;
}
.ltx-car-riding .ltx-car-riding-city {
  position: absolute;
  width: 5000%;
  bottom: 236px;
  left: 0;
  right: 0;
  height: 232px;
  display: block;
  background-repeat: repeat-x;
  z-index: 1;
  -webkit-animation: ltxCity 25s linear infinite;
  -moz-animation: ltxCity 25s linear infinite;
  -o-animation: ltxCity 25s linear infinite;
  animation: ltxCity 25s linear infinite;
}
.ltx-car-riding .ltx-car-riding-car {
  -webkit-animation: ltxCar 1s linear infinite;
  -moz-animation: ltxCar 1s linear infinite;
  -o-animation: ltxCar 1s linear infinite;
  animation: ltxCar 1s linear infinite;
}
.ltx-car-riding .ltx-slider-inner {
  position: absolute;
  left: 15px;
  z-index: 10;
}

.ltx-car-riding .ltx-car-riding-single img {
  max-width: initial;
}

.ltx-car-riding .ltx-car-riding-single .ltx-car-riding-wheel2 {
  position: absolute;
  right: 93px;
  bottom: 20px;
  -webkit-animation: ltxRotate 1s linear infinite;
  -moz-animation: ltxRotate 1s linear infinite;
  -o-animation: ltxRotate 1s linear infinite;
  animation: ltxRotate 1s linear infinite;
}

.ltx-car-riding .ltx-car-riding-single .ltx-car-riding-wheel1 {
  position: absolute;
  left: 143px;
  bottom: 20px;
  -webkit-animation: ltxRotate 1s linear infinite;
  -moz-animation: ltxRotate 1s linear infinite;
  -o-animation: ltxRotate 1s linear infinite;
  animation: ltxRotate 1s linear infinite;
}

lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes ltxCar{ 66%{ -webkit-transform: translateY(-3px); }}
@-moz-keyframes ltxCar{ 66%{ -moz-transform: translateY(-3px); }}
@-o-keyframes ltxCar{ 66%{ -o-transform: translateY(-3px); }}
@keyframes ltxCar{ 66%{-webkit-transform: translateY(-3px);-moz-transform: translateY(-3px);-ms-transform: translateY(-3px);transform: translateY(-3px); };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes ltxLamp{ 66%{ opacity: 1; -webkit-transform: translateY(-4px);  }}
@-moz-keyframes ltxLamp{ 66%{ opacity: 1; -moz-transform: translateY(-4px);  }}
@-o-keyframes ltxLamp{ 66%{ opacity: 1; -o-transform: translateY(-4px);  }}
@keyframes ltxLamp{ 66%{ opacity: 1;-webkit-transform: translateY(-4px);-moz-transform: translateY(-4px);-ms-transform: translateY(-4px);transform: translateY(-4px);  };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes ltxCity{ 100%{ -webkit-transform: translateX(-1920px); }}
@-moz-keyframes ltxCity{ 100%{ -moz-transform: translateX(-1920px); }}
@-o-keyframes ltxCity{ 100%{ -o-transform: translateX(-1920px); }}
@keyframes ltxCity{ 100%{-webkit-transform: translateX(-1920px);-moz-transform: translateX(-1920px);-ms-transform: translateX(-1920px);transform: translateX(-1920px); };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes ltxRoad{ 100%{ -webkit-transform: translateX(-1920px); }}
@-moz-keyframes ltxRoad{ 100%{ -moz-transform: translateX(-1920px); }}
@-o-keyframes ltxRoad{ 100%{ -o-transform: translateX(-1920px); }}
@keyframes ltxRoad{ 100%{-webkit-transform: translateX(-1920px);-moz-transform: translateX(-1920px);-ms-transform: translateX(-1920px);transform: translateX(-1920px); };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes ltxRotate{ 100%{ -webkit-transform: rotate(360deg); }}
@-moz-keyframes ltxRotate{ 100%{ -moz-transform: rotate(360deg); }}
@-o-keyframes ltxRotate{ 100%{ -o-transform: rotate(360deg); }}
@keyframes ltxRotate{ 100%{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); };
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}



/*----------------------------*/

.terra-footer-link{
      color: rgba(255, 255, 255, 0.7);
}

.terra-footer-link:hover {
  color: #fff;
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active {
    color: #1e2022;
    background-color: #f7faff;
    box-shadow: 0 4px 11px rgba(247, 250, 255, 0.1);
}

.terra-footer-social{
    color: #fff;
    background-color: #2a65af;
    border-color: #4672a9;
}
  .terra-footer-social:hover {
    color: #003d8a;
    background-color: #ffffff;
    border-color: #4672a9;
}

.opacity-05 {
  opacity: 0.5
}

.footer.accordion-button:not(.collapsed){
  background-color: #003d8a;
    color: white;
}

.accordion-button:focus{
  box-shadow:none;
}

.footer.accordion-body {
    background-color: #003d8a;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../../assets/images/lightning-fill.svg);
     transform: none; 
}

.accordion-button::after {
  background-image: url(../../assets/images/lightning-black.svg);
}

.accordion-dark {
    color: white;
    background-color: #1d252e;
    border: var(--bs-accordion-border-width) solid #1d252e;
}

.accordion-footer {
    color: white;
    background-color: #1d252e00;
    /* border: var(--bs-accordion-border-width) solid #ffffff; */
}

.svgwhite {
    filter: invert(100%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.mark, mark {
    
    background: linear-gradient(to bottom, transparent 43%, #3193D0 63%, #3193D0 90%, transparent 90%);
}




body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    .nav-header .nav-item {
    margin: 0 0px 0 10px;
    }
    .color-input {
    display: none;
    }
    .color-option {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 4px;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-right: 2px;
    box-sizing: content-box;
    }
    .color-option img {
    display: block;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    }

    .counter {
        background-color: #f5f5f5;
        padding: 20px 0;
        border-radius: 5px;
            min-height: 150px;
    }
    .count-title {
        font-size: 40px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
    }
    .count-text {
        font-size: 15px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
    }
  
    .plus-sign:after {
        content: "+";
    }
    .per-sign:after {
        content: "%";
    }

.icon-box {
      text-align: center;
      padding: 20px;
    }
    .icon-box img {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
    }
    .icon-box h5 {
      margin: 0;
      font-size: 1.25rem;
      font-weight: bold;
    }
    .icon-box p {
      margin: 0;
      font-size: 1rem;
    }

.bg-primary {
    background-color: #2F4B93 !important;
}

    .content-block .paragraph {
    display: none;
}

.content-block:hover .title {
    display: none;
}

.content-block:hover .paragraph {
    display: block;
}

/* Testimonial Section */
.testimonial-section {
    padding: 50px 0;
    overflow: hidden;
}

/* Marquee Animation */
.marquee-container {
    display: flex;
    overflow: hidden;
    width: 100%;
}
.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
}
.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Testimonial Card */
.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 15px;
    flex: 0 0 100%; /* 1 card per row on mobile */
    max-width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: none;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Quote Icon */
.quote-icon {
    font-size: 24px;
    color: #3093d0;
    margin-bottom: 15px;
}

/* Testimonial Text */
.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* User Info */
.user-info {
    display: flex;
    align-items: center;
}
.user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.user-details h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.user-details p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 767px) {
    .testimonial-card {
        min-height: 300px;
        max-height: 350px;
    }
    .testimonial-text {
        font-size: 14px;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        text-overflow: ellipsis;
    }
}

@media (min-width: 768px) {
    .testimonial-card {
        flex: 0 0 30%; /* 3 cards per row on desktop */
        max-width: 30%;
    }
    .testimonial-text {
        font-size: 16px;
    }
}

.card {
            border-left: 1px solid #004aad;
            border-top: none;
            border-right: none;
            border-bottom: none;
            border-radius: 0;
            padding: 1.5rem;
            height: 100%;
        }
        
        .card-title {
            color: #004aad;
            font-weight: 300;
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }
        
        .card-subtitle {
            color: #004aad;
            font-size: 1.25rem;
            margin-bottom: 1.25rem;
            font-weight: 100;
        }
        
        .card-text {
            color: #6c757d;
            margin-bottom: 1.5rem;
            font-weight: 100;
        }
        
        .icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #004aad 0%, #5de0e6 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
        }
        
        .icon svg {
            width: 24px;
            height: 24px;
            fill: white;
        }


.timeline-container {
            padding: 60px 0;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .timeline-title {
            text-align: center;
            margin-bottom: 30px;
            font-size: 42px;
            font-weight: bold;
        }
        
        .timeline-subtitle {
            text-align: center;
            margin-bottom: 50px;
            color: #666;
            font-size: 18px;
        }
        
        .swiper-timeline {
            width: 100%;
            padding-top: 60px;
            padding-bottom: 50px;
            position: relative;
        }
        
        .swiper-slide-timeline {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .timeline-year {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #1a5275;
    overflow: hidden; /* Ensures the image stays within the border */
    position: relative;
    z-index: 1;
    margin-top: -30px; /* Position directly on the line */
}

.timeline-year img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the circle properly */
    border-radius: 50%; /* Makes sure the image follows the round shape */
}

.swiper-slide-active .timeline-year {
    width: 120px;
    height: 120px;
    margin-top: -60px; /* Adjust for larger circle */
}
        
        .timeline-content {
            margin-top: 40px;
            text-align: center;
            max-width: 300px;
            color: #333;
            font-size: 16px;
            line-height: 1.5;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        /*.swiper-slide-active .timeline-year {
            width: 120px;
            height: 120px;
            background-color: #1a5275;
            color: white;
            font-size: 28px;
            margin-top: -60px; /* Adjust for larger circle */
        }*/
        
        .timeline-line {
            position: absolute;
            top: 60px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #1a5275;
            z-index: 0;
        }
        
        .swiper-button-prev-timeline, .swiper-button-next-timeline {
            width: 50px;
            height: 50px;
            background-color: #1a5275;
            color: white;
            border-radius: 0;
            top: 38px; /* Align with the line */
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            z-index: 10;
            cursor: pointer;
        }
        
        /* Position arrows at extreme ends */
        .swiper-button-prev-timeline {
            left: 0;
        }
        
        .swiper-button-next-timeline {
            right: 0;
        }
        
        .swiper-button-prev-timeline:after, .swiper-button-next-timeline:after {
            font-size: 18px;
            font-family: swiper-icons;
            font-style: normal;
        }
        
        .swiper-button-prev-timeline:after {
            content: 'prev';
        }
        
        .swiper-button-next-timeline:after {
            content: 'next';
        }
        
        .swiper-slide-active .timeline-content {
            opacity: 1;
        }

.team-section .title {
            font-size: 3rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
        }
        .team-section .subtitle {
            font-size: 1.2rem;
            text-align: center;
            color: #666;
            margin-bottom: 40px;
        }
        .marquee-container {
            overflow: hidden;
            width: 100%;
        }
        .marquee-content {
            display: flex;
            animation: marquee 15s linear infinite;
        }
        .marquee-content:hover {
            animation-play-state: paused;
        }
        .team-member {
            flex: 0 0 20%; /* 5 members visible (4 fully, 10% of first and last) */
            max-width: 20%;
            padding: 0 5px;
            text-align: center;
        }
        
        .team-member .member-name {
            font-size: 1rem;
            font-weight: 300;
            margin-top: 10px;
            margin-bottom: 5px;
        }
        .team-member .member-role {
            font-size: 0.9rem;
            color: #666;
            margin: 0;
            font-weight: 100;
        }
        
        @keyframes marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
        



        .team-member .member-image {
    width: 100%;
    aspect-ratio: 3 / 4; /* Keeps a consistent portrait aspect ratio */
    object-fit: cover;
    border-radius: 10px;
}

/* Medium screens: Adjust size proportionally */
@media (max-width: 1024px) {
    .team-member {
        flex: 0 0 33%; /* 3 members visible */
        max-width: 33%;
    }
}

/* Tablets & Smaller Screens */
@media (max-width: 768px) {
    .team-member {
        flex: 0 0 50%; /* Show 2 members per row */
        max-width: 50%;
    }
}

/* Mobile Screens */
@media (max-width: 480px) {
    .team-member {
        flex: 0 0 28%;
        max-width: 100%;
        text-align: center;
    }

    .team-member .member-image {
        width: 100%; /* Full width */
        height: auto; /* Maintain aspect ratio */
        object-fit: cover; /* Ensure it fills without distortion */
        border-radius: 10px;
    }

    .team-member .member-name {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .team-member .member-role {
        font-size: 1rem;
    }
}


.feature-card {
    border-radius: 12px;
    background-color: white;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 200px;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.feature-card:hover .icon-container {
    background-color: rgba(0, 123, 255, 0.1);
}

.feature-icon {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

.feature-title {
    font-size: 1rem;
    color: #333;
    line-height: 1;
}

.feature-divider {
    width: 40px;
    height: 3px;
    background-color: #007bff;
    margin: 0 auto;
}

.feature-desc {
    font-size: 0.9rem;
    line-height: 1.4;
}